.home-container10 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #F8F9FA;
}
 
.home-navbar {
  width: 100%;
  display: flex;
  z-index: 3;
  position: fixed;
  justify-content: center;
  background-color: #1E1E1E;
}
 
.home-navbar-interactive {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.home-container11 {
  gap: 1rem;
  flex: 0 0 auto;
  width: auto;
  display: flex;
  max-width: var(--dl-layout-size-xxlarge);
  align-items: center;
}
 
.home-image10 {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
}
 
.home-navlink1 {
  color: rgb(248, 249, 250);
  font-size: 1.5rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Poppins";
  font-weight: 300;
  letter-spacing: 5px;
  text-decoration: none;
}
 
.home-navlink1:hover {
  font-size: 2rem;
}
 
.home-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.home-links1 {
  gap: 1.5rem;
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: var(--dl-layout-space-twounits);
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-link21 {
  color: #f8f9fa;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
  border-width: 0px;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: #007BFF;
}
 
.home-link22 {
  color: #f8f9fa;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
  border-width: 0px;
  background-color: #007BFF;
}
 
.home-link23 {
  color: #f8f9fa;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
  border-width: 0px;
  background-color: #007BFF;
}
 
.home-link11 {
  color: #f8f9fa;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
  border-width: 0px;
  background-color: #007BFF;
}
 
.home-buttons1 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  margin-left: var(--dl-layout-space-twounits);
}
 
.home-action110 {
  fill: #f8f9fa;
  color: #f8f9fa;
  display: flex;
  border-color: #f8f9fa;
  border-width: 2px;
  flex-direction: row;
  text-decoration: none;
  background-color: transparent;
}
 
.home-text10 {
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
}
 
.home-burger-menu {
  display: none;
}
 
.home-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.home-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.home-container12 {
  gap: 1rem;
  flex: 0 0 auto;
  width: auto;
  display: flex;
  max-width: var(--dl-layout-size-xxlarge);
  align-items: center;
}
 
.home-image11 {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
}
 
.home-navlink2 {
  color: rgb(248, 249, 250);
  font-size: 1.5rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Poppins";
  font-weight: 300;
  letter-spacing: 5px;
  text-decoration: none;
}
 
.home-navlink2:hover {
  font-size: 2rem;
}
 
.home-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.home-icon3 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.home-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-buttons2 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  margin-top: var(--dl-layout-space-twounits);
  align-items: center;
}
 
.home-action111 {
  fill: #f8f9fa;
  color: #f8f9fa;
  display: flex;
  border-color: #f8f9fa;
  border-width: 2px;
  flex-direction: row;
  background-color: transparent;
}
 
.home-text11 {
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
}
 
.home-space-filler {
  width: 100%;
  height: 7rem;
  display: flex;
  position: sticky;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  justify-content: center;
  background-color: #1E1E1E;
}
 
.home-hero {
  gap: 2rem;
  flex: 0 0 auto;
  width: 100%;
  height: 45rem;
  display: flex;
  padding: 2rem;
  max-width: 1400px;
  align-self: center;
  margin-top: var(--dl-layout-space-threeunits);
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.home-container13 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-image12 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.home-container14 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
 
.home-container15 {
  flex: 0 0 auto;
  width: 100%;
  height: 64.67%;
  display: flex;
  flex-direction: column;
  padding-bottom: 0rem;
  background-color: var(--dl-color-theme-primary2);
}
 
.home-container16 {
  gap: 1.5rem;
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 1.7rem;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-text12 {
  color: #f8f9fa;
  font-size: 2.65rem;
  font-family: "Poppins";
}
 
.home-text13 {
  color: #f8f9fa;
  height: auto;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.5;
}
 
.home-container17 {
  flex: 0 0 auto;
  width: 100%;
  height: 31.33%;
  display: flex;
  padding: 1.7rem;
  align-items: center;
  justify-content: center;
  background-color: #007bff;
}
 
.home-action112 {
  fill: #f8f9fa;
  color: #f8f9fa;
  display: flex;
  padding-top: var(--dl-layout-space-unit);
  border-color: #f8f9fa;
  border-width: 2px;
  padding-left: var(--dl-layout-space-fourunits);
  border-radius: 40px;
  padding-right: var(--dl-layout-space-fourunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
  background-color: #007bff;
}
 
.home-text14 {
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
}
 
.home-form-t {
  gap: 2rem;
  height: auto;
  display: flex;
  position: relative;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  padding-top: 0rem;
  padding-left: 1rem;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 1rem;
}
 
.home-max-width1 {
  width: 60%;
  height: auto;
  max-width: auto;
  align-self: flex-start;
}
 
.home-form {
  gap: 1rem;
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  padding: 1.7rem;
  max-width: 100%;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: #007bff;
}
 
.home-container18 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-self: center;
}
 
.home-input1 {
  gap: 8px;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text15 {
  color: #f8f9fa;
  font-size: 1.125rem;
  font-family: "Poppins";
}
 
.home-text-input1 {
  width: 100%;
  font-size: 1rem;
  font-family: "Poppins";
  border-width: 0px;
  border-radius: 1px;
}
 
.home-input2 {
  gap: 8px;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text16 {
  color: rgb(248, 249, 250);
  font-size: 1.125rem;
  font-family: "Poppins";
}
 
.home-text-input2 {
  width: 100%;
  font-size: 1rem;
  font-family: "Poppins";
  border-width: 0px;
  border-radius: 1px;
}
 
.home-container19 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-self: center;
}
 
.home-input3 {
  gap: 8px;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text17 {
  color: rgb(248, 249, 250);
  font-size: 1.125rem;
  font-family: "Poppins";
}
 
.home-text-input3 {
  width: 100%;
  font-size: 1rem;
  font-family: "Poppins";
  border-width: 0px;
  border-radius: 1px;
}
 
.home-input4 {
  gap: 8px;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text18 {
  color: rgb(248, 249, 250);
  font-size: 1.125rem;
  font-family: "Poppins";
}
 
.home-text-input4 {
  width: 100%;
  font-size: 1rem;
  font-family: "Poppins";
  border-width: 0px;
  border-radius: 1px;
}
 
.home-input5 {
  gap: 8px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text19 {
  color: #f8f9fa;
  font-size: 1.125rem;
  font-family: "Poppins";
}
 
.home-text-input5 {
  width: 100%;
  font-size: 1rem;
  font-family: "Poppins";
  border-width: 0px;
  border-radius: 1px;
}
 
.home-input6 {
  gap: 8px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text20 {
  color: rgb(248, 249, 250);
  font-size: 1.125rem;
  font-family: "Poppins";
}
 
.home-text-input6 {
  width: 100%;
  font-size: 1rem;
  font-family: "Poppins";
  border-width: 0px;
  border-radius: 1px;
}
 
.home-input7 {
  gap: 8px;
  display: flex;
  max-width: 100%;
  min-width: 50%;
  align-self: stretch;
  min-height: 3rem;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text21 {
  color: #f8f9fa;
  font-size: 1.125rem;
  font-family: "Poppins";
}
 
.home-textarea {
  width: 100%;
  height: auto;
  font-size: 1rem;
  max-width: 100%;
  min-width: 100%;
  min-height: 3rem;
  font-family: "Poppins";
  border-width: 0px;
  border-radius: 1px;
}
 
.home-input8 {
  gap: 8px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text22 {
  color: rgb(248, 249, 250);
  font-size: 1.125rem;
  font-family: "Poppins";
}
 
.home-text-input7 {
  color: #848484;
  padding: 0.5rem;
  font-size: 1.125rem;
  font-family: "Poppins";
  line-height: 27px;
  border-width: 0px;
  border-radius: 1px;
}
 
.home-checkbox1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: flex-start;
  margin-top: 1rem;
  align-items: center;
  padding-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  background-color: #fbfaf9;
}
 
.home-text23 {
  color: #000000;
}
 
.home-action113 {
  fill: #f8f9fa;
  color: #f8f9fa;
  display: flex;
  margin-top: 1rem;
  border-color: #f8f9fa;
  border-width: 2px;
  flex-direction: row;
  background-color: #007bff;
}
 
.home-text24 {
  font-size: 1.125rem;
}
 
.home-max-width2 {
  width: 40%;
  height: auto;
  padding: 1.7rem;
  max-width: auto;
  align-self: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-theme-primary2);
}
 
.home-text25 {
  color: #f8f9fa;
  font-size: 2rem;
  font-family: "Poppins";
}
 
.home-text26 {
  color: #f8f9fa;
  font-size: 1.125rem;
  font-family: "Poppins";
  line-height: 1.5;
}
 
.home-alla-tjnster {
  gap: 1rem;
  flex: 0 0 auto;
  display: flex;
  padding: 1rem;
  align-items: center;
  justify-content: flex-start;
}
 
.home-container20 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 1rem;
  align-items: center;
  background-color: #363636;
}
 
.home-container21 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.home-text27 {
  color: #f8f9fa;
  font-size: 2rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Poppins";
  font-weight: 600;
  margin-right: var(--dl-layout-space-unit);
}
 
.home-text27:hover {
  font-size: 2rem;
}
 
.home-action114 {
  fill: #f8f9fa;
  color: #f8f9fa;
  display: flex;
  align-self: center;
  margin-top: 0px;
  border-color: #f8f9fa;
  border-width: 2px;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
}
 
.home-text28 {
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
}
 
.home-grid-tjnster {
  flex: 0 0 auto;
  width: 100%;
  height: 60rem;
  display: flex;
  padding: 1rem;
  max-width: 1400px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
 
.home-container22 {
  flex: 0 0 auto;
  width: 100%;
  height: 47.92%;
  display: flex;
  justify-content: space-between;
}
 
.home-container23 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 31.85%;
  height: 100%;
  display: flex;
  padding: 1.5rem;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
 
.home-container24 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 2rem;
  z-index: 2;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(54, 54, 54, 0.7);
}
 
.home-text29 {
  color: rgb(248, 249, 250);
  font-size: 1.5rem;
  align-self: flex-start;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-container25 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 0rem;
}
 
.home-text30 {
  color: rgb(248, 249, 250);
  height: auto;
  font-size: 1.125rem;
  font-style: normal;
  text-align: left;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.25;
}
 
.home-action115 {
  fill: #f8f9fa;
  color: #f8f9fa;
  display: flex;
  margin-top: var(--dl-layout-space-unit);
  border-color: #f8f9fa;
  border-width: 2px;
  flex-direction: row;
  text-decoration: none;
  background-color: transparent;
}
 
.home-text31 {
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
}
 
.home-image13 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
 
.home-container26 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 31.85%;
  height: 100%;
  display: flex;
  padding: 2rem;
  position: relative;
  transition: 0.3s;
  flex-direction: column;
  justify-content: center;
}
 
.home-container26:hover {
  border-radius: 25%;
  background-color: #007bff;
}
 
.home-image14 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
 
.home-container27 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 1.5rem;
  z-index: 2;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(54, 54, 54, 0.7);
}
 
.home-text32 {
  color: rgb(248, 249, 250);
  font-size: 1.5rem;
  align-self: flex-start;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-container28 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 0rem;
}
 
.home-text33 {
  color: rgb(248, 249, 250);
  height: auto;
  font-size: 1.125rem;
  font-style: normal;
  text-align: left;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.25;
}
 
.home-action116 {
  fill: #f8f9fa;
  color: #f8f9fa;
  display: flex;
  margin-top: var(--dl-layout-space-unit);
  border-color: #f8f9fa;
  border-width: 2px;
  flex-direction: row;
  text-decoration: none;
  background-color: transparent;
}
 
.home-text34 {
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
}
 
.home-container29 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 31.85%;
  height: 100%;
  display: flex;
  padding: 2rem;
  position: relative;
  transition: 0.3s;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url('https://images.unsplash.com/photo-1642797735471-3e90055c5ff9?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDIwfHxwbHVtYmluZ3xlbnwwfHx8fDE3NDIzMTE4MDB8MA&ixlib=rb-4.0.3&w=1500');
}
 
.home-container29:hover {
  border-radius: 25%;
  background-color: #007bff;
}
 
.home-image15 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
 
.home-container30 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 1.5rem;
  z-index: 2;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(54, 54, 54, 0.7);
}
 
.home-text35 {
  color: rgb(248, 249, 250);
  font-size: 1.5rem;
  align-self: flex-start;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-container31 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 0rem;
}
 
.home-text36 {
  color: rgb(248, 249, 250);
  height: auto;
  font-size: 1.125rem;
  font-style: normal;
  text-align: left;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.25;
}
 
.home-action117 {
  fill: #f8f9fa;
  color: #f8f9fa;
  display: flex;
  margin-top: var(--dl-layout-space-unit);
  border-color: #f8f9fa;
  border-width: 2px;
  flex-direction: row;
  text-decoration: none;
  background-color: transparent;
}
 
.home-text37 {
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
}
 
.home-container32 {
  flex: 0 0 auto;
  width: 100%;
  height: 47.92%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
 
.home-container33 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 31.85%;
  height: 100%;
  display: flex;
  padding: 2rem;
  position: relative;
  transition: 0.3s;
  flex-direction: column;
  justify-content: center;
}
 
.home-container33:hover {
  border-radius: 25%;
  background-color: #007bff;
}
 
.home-image16 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
 
.home-container34 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 1.5rem;
  z-index: 2;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(54, 54, 54, 0.7);
}
 
.home-text38 {
  color: rgb(248, 249, 250);
  font-size: 1.5rem;
  align-self: flex-start;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-container35 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 0rem;
}
 
.home-text39 {
  color: rgb(248, 249, 250);
  height: auto;
  font-size: 1.125rem;
  font-style: normal;
  text-align: left;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.25;
}
 
.home-action118 {
  fill: #f8f9fa;
  color: #f8f9fa;
  display: flex;
  margin-top: var(--dl-layout-space-unit);
  border-color: #f8f9fa;
  border-width: 2px;
  flex-direction: row;
  text-decoration: none;
  background-color: transparent;
}
 
.home-text40 {
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
}
 
.home-container36 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 31.85%;
  height: 100%;
  display: flex;
  padding: 2rem;
  position: relative;
  transition: 0.3s;
  flex-direction: column;
  justify-content: center;
}
 
.home-container36:hover {
  border-radius: 25%;
  background-color: #007bff;
}
 
.home-image17 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
 
.home-container37 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 1.5rem;
  z-index: 2;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(54, 54, 54, 0.7);
}
 
.home-text41 {
  color: rgb(248, 249, 250);
  font-size: 1.5rem;
  align-self: flex-start;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-container38 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 0rem;
}
 
.home-text42 {
  color: rgb(248, 249, 250);
  height: auto;
  font-size: 1.125rem;
  font-style: normal;
  text-align: left;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.25;
}
 
.home-action119 {
  fill: #f8f9fa;
  color: #f8f9fa;
  display: flex;
  margin-top: var(--dl-layout-space-unit);
  border-color: #f8f9fa;
  border-width: 2px;
  flex-direction: row;
  text-decoration: none;
  background-color: transparent;
}
 
.home-text43 {
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
}
 
.home-container39 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 31.85%;
  height: 100%;
  display: flex;
  padding: 2rem;
  position: relative;
  transition: 0.3s;
  flex-direction: column;
  justify-content: center;
}
 
.home-container39:hover {
  border-radius: 25%;
  background-color: #007bff;
}
 
.home-image18 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
 
.home-container40 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 1.5rem;
  z-index: 2;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(54, 54, 54, 0.7);
}
 
.home-text44 {
  color: rgb(248, 249, 250);
  font-size: 1.5rem;
  align-self: flex-start;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-container41 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 0rem;
}
 
.home-text45 {
  color: rgb(248, 249, 250);
  height: auto;
  font-size: 1.125rem;
  font-style: normal;
  text-align: left;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.25;
}
 
.home-action120 {
  fill: #f8f9fa;
  color: #f8f9fa;
  display: flex;
  margin-top: var(--dl-layout-space-unit);
  border-color: #f8f9fa;
  border-width: 2px;
  flex-direction: row;
  text-decoration: none;
  background-color: transparent;
}
 
.home-text46 {
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
}
 
.home-image-t {
  gap: 2rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  flex-direction: column;
  padding-bottom: 2rem;
}
 
.home-container42 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
 
.home-container43 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 39.33%;
  height: auto;
  display: flex;
  padding: 1.7rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-theme-primary2);
}
 
.home-container44 {
  flex: 0 0 auto;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}
 
.home-text47 {
  color: #f8f9fa;
  font-size: 1.5rem;
  font-style: normal;
  text-align: left;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-container45 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.home-text48 {
  color: #f8f9fa;
  font-size: 1rem;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.5;
}
 
.home-container46 {
  flex: 0 0 auto;
  width: 58.99%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-image19 {
  width: 100%;
  height: auto;
  object-fit: cover;
}
 
.home-container47 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
 
.home-container48 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 49.165%;
  height: auto;
  display: flex;
  padding: 1.7rem;
  flex-direction: column;
  background-color: #118fff;
}
 
.home-container49 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
}
 
.home-text49 {
  color: rgb(248, 249, 250);
}
 
.home-container50 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
}
 
.home-text50 {
  color: #f8f9fa;
  font-size: 1rem;
  font-family: "Poppins";
  line-height: 1.5;
}
 
.home-container51 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 49.165%;
  height: auto;
  display: flex;
  padding: 1.7rem;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-theme-primary2);
}
 
.home-container52 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
}
 
.home-text51 {
  color: #f8f9fa;
  font-size: 1.25rem;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-container53 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
}
 
.home-text52 {
  color: #f8f9fa;
  font-size: 1rem;
  font-family: "Poppins";
  line-height: 1.5;
}
 
.home-alla-artiklar {
  gap: 1rem;
  flex: 0 0 auto;
  display: flex;
  padding: 1rem;
  align-items: center;
  justify-content: flex-start;
}
 
.home-container54 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 1rem;
  align-items: center;
  background-color: #363636;
}
 
.home-container55 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.home-text53 {
  color: rgb(248, 249, 250);
  font-size: 2rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Poppins";
  font-weight: 600;
  margin-right: var(--dl-layout-space-unit);
}
 
.home-text53:hover {
  font-size: 2rem;
}
 
.home-action121 {
  fill: #f8f9fa;
  color: #f8f9fa;
  display: flex;
  align-self: center;
  margin-top: 0px;
  border-color: #f8f9fa;
  border-width: 2px;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
}
 
.home-text54 {
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
}
 
.home-grid-articles {
  flex: 0 0 auto;
  width: 100%;
  height: 60rem;
  display: flex;
  max-width: 1400px;
  align-items: center;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  flex-direction: column;
  padding-bottom: 1rem;
  justify-content: space-between;
}
 
.home-container56 {
  flex: 0 0 auto;
  width: 100%;
  height: 47.92%;
  display: flex;
  justify-content: space-between;
}
 
.home-container57 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 31.85%;
  height: 100%;
  display: flex;
  padding: 1.5rem;
  position: relative;
  transition: 0.3s;
  flex-direction: column;
  justify-content: center;
}
 
.home-container57:hover {
  width: 31.85%;
  height: 100%;
  border-radius: 25%;
  justify-content: center;
  background-color: #007bff;
}
 
.home-container58 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 2rem;
  z-index: 2;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(54, 54, 54, 0.7);
}
 
.home-text55 {
  color: rgb(248, 249, 250);
  font-size: 1.5rem;
  align-self: flex-start;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-container59 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 0rem;
}
 
.home-text56 {
  color: rgb(248, 249, 250);
  height: auto;
  font-size: 1.125rem;
  font-style: normal;
  text-align: left;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.25;
}
 
.home-action122 {
  fill: #f8f9fa;
  color: #f8f9fa;
  display: flex;
  margin-top: var(--dl-layout-space-unit);
  border-color: #f8f9fa;
  border-width: 2px;
  flex-direction: row;
  text-decoration: none;
  background-color: transparent;
}
 
.home-text57 {
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
}
 
.home-image20 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  position: absolute;
  object-fit: cover;
  transition: 0.3s;
}
 

 
.home-container60 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 31.85%;
  height: 100%;
  display: flex;
  padding: 2rem;
  position: relative;
  transition: 0.3s;
  flex-direction: column;
  justify-content: center;
}
 
.home-container60:hover {
  border-radius: 25%;
  background-color: #007bff;
}
 
.home-image21 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
 
.home-container61 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 1.5rem;
  z-index: 2;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(54, 54, 54, 0.7);
}
 
.home-text58 {
  color: rgb(248, 249, 250);
  font-size: 1.5rem;
  align-self: flex-start;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-container62 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 0rem;
}
 
.home-text59 {
  color: rgb(248, 249, 250);
  height: auto;
  font-size: 1.125rem;
  font-style: normal;
  text-align: left;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.25;
}
 
.home-action123 {
  fill: #f8f9fa;
  color: #f8f9fa;
  display: flex;
  margin-top: var(--dl-layout-space-unit);
  border-color: #f8f9fa;
  border-width: 2px;
  flex-direction: row;
  text-decoration: none;
  background-color: transparent;
}
 
.home-text60 {
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
}
 
.home-container63 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 31.85%;
  height: 100%;
  display: flex;
  padding: 2rem;
  position: relative;
  transition: 0.3s;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url('https://images.unsplash.com/photo-1642797735471-3e90055c5ff9?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDIwfHxwbHVtYmluZ3xlbnwwfHx8fDE3NDIzMTE4MDB8MA&ixlib=rb-4.0.3&w=1500');
}
 
.home-container63:hover {
  border-radius: 25%;
  background-color: #007bff;
}
 
.home-image22 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
 
.home-container64 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 1.5rem;
  z-index: 2;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(54, 54, 54, 0.7);
}
 
.home-text61 {
  color: rgb(248, 249, 250);
  font-size: 1.5rem;
  align-self: flex-start;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-container65 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 0rem;
}
 
.home-text62 {
  color: rgb(248, 249, 250);
  height: auto;
  font-size: 1.125rem;
  font-style: normal;
  text-align: left;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.25;
}
 
.home-action124 {
  fill: #f8f9fa;
  color: #f8f9fa;
  display: flex;
  margin-top: var(--dl-layout-space-unit);
  border-color: #f8f9fa;
  border-width: 2px;
  flex-direction: row;
  text-decoration: none;
  background-color: transparent;
}
 
.home-text63 {
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
}
 
.home-container66 {
  flex: 0 0 auto;
  width: 100%;
  height: 47.92%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
 
.home-container67 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 31.85%;
  height: 100%;
  display: flex;
  padding: 2rem;
  position: relative;
  transition: 0.3s;
  flex-direction: column;
  justify-content: center;
}
 
.home-container67:hover {
  border-radius: 25%;
  background-color: #007bff;
}
 
.home-image23 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
 
.home-container68 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 1.5rem;
  z-index: 2;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(54, 54, 54, 0.7);
}
 
.home-text64 {
  color: rgb(248, 249, 250);
  font-size: 1.5rem;
  align-self: flex-start;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-container69 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 0rem;
}
 
.home-text65 {
  color: rgb(248, 249, 250);
  height: auto;
  font-size: 1.125rem;
  font-style: normal;
  text-align: left;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.25;
}
 
.home-action125 {
  fill: #f8f9fa;
  color: #f8f9fa;
  display: flex;
  margin-top: var(--dl-layout-space-unit);
  border-color: #f8f9fa;
  border-width: 2px;
  flex-direction: row;
  text-decoration: none;
  background-color: transparent;
}
 
.home-text66 {
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
}
 
.home-container70 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 31.85%;
  height: 100%;
  display: flex;
  padding: 2rem;
  position: relative;
  transition: 0.3s;
  flex-direction: column;
  justify-content: center;
}
 
.home-container70:hover {
  border-radius: 25%;
  background-color: #007bff;
}
 
.home-image24 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
 
.home-container71 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 1.5rem;
  z-index: 2;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(54, 54, 54, 0.7);
}
 
.home-text67 {
  color: rgb(248, 249, 250);
  font-size: 1.5rem;
  align-self: flex-start;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-container72 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 0rem;
}
 
.home-text68 {
  color: rgb(248, 249, 250);
  height: auto;
  font-size: 1.125rem;
  font-style: normal;
  text-align: left;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.25;
}
 
.home-action126 {
  fill: #f8f9fa;
  color: #f8f9fa;
  display: flex;
  margin-top: var(--dl-layout-space-unit);
  border-color: #f8f9fa;
  border-width: 2px;
  flex-direction: row;
  text-decoration: none;
  background-color: transparent;
}
 
.home-text69 {
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
}
 
.home-container73 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 31.85%;
  height: 100%;
  display: flex;
  padding: 2rem;
  position: relative;
  transition: 0.3s;
  flex-direction: column;
  justify-content: center;
}
 
.home-container73:hover {
  border-radius: 25%;
  background-color: #007bff;
}
 
.home-image25 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
 
.home-container74 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 1.5rem;
  z-index: 2;
  align-items: center;
  flex-direction: column;
  padding-bottom: 1.5rem;
  justify-content: center;
  background-color: rgba(54, 54, 54, 0.7);
}
 
.home-text70 {
  color: rgb(248, 249, 250);
  font-size: 1.5rem;
  align-self: flex-start;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-container75 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 0rem;
}
 
.home-text71 {
  color: rgb(248, 249, 250);
  height: auto;
  font-size: 1.125rem;
  font-style: normal;
  text-align: left;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.25;
}
 
.home-action127 {
  fill: #f8f9fa;
  color: #f8f9fa;
  display: flex;
  margin-top: var(--dl-layout-space-unit);
  border-color: #f8f9fa;
  border-width: 2px;
  flex-direction: row;
  text-decoration: none;
  background-color: transparent;
}
 
.home-text72 {
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
}
 
.home-text73 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  flex-direction: column;
  padding-bottom: 2rem;
}
 
.home-container76 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 2rem;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-theme-primary2);
}
 
.home-container77 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
 
.home-text74 {
  color: #f8f9fa;
  font-size: 2rem;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-container78 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
 
.home-text75 {
  color: rgb(248, 249, 250);
  font-size: 1.125rem;
  font-family: "Poppins";
  line-height: 1.25;
}
 
.home-container79 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 2rem;
  align-items: flex-start;
  flex-direction: column;
  background-color: #118fff;
}
 
.home-container80 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
 
.home-text76 {
  color: rgb(248, 249, 250);
  font-size: 1.75rem;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-container81 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
 
.home-text77 {
  color: rgb(248, 249, 250);
  font-size: 1.125rem;
  font-family: "Poppins";
  line-height: 1.25;
}
 
.home-container82 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 2rem;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-theme-primary2);
}
 
.home-container83 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
 
.home-text78 {
  color: rgb(248, 249, 250);
  font-size: 1.75rem;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-container84 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
 
.home-text79 {
  color: rgb(248, 249, 250);
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.25;
}
 
.home-container85 {
  gap: 1rem;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  padding: 2rem;
  align-items: flex-start;
  flex-direction: column;
  background-color: #118fff;
}
 
.home-container86 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
 
.home-text80 {
  color: rgb(248, 249, 250);
  font-size: 1.75rem;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-container87 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
 
.home-text81 {
  color: rgb(248, 249, 250);
  font-size: 1.125rem;
  font-family: "Poppins";
  line-height: 1.25;
}
 
.home-footer {
  gap: 80px;
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: #1E1E1E;
}
 
.home-max-width3 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-content {
  gap: 32px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.home-logo {
  gap: 24px;
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-container88 {
  gap: 1rem;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
 
.home-image26 {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
}
 
.home-navlink3 {
  color: rgb(248, 249, 250);
  font-size: 1.5rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Poppins";
  font-weight: 300;
  letter-spacing: 5px;
  text-decoration: none;
}
 
.home-navlink3:hover {
  font-size: 2rem;
}
 
.home-links3 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: flex-start;
}
 
.home-link25 {
  color: rgb(248, 249, 250);
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
  border-width: 0px;
  border-radius: var(--dl-layout-radius-buttonradius);
  text-decoration: none;
  background-color: rgb(0, 123, 255);
}
 
.home-link26 {
  color: rgb(248, 249, 250);
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
  border-width: 0px;
  border-radius: var(--dl-layout-radius-buttonradius);
  text-decoration: none;
  background-color: rgb(0, 123, 255);
}
 
.home-link27 {
  color: rgb(248, 249, 250);
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
  border-width: 0px;
  border-radius: var(--dl-layout-radius-buttonradius);
  text-decoration: none;
  background-color: rgb(0, 123, 255);
}
 
.home-link28 {
  color: rgb(248, 249, 250);
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
  border-width: 0px;
  border-radius: var(--dl-layout-radius-buttonradius);
  text-decoration: none;
  background-color: rgb(0, 123, 255);
}
 
.home-credits {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-divider {
  background-color: #f8f9fa;
}
 
.home-row {
  gap: 24px;
  display: flex;
  align-items: flex-start;
}
 
.home-footer-links {
  gap: 2rem;
  display: flex;
  align-items: flex-start;
}
 
.home-content3 {
  color: rgb(248, 249, 250);
}
 
.home-link12 {
  color: rgb(248, 249, 250);
}
 
.home-link13 {
  color: #f8f9fa;
  text-decoration: none;
}
 
@media(max-width: 1600px) {
  .home-container10 {
    align-items: center;
  }
  .home-link21 {
    fill: var(--dl-color-theme-secondary1);
    color: #ffffff;
  }
  .home-link11 {
    color: #f8f9fa;
  }
  .home-space-filler {
    height: 7rem;
    border-width: 0px;
    background-color: #1e1e1e;
  }
  .home-hero {
    gap: 0;
    padding: 1rem;
    justify-content: space-between;
  }
  .home-container13 {
    width: 49.165%;
  }
  .home-container14 {
    width: 49.165%;
    justify-content: space-between;
  }
  .home-container15 {
    height: 64.67%;
  }
  .home-container16 {
    height: 100%;
  }
  .home-text12 {
    color: rgb(248, 249, 250);
    font-size: 2.65rem;
    font-family: Poppins;
  }
  .home-container17 {
    height: 31.33%;
    padding: 1.7rem;
  }
  .home-action112 {
    border-color: #f8f9fa;
    border-width: 2px;
    background-color: transparent;
  }
  .home-form-t {
    width: auto;
    height: auto;
    max-width: 1400px;
    min-width: auto;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    justify-content: space-between;
  }
  .home-max-width1 {
    width: 58.99%;
    align-self: flex-start;
  }
  .home-form {
    width: auto;
    height: auto;
    padding: 1.7rem;
    justify-content: center;
  }
  .home-text15 {
    color: rgb(248, 249, 250);
    font-size: 1.125rem;
    font-family: Poppins;
  }
  .home-text-input1 {
    color: #f8f9fa;
  }
  .home-text-input2 {
    color: #f8f9fa;
  }
  .home-text-input3 {
    color: #f8f9fa;
  }
  .home-text-input4 {
    color: #f8f9fa;
  }
  .home-textarea {
    display: flex;
  }
  .home-text23 {
    color: #1e1e1e;
  }
  .home-action113 {
    color: #f8f9fa;
    border-color: #f8f9fa;
    border-width: 2px;
    background-color: transparent;
  }
  .home-max-width2 {
    width: 39.33%;
    height: auto;
    max-height: 100%;
    justify-content: flex-start;
  }
  .home-text25 {
    font-size: 2rem;
  }
  .home-text26 {
    font-size: 1.125rem;
  }
  .home-text27 {
    font-size: 1.85rem;
  }
  .home-grid-tjnster {
    height: 60rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .home-container23 {
    padding: 1.5rem;
    background-color: #363636;
  }
  .home-container24 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text29 {
    font-size: 1.85rem;
    font-family: Poppins;
  }
  .home-text30 {
    font-size: 1rem;
  }
  .home-container26 {
    padding: 1.5rem;
    background-color: #363636;
  }
  .home-container27 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text32 {
    font-size: 1.85rem;
    font-family: Poppins;
  }
  .home-text33 {
    font-size: 1rem;
  }
  .home-container29 {
    padding: 1.5rem;
    background-color: #363636;
  }
  .home-container30 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text35 {
    font-size: 1.85rem;
    font-family: Poppins;
  }
  .home-text36 {
    font-size: 1rem;
  }
  .home-container33 {
    padding: 1.5rem;
    background-color: #363636;
  }
  .home-container34 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text38 {
    font-size: 1.85rem;
    font-family: Poppins;
  }
  .home-text39 {
    font-size: 1rem;
  }
  .home-container36 {
    padding: 1.5rem;
    background-color: #363636;
  }
  .home-container37 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text41 {
    font-size: 1.85rem;
    font-family: Poppins;
  }
  .home-text42 {
    font-size: 1rem;
  }
  .home-container39 {
    padding: 1.5rem;
    background-color: #363636;
  }
  .home-container40 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text44 {
    font-size: 1.85rem;
    font-family: Poppins;
  }
  .home-text45 {
    font-size: 1rem;
  }
  .home-image-t {
    height: 65rem;
    justify-content: space-between;
  }
  .home-container42 {
    height: 58.99%;
  }
  .home-text47 {
    color: #f8f9fa;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
  }
  .home-text48 {
    color: #f8f9fa;
    font-size: 1rem;
  }
  .home-container46 {
    border-width: 0px;
  }
  .home-container47 {
    height: 39.33%;
  }
  .home-container48 {
    gap: 1rem;
    padding: 1.7rem;
    align-items: center;
    justify-content: center;
    background-color: #118fff;
  }
  .home-text49 {
    color: rgb(248, 249, 250);
    font-size: 1.125em;
  }
  .home-text50 {
    color: #f8f9fa;
    font-size: 1rem;
    font-family: Poppins;
    line-height: 1.5;
  }
  .home-container51 {
    gap: 1rem;
    padding: 1.7rem;
    align-items: center;
    justify-content: center;
    background-color: var(--dl-color-theme-primary2);
  }
  .home-text51 {
    color: #f8f9fa;
    font-size: 1.125rem;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text52 {
    color: rgb(248, 249, 250);
    font-size: 1.125rem;
    font-family: Poppins;
    line-height: 1.5;
  }
  .home-text53 {
    font-size: 1.85rem;
  }
  .home-grid-articles {
    height: 60rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .home-container57 {
    padding: 1.5rem;
    background-color: #363636;
  }
  .home-container58 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text55 {
    font-size: 1.85rem;
    font-family: Poppins;
  }
  .home-text56 {
    font-size: 1rem;
  }
  .home-container60 {
    padding: 1.5rem;
    background-color: #363636;
  }
  .home-container61 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text58 {
    font-size: 1.85rem;
    font-family: Poppins;
  }
  .home-text59 {
    font-size: 1rem;
  }
  .home-container63 {
    padding: 1.5rem;
    background-color: #363636;
  }
  .home-container64 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text61 {
    font-size: 1.85rem;
    font-family: Poppins;
  }
  .home-text62 {
    font-size: 1rem;
  }
  .home-container67 {
    padding: 1.5rem;
    background-color: #363636;
  }
  .home-container68 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text64 {
    font-size: 1.85rem;
    font-family: Poppins;
  }
  .home-text65 {
    font-size: 1rem;
  }
  .home-container70 {
    padding: 1.5rem;
    background-color: #363636;
  }
  .home-container71 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text67 {
    font-size: 1.85rem;
    font-family: Poppins;
  }
  .home-text68 {
    font-size: 1rem;
  }
  .home-container73 {
    padding: 1.5rem;
    background-color: #363636;
  }
  .home-container74 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text70 {
    font-size: 1.85rem;
    font-family: Poppins;
  }
  .home-text71 {
    font-size: 1rem;
  }
  .home-link25 {
    fill: var(--dl-color-theme-secondary1);
    color: #ffffff;
  }
  .home-link26 {
    fill: var(--dl-color-theme-secondary1);
    color: #ffffff;
  }
  .home-link27 {
    fill: var(--dl-color-theme-secondary1);
    color: #ffffff;
  }
  .home-link28 {
    fill: var(--dl-color-theme-secondary1);
    color: #ffffff;
  }
}
 
@media(max-width: 1200px) {
  .home-navbar {
    background-color: #1E1E1E;
  }
  .home-links1 {
    gap: 1.5rem;
  }
  .home-link21 {
    font-size: 1.125rem;
    font-style: normal;
    font-family: Roboto;
    font-weight: 400;
  }
  .home-link22 {
    font-size: 1.125rem;
    font-style: normal;
    font-family: Roboto;
    font-weight: 400;
  }
  .home-link23 {
    font-size: 1.125rem;
    font-style: normal;
    font-family: Roboto;
    font-weight: 400;
  }
  .home-link11 {
    font-size: 1.125rem;
    font-style: normal;
    font-family: Roboto;
    font-weight: 400;
  }
  .home-action110 {
    color: #f8f9fa;
    border-color: #ffffff;
    border-width: 2px;
    background-color: transparent;
  }
  .home-text10 {
    font-size: 1.125rem;
    font-family: Roboto;
  }
  .home-action111 {
    color: #f8f9fa;
    border-color: #ffffff;
    border-width: 2px;
    background-color: transparent;
  }
  .home-text11 {
    font-size: 1.125rem;
    font-family: Roboto;
  }
  .home-space-filler {
    height: 7rem;
    border-width: 0px;
    background-color: #1e1e1e;
  }
  .home-container16 {
    padding: 1.5rem;
  }
  .home-text12 {
    font-size: 2.35rem;
  }
  .home-action112 {
    color: #f8f9fa;
    border-color: #ffffff;
    border-width: 2px;
    background-color: transparent;
  }
  .home-text14 {
    font-size: 1.125rem;
    font-family: Roboto;
  }
  .home-form {
    padding: 1.5rem;
  }
  .home-action113 {
    color: #f8f9fa;
    border-color: #ffffff;
    border-width: 2px;
    background-color: transparent;
  }
  .home-text24 {
    font-size: 1.125rem;
    font-family: Roboto;
  }
  .home-max-width2 {
    padding: 1.5rem;
  }
  .home-text25 {
    font-size: 1.7rem;
  }
  .home-text26 {
    font-size: 1rem;
  }
  .home-action114 {
    color: #f8f9fa;
    border-color: #ffffff;
    border-width: 2px;
    background-color: transparent;
  }
  .home-text28 {
    font-size: 1.125rem;
    font-family: Roboto;
  }
  .home-grid-tjnster {
    height: 60rem;
  }
  .home-container23 {
    padding: 1.5rem;
  }
  .home-action115 {
    color: #f8f9fa;
    border-color: #ffffff;
    border-width: 2px;
    background-color: transparent;
  }
  .home-text31 {
    font-size: 1.125rem;
    font-family: Roboto;
  }
  .home-container26 {
    padding: 1.5rem;
  }
  .home-action116 {
    color: #f8f9fa;
    border-color: #ffffff;
    border-width: 2px;
    background-color: transparent;
  }
  .home-text34 {
    font-size: 1.125rem;
    font-family: Roboto;
  }
  .home-container29 {
    padding: 1.5rem;
  }
  .home-action117 {
    color: #f8f9fa;
    border-color: #ffffff;
    border-width: 2px;
    background-color: transparent;
  }
  .home-text37 {
    font-size: 1.125rem;
    font-family: Roboto;
  }
  .home-container33 {
    padding: 1.5rem;
  }
  .home-action118 {
    color: #f8f9fa;
    border-color: #ffffff;
    border-width: 2px;
    background-color: transparent;
  }
  .home-text40 {
    font-size: 1.125rem;
    font-family: Roboto;
  }
  .home-container36 {
    padding: 1.5rem;
  }
  .home-action119 {
    color: #f8f9fa;
    border-color: #ffffff;
    border-width: 2px;
    background-color: transparent;
  }
  .home-text43 {
    font-size: 1.125rem;
    font-family: Roboto;
  }
  .home-container39 {
    padding: 1.5rem;
  }
  .home-action120 {
    color: #f8f9fa;
    border-color: #ffffff;
    border-width: 2px;
    background-color: transparent;
  }
  .home-text46 {
    font-size: 1.125rem;
    font-family: Roboto;
  }
  .home-image-t {
    height: auto;
  }
  .home-container42 {
    height: auto;
  }
  .home-text47 {
    font-size: 1.25rem;
  }
  .home-text48 {
    font-size: 1rem;
    line-height: 1.25;
  }
  .home-image19 {
    height: auto;
  }
  .home-container48 {
    height: auto;
  }
  .home-text50 {
    font-size: 0.875rem;
  }
  .home-container51 {
    height: auto;
  }
  .home-text52 {
    font-size: 0.875rem;
  }
  .home-action121 {
    color: #f8f9fa;
    border-color: #ffffff;
    border-width: 2px;
    background-color: transparent;
  }
  .home-text54 {
    font-size: 1.125rem;
    font-family: Roboto;
  }
  .home-grid-articles {
    height: 60rem;
  }
  .home-container57 {
    padding: 1.5rem;
  }
  .home-action122 {
    color: #f8f9fa;
    border-color: #ffffff;
    border-width: 2px;
    background-color: transparent;
  }
  .home-text57 {
    font-size: 1.125rem;
    font-family: Roboto;
  }
  .home-container60 {
    padding: 1.5rem;
  }
  .home-action123 {
    color: #f8f9fa;
    border-color: #ffffff;
    border-width: 2px;
    background-color: transparent;
  }
  .home-text60 {
    font-size: 1.125rem;
    font-family: Roboto;
  }
  .home-container63 {
    padding: 1.5rem;
  }
  .home-action124 {
    color: #f8f9fa;
    border-color: #ffffff;
    border-width: 2px;
    background-color: transparent;
  }
  .home-text63 {
    font-size: 1.125rem;
    font-family: Roboto;
  }
  .home-container67 {
    padding: 1.5rem;
  }
  .home-action125 {
    color: #f8f9fa;
    border-color: #ffffff;
    border-width: 2px;
    background-color: transparent;
  }
  .home-text66 {
    font-size: 1.125rem;
    font-family: Roboto;
  }
  .home-container70 {
    padding: 1.5rem;
  }
  .home-action126 {
    color: #f8f9fa;
    border-color: #ffffff;
    border-width: 2px;
    background-color: transparent;
  }
  .home-text69 {
    font-size: 1.125rem;
    font-family: Roboto;
  }
  .home-container73 {
    padding: 1.5rem;
  }
  .home-action127 {
    color: #f8f9fa;
    border-color: #ffffff;
    border-width: 2px;
    background-color: transparent;
  }
  .home-text72 {
    font-size: 1.125rem;
    font-family: Roboto;
  }
  .home-text74 {
    font-size: 1.85rem;
  }
  .home-text75 {
    font-size: 1rem;
  }
  .home-text76 {
    font-size: 1.5rem;
  }
  .home-text77 {
    font-size: 1rem;
  }
  .home-text78 {
    font-size: 1.5rem;
  }
  .home-text79 {
    font-size: 1rem;
  }
  .home-text80 {
    font-size: 1.5rem;
  }
  .home-text81 {
    font-size: 1rem;
  }
  .home-link25 {
    font-size: 1.125rem;
    font-style: normal;
    font-family: Roboto;
    font-weight: 400;
  }
  .home-link26 {
    font-size: 1.125rem;
    font-style: normal;
    font-family: Roboto;
    font-weight: 400;
  }
  .home-link27 {
    font-size: 1.125rem;
    font-style: normal;
    font-family: Roboto;
    font-weight: 400;
  }
  .home-link28 {
    font-size: 1.125rem;
    font-style: normal;
    font-family: Roboto;
    font-weight: 400;
  }
}
 
@media(max-width: 991px) {
  .home-navbar {
    background-color: #1E1E1E;
  }
  .home-navbar-interactive {
    padding-top: var(--dl-layout-space-oneandhalfunits);
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .home-container11 {
    gap: 1rem;
    align-items: center;
    justify-content: center;
  }
  .home-desktop-menu {
    gap: 1rem;
    justify-content: center;
  }
  .home-links1 {
    gap: 0.7rem;
    margin-left: 0px;
    justify-content: flex-end;
  }
  .home-link21 {
    font-size: 1rem;
    padding-top: 4px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 4px;
  }
  .home-link22 {
    font-size: 1rem;
    padding-top: 4px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 4px;
  }
  .home-link23 {
    font-size: 1rem;
    padding-top: 4px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 4px;
  }
  .home-link11 {
    font-size: 1rem;
    padding-top: 4px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 4px;
  }
  .home-buttons1 {
    margin-left: 0rem;
  }
  .home-text10 {
    font-size: 1rem;
  }
  .home-container12 {
    gap: 1rem;
    align-items: center;
    justify-content: center;
  }
  .home-text11 {
    font-size: 1rem;
  }
  .home-space-filler {
    height: 6.5rem;
    border-width: 0px;
    background-color: #1e1e1e;
  }
  .home-hero {
    gap: 1.5rem;
    height: 40rem;
    padding: 1rem;
  }
  .home-container13 {
    background-position: left;
  }
  .home-container14 {
    align-items: center;
    justify-content: space-between;
  }
  .home-container15 {
    height: 70%;
  }
  .home-container16 {
    padding: 1.5rem;
  }
  .home-text12 {
    color: rgb(248, 249, 250);
    font-size: 2rem;
    font-family: Poppins;
  }
  .home-text13 {
    font-size: 1rem;
  }
  .home-container17 {
    height: 25%;
  }
  .home-form-t {
    height: auto;
    flex-direction: column;
  }
  .home-max-width1 {
    width: 100%;
    flex-direction: column;
  }
  .home-form {
    width: 100%;
    background-color: var(--dl-color-theme-primary2);
  }
  .home-container18 {
    flex-direction: column;
  }
  .home-container19 {
    flex-direction: column;
  }
  .home-max-width2 {
    width: 100%;
    flex-direction: column;
    background-color: #007bff;
  }
  .home-text27 {
    font-size: 1.85rem;
  }
  .home-text28 {
    font-size: 1rem;
  }
  .home-grid-tjnster {
    height: 55rem;
  }
  .home-container23 {
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
  }
  .home-text29 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
  }
  .home-text30 {
    font-size: 0.875rem;
  }
  .home-text31 {
    font-size: 1rem;
  }
  .home-container26 {
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
  }
  .home-text32 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
  }
  .home-text33 {
    font-size: 0.875rem;
  }
  .home-text34 {
    font-size: 1rem;
  }
  .home-container29 {
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
  }
  .home-text35 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
  }
  .home-text36 {
    font-size: 0.875rem;
  }
  .home-text37 {
    font-size: 1rem;
  }
  .home-container33 {
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
  }
  .home-text38 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
  }
  .home-text39 {
    font-size: 0.875rem;
  }
  .home-text40 {
    font-size: 1rem;
  }
  .home-container36 {
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
  }
  .home-text41 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
  }
  .home-text42 {
    font-size: 0.875rem;
  }
  .home-text43 {
    font-size: 1rem;
  }
  .home-container39 {
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
  }
  .home-text44 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
  }
  .home-text45 {
    font-size: 0.875rem;
  }
  .home-text46 {
    font-size: 1rem;
  }
  .home-image-t {
    gap: 0;
    height: 70rem;
    justify-content: space-between;
  }
  .home-container42 {
    height: 49.165%;
    flex-direction: column;
  }
  .home-container43 {
    gap: 1rem;
    width: 100%;
    height: 49.165%;
  }
  .home-text47 {
    font-size: 1rem;
  }
  .home-text48 {
    font-size: 0.875rem;
  }
  .home-container46 {
    width: 100%;
    height: 49.165%;
  }
  .home-container47 {
    height: 49.165%;
    flex-direction: column;
  }
  .home-container48 {
    width: 100%;
    height: 49.165%;
  }
  .home-text49 {
    font-size: 1em;
  }
  .home-container51 {
    width: 100%;
    height: 49.165%;
  }
  .home-text51 {
    font-size: 1rem;
  }
  .home-text53 {
    font-size: 1.85rem;
  }
  .home-text54 {
    font-size: 1rem;
  }
  .home-grid-articles {
    height: 55rem;
  }
  .home-container57 {
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
  }
  .home-text55 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
  }
  .home-text56 {
    font-size: 0.875rem;
  }
  .home-text57 {
    font-size: 1rem;
  }
  .home-container60 {
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
  }
  .home-text58 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
  }
  .home-text59 {
    font-size: 0.875rem;
  }
  .home-text60 {
    font-size: 1rem;
  }
  .home-container63 {
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
  }
  .home-text61 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
  }
  .home-text62 {
    font-size: 0.875rem;
  }
  .home-text63 {
    font-size: 1rem;
  }
  .home-container67 {
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
  }
  .home-text64 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
  }
  .home-text65 {
    font-size: 0.875rem;
  }
  .home-text66 {
    font-size: 1rem;
  }
  .home-container70 {
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
  }
  .home-text67 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
  }
  .home-text68 {
    font-size: 0.875rem;
  }
  .home-text69 {
    font-size: 1rem;
  }
  .home-container73 {
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
  }
  .home-text70 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
  }
  .home-text71 {
    font-size: 0.875rem;
  }
  .home-text72 {
    font-size: 1rem;
  }
  .home-logo {
    width: auto;
  }
  .home-container88 {
    gap: 1rem;
    align-items: center;
    justify-content: center;
  }
  .home-link25 {
    font-size: 1rem;
  }
  .home-link26 {
    font-size: 1rem;
  }
  .home-link27 {
    font-size: 1rem;
  }
  .home-link28 {
    font-size: 1rem;
  }
}
 
@media(max-width: 767px) {
  .home-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .home-desktop-menu {
    display: none;
  }
  .home-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-icon1 {
    fill: #D9D9D9;
    width: 2rem;
    height: 2rem;
  }
  .home-navlink2 {
    color: #000000;
  }
  .home-icon3 {
    width: 2rem;
    height: 2rem;
  }
  .home-links2 {
    flex-direction: column;
  }
  .home-link14 {
    font-size: 1.5rem;
    font-family: Poppins;
  }
  .home-link24 {
    font-size: 1.5rem;
    font-family: Poppins;
  }
  .home-link3 {
    font-size: 1.5rem;
    font-family: Poppins;
  }
  .home-link4 {
    font-size: 1.5rem;
    font-family: Poppins;
  }
  .home-action111 {
    fill: var(--dl-color-theme-neutral-dark);
    color: var(--dl-color-theme-neutral-dark);
    border-color: var(--dl-color-theme-neutral-dark);
  }
  .home-text11 {
    font-size: 1.5rem;
  }
  .home-space-filler {
    height: 6.5rem;
    border-width: 0px;
    background-color: #1e1e1e;
  }
  .home-hero {
    gap: 1.5rem;
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    flex-direction: column;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
  }
  .home-container13 {
    width: 100%;
    height: 50%;
  }
  .home-container14 {
    gap: 1rem;
    width: 100%;
    height: auto;
    justify-content: flex-start;
  }
  .home-container15 {
    height: auto;
  }
  .home-container16 {
    height: auto;
  }
  .home-text12 {
    color: rgb(248, 249, 250);
    font-size: 1.5rem;
    font-family: Poppins;
  }
  .home-text13 {
    font-size: 0.875rem;
  }
  .home-container17 {
    height: auto;
  }
  .home-action112 {
    border-radius: 40px;
  }
  .home-form-t {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .home-text25 {
    color: rgb(248, 249, 250);
    font-size: 1.125rem;
    font-family: Poppins;
  }
  .home-text26 {
    color: rgb(248, 249, 250);
    font-size: 0.875rem;
  }
  .home-alla-tjnster {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
  }
  .home-grid-tjnster {
    gap: 2rem;
    height: auto;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    justify-content: center;
  }
  .home-container22 {
    gap: 2rem;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-container23 {
    width: 100%;
    height: 30%;
  }
  .home-text29 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text30 {
    font-size: 0.875rem;
  }
  .home-container26 {
    width: 100%;
    height: 30%;
  }
  .home-text32 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text33 {
    font-size: 0.875rem;
  }
  .home-container29 {
    width: 100%;
    height: 30%;
  }
  .home-text35 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text36 {
    font-size: 0.875rem;
  }
  .home-container32 {
    gap: 2rem;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-container33 {
    width: 100%;
    height: 30%;
  }
  .home-text38 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text39 {
    font-size: 0.875rem;
  }
  .home-container36 {
    width: 100%;
    height: 30%;
  }
  .home-text41 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text42 {
    font-size: 0.875rem;
  }
  .home-container39 {
    width: 100%;
    height: 30%;
  }
  .home-text44 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text45 {
    font-size: 0.875rem;
  }
  .home-image-t {
    height: 85rem;
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    justify-content: space-between;
  }
  .home-container43 {
    height: 79.17%;
  }
  .home-container46 {
    height: 19.17%;
  }
  .home-container48 {
    gap: 0.5rem;
  }
  .home-text49 {
    font-size: 0.95rem;
  }
  .home-text50 {
    line-height: 1.15;
  }
  .home-container51 {
    gap: 0.5rem;
  }
  .home-text52 {
    line-height: 1.15;
  }
  .home-alla-artiklar {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
  }
  .home-grid-articles {
    gap: 2rem;
    height: auto;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    justify-content: center;
  }
  .home-container56 {
    gap: 2rem;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-container57 {
    width: 100%;
    height: 30%;
  }
  .home-text55 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text56 {
    font-size: 0.875rem;
  }
  .home-container60 {
    width: 100%;
    height: 30%;
  }
  .home-text58 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text59 {
    font-size: 0.875rem;
  }
  .home-container63 {
    width: 100%;
    height: 30%;
  }
  .home-text61 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text62 {
    font-size: 0.875rem;
  }
  .home-container66 {
    gap: 2rem;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-container67 {
    width: 100%;
    height: 30%;
  }
  .home-text64 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text65 {
    font-size: 0.875rem;
  }
  .home-container70 {
    width: 100%;
    height: 30%;
  }
  .home-text67 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text68 {
    font-size: 0.875rem;
  }
  .home-container73 {
    width: 100%;
    height: 30%;
  }
  .home-text70 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text71 {
    font-size: 0.875rem;
  }
  .home-text74 {
    font-size: 1.5rem;
  }
  .home-text75 {
    font-size: 0.875rem;
  }
  .home-text76 {
    font-size: 1.25rem;
  }
  .home-text77 {
    font-size: 0.875rem;
  }
  .home-text78 {
    font-size: 1.25rem;
  }
  .home-text79 {
    font-size: 0.875rem;
  }
  .home-text80 {
    font-size: 1.25rem;
  }
  .home-text81 {
    font-size: 0.875rem;
  }
  .home-content {
    flex-direction: column;
  }
  .home-row {
    flex-direction: column;
  }
  .home-footer-links {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-content3 {
    text-align: center;
  }
}
 
@media(max-width: 479px) {
  .home-navbar-interactive {
    padding: var(--dl-layout-space-unit);
    padding-left: 16px;
  }
  .home-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
  .home-space-filler {
    height: 5rem;
    border-width: 0px;
    background-color: #1e1e1e;
  }
  .home-hero {
    gap: 1rem;
    height: auto;
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
  }
  .home-container13 {
    height: auto;
  }
  .home-container14 {
    gap: 1rem;
    height: auto;
    justify-content: flex-start;
  }
  .home-text12 {
    font-size: 1.5rem;
  }
  .home-form-t {
    gap: 1rem;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0rem;
    justify-content: flex-start;
  }
  .home-text-input7 {
    font-size: 14px;
  }
  .home-alla-tjnster {
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .home-text27 {
    color: rgb(248, 249, 250);
    font-size: 1.85rem;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-grid-tjnster {
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
  .home-container22 {
    gap: 1rem;
  }
  .home-text29 {
    font-size: 1.125rem;
  }
  .home-text32 {
    font-size: 1.125rem;
  }
  .home-text35 {
    font-size: 1.125rem;
  }
  .home-container32 {
    gap: 1rem;
  }
  .home-text38 {
    font-size: 1.125rem;
  }
  .home-text41 {
    font-size: 1.125rem;
  }
  .home-text44 {
    font-size: 1.125rem;
  }
  .home-image-t {
    gap: 1rem;
    width: 100%;
    height: auto;
    padding: 0.5rem;
    justify-content: flex-start;
  }
  .home-container42 {
    gap: 1rem;
    height: auto;
  }
  .home-container43 {
    height: auto;
  }
  .home-container46 {
    height: 10rem;
  }
  .home-container47 {
    gap: 1rem;
    height: auto;
    justify-content: flex-start;
  }
  .home-container48 {
    height: auto;
  }
  .home-container51 {
    height: auto;
  }
  .home-alla-artiklar {
    padding: 0.5rem;
  }
  .home-grid-articles {
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
  .home-container56 {
    gap: 1rem;
  }
  .home-text55 {
    font-size: 1.125rem;
  }
  .home-text58 {
    font-size: 1.125rem;
  }
  .home-text61 {
    font-size: 1.125rem;
  }
  .home-container66 {
    gap: 1rem;
  }
  .home-text64 {
    font-size: 1.125rem;
  }
  .home-text67 {
    font-size: 1.125rem;
  }
  .home-text70 {
    font-size: 1.125rem;
  }
  .home-text73 {
    gap: 1rem;
    padding-top: 0.5rem;
  }
  .home-text74 {
    font-size: 1.125rem;
  }
  .home-text76 {
    font-size: 1rem;
  }
  .home-text78 {
    font-size: 1rem;
  }
  .home-text80 {
    font-size: 1rem;
  }
  .home-max-width3 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-content {
    width: 100%;
  }
  .home-links3 {
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-footer-links {
    align-items: center;
  }
  .home-link12 {
    text-align: center;
  }
}
