.navbar2-wrapper {
  display: contents;
}
 
.navbar2-container1 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar2-navbar-interactive {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 32px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 32px;
  justify-content: space-between;
  background-color: #447fc0;
}
 
.navbar2-navlink {
  display: contents;
}
 
.navbar2-container2 {
  width: 63px;
  height: 61px;
  display: flex;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/logo%20blue-200h.png");
  background-position: center;
}
 
.navbar2-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar2-links1 {
  gap: 32px;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.navbar2-link11 {
  color: #ffffff;
  text-decoration: none;
}
 
.navbar2-link21 {
  color: #ffffff;
  text-decoration: none;
}
 
.navbar2-link31 {
  color: #ffffff;
  text-decoration: none;
}
 
.navbar2-burger-menu {
  display: none;
}
 
.navbar2-icon1 {
  width: 16px;
  height: 16px;
}
 
.navbar2-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar2-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar2-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  justify-content: space-between;
}
 
.navbar2-image {
  width: 200px;
  object-fit: cover;
}
 
.navbar2-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar2-icon3 {
  width: 16px;
  height: 16px;
}
 
.navbar2-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar2-link12 {
  text-decoration: none;
}
 
.navbar2-link22 {
  text-decoration: none;
}
 
.navbar2-link32 {
  text-decoration: none;
}
 
.landing-page-fragment2 {
  display: contents;
}
 
.landing-page-text11 {
  display: inline-block;
}
 
.landing-page-fragment3 {
  display: contents;
}
 
.landing-page-text12 {
  display: inline-block;
}
 
.landing-page-fragment4 {
  display: contents;
}
 
.landing-page-text13 {
  display: inline-block;
}
 
.landing-page-fragment1 {
  display: contents;
}
 
.landing-page-text10 {
  display: inline-block;
}
 

 

 

 
@media(max-width: 1200px) {
  .navbar2-navbar-interactive {
    background-color: #447fc0;
  }
  .navbar2-container2 {
    width: 45px;
    height: 46px;
    margin-right: 0px;
  }
  .navbar2-link11 {
    fill: var(--dl-color-theme-primary2);
    color: #ffffff;
  }
  .navbar2-link21 {
    color: #ffffff;
  }
  .navbar2-link31 {
    color: #ffffff;
  }
  .navbar2-mobile-menu {
    left: -1px;
    bottom: -581px;
  }
  .navbar2-image {
    width: 50px;
    height: 46px;
  }
  .landing-page-text11 {
    color: rgb(255, 255, 255);
  }
  .navbar2root-class-name2 {
    fill: var(--dl-color-gray-black);
    color: var(--dl-color-gray-black);
  }
}
 
@media(max-width: 767px) {
  .navbar2-navbar-interactive {
    padding-left: 32px;
    padding-right: 32px;
  }
  .navbar2-desktop-menu {
    display: none;
  }
  .navbar2-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar2-icon1 {
    fill: #D9D9D9;
    width: 40px;
    height: 36px;
    border-color: #447fc0;
    border-width: 1px;
  }
}
 
@media(max-width: 479px) {
  .navbar2-navbar-interactive {
    padding: var(--dl-layout-space-unit);
    padding-right: 16px;
  }
  .navbar2-icon1 {
    fill: #D9D9D9;
    border-color: #447fc0;
  }
  .navbar2-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
  .navbar2-nav {
    background-color: #ffffff;
  }
  .navbar2-links2 {
    background-color: #ffffff;
  }
  .navbar2-link12 {
    background-color: #ffffff;
  }
  .navbar2-link22 {
    background-color: #ffffff;
  }
  .navbar2-link32 {
    background-color: #ffffff;
  }
  .landing-page-text11 {
    color: rgb(255, 255, 255);
    box-shadow: rgb(212, 212, 212) 5px 5px 10px 0px;
  }
}

.landing-page-container1 {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.landing-page-fragment1 {
  display: contents;
}
 
.landing-page-text10 {
  display: inline-block;
}
 
.landing-page-fragment2 {
  display: contents;
}
 
.landing-page-text11 {
  display: inline-block;
}
 
.landing-page-fragment3 {
  display: contents;
}
 
.landing-page-text12 {
  display: inline-block;
}
 
.landing-page-fragment4 {
  display: contents;
}
 
.landing-page-text13 {
  display: inline-block;
}
 
.landing-page-container2 {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-doubleunit);
  background-size: cover;
  justify-content: center;
  background-image: url("public/digital%20ocean-1500w.png");
  background-position: center;
}
 
.landing-page-text14 {
  color: rgb(255, 255, 255);
  font-size: 45px;
}
 
.landing-page-main {
  width: 100%;
  height: 717px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.landing-page-cards-container {
  width: 100%;
  display: flex;
  grid-gap: var(--dl-layout-space-doubleunit);
  flex-wrap: wrap;
  max-width: 1000px;
  margin-top: var(--dl-layout-space-unit);
  align-items: flex-start;
  margin-bottom: var(--dl-layout-space-unit);
  flex-direction: row;
  justify-content: space-between;
}
 
.landing-page-link1 {
  display: contents;
}
 
.landing-page-container3 {
  width: 418px;
  height: 298px;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  flex-direction: column;
  text-decoration: none;
}
 
.landing-page-image1 {
  width: 200px;
  margin-top: var(--dl-layout-space-unit);
  object-fit: cover;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.landing-page-text15 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.landing-page-text16 {
  font-size: 12px;
  max-width: 250px;
  margin-bottom: var(--dl-layout-space-doubleunit);
}
 
.landing-page-link2 {
  display: contents;
}
 
.landing-page-container4 {
  width: 418px;
  height: 298px;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  flex-direction: column;
  text-decoration: none;
}
 
.landing-page-image2 {
  width: 132px;
  height: 132px;
  margin: var(--dl-layout-space-unit);
  object-fit: cover;
}
 
.landing-page-text17 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.landing-page-text18 {
  font-size: 12px;
  max-width: 250px;
  margin-bottom: var(--dl-layout-space-doubleunit);
}
 
.landing-page-link3 {
  display: contents;
}
 
.landing-page-container5 {
  width: 418px;
  height: 299px;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  flex-direction: column;
  text-decoration: none;
}
 
.landing-page-container6 {
  flex: 0 0 auto;
  width: auto;
  height: 114px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
 
.landing-page-image3 {
  width: 277px;
  height: 97px;
  margin: var(--dl-layout-space-doubleunit);
  object-fit: cover;
}
 
.landing-page-text19 {
  font-size: 20px;
  font-style: normal;
  margin-top: var(--dl-layout-space-tripleunit);
  font-weight: 700;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.landing-page-text20 {
  font-size: 12px;
  max-width: 250px;
  margin-top: 0px;
  margin-left: 0px0;
  margin-right: 0px0;
  margin-bottom: 0px;
}
 
.landing-page-container7 {
  width: 418px;
  height: 298px;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  flex-direction: column;
}
 
.landing-page-image4 {
  width: 50%;
  height: 158px;
  object-fit: cover;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.landing-page-text21 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.landing-page-text22 {
  font-size: 12px;
  max-width: 250px;
  margin-bottom: var(--dl-layout-space-doubleunit);
}
 
.landing-page-footer {
  color: var(--dl-color-gray-white);
  width: 100%;
  height: 82px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  background-color: #447fc0;
}
 
.landing-page-text23 {
  font-size: 14px;
  font-style: inherit;
  font-weight: 300;
  text-transform: inherit;
}
 
@media(max-width: 1200px) {
  .landing-page-text11 {
    color: rgb(255, 255, 255);
  }
  .landing-page-container2 {
    width: 1199px;
    height: 211px;
    margin-top: 0px;
    margin-bottom: var(--dl-layout-space-doubleunit);
  }
  .landing-page-text14 {
    color: rgb(255, 255, 255);
    font-size: 45px;
    box-shadow: inherit;
  }
  .landing-page-main {
    height: 805px;
    padding-top: 0px;
  }
  .landing-page-container3 {
    box-shadow: 5px 5px 10px 0px #d4d4d4;
  }
  .landing-page-text15 {
    color: #3f3a3a;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .landing-page-text16 {
    font-size: 12px;
  }
  .landing-page-container4 {
    box-shadow: 5px 5px 10px 0px #d4d4d4;
  }
  .landing-page-text17 {
    color: #3f3a3a;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .landing-page-text18 {
    font-size: 12px;
  }
  .landing-page-container5 {
    height: 298px;
    box-shadow: 5px 5px 10px 0px #d4d4d4;
  }
  .landing-page-text19 {
    color: #3f3a3a;
    font-size: 20px;
    font-style: normal;
    margin-top: var(--dl-layout-space-tripleunit);
    font-weight: 700;
  }
  .landing-page-text20 {
    font-size: 12px;
  }
  .landing-page-container7 {
    box-shadow: 5px 5px 10px 0px #d4d4d4;
  }
  .landing-page-text21 {
    color: #3f3a3a;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .landing-page-text22 {
    font-size: 12px;
  }
}
 
@media(max-width: 991px) {
  .landing-page-container2 {
    width: 100%;
    height: 146px;
    padding-top: var(--dl-layout-space-doubleunit);
    padding-bottom: var(--dl-layout-space-doubleunit);
  }
  .landing-page-text14 {
    color: rgb(255, 255, 255);
    width: 432px;
    height: 68px;
    font-size: 45px;
    margin-bottom: 0px;
  }
  .landing-page-main {
    height: 815px;
  }
  .landing-page-cards-container {
    justify-content: center;
  }
  .landing-page-container3 {
    width: 436px;
    height: 310px;
  }
  .landing-page-text15 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .landing-page-text16 {
    font-size: 12px;
  }
  .landing-page-container4 {
    width: 436px;
    height: 310px;
  }
  .landing-page-image2 {
    width: 164px;
    height: 144px;
    margin: var(--dl-layout-space-unit);
  }
  .landing-page-text17 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .landing-page-text18 {
    font-size: 12px;
  }
  .landing-page-container5 {
    width: 436px;
    height: 309px;
  }
  .landing-page-text19 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .landing-page-text20 {
    color: var(--dl-color-gray-black);
    font-size: 12px;
  }
  .landing-page-container7 {
    width: 436px;
    height: 310px;
  }
  .landing-page-text21 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .landing-page-text22 {
    font-size: 12px;
  }
  .landing-page-footer {
    height: 88px;
    background-color: #447fc0;
  }
  .landing-page-text23 {
    font-size: 14px;
    font-style: inherit;
    font-weight: 300;
    text-transform: inherit;
  }
}
 
@media(max-width: 767px) {
  .landing-page-container2 {
    width: 766px;
    margin-right: 0px;
  }
  .landing-page-text14 {
    color: rgb(255, 255, 255);
    font-size: 45px;
  }
  .landing-page-main {
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .landing-page-container3 {
    width: 200px;
  }
  .landing-page-image1 {
    width: 173px;
    height: 138px;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .landing-page-text15 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding-top: var(--dl-layout-space-halfunit);
  }
  .landing-page-text16 {
    margin-left: var(--dl-layout-space-unit);
    margin-right: var(--dl-layout-space-unit);
  }
  .landing-page-container4 {
    width: 200px;
  }
  .landing-page-text17 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .landing-page-text18 {
    margin-left: var(--dl-layout-space-unit);
    margin-right: var(--dl-layout-space-unit);
  }
  .landing-page-container5 {
    width: 200px;
  }
  .landing-page-image3 {
    width: 187px;
    height: 68px;
    margin: var(--dl-layout-space-doubleunit);
  }
  .landing-page-text19 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .landing-page-text20 {
    margin-left: var(--dl-layout-space-unit);
    margin-right: var(--dl-layout-space-unit);
  }
  .landing-page-container7 {
    width: 200px;
  }
  .landing-page-text21 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .landing-page-text22 {
    margin-left: var(--dl-layout-space-unit);
    margin-right: var(--dl-layout-space-unit);
  }
  .landing-page-footer {
    padding: var(--dl-layout-space-tripleunit);
  }
}
 
@media(max-width: 479px) {
  .landing-page-text11 {
    color: rgb(255, 255, 255);
    box-shadow: rgb(212, 212, 212) 5px 5px 10px 0px;
  }
  .landing-page-container2 {
    width: 100%;
  }
  .landing-page-text14 {
    color: rgb(255, 255, 255);
    width: 261px;
    height: 59px;
    font-size: 30px;
  }
  .landing-page-main {
    height: 1520px;
    margin-right: 0px;
  }
  .landing-page-cards-container {
    height: 820px;
  }
  .landing-page-container3 {
    width: 300px;
  }
  .landing-page-container4 {
    width: 300px;
  }
  .landing-page-container5 {
    width: 300px;
  }
  .landing-page-text19 {
    margin-top: var(--dl-layout-space-unit);
  }
  .landing-page-container7 {
    width: 300px;
  }
}
