:root {
  --color-1: #5e5d5d;
  --blue: #0039c8;
  --orange: #ff5100;
  --line: #d5d5d5;
  --white: #fff;
  --dark-grey: #4e4c4c;
}

.hero {
  background-color: #1d1a1a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body {
  color: var(--color-1);
  letter-spacing: -.5px;
  background-color: #ededed;
  background-image: url('../images/enha-page-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.dropnavwrap {
  color: #004d90;
  align-items: center;
  height: 100px;
  margin-left: .5rem;
  margin-right: .5rem;
  font-family: Merriweather, serif;
  font-size: 1rem;
  display: flex;
}

.button-1 {
  border: 1px solid var(--blue);
  color: var(--blue);
  background-image: url('../images/search-button.svg');
  background-position: 120%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 100px;
  padding: .5rem 1rem;
  font-size: .9rem;
  text-decoration: none;
  transition: all .2s;
}

.button-1:hover {
  background-position: 94%;
  padding-right: 2.2rem;
}

.button-1.pn {
  border-color: var(--orange);
  color: var(--orange);
  background-image: url('../images/search-button-pn.svg');
  font-weight: 500;
}

.sections {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: .5px solid var(--line);
  border-bottom: .5px solid var(--line);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.sections.inner {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: 1px solid #ededed;
  border-bottom-style: none;
}

.head-1 {
  width: 100%;
  max-width: 1400px;
  font-size: .8rem;
}

.heading {
  letter-spacing: -1px;
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.number-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.number-wrapper.display {
  display: none;
}

.number-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.number-top-line {
  background-image: linear-gradient(108deg, var(--orange), var(--blue));
  width: 100%;
  height: 1px;
}

.number-text-1 {
  font-size: 2.3rem;
  font-weight: 700;
}

.other-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.other-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.other-bg {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  position: absolute;
  inset: 0% auto;
}

.head-other {
  opacity: .5;
  color: var(--white);
  width: 100%;
  font-size: .8rem;
  position: relative;
}

.detail-text {
  color: var(--white);
  margin-bottom: auto;
  font-size: 1.2rem;
  position: relative;
}

.link {
  color: var(--white);
  margin-right: 0;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.link:hover {
  font-weight: 400;
  text-decoration: underline;
}

.link-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
}

.footer {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-top: .5px none var(--line);
  border-bottom: .5px none var(--line);
  background-color: #4e4c4c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.models {
  width: 100%;
  max-width: 1400px;
}

.footer-first {
  color: var(--white);
  border-bottom: 1px #ffffff1a;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-second {
  border-top: 1px solid #ffffff1a;
  width: 100%;
  max-width: none;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
}

.footer-part {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 46%;
  display: flex;
}

.footer-link-wrapper.bottom {
  justify-content: flex-end;
  align-items: flex-start;
}

.f-big-link {
  color: var(--white);
  font-size: .9rem;
  text-decoration: none;
}

.f-big-link.small {
  color: #c0c0c0;
  font-size: .7rem;
}

.text-block-8 {
  color: #c0c0c0;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
}

.contact-head {
  color: #c0c0c0;
  font-size: .8rem;
}

.menu_link {
  border-bottom: 1.5px solid #00000036;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  font-style: normal;
  display: flex;
}

.menu_link.sub-link {
  color: var(--white);
  border-top: .5px solid #ffffff1a;
  border-bottom-width: .5px;
  border-bottom-color: #ffffff1a;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.menu_link.opens-more {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color-1);
  color: var(--white);
  border-top: .5px solid #ffffff36;
  border-bottom: .5px solid #ffffff36;
  padding: 1rem 4.7rem 1rem 4rem;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all .2s;
}

.menu_link.opens-more:hover {
  color: #ffffff9e;
  background-color: #58555500;
  font-weight: 400;
}

.menu_link.go-back {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color-1);
  color: var(--white);
  border-bottom-width: .5px;
  border-bottom-color: #ffffff36;
  justify-content: flex-start;
  font-size: 1.1rem;
}

.menu_link.one-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color-1);
  color: var(--white);
  border-top: .5px solid #ffffff36;
  border-bottom: .5px solid #ffffff36;
  padding: 1rem 4.7rem 1rem 4rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.menu_link.one-link:hover {
  color: #ffffff9e;
  background-color: #58555500;
  font-weight: 400;
}

.droparea {
  color: #636363;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  flex-flow: column;
  align-items: flex-start;
  min-width: 340px;
  padding: 0;
  font-size: 1em;
  display: flex;
  position: relative;
}

.droparea.corporate {
  flex-flow: row;
  align-items: stretch;
  width: auto;
  min-width: 650px;
  padding-bottom: 0;
}

.droparea.solutions {
  border-radius: 0;
  padding-bottom: 0;
}

.lang-mobil {
  z-index: 10;
  color: var(--white);
  background-color: #ffffff1a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.lang-mobil:hover {
  background-color: #ffffff36;
}

.nav_button_line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.nav-menu-web {
  border-left: .5px #7272724d;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.header-wrapper {
  z-index: 100;
  background-color: #fff0;
  border-bottom: .5px #7272724d;
  border-left: .5px solid #72727233;
  border-right: .5px #72727233;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0%;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  display: flex;
  position: fixed;
}

.hamburger-menu {
  justify-content: center;
  align-items: center;
  font-style: normal;
  display: flex;
}

.drp-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  letter-spacing: normal;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.drp-link:hover {
  color: var(--white);
}

.drp-link.w--open {
  color: #ff5100;
  font-size: 1.1rem;
}

.drp-area-block-1 {
  background-color: #3b3a3a;
  background-image: url('../images/enka-logo-line.svg'), linear-gradient(135deg, #2c2c2c, var(--dark-grey));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: auto;
  height: auto;
  min-height: 300px;
  margin: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu_link_text {
  font-weight: 400;
}

.drp-icon {
  z-index: 1;
  margin-right: -3px;
  font-size: .8rem;
}

.button-h-two {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-color: #ff5100;
  background-clip: padding-box;
  border: 1px solid #ff5100;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding: .5rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-h-two:hover {
  padding-right: 3rem;
}

.button-h-two.large {
  padding-top: .7rem;
  padding-bottom: .7rem;
  font-weight: 600;
}

.menu-js {
  display: none;
}

.drp-picture {
  background-image: linear-gradient(180deg, var(--orange), var(--blue));
  opacity: .5;
  width: auto;
  max-width: none;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto;
}

.button-h-one {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding: .5rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-h-one:hover {
  padding-right: 3rem;
}

.button-h-one.w--current {
  border-color: var(--orange);
  color: var(--white);
}

.drp-content {
  border-bottom: 1px solid #72727233;
  border-left: 1px solid #72727233;
  border-right: 1px solid #72727233;
  min-width: 140px;
}

.drp-content.w--open {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  width: auto;
  min-width: 300px;
  max-height: 100vh;
  padding-top: 13px;
  font-size: 1rem;
  top: 67px;
  left: -22px;
  box-shadow: 0 20px 17px 6px #00000014;
}

.top-button-ico {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  inset: auto 1rem auto auto;
}

.droptext {
  white-space: nowrap;
  margin-bottom: 0;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: 0;
  display: flex;
  transform: none;
}

.navigation {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100px;
  padding: 0 4rem;
  display: flex;
}

.dropsublink {
  color: #636363;
  cursor: pointer;
  background-image: url('../images/menu-arrow.svg');
  background-position: -8px;
  background-repeat: no-repeat;
  background-size: 1px;
  border: 1px solid #fff;
  border-radius: 100px;
  align-items: center;
  width: auto;
  min-height: 30px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.dropsublink:hover {
  border-width: 1px;
  border-color: var(--orange);
  color: var(--orange);
  background-color: #fff;
  background-image: url('../images/menu-arrow.svg');
  background-position: 9px;
  background-size: 7px;
  padding-left: 2rem;
  padding-right: 1rem;
  text-decoration: none;
}

.dropsublink.pp {
  color: var(--white);
  border-color: #ff510000;
}

.dropsublink.pp:hover {
  color: var(--orange);
  padding-left: 2rem;
  padding-right: 1rem;
}

.dropsublink.pn {
  color: var(--white);
  background-image: url('../images/menu-arrow-b.svg');
  border-color: #0039c800;
}

.dropsublink.pn:hover {
  color: var(--blue);
  background-image: url('../images/menu-arrow-b.svg');
  padding-left: 2rem;
  padding-right: 1rem;
}

.menu_icon {
  justify-content: flex-end;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.menu_icon.is-alt {
  transform: rotate(-180deg);
}

.menu_icon.disable {
  opacity: 0;
}

.menu_panel {
  background-color: var(--color-1);
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  font-style: normal;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: auto;
  transform: none;
}

.menu_panel.two {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transform: none;
}

.drp-menu {
  color: #004d90;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  display: flex;
}

.drp-menu:hover {
  color: var(--orange);
  font-size: 1.1rem;
}

.menu_background {
  background-color: #0003;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.menu_wrap {
  z-index: 1;
  background-color: var(--color-1);
  color: #000;
  width: 30rem;
  max-width: 100%;
  height: 100vh;
  padding-top: 7.2rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.drop-text-1 {
  z-index: 1;
  color: var(--white);
  text-align: center;
  text-transform: none;
  border-bottom: 1px #0033a1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.drop-text-1.other {
  border-bottom: 2px solid var(--orange);
  color: var(--color-1);
  text-align: left;
  letter-spacing: -1px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
}

.first-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #0033a1;
  border-left: 1px #7272724d;
  border-right: 1px #7272724d;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.nav_button {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff0;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 30px;
  height: 3rem;
  margin-left: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.header-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.header-button.menu {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-top: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.logo-image {
  width: auto;
  min-width: auto;
  max-width: none;
  height: 70px;
}

.corporate-menu-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 1.5rem 2rem;
  display: flex;
}

.menu-panel {
  background-color: var(--orange);
  background-image: url('../images/pert-plus.webp');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.menu-panel.pn {
  background-color: var(--blue);
  background-image: url('../images/pert-net.webp');
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
}

.footer-customlink {
  color: var(--white);
  font-size: 1.3rem;
  text-decoration: none;
}

.contact-warepper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.contact-warepper.list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
}

.contact-line-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  display: flex;
}

.footer-contact-text {
  color: var(--white);
}

.advantages {
  width: 100%;
  max-width: 1400px;
}

.footer-bottom {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.partners {
  width: 100%;
  max-width: 1400px;
}

.social {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 50%;
  display: flex;
}

.social-link {
  opacity: .8;
  width: 40px;
  height: 40px;
  transition: all .2s;
}

.social-link:hover {
  opacity: 1;
}

.numbers {
  width: 100%;
  max-width: 1400px;
}

.other-arrow {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 2rem;
  margin-right: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.copyright-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.mocha {
  opacity: .7;
  color: var(--white);
  text-align: right;
  font-size: .8rem;
}

.copyright {
  opacity: .7;
  color: var(--white);
  text-align: left;
  font-size: .8rem;
}

.inner-top {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  background-image: linear-gradient(180deg, #2c2828, var(--color-1) 90%);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 220px 4rem 6rem;
  display: flex;
}

.header-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.head-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.head-right {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.breadcrumb {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-2 {
  opacity: .5;
  color: var(--white);
  font-size: .8rem;
  text-decoration: none;
  transition: all .2s;
}

.link-2:hover {
  opacity: 1;
}

.div-block-7 {
  background-color: #ffffff80;
  width: .5px;
  height: 10px;
}

.heading-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.1;
}

.navbar {
  z-index: 99;
  background-color: #5e5d5d;
  border-top: 1px solid #777;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  display: flex;
  position: sticky;
  top: 69px;
}

.inner-nav-link {
  background-color: var(--color-1);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0;
  font-size: 1.1rem;
  font-weight: 400;
  display: flex;
}

.inner-nav-link:hover {
  opacity: .6;
  color: var(--white);
  background-image: none;
  font-weight: 400;
}

.inner-nav-link.w--current {
  color: var(--line);
  background-position: 0 0;
  background-size: 100%;
  font-weight: 500;
}

.inner-nav-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--color-1);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-section-base {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  transition: all .2s;
  display: flex;
}

.content-section-base.wide {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  max-width: 1400px;
}

.content-section-base.full {
  max-width: 1400px;
}

.inline-head {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}

.inline-head.small {
  font-size: 1.5rem;
}

.inline-text {
  font-size: 1.1rem;
  font-weight: 500;
}

.inner-heading {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.inner-heading.pn {
  color: var(--blue);
}

.table-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.table-div.new {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.color-line {
  background-image: linear-gradient(90deg, var(--orange), var(--blue));
  height: 3px;
}

.row-line {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
}

.row-line.inner {
  padding: 0 0 0 2rem;
  position: relative;
}

.number {
  background-color: var(--orange);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
}

.table-text {
  text-align: left;
  margin-right: auto;
}

.table-text.inner {
  color: var(--orange);
}

.table-text-2 {
  text-align: right;
}

.table-text-2.inner {
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--line);
  text-align: left;
  width: 60%;
  min-width: 60%;
  padding: 2rem 2rem 2rem 3rem;
  font-size: 1rem;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.price-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 5px solid var(--orange);
  background-color: #fff;
  background-image: url('../images/bg-logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  transition: all 1s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  box-shadow: 0 8px 16px #0003;
}

.price-wrapper:hover {
  transform: translate(0, -5%);
}

.price-wrapper.pn {
  border-top-color: var(--blue);
  justify-content: flex-start;
  align-items: flex-start;
}

.price-wrapper.pnpp {
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.price-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  width: 900px;
  display: flex;
}

.price-name {
  color: var(--orange);
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
}

.price-name.pn {
  color: var(--blue);
}

.price-span {
  color: var(--color-1);
  font-size: .9rem;
  font-weight: 400;
}

.cta-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1.5px solid var(--orange);
  color: var(--orange);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.cta-1:hover {
  background-color: var(--orange);
  color: var(--white);
}

.cta-1.wapp {
  color: #24d366;
  border-color: #24d366;
  margin-top: 0;
}

.cta-1.wapp:hover {
  color: var(--white);
  background-color: #24d366;
}

.cta-1.pn {
  border-color: var(--blue);
  color: var(--blue);
  justify-content: flex-start;
  align-items: center;
}

.cta-1.pn:hover {
  background-color: var(--blue);
  color: var(--white);
}

.cta-1.pppn {
  color: var(--dark-grey);
  background-image: url('../images/brn-svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: none;
  width: auto;
}

.cta-1.pppn:hover {
  background-image: linear-gradient(90deg, var(--orange), var(--blue)), url('../images/brn-svg.svg');
  color: var(--white);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.code-embed-8 {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.price-detail {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  text-align: left;
  flex-flow: column;
  width: 100%;
  margin-bottom: auto;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.bullet-span {
  border-bottom: 1px solid var(--line);
  text-align: left;
  background-image: url('../images/check-mark.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  font-size: .9rem;
  font-weight: 500;
  display: inline-flex;
}

.price-seperate {
  background-color: #0003;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.item-price {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  font-size: 1.9rem;
  font-weight: 700;
  display: flex;
}

.pnpp-topline {
  background-image: linear-gradient(90deg, var(--orange), var(--blue));
  height: 5px;
  margin-top: -5px;
  position: absolute;
  inset: 0% 0% auto;
}

.text-span {
  background-image: linear-gradient(90deg, var(--orange), var(--blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.prica-span-1 {
  font-size: 1.2rem;
  font-weight: 300;
}

.item-bottom-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.produst-seperate {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 5px solid var(--orange);
  display: flex;
}

.produst-seperate.pn {
  border-bottom-color: var(--blue);
  margin-bottom: -1px;
}

.advantages-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
}

.adv-wrapper {
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.adv-head {
  background-color: var(--orange);
  color: var(--white);
  background-image: linear-gradient(#ff5100e6, #ff5100e6), url('../images/p-symbol.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.adv-head.pn {
  background-color: var(--blue);
  background-image: linear-gradient(#0039c8e6, #0039c8e6), url('../images/p-symbol.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
}

.adv-head-span {
  font-size: 1.1rem;
  font-weight: 300;
}

.process-line {
  background-color: var(--orange);
  transform-origin: 50%;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  position: absolute;
  inset: auto auto -10px;
  transform: rotate(45deg);
}

.process-line.pn {
  background-color: var(--blue);
}

.adv-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.adv-test {
  text-align: center;
  background-color: #fff0;
  background-image: linear-gradient(#fff 74%, #fff0);
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-left: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.adv-content-wrapper {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: auto;
  display: flex;
  position: relative;
}

.image {
  border: 1px solid var(--orange);
  background-color: var(--white);
  outline-color: var(--orange);
  outline-offset: 3px;
  border-radius: .5rem;
  outline-width: 1px;
  outline-style: none;
  width: 60px;
  height: 60px;
  padding: .5rem;
  position: relative;
  box-shadow: 0 14px 18px 7px #0000001f;
}

.image.pn {
  border-color: var(--blue);
  outline-color: var(--blue);
}

.head-span-2 {
  border: 1px solid var(--white);
  background-color: var(--white);
  outline-color: var(--white);
  outline-offset: 3px;
  color: var(--orange);
  border-radius: 100px;
  outline-width: 1px;
  outline-style: solid;
  padding: .25rem 1rem;
  display: inline-flex;
}

.head-span-2.pn {
  color: var(--blue);
}

.process-lines {
  z-index: 0;
  background-color: var(--orange);
  background-image: linear-gradient(0deg, var(--white), var(--orange) 54%);
  width: 3px;
  height: 94%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.process-lines.pn {
  background-color: var(--blue);
  background-image: linear-gradient(0deg, var(--white), var(--blue) 54%);
}

.heads-adv {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid var(--line);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  display: flex;
}

.contact-info.left {
  text-align: left;
  border: 1px #000;
  border-top: 1px solid #ededed;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
}

.contact-info-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color-1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.contact-info-wrapper.left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.contact-info-wrapper.right {
  flex-flow: row-reverse wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.contact-icon {
  width: 30px;
  height: 30px;
}

.phone-link {
  color: var(--dark-grey);
  font-size: 1.1rem;
  text-decoration: none;
  transition: all .2s;
}

.phone-link:hover {
  color: var(--orange);
}

.branch-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.branch-tile {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.code-embed-9 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.code-embed-9.displat {
  display: none;
}

.overlay {
  background-color: #2f2b2bcc;
  position: fixed;
  inset: 0%;
}

.overlay.display {
  display: none;
}

.circle-span {
  color: #ff5100;
  font-size: 1.4em;
  font-weight: 700;
}

.circle_wrap {
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 60em;
  height: 30em;
  margin-top: 0;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle_wrapper {
  width: 100%;
  height: 100%;
}

.circle_link {
  margin-top: -3.9em;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: relative;
}

.circle_list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.circle_date {
  color: #5e5d5d;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.4em;
  font-weight: 600;
  transition: opacity .2s;
}

.circle {
  text-align: center;
  border: 2px #3f3c3c33;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(.445, .05, .55, .95), opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.circle_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.circle_p {
  color: #3f3c3c;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4;
  transition: all .2s;
}

.circle_description {
  opacity: 0;
  flex: none;
  width: 30em;
  margin-top: 7.5em;
  font-weight: 500;
  transition: opacity .3s;
  position: absolute;
}

.circle_height {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.circle_dot {
  outline-offset: 4px;
  color: #3f3c3c;
  background-color: #5e5d5d;
  border-radius: 50%;
  outline: 1px solid #3f3c3c;
  width: 1.5em;
  height: 1.5em;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: block;
}

.circle_line {
  background-color: #fff;
  background-image: linear-gradient(#0039c8, #ff5100);
  width: 1px;
  height: 4.9em;
  margin-top: -.8em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.milestone-overlay {
  z-index: 1;
  background-image: linear-gradient(#ededed00, #ededed);
  height: 10em;
  position: absolute;
  inset: auto 0% 0%;
}

.expand-area {
  transition: all .2s;
}

.values-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.values-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding: 2rem;
  display: flex;
}

.value-head {
  font-size: 1.1rem;
  font-weight: 600;
}

.value-image {
  width: 60px;
}

.image-2 {
  width: 86%;
  max-width: 108%;
  position: absolute;
  inset: auto;
}

.code-embed-10, .form-embed {
  width: 100%;
}

.position-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.detail-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--line);
  width: 100%;
  padding: .5rem;
  display: flex;
}

.job-sec-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.job-head {
  color: var(--orange);
  font-size: .9rem;
}

.job-detail {
  font-weight: 600;
}

.job-subtitle {
  color: var(--color-1);
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.faq_accordion {
  border: 1px solid var(--orange);
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  padding: 2rem;
}

.faq_accordion:hover {
  border-color: var(--orange);
}

.faq_heading {
  grid-column-gap: 1rem;
  color: #d79e20;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-style-h4 {
  color: var(--orange);
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.faq_icon {
  color: #d79e20;
  transition: all .4s;
}

.icon-32 {
  color: var(--orange);
  background-color: #ffd61f00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq_body {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.faq_answers {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: none;
  margin-top: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.text-color-gray {
  color: var(--color-1);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.bold-text {
  color: var(--orange);
  font-family: Montserrat, sans-serif;
}

.code-embed-11 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.section-link {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.ref-list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.ref-logo {
  border: 1px solid var(--line);
  filter: none;
  width: 23%;
  height: 100%;
  transition: all .2s;
  overflow: hidden;
  transform: translate(0);
}

.ref-logo:hover {
  filter: grayscale(0%);
  transform: none;
}

.ref-image {
    opacity: 1;
}

.ref-image:hover {
  opacity: 1;
}

.home-card-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 2rem;
  border-top: 2px solid var(--orange);
  background-color: #fff0;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6rem;
  padding: 2rem 0 0;
  display: flex;
}

.home-card-wrapper.pn {
  border-top-color: var(--blue);
}

.card-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--white);
  color: var(--dark-grey);
  background-color: #fff;
  flex-flow: column;
  width: 24%;
  padding: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.card-wrapper:hover {
  border-color: var(--orange);
  border-radius: 0;
  transform: translate(0, -10px);
  box-shadow: 0 8px 19px -9px #0003;
}

.card-wrapper.pn:hover {
  border-color: var(--blue);
}

.card-image {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1rem 1rem;
  display: flex;
}

.product-name {
  color: var(--orange);
  font-size: 1.2rem;
  font-weight: 600;
}

.product-name.pn {
  color: var(--blue);
}

.product-no {
  font-size: .8rem;
}

.btn-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ico-btn {
  z-index: 9;
  background-color: var(--white);
  outline-color: var(--line);
  outline-offset: 3px;
  color: var(--orange);
  border-radius: 100px;
  outline-width: 1px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  transition: all 1ms cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
}

.ico-btn:hover {
  background-color: var(--color-1);
  outline-color: var(--orange);
  color: var(--white);
}

.ico-btn.pn {
  background-color: var(--blue);
  color: var(--blue);
}

.ico-btn.pn:hover {
  outline-color: var(--blue);
  color: var(--white);
}

.btn-embed-ico {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: relative;
}

.btn-bg {
  z-index: 0;
  background-color: var(--white);
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.btn-bg.pn {
  background-color: var(--white);
}

.tooltips {
  color: #fff;
  cursor: pointer;
  background-color: #fff0;
  border: 3px solid #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0;
  font-size: .9rem;
  transition: all .2s;
  display: flex;
  position: relative;
}

.tooltips:hover {
  color: #0083d4;
  background-color: #e0e4f100;
  border-color: #fff;
}

.tooltips-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 40px;
}

.text {
  cursor: default;
  background-color: #fff;
  border-radius: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  box-shadow: 0 6px 12px #0000000a, 0 1px 2px #0000001f;
}

.text._2 {
  background-color: var(--line);
  box-shadow: none;
  color: var(--dark-grey);
  text-align: center;
  white-space: normal;
  border: 2px solid #fff;
  border-radius: 5px;
  width: 150px;
  padding: .5rem .5rem 1rem;
  font-size: .8rem;
  line-height: 1.3;
}

.top-tooltip {
  z-index: 1;
  background-color: #fff;
  border-radius: 0 0 2px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  position: relative;
  transform: rotate(45deg);
  box-shadow: 2px 2px 3px -1px #0000001f;
}

.top-tooltip._2 {
  background-color: var(--line);
  border: 2px solid #fff;
  border-style: none solid solid none;
  border-radius: 0;
  margin-top: -5px;
  margin-bottom: 0;
  box-shadow: -2px -2px 3px -1px #0000000a;
}

.card-head {
  text-align: left;
  width: auto;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.head-span-card {
  color: var(--orange);
}

.head-span-card.pn {
  color: var(--blue);
}

.card-wrapper-head {
  border-bottom: 1px none var(--line);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.card-vehicle-image {
  min-width: auto;
  max-width: 100%;
  min-height: 100%;
}

.detail-btn {
  background-color: var(--orange);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto;
}

.detail-btn.pn {
  background-color: var(--blue);
}

.detail-ico {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.card-demo-content {
  display: none;
}

.lightbox-login {
  z-index: 999;
  background-color: #5e5d5dcc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.lightbox-login.display {
  display: none;
}

.login-form {
  border-top: 3px solid var(--orange);
  background-color: var(--white);
  width: 100%;
  min-width: auto;
  max-width: 500px;
  padding: 0;
  position: relative;
}

.login-tab {
  color: var(--color-1);
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
}

.login-tab.w--current {
  border-bottom: 2px solid var(--orange);
  color: var(--orange);
  background-color: #ddd0;
  margin-bottom: -2px;
}

.login-tab-menu {
  border-bottom: 1px solid var(--line);
  display: flex;
}

.login-tab-content {
  padding: 2rem;
}

.login-embed {
  width: 100%;
}

.close {
  background-color: var(--orange);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: -4px -50px auto auto;
}

.close:hover {
  background-color: var(--blue);
}

.close--embed {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.herocss, .hero-js {
  display: none;
}

.hero-slider-embed-copy {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}

.bganimationlogo-1 {
  z-index: 2;
  opacity: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bganimationlogo-1.top {
  z-index: 0;
  opacity: .6;
  justify-content: center;
  align-items: center;
  width: 120%;
  height: 120%;
  inset: auto;
}

.bganimationlogo-1.top:hover {
  background-color: #fff0;
}

.bganimationlogo-1.top-copy {
  z-index: 0;
  opacity: .4;
  justify-content: center;
  align-items: center;
  width: 120%;
  height: 120%;
  inset: auto;
}

.bganimationlogo-1.top-copy:hover {
  background-color: #fff0;
}

.right-text {
  text-align: left;
  width: 60%;
  font-size: 1rem;
  font-weight: 600;
}

.pp-logo {
  width: 100px;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 3.4rem;
  display: flex;
}

.plus {
  background-image: linear-gradient(90deg, var(--orange), var(--blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.pn-logo {
  width: 100px;
}

.text-block-9 {
  border-top: 1px solid var(--line);
  background-color: var(--white);
  text-align: left;
  padding: 1rem 2rem;
}

.table-new-wrapper {
  background-color: #fff;
  padding: 0;
}

.left-icon {
  border: 1px solid var(--line);
  background-color: var(--white);
  color: var(--orange);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 36.5%;
  padding: .125rem;
  display: flex;
  position: absolute;
}

@media screen and (min-width: 1280px) {
  .dropnavwrap {
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
  }

  .drp-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navigation {
    padding-left: 2rem;
  }

  .dropsublink {
    font-size: 1em;
  }

  .drp-menu {
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
  }

  .drp-menu:hover {
    font-size: 1rem;
  }

  .drop-text-1 {
    font-size: 1.4rem;
    font-weight: 600;
  }

  .first-menu {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  .dropnavwrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .menu_link.go-back {
    padding-bottom: 1rem;
  }

  .drp-link {
    padding: 0 1rem;
    font-size: 1.1em;
  }

  .drp-content.w--open {
    padding-top: 13px;
  }

  .dropsublink {
    font-size: 1em;
  }

  .menu_panel {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
  }

  .menu_panel.two {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .drp-menu {
    font-size: 1em;
  }

  .drp-menu:hover {
    font-size: 1rem;
  }

  .menu_background {
    display: none;
  }

  .menu_wrap {
    background-color: var(--color-1);
    height: 100vh;
    padding-top: 100px;
    display: none;
  }

  .drop-text-1 {
    font-size: 1.5rem;
  }

  .first-menu {
    font-size: 1rem;
  }

  .bganimationlogo-1 {
    z-index: 2;
    width: 100%;
    height: 700px;
    inset: -25% 0% auto;
  }
}

@media screen and (min-width: 1920px) {
  .drp-menu {
    font-size: 1em;
  }

  .drp-menu:hover {
    font-size: 1rem;
  }

  .bganimationlogo-1 {
    height: 800px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
  }

  .dropnavwrap {
    color: #424141;
    border-top: .3px solid #ffffff21;
    border-bottom: .3px solid #ffffff21;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2rem;
    display: block;
  }

  .sections {
    padding: 2rem;
  }

  .sections.inner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading {
    font-size: 1.6rem;
  }

  .number-wrapper {
    flex-flow: column;
  }

  .number-text-1 {
    font-size: 2rem;
  }

  .other-wrapper {
    flex-flow: column;
  }

  .footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem;
  }

  .footer-second {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 2rem;
  }

  .footer-part {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .menu_link.sub-link {
    background-color: var(--dark-grey);
    color: #fff;
    text-align: left;
    border-bottom: .5px #00000036;
    border-left-style: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-decoration: none;
  }

  .menu_link.sub-link:hover {
    color: #6b6b6b;
  }

  .menu_link.opens-more {
    background-color: var(--dark-grey);
    color: #fff;
    border-top-color: #ffffff1a;
    border-bottom-color: #ffffff1a;
    padding: 1rem 2rem;
    font-weight: 400;
  }

  .menu_link.go-back {
    background-color: var(--dark-grey);
    color: #fff;
    border-top: .2px solid #ffffff36;
    border-bottom-width: .2px;
    border-bottom-color: #ffffff36;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
  }

  .menu_link.one-link {
    background-color: var(--dark-grey);
    color: #fff;
    border-top-color: #ffffff1a;
    border-bottom-color: #ffffff1a;
    padding: 1rem 2rem;
    font-weight: 400;
  }

  .lang-mobil {
    color: var(--color-1);
    background-color: #fff;
    border: 1px #0033a1;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-left: auto;
    font-weight: 500;
    text-decoration: none;
    transition: all .2s;
    display: flex;
  }

  .lang-mobil:hover {
    color: #fff;
    background-color: #0033a1;
  }

  .nav_button_line {
    background-color: #fff;
  }

  .nav-menu-web {
    background-color: #0033a1;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: none;
  }

  .header-wrapper {
    height: 80px;
  }

  .hamburger-menu {
    margin-left: 0;
  }

  .drp-link {
    color: #fff;
    width: 100%;
    height: auto;
    padding: 1rem 2rem;
    font-size: 1em;
  }

  .drp-link:hover {
    color: #9ef3ff;
  }

  .menu_link_text {
    font-weight: 400;
  }

  .drp-icon {
    margin-right: 2rem;
  }

  .menu_content {
    color: #fff;
  }

  .drp-content.w--open {
    width: 100%;
    min-width: auto;
    padding-top: 0;
    top: 55px;
    left: auto;
    right: auto;
  }

  .brand {
    z-index: 10;
    margin-left: -1rem;
    margin-right: auto;
    transform: scale(.8);
  }

  .navigation {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #1a1919;
    justify-content: flex-start;
    height: 80px;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .dropsublink:hover {
    color: #b32374;
  }

  .menu_icon {
    width: 30px;
  }

  .menu_icon.is-alt {
    margin-left: -15px;
  }

  .menu_panel {
    background-color: var(--dark-grey);
    justify-content: flex-start;
    align-items: stretch;
    transform: none;
  }

  .drp-menu {
    border-bottom: .5px #fff3;
    width: 100%;
    height: auto;
    display: block;
  }

  .menu_background {
    background-color: #0000;
    display: none;
  }

  .menu_wrap {
    background-color: var(--dark-grey);
    width: 100%;
    margin-right: 0;
    padding-top: 80px;
    right: 0%;
  }

  .first-menu {
    flex-flow: column;
    height: auto;
  }

  .nav_button {
    background-color: #fff0;
    margin-left: 0;
    margin-right: 0;
  }

  .header-button {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: none;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .social, .copyright-wrapper {
    width: 100%;
  }

  .inner-top {
    padding: 140px 2rem 4rem;
  }

  .header-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .head-left, .head-right {
    width: 100%;
  }

  .breadcrumb {
    justify-content: center;
    align-items: center;
  }

  .heading-2 {
    text-align: center;
    font-size: 2.5rem;
  }

  .navbar {
    display: none;
  }

  .inner-nav-menu {
    display: block;
  }

  .content-section-base.wide {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .price-list {
    flex-flow: wrap;
    width: 100%;
  }

  .bullet-span {
    background-position: 0 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .advantages-block {
    flex-flow: column;
  }

  .branch-tile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: stretch;
  }

  .circle_wrap {
    width: 100%;
    height: 400px;
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 2vw;
  }

  .circle {
    border-style: none;
  }

  .circle_p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .circle_height {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 85%;
  }

  .values-list {
    width: 47%;
  }

  .image-2 {
    width: 79%;
  }

  .faq_heading {
    width: 100%;
  }

  .heading-style-h4 {
    font-size: 1.1rem;
  }

  .ref-logo {
    width: 31%;
  }

  .home-card-wrapper {
    margin-top: 4rem;
  }

  .card-wrapper {
    width: 48%;
  }

  .bganimationlogo-1 {
    height: 500px;
  }

  .right-text {
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
  }

  .sections.inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .other-item {
    height: auto;
    min-height: 250px;
    padding: 2rem;
  }

  .footer-part {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
  }

  .footer-link-wrapper {
    flex-flow: wrap;
    width: 100%;
  }

  .footer-link-wrapper.bottom {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .menu_link.opens-more, .menu_link.one-link {
    background-color: var(--dark-grey);
  }

  .lang-mobil {
    margin-left: auto;
  }

  .brand {
    margin-left: -2.5rem;
    padding-left: 0;
    transform: translate(1.5rem)scale(.8);
  }

  .navigation {
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu_panel {
    background-color: var(--dark-grey);
    justify-content: flex-start;
    align-items: stretch;
  }

  .menu_wrap {
    background-color: var(--dark-grey);
    width: 100%;
  }

  .header-button.menu {
    flex-flow: column;
    align-items: center;
  }

  .copyright-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .inner-top {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .inline-head {
    font-size: 1.7rem;
  }

  .inner-heading {
    font-size: 1.5rem;
  }

  .row-line {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .row-line.inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .table-text {
    color: var(--orange);
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }

  .table-text-2 {
    text-align: center;
    width: 100%;
  }

  .table-text-2.inner {
    text-align: center;
    width: 100%;
    min-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .item-bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .contact-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .contact-info-wrapper {
    border-bottom: 1px solid var(--line);
    padding-bottom: 1rem;
  }

  .branch-wrapper {
    width: 100%;
  }

  .circle_wrap {
    height: 350px;
  }

  .circle_height {
    padding-top: 80%;
  }

  .values-list {
    width: 100%;
  }

  .detail-wrapper {
    flex-flow: column;
  }

  .faq_accordion {
    text-align: left;
  }

  .faq_heading {
    justify-content: center;
  }

  .heading-style-h4 {
    font-size: 1.1rem;
    line-height: 1.75rem;
  }

  .ref-logo {
    width: 48%;
  }

  .home-card-wrapper {
    grid-row-gap: 1rem;
    margin-top: 2rem;
    padding-top: 1rem;
  }

  .login-form {
    width: 90%;
  }

  .bganimationlogo-1 {
    justify-content: center;
    align-items: center;
    height: 400px;
    inset: auto 0% 0%;
  }

  .text-block-9 {
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .left-icon {
    margin-top: 0%;
    margin-left: 0%;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: auto;
  }

  .footer-part {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-link-wrapper {
    flex-flow: wrap;
  }

  .menu_link.opens-more, .menu_link.one-link {
    background-color: var(--dark-grey);
    padding-right: 1rem;
    font-size: 1rem;
  }

  .brand {
    z-index: 10;
    width: 200px;
    min-width: 200px;
    padding-left: 0;
  }

  .menu_panel {
    background-color: var(--dark-grey);
  }

  .menu_background {
    min-width: 350px;
    display: none;
  }

  .menu_wrap {
    background-color: var(--dark-grey);
    width: 100%;
  }

  .nav_button {
    z-index: 9999;
    margin-left: .5rem;
  }

  .contact-warepper.list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 100%;
  }

  .heading-2 {
    font-size: 1.8rem;
  }

  .inline-head {
    font-size: 1.3rem;
  }

  .inner-heading {
    font-size: 1.2rem;
  }

  .item-bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .circle_wrap {
    height: 200px;
    font-size: 2.5vw;
  }

  .circle_p {
    width: 60%;
  }

  .faq_accordion {
    padding: 1rem;
  }

  .text-color-gray {
    font-size: 1rem;
  }

  .ref-logo {
    width: 100%;
  }

  .home-card-wrapper {
    padding-top: 1rem;
  }

  .card-wrapper {
    width: 100%;
  }

  .card-head {
    text-align: center;
  }

  .card-wrapper-head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .login-tab, .login-tab.w--current {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .bganimationlogo-1 {
    height: 300px;
  }
}


