.b2b-landing-page-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
textarea {
  resize: vertical;
  min-height: 150px;
  max-height: 300px;
}
.b2b-landing-page-landing-page {
  gap: 75px;
  width: 100%;
  height: auto;
  display: flex;
  padding: 0 50px 55px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  background-color: var(--dl-color-b2b-background);
}
.b2b-landing-page-header {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.b2b-landing-page-mandatory {
  color: var(--dl-color-maincolors-gray);
  margin-top: 20px;
  text-align: left;
  line-height: normal;
  font-size: small;
}
.b2b-landing-page-navbar-interactive {
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 30px;
  justify-content: center;
}
.b2b-landing-page-desktop-menu {
  flex: 1;
  display: flex;
  max-width: 1220px;
  justify-content: space-between;
}
.b2b-landing-page-image1 {
  height: 60px;
}
.b2b-landing-page-submenus1 {
  gap: 50px;
  display: flex;
  align-items: center;
}
.b2b-landing-page-text10 {
  color: var(--dl-color-maincolors-black);
  height: auto;
  text-align: left;
  line-height: normal;
  text-decoration: none;
}
.b2b-landing-page-text12 {
  color: var(--dl-color-maincolors-black);
  height: auto;
  text-align: left;
  line-height: normal;
  text-decoration: none;
}
.b2b-landing-page-profiles1 {
  width: 230px;
  display: flex;
  padding: 5px;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(22, 22, 22, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 50px;
}
.b2b-landing-page-link1 {
  display: contents;
}
.b2b-landing-page-players1 {
  gap: 10px;
  display: flex;
  padding: 10px;
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
  text-decoration: none;
}
.b2b-landing-page-text14 {
  color: var(--dl-color-maincolors-gray);
  height: auto;
  text-align: left;
  line-height: 24px;
}
.b2b-landing-page-companies {
  gap: 10px;
  display: flex;
  padding: 10px;
  flex-grow: 1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25) ;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
  background-color: var(--dl-color-maincolors-black);
}
.b2b-landing-page-text16 {
  color: var(--dl-color-b2b-background);
  height: auto;
  text-align: left;
  line-height: 24px;
}
.b2b-landing-page-burger-menu {
  display: none;
}
.b2b-landing-page-image2 {
  height: 60px;
}
.b2b-landing-page-icon1 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.b2b-landing-page-mobile-menu {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 32px 50px;
  z-index: 100;
  position: absolute;
  transform: translateY(-100%); 
  transition: transform 0.5s ease;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.b2b-landing-page-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.b2b-landing-page-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.b2b-landing-page-logo {
  height: 60px;
}
.b2b-landing-page-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b2b-landing-page-icon3 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.b2b-landing-page-submenus2 {
  gap: 50px;
  display: flex;
  align-items: center;
}
.b2b-landing-page-text18 {
  color: var(--dl-color-maincolors-black);
  height: auto;
  text-align: left;
  line-height: normal;
  text-decoration: none;
}
.b2b-landing-page-text20 {
  color: var(--dl-color-maincolors-black);
  height: auto;
  text-align: left;
  line-height: normal;
  text-decoration: none;
}
.b2b-landing-page-link2 {
  display: contents;
}
.b2b-landing-page-profiles2 {
  width: 230px;
  display: flex;
  padding: 5px;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(22, 22, 22, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 50px;
  text-decoration: none;
}
.b2b-landing-page-players2 {
  gap: 10px;
  display: flex;
  padding: 10px;
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
}
.b2b-landing-page-text22 {
  color: var(--dl-color-maincolors-gray);
  height: auto;
  text-align: left;
  line-height: 24px;
}
.b2b-landing-page-image3 {
  width: 200px;
  object-fit: cover;
}
.b2b-landing-page-header-section {
  gap: 10px;
  height: 663px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  padding-top: 50px;
  padding-left: 50px;
  border-radius: 20px;
  padding-right: 50px;
  flex-direction: column;
  padding-bottom: 50px;
  background-size: cover;
  justify-content: center;
  background-image: url("public/header-700h.png");
  background-position: center;
}
.b2b-landing-page-content1 {
  gap: 84px;
  width: 790px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.b2b-landing-page-headlines {
  gap: 25px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.b2b-landing-page-text24 {
  color: var(--dl-color-maincolors-black);
  height: auto;
  font-size: 72px;
  align-self: stretch;
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0em;
}
.b2b-landing-page-text28 {
  color: var(--dl-color-maincolors-black);
  height: auto;
  font-size: 24px;
  align-self: stretch;
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
}
.b2b-landing-page-button1 {
  gap: 10px;
  width: auto;
  display: flex;
  padding: 15px 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25) ;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50px;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-maincolors-black);
}
.b2b-landing-page-text32 {
  color: var(--dl-color-maincolors-white);
  height: auto;
  text-align: left;
  line-height: normal;
}
.b2b-landing-page-b2b-video {
  width: 1220px;
  height: 686px;
  border-radius: 20px;
}
.b2b-landing-page-body {
  gap: 150px;
  width: 1220px;
  display: flex;
  max-width: 1220px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.b2b-landing-page-features {
  gap: 40px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.b2b-landing-page-text33 {
  color: var(--dl-color-maincolors-black);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 50px;
}
.b2b-landing-page-content2 {
  gap: 50px;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}
.b2b-landing-page-feature01 {
  width: 1220px;
  height: 360px;
  display: flex;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(93, 93, 93, 0.25) ;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 20px;
  background-size: cover;
  background-image: url("public/feature-1-background-500h.jpg");
}
.b2b-landing-page-content3 {
  gap: 25px;
  top: 55px;
  left: 55px;
  width: 505px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.b2b-landing-page-text35 {
  color: rgb(22, 22, 22);
  width: 100%;
  height: auto;
  font-size: 48px;
  font-style: SemiBold;
  text-align: left;
  font-family: Roboto;
  font-weight: 600;
  line-height: normal;
}
.b2b-landing-page-text37 {
  color: var(--dl-color-b2b-blue);
}
.b2b-landing-page-text39 {
  color: var(--dl-color-maincolors-gray);
  height: auto;
  font-size: 18px;
  align-self: stretch;
  font-style: normal;
  text-align: left;
  font-family: Roboto;
  font-weight: 400px;
  line-height: 24px;
  font-stretch: normal;
  letter-spacing: 0em;
}
.b2b-landing-page-secondrow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b2b-landing-page-content4 {
  gap: 20px;
  top: 55px;
  left: 55px;
  width: 475px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.b2b-landing-page-text43 {
  color: var(--dl-color-maincolors-black);
  width: 475px;
  height: auto;
  font-size: 48px;
  font-style: SemiBold;
  text-align: left;
  font-family: Roboto;
  font-weight: 600;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.b2b-landing-page-text44 {
  color: var(--dl-color-maincolors-gray);
  height: auto;
  text-align: left;
  line-height: 24px;
}
.b2b-landing-page-feature03 {
  width: 585px;
  height: 660px;
  display: flex;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(93, 93, 93, 0.25) ;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 20px;
  background-size: cover;
  background-image: url("public/feature-3-background-1300w.jpg");
}
.b2b-landing-page-content5 {
  gap: 20px;
  top: 55px;
  left: 55px;
  width: 475px;
  height: 457px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.b2b-landing-page-text47 {
  color: rgb(245, 245, 245);
  width: 475px;
  height: auto;
  font-size: 48px;
  font-style: SemiBold;
  text-align: left;
  font-family: Roboto;
  font-weight: 600;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.b2b-landing-page-text49 {
  color: var(--dl-color-b2b-lightyellow);
}
.b2b-landing-page-text50 {
  color: var(--dl-color-b2b-background);
  width: 262px;
  height: auto;
  text-align: left;
  line-height: 24px;
}
.b2b-landing-page-feature04 {
  width: 1220px;
  height: 360px;
  display: flex;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(93, 93, 93, 0.25) ;
  align-items: center;
  flex-shrink: 0;
  border-radius: 20px;
  padding-right: 55px;
  background-size: cover;
  justify-content: flex-end;
  background-image: url("public/feature-4-background-500h.jpg");
}
.b2b-landing-page-content6 {
  gap: 20px;
  width: 475px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
.b2b-landing-page-text52 {
  color: rgb(107, 194, 231);
  height: auto;
  font-size: 48px;
  align-self: stretch;
  font-style: SemiBold;
  text-align: left;
  font-family: Roboto;
  font-weight: 600;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.b2b-landing-page-text54 {
  color: var(--dl-color-maincolors-black);
}
.b2b-landing-page-text55 {
  color: var(--dl-color-maincolors-gray);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 24px;
}
.b2b-landing-page-lastrow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b2b-landing-page-feature05 {
  width: 585px;
  height: 660px;
  display: flex;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(93, 93, 93, 0.25) ;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 20px;
  background-size: cover;
  background-image: url("public/feature-5-background-1300w.jpg");
}
.b2b-landing-page-content7 {
  gap: 20px;
  top: 55px;
  left: 55px;
  right: 55px;
  width: 475px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.b2b-landing-page-text58 {
  color: rgb(255, 255, 255);
  width: auto;
  height: auto;
  font-size: 48px;
  font-style: SemiBold;
  text-align: left;
  font-family: Roboto;
  font-weight: 600;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.b2b-landing-page-text60 {
  color: var(--dl-color-b2b-lightyellow);
}
.b2b-landing-page-text61 {
  color: var(--dl-color-maincolors-white);
  height: auto;
  text-align: left;
  line-height: 24px;
}
.b2b-landing-page-feature06 {
  width: 585px;
  height: 660px;
  display: flex;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(93, 93, 93, 0.25) ;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 20px;
  background-size: cover;
  background-image: url("public/feature-6-background-1300w.png");
}
.b2b-landing-page-content8 {
  gap: 20px;
  top: 55px;
  left: 55px;
  right: 55px;
  width: auto;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.b2b-landing-page-text64 {
  color: var(--dl-color-maincolors-black);
  width: auto;
  height: auto;
  font-size: 48px;
  font-style: SemiBold;
  text-align: left;
  font-family: Roboto;
  font-weight: 600;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.b2b-landing-page-text67 {
  color: var(--dl-color-maincolors-darkgray);
  width: 300px;
  height: auto;
  text-align: left;
  line-height: 24px;
}
.b2b-landing-page-howit-works1 {
  gap: 2vw;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
.b2b-landing-page-howit-works2 {
  gap: 40px;
  width: 585px;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-start;
}
.b2b-landing-page-real-example {
  gap: 40px;
  width: 585px;
  display: flex;
  flex-grow: 1;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.b2b-landing-page-text70 {
  color: var(--dl-color-maincolors-black);
  width: 590px;
  height: auto;
  text-align: left;
  line-height: 50px;
}
.b2b-landing-page-iframe2 {
  width: 585px;
  height: 318px;
  border-radius: 20px;
}
.b2b-landing-page-form {
  gap: 35px;
  display: flex;
  padding: 50px 100px;
  align-self: stretch;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  background-color: var(--dl-color-b2b-lightblue);
}
.b2b-landing-page-text72 {
  color: var(--dl-color-maincolors-darkgray);
  height: auto;
  text-align: left;
  line-height: normal;
}
.b2b-landing-page-fields {
  gap: 20px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.b2b-landing-page-contacts1 {
  gap: 30px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  margin-top: 20px;
}
.b2b-landing-page-name {
  gap: 10px;
  width: 495px;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
.b2b-landing-page-text73 {
  color: var(--dl-color-maincolors-darkgray);
  height: auto;
  text-align: left;
  line-height: 24px;
}
.b2b-landing-page-field1 {
  gap: 10px;
  display: flex;
  padding: 10px 20px;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(140, 146, 153, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 50px;
  background-color: var(--dl-color-b2b-background);
}
.b2b-landing-page-text75 {
  color: var(--dl-color-maincolors-gray);
  height: auto;
  text-align: left;
  line-height: normal;
}
.b2b-landing-page-email {
  gap: 10px;
  width: 495px;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  margin-bottom: 20px;
}
.b2b-landing-page-text77 {
  color: var(--dl-color-maincolors-darkgray);
  height: auto;
  text-align: left;
  line-height: 24px;
}
.b2b-landing-page-field2 {
  gap: 10px;
  display: flex;
  padding: 10px 20px;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(140, 146, 153, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 50px;
  background-color: var(--dl-color-b2b-background);
}
.b2b-landing-page-text79 {
  color: var(--dl-color-maincolors-gray);
  height: auto;
  text-align: left;
  line-height: normal;
}
.b2b-landing-page-message {
  gap: 10px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.b2b-landing-page-text81 {
  color: var(--dl-color-maincolors-darkgray);
  height: auto;
  text-align: left;
  line-height: 24px;
}
.b2b-landing-page-frame16 {
  gap: 10px;
  height: 120px;
  display: flex;
  padding: 10px 20px;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(140, 146, 153, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  background-color: var(--dl-color-b2b-background);
}
.b2b-landing-page-text83 {
  color: var(--dl-color-maincolors-gray);
  height: 150px;
  text-align: left;
  line-height: normal;
}
.b2b-landing-page-button2 {
  gap: 10px;
  width: 200px;
  display: flex;
  padding: 15px 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25) ;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50px;
  justify-content: center;
  background-color: var(--dl-color-maincolors-darkgray);
  margin-top: 30px;
}

.b2b-landing-page-button2:hover {
  cursor: pointer;
}


.b2b-landing-page-text85 {
  color: var(--dl-color-b2b-background);
  height: auto;
  text-align: left;
  line-height: normal;
}
.b2b-landing-page-footer {
  gap: 50px;
  display: flex;
  padding: 60px 300px;
  align-self: stretch;
  align-items: flex-end;
  flex-shrink: 0;
  border-radius: 20px;
  justify-content: center;
  background-color: var(--dl-color-maincolors-white);
}
.b2b-landing-page-content9 {
  width: 100%;
  display: flex;
  max-width: 1220px;
  align-items: flex-end;
  justify-content: space-between;
}
.b2b-landing-page-contactsand-socials {
  gap: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b2b-landing-page-contacts2 {
  gap: 5px;
  width: 168px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.b2b-landing-page-text86 {
  color: var(--dl-color-maincolors-gray);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: normal;
}
.b2b-landing-page-text88 {
  color: var(--dl-color-maincolors-black);
  height: auto;
  text-align: left;
  line-height: normal;
}
.b2b-landing-page-socials {
  gap: 5px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.b2b-landing-page-text90 {
  color: var(--dl-color-maincolors-gray);
  height: auto;
  text-align: left;
  line-height: normal;
}
.b2b-landing-page-icons {
  gap: 20px;
  display: flex;
  align-items: center;
}
.b2b-landing-page-linked-in {
  width: 24px;
  height: 24px;
}
.b2b-landing-page-terms-and-conditions {
  gap: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b2b-landing-page-text92 {
  color: var(--dl-color-maincolors-gray);
  height: auto;
  text-align: left;
  line-height: 24px;
}
.b2b-landing-page-text94 {
  color: var(--dl-color-maincolors-gray);
  height: auto;
  text-align: left;
  line-height: 24px;
}
.b2b-landing-page-other {
  gap: 5px;
  height: auto;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
.b2b-landing-page-text96 {
  color: var(--dl-color-maincolors-gray);
  height: auto;
  text-align: left;
  line-height: normal;
}
.b2b-landing-page-text98 {
  fill: var(--dl-color-maincolors-lightgray);
  color: var(--dl-color-maincolors-lightgray);
  line-height: 24px;
}
.b2b-landing-page-link3 {
  text-decoration: underline;
}
@media(max-width: 1600px) {
  .b2b-landing-page-landing-page {
    width: 100%;
  }
  .b2b-landing-page-navbar-interactive {
    padding-left: 0px;
    padding-right: 0px;
  }
  .b2b-landing-page-header-section {
    padding-left: 50px;
    padding-right: 50px;
    background-position: center;
  }
  .b2b-landing-page-b2b-video {
    width: 76vw;
    height: 42.75vw;
  }
  .b2b-landing-page-body {
    width: 76vw;
    padding-left: 0px;
    padding-right: 0px;
  }
  .b2b-landing-page-features {
    align-self: stretch;
  }
  .b2b-landing-page-feature01 {
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .b2b-landing-page-secondrow {
    width: 100%;
    justify-content: space-between;
  }
  .b2b-landing-page-feature02 {
    position: relative;
    justify-content: flex-start;
  }
  .b2b-landing-page-content4 {
    top: 55px;
    right: 55px;
    width: auto;
    bottom: 55px;
    position: absolute;
  }
  .b2b-landing-page-text43 {
    color: var(--dl-color-maincolors-black);
    width: auto;
  }
  .b2b-landing-page-feature03 {
    gap: 50px;
    width: 48%;
    background-size: cover;
    justify-content: center;
    background-image: url("public/feature-3-background-1300w.jpg");
  }
  .b2b-landing-page-content5 {
    right: 55px;
    width: auto;
  }
  .b2b-landing-page-text47 {
    width: 100%;
  }
  .b2b-landing-page-feature04 {
    width: 100%;
    align-items: center;
    padding-right: 55px;
    background-size: cover;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-position: center;
  }
  .b2b-landing-page-content6 {
    right: 0px;
    position: static;
    align-self: center;
    align-items: flex-start;
    justify-content: center;
  }
  .b2b-landing-page-lastrow {
    width: 100%;
    justify-content: space-between;
  }
  .b2b-landing-page-feature05 {
    width: 48%;
  }
  .b2b-landing-page-content7 {
    width: auto;
  }
  .b2b-landing-page-text60 {
    color: var(--dl-color-b2b-lightyellow);
  }
  .b2b-landing-page-feature06 {
    width: 48%;
    background-size: cover;
    background-image: url("public/feature-6-background-1300w.png");
  }
  .b2b-landing-page-text64 {
    color: var(--dl-color-maincolors-black);
  }
  .b2b-landing-page-howit-works1 {
    gap: 2vw;
    width: auto;
    margin-left: 0vw;
    justify-content: flex-start;
  }
  .b2b-landing-page-howit-works2 {
    width: auto;
  }
  .b2b-landing-page-text69 {
    width: 37vw;
  }
  .b2b-landing-page-real-example {
    width: auto;
  }
  .b2b-landing-page-iframe2 {
    width: 37vw;
    height: 22vw;
  }
  .b2b-landing-page-name {
    width: auto;
  }
  .b2b-landing-page-email {
    width: auto;
  }
  .b2b-landing-page-footer {
    padding-left: 100px;
    padding-right: 100px;
    justify-content: center;
  }
  .b2b-landing-page-content9 {
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
  }
  .b2b-landing-page-terms-and-conditions {
    gap: 75px;
  }
}
@media(max-width: 1200px) {
  .b2b-landing-page-landing-page {
    position: relative;
    align-items: center;
  }
  .b2b-landing-page-navbar-interactive {
    padding-left: 0px;
    padding-right: 0px;
  }
  .b2b-landing-page-header-section {
    padding-left: 50px;
    padding-right: 50px;
    background-position: center;
  }
  .b2b-landing-page-b2b-video {
    width: 88vw;
    height: 545px;
    align-self: center;
  }
  .b2b-landing-page-body {
    width: 100%;
  }
  .b2b-landing-page-features {
    width: 100%;
  }
  .b2b-landing-page-feature01 {
    width: 100%;
    height: 325px;
    justify-content: flex-end;
  }
  .b2b-landing-page-content3 {
    top: 0px;
    bottom: 0px;
    margin: auto;
  }
  .b2b-landing-page-secondrow {
    gap: 50px;
    flex: 1;
    width: 100%;
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .b2b-landing-page-content4 {
    right: 55px;
    width: auto;
  }
  .b2b-landing-page-text43 {
    color: var(--dl-color-maincolors-black);
    width: auto;
  }
  .b2b-landing-page-feature03 {
    flex: 1;
    width: 475px;
    height: 550px;
    background-size: cover;
    background-image: url("public/feature-3-background-1300w.jpg");
    background-position: left;
  }
  .b2b-landing-page-content5 {
    right: 55px;
    width: auto;
  }
  .b2b-landing-page-text47 {
    width: auto;
  }
  .b2b-landing-page-feature04 {
    width: 100%;
    height: 325px;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    justify-content: flex-end;
    background-position: center;
  }
  .b2b-landing-page-content6 {
    right: 0px;
    position: static;
  }
  .b2b-landing-page-lastrow {
    gap: 50px;
    flex: 1;
    width: 100%;
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .b2b-landing-page-feature05 {
    flex: 1;
    width: 475px;
    height: 550px;
    align-self: center;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: flex-start;
  }
  .b2b-landing-page-content7 {
    right: 55px;
    width: auto;
  }
  .b2b-landing-page-text58 {
    width: auto;
  }
  .b2b-landing-page-text60 {
    color: var(--dl-color-b2b-lightyellow);
  }
  .b2b-landing-page-feature06 {
    flex: 1;
    width: 475px;
    height: 550px;
    background-size: cover;
    background-image: url("public/feature-6-background-1300w.png");
  }
  .b2b-landing-page-howit-works1 {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .b2b-landing-page-howit-works2 {
    gap: 40px;
    width: auto;
  }
  .b2b-landing-page-text69 {
    width: 44vw;
  }
  .b2b-landing-page-real-example {
    width: auto;
    align-self: center;
  }
  .b2b-landing-page-text70 {
    width: auto;
  }
  .b2b-landing-page-iframe2 {
    width: 44vw;
    height: 24.7vw;
  }
  .b2b-landing-page-form {
    padding-left: 50px;
    padding-right: 50px;
  }
  .b2b-landing-page-name {
    width: auto;
  }
  .b2b-landing-page-email {
    width: auto;
  }
  .b2b-landing-page-footer {
    align-items: flex-end;
    padding-left: 50px;
    padding-right: 50px;
  }
  .b2b-landing-page-content9 {
    align-items: flex-end;
  }
  .b2b-landing-page-contactsand-socials {
    gap: 50px;
  }
  .b2b-landing-page-terms-and-conditions {
    gap: 50px;
  }
}
@media (min-width: 767px) {
  .b2b-landing-page-mobile-menu {
    display: none !important;
  }
}
@media(max-width: 991px) {
  .b2b-landing-page-header-section {
    width: 100%;
    height: 600px;
    padding-left: 50px;
    padding-right: 50px;
    background-position: center;
  }
  .b2b-landing-page-b2b-video {
    width: 90vw;
    height: 50.62vw;
  }
  .b2b-landing-page-body {
    width: 100%;
  }
  .b2b-landing-page-feature01 {
    height: 330px;
  }
  .b2b-landing-page-content3 {
    top: 30px;
    left: 30px;
  }
  .b2b-landing-page-text37 {
    color: var(--dl-color-b2b-blue);
  }
  .b2b-landing-page-content4 {
    top: 30px;
    left: 30px;
    right: 30px;
  }
  .b2b-landing-page-feature03 {
    width: auto;
    height: 575px;
  }
  .b2b-landing-page-content5 {
    top: 30px;
    left: 30px;
    right: 30px;
  }
  .b2b-landing-page-text49 {
    color: var(--dl-color-b2b-lightyellow);
  }
  .b2b-landing-page-feature04 {
    padding-left: 30px;
    padding-right: 30px;
    background-size: cover;
    justify-content: flex-end;
    background-image: url("public/feature-4-background-500h.jpg");
  }
  .b2b-landing-page-content6 {
    width: 500px;
  }
  .b2b-landing-page-text54 {
    color: var(--dl-color-maincolors-black);
  }
  .b2b-landing-page-feature05 {
    height: 575px;
  }
  .b2b-landing-page-content7 {
    top: 30px;
    left: 30px;
    right: 30px;
  }
  .b2b-landing-page-feature06 {
    height: 575px;
  }
  .b2b-landing-page-content8 {
    top: 30px;
    left: 30px;
    right: 30px;
  }
  .b2b-landing-page-text64 {
    color: var(--dl-color-maincolors-black);
  }
  .b2b-landing-page-text67 {
    width: 250px;
  }
  .b2b-landing-page-howit-works1 {
    width: auto;
    align-self: stretch;
    align-items: flex-start;
  }
  .b2b-landing-page-howit-works2 {
    gap: 40px;
    width: auto;
    text-align: left;
    justify-content: flex-start;
  }
  .b2b-landing-page-text69 {
    width: 42vw;
  }
  .b2b-landing-page-iframe1 {
    align-self: flex-start;
    justify-self: left;
  }
  .b2b-landing-page-real-example {
    height: auto;
    align-self: flex-start;
    align-items: flex-start;
  }
  .b2b-landing-page-iframe2 {
    width: 42vw;
    height: 23.6vw;
    align-self: flex-start;
  }
  .b2b-landing-page-footer {
    gap: 20px;
    flex-direction: column;
  }
  .b2b-landing-page-content9 {
    gap: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .b2b-landing-page-contactsand-socials {
    gap: 15px;
    flex-direction: column;
  }
  .b2b-landing-page-contacts2 {
    align-items: center;
  }
  .b2b-landing-page-text86 {
    text-align: center;
  }
  .b2b-landing-page-socials {
    align-items: center;
  }
  .b2b-landing-page-terms-and-conditions {
    gap: 5px;
    flex-direction: column;
  }
  .b2b-landing-page-other {
    align-items: center;
  }
}
@media(max-width: 767px) {
  .b2b-landing-page-navbar-interactive {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: space-between;
  }
  .b2b-landing-page-desktop-menu {
    display: none;
  }
  .b2b-landing-page-burger-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .b2b-landing-page-mobile-menu {
    height: 321px;
    box-shadow: 5px 5px 10px 0px rgba(43, 42, 42, 0.35);
    border-radius: var(--dl-radius-radius-radius4);
    border-bottom-left-radius: var(--dl-radius-radius-radius2);
    border-bottom-right-radius: 20px;
  }
  .b2b-landing-page-submenus2 {
    gap: 20px;
    width: 100%;
    align-self: flex-start;
    align-items: flex-start;
    border-color: var(--dl-color-maincolors-lightgray);
    border-width: 1px;
    flex-direction: column;
    padding-bottom: 20px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .b2b-landing-page-profiles2 {
    width: 140px;
    height: 47px;
    margin-top: 20px;
  }
  .b2b-landing-page-image3 {
    width: auto;
  }
  .b2b-landing-page-header-section {
    padding: 20px;
    background-position: center;
  }
  .b2b-landing-page-content1 {
    width: 100%;
  }
  .b2b-landing-page-headlines {
    gap: 25px;
  }
  .b2b-landing-page-text24 {
    font-size: 36px;
  }
  .b2b-landing-page-text28 {
    font-size: 18px;
    line-height: 27px;
  }
  .b2b-landing-page-b2b-video {
    width: 87vw;
    height: 48.9vw;
  }
  .b2b-landing-page-body {
    gap: 100px;
    width: 100%;
  }
  .b2b-landing-page-text33 {
    font-size: 20px;
  }
  .b2b-landing-page-feature01 {
    height: 450px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-position: top;
  }
  .b2b-landing-page-content3 {
    right: 30px;
    width: auto;
    margin: 0px;
    position: static;
    align-self: flex-start;
    justify-content: flex-start;
  }
  .b2b-landing-page-text35 {
    font-size: 36px;
  }
  .b2b-landing-page-text37 {
    color: var(--dl-color-b2b-blue);
  }
  .b2b-landing-page-text39 {
    width: auto;
    font-size: 16px;
  }
  .b2b-landing-page-secondrow {
    height: 950px;
    flex-direction: column;
  }
  .b2b-landing-page-text43 {
    font-size: 36px;
  }
  .b2b-landing-page-text44 {
    font-size: 16px;
  }
  .b2b-landing-page-feature03 {
    width: 100%;
    height: 450px;
  }
  .b2b-landing-page-content5 {
    height: auto;
  }
  .b2b-landing-page-text47 {
    font-size: 36px;
  }
  .b2b-landing-page-text49 {
    color: var(--dl-color-b2b-lightyellow);
  }
  .b2b-landing-page-text50 {
    font-size: 16px;
  }
  .b2b-landing-page-feature04 {
    height: 450px;
    padding-top: 30px;
    background-size: cover;
    justify-content: flex-start;
    background-image: url("public/feature-4-background-landscape-1300w.jpg");
    background-position: bottom;
  }
  .b2b-landing-page-content6 {
    width: 100%;
    align-self: flex-start;
    flex-direction: column;
  }
  .b2b-landing-page-text52 {
    width: auto;
    font-size: 36px;
  }
  .b2b-landing-page-text54 {
    color: var(--dl-color-maincolors-black);
  }
  .b2b-landing-page-text55 {
    font: 1;
    font-size: 16px;
  }
  .b2b-landing-page-lastrow {
    height: 950px;
    flex-direction: column;
  }
  .b2b-landing-page-feature05 {
    width: 100%;
    height: 450px;
    background-position: left;
  }
  .b2b-landing-page-text58 {
    font-size: 36px;
  }
  .b2b-landing-page-text60 {
    color: var(--dl-color-b2b-lightyellow);
  }
  .b2b-landing-page-text61 {
    font-size: 16px;
  }
  .b2b-landing-page-feature06 {
    width: 100%;
    height: 450px;
    background-position: left;
  }
  .b2b-landing-page-text64 {
    font-size: 36px;
  }
  .b2b-landing-page-text67 {
    font-size: 16px;
  }
  .b2b-landing-page-howit-works1 {
    align-items: flex-start;
    flex-direction: column;
  }
  .b2b-landing-page-howit-works2 {
    width: 100%;
  }
  .b2b-landing-page-text69 {
    width: 87vw;
  }
  .b2b-landing-page-real-example {
    width: 100%;
    align-items: flex-start;
  }
  .b2b-landing-page-text70 {
    font-size: 24px;
  }
  .b2b-landing-page-iframe2 {
    width: 87vw;
    height: 48.9vw;
    margin-bottom: 0px;
  }
  .b2b-landing-page-text72 {
    font-size: 24px;
  }
  .b2b-landing-page-contacts1 {
    flex-direction: column;
    gap: 20px;
  }
  .b2b-landing-page-name {
    width: 100%;
  }
  .b2b-landing-page-email {
    width: 100%;
  }
  .b2b-landing-page-text85 {
    font-size: 16px;
  }
  .b2b-landing-page-footer {
    gap: 30px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
    padding-bottom: 50px;
  }
  .b2b-landing-page-content9 {
    gap: 30px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .b2b-landing-page-contactsand-socials {
    gap: 15px;
    align-items: center;
    flex-direction: column;
  }
  .b2b-landing-page-contacts2 {
    align-items: center;
  }
  .b2b-landing-page-text86 {
    text-align: center;
  }
  .b2b-landing-page-socials {
    align-items: center;
  }
  .b2b-landing-page-icons {
    justify-content: center;
  }
  .b2b-landing-page-terms-and-conditions {
    gap: 5px;
    flex-direction: column;
  }
  .b2b-landing-page-text98 {
    width: auto;
    font-size: 14px;
    align-self: center;
  }
}
@media(max-width: 479px) {
  .b2b-landing-page-landing-page {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .b2b-landing-page-navbar-interactive {
    padding: 0px;
  }
  .b2b-landing-page-burger-menu {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: space-between;
  }
  .b2b-landing-page-image2 {
    height: 40px;
  }
  .b2b-landing-page-mobile-menu {
    height: 320px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.21);
    padding-top: 30px;
    padding-left: 20px;
    border-radius: var(--dl-radius-radius-radius4);
    padding-right: 20px;
    padding-bottom: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .b2b-landing-page-logo {
    height: 40px;
  }
  .b2b-landing-page-submenus2 {
    gap: 20px;
    width: 100%;
    align-items: flex-start;
    border-color: var(--dl-color-maincolors-lightgray);
    border-width: 1px;
    flex-direction: column;
    padding-bottom: 20px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .b2b-landing-page-profiles2 {
    width: 140px;
    height: 47px;
  }
  .b2b-landing-page-players2 {
    gap: 0;
    width: 140px;
    justify-content: space-between;
  }
  .b2b-landing-page-image3 {
    width: auto;
  }
  .b2b-landing-page-header-section {
    padding-left: 20px;
    padding-right: 20px;
    background-position: center;
  }
  .b2b-landing-page-content1 {
    gap: 55px;
    width: 100%;
  }
  .b2b-landing-page-headlines {
    width: 100%;
  }
  .b2b-landing-page-b2b-video {
    width: 91vw;
    height: 51.8vw;
  }
  .b2b-landing-page-body {
    gap: 100px;
    width: 100%;
  }
  .b2b-landing-page-feature01 {
    height: 485px;
    align-self: center;
    align-items: flex-start;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .b2b-landing-page-content3 {
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    margin: 0px;
    position: static;
    align-self: flex-start;
  }
  .b2b-landing-page-text37 {
    color: var(--dl-color-b2b-blue);
  }
  .b2b-landing-page-text39 {
    color: var(--dl-color-maincolors-gray);
  }
  .b2b-landing-page-secondrow {
    height: 1020px;
  }
  .b2b-landing-page-feature03 {
    flex: 1;
    height: 485px;
  }
  .b2b-landing-page-text47 {
    font-size: 36px;
  }
  .b2b-landing-page-text49 {
    color: var(--dl-color-b2b-lightyellow);
  }
  .b2b-landing-page-feature04 {
    height: 485px;
    align-items: flex-start;
    padding-top: 30px;
    background-size: cover;
    background-image: url("public/feature-4-background-mobile-1300w.jpg");
    background-position: bottom;
  }
  .b2b-landing-page-content6 {
    width: 100%;
  }
  .b2b-landing-page-text52 {
    font-size: 36px;
  }
  .b2b-landing-page-text54 {
    color: var(--dl-color-maincolors-black);
  }
  .b2b-landing-page-lastrow {
    height: 1020px;
    flex-direction: column;
  }
  .b2b-landing-page-feature05 {
    flex: 1;
    width: 100%;
    height: 485px;
    align-self: center;
  }
  .b2b-landing-page-text58 {
    font-size: 36px;
  }
  .b2b-landing-page-text60 {
    color: var(--dl-color-b2b-lightyellow);
  }
  .b2b-landing-page-feature06 {
    flex: 1;
    width: 100%;
    height: 485px;
  }
  .b2b-landing-page-text64 {
    color: var(--dl-color-maincolors-black);
    font-size: 36px;
  }
  .b2b-landing-page-howit-works1 {
    gap: 40px;
    flex-direction: column;
  }
  .b2b-landing-page-howit-works2 {
    width: 100%;
  }
  .b2b-landing-page-real-example {
    width: 100%;
  }
  .b2b-landing-page-iframe2 {
    width: 91vw;
    height: 51.8vw;
  }
  .b2b-landing-page-form {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .b2b-landing-page-contacts1 {
    flex-direction: column;
  }
  .b2b-landing-page-name {
    width: 100%;
  }
  .b2b-landing-page-email {
    width: 100%;
  }
  .b2b-landing-page-frame16 {
    height: 120px;
  }
  .b2b-landing-page-footer {
    gap: 30px;
    align-items: center;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
    justify-content: center;
  }
  .b2b-landing-page-content9 {
    gap: 30px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .b2b-landing-page-contactsand-socials {
    gap: 15px;
    align-self: center;
    flex-direction: column;
  }
  .b2b-landing-page-contacts2 {
    align-items: center;
  }
  .b2b-landing-page-text86 {
    width: auto;
    text-align: center;
  }
  .b2b-landing-page-socials {
    align-items: center;
  }
  .b2b-landing-page-terms-and-conditions {
    gap: 5px;
    align-self: center;
    flex-direction: column;
  }
  .b2b-landing-page-text96 {
    align-self: center;
  }
  .b2b-landing-page-text98 {
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: static;
  }
}
