:root {
  --blue-1: #005ac0;
  --blue-3: #02adef;
  --blue-2: #019feb;
}

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

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

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

.container {
  z-index: 2;
  background-image: url('../images/hero-2.avif');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.container-2 {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 40vh;
  display: flex;
}

.image {
  max-width: 30%;
  display: block;
}

.image-2 {
  max-width: 20%;
  margin-top: -20px;
}

.body {
  font-family: Exo, sans-serif;
  font-size: 1rem;
  overflow: visible;
}

.heading {
  color: var(--blue-1);
  background-color: #02adef00;
  margin-top: 10px;
  font-size: 3rem;
  font-weight: 500;
}

.image-3 {
  max-width: 40%;
  margin-top: -15px;
}

.div-block {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.section-2 {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  font-size: 6rem;
  font-weight: 900;
  line-height: 150px;
}

.div-block-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  z-index: 98;
  background-color: #005ac0e6;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin-top: 40px;
  margin-right: 20px;
  padding: 0 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.navbar-logo-left {
  color: #fff;
  align-items: center;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  display: flex;
}

.button-primary {
  background-color: var(--blue-3);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 12px 10px;
  font-size: .7rem;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image-4 {
  max-width: 50%;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.link {
  color: #fff;
  font-size: .7rem;
  text-decoration: none;
}

.button {
  border-radius: 10px;
  font-size: .7rem;
}

.image-5 {
  max-width: 20%;
}

.container-4 {
  z-index: 0;
  background-color: #fff;
  max-width: 90%;
  height: 120vh;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.navbar-logo-left-3 {
  width: 100%;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-wrapper-2 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: .7rem;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: var(--blue-3);
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.list-item, .list-item-2, .list-item-3 {
  display: flex;
}

.section-3 {
  background-color: #005ac000;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 30vh;
  padding-left: 50px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-3 {
  background-color: var(--blue-2);
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 10vh;
  display: flex;
}

.heading-3 {
  color: #fff;
  font-size: 1.7rem;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  height: 100%;
  margin-top: 0;
  font-size: 38rem;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  font-size: 2rem;
}

.paragraph {
  color: #fff;
  font-size: 1rem;
}

.section-4 {
  text-align: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  line-height: 40px;
}

.bold-text {
  color: var(--blue-2);
  font-size: 4rem;
  font-weight: 700;
}

.heading-5 {
  color: #333;
  font-size: 4rem;
  font-weight: 300;
  line-height: 80px;
}

.bold-text-2 {
  color: #333;
}

.bold-text-3 {
  color: var(--blue-2);
}

.section-5 {
  justify-content: space-between;
  height: 70%;
  margin-top: 50px;
  display: flex;
}

.div-block-5 {
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 32%;
  display: flex;
}

.div-block-6 {
  background-color: #ce131300;
  flex-flow: column;
  justify-content: space-between;
  width: 32%;
  display: flex;
}

.div-block-7 {
  background-color: #794545;
  width: 32%;
}

.div-block-13 {
  background-color: #005ac0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30%;
  padding: 10px 20px;
  display: flex;
}

.div-block-14 {
  object-fit: cover;
  background-image: url('../images/20251103_2116_Celebratory-Water-Toast_remix_01k95ja0gef4sbjbcs3dt435hp.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  height: 50%;
}

.div-block-10 {
  background-color: var(--blue-2);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30%;
  padding: 10px 20px;
  display: flex;
}

.div-block-11 {
  background-color: var(--blue-1);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-around;
  width: auto;
  height: 45%;
  display: flex;
}

.div-block-12 {
  background-color: var(--blue-3);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 28%;
  padding: 0 20px 20px;
  display: flex;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: .7rem;
}

.heading-7 {
  color: #fff;
  font-size: 1.5rem;
}

.paragraph-3 {
  font-size: 1rem;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  font-size: .7rem;
}

.heading-8 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.paragraph-5, .paragraph-6 {
  font-size: 1rem;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  font-size: .7rem;
}

.div-block-15 {
  background-image: url('../images/Group-273.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 100%;
}

.div-block-16 {
  border-radius: 20px;
  height: 30%;
}

.container-5 {
  z-index: 0;
  max-width: 100%;
  position: relative;
}

.section-6 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.heading-9 {
  color: var(--blue-1);
  text-align: center;
}

.section-7 {
  background-color: var(--blue-1);
  width: 100%;
  height: 400vw;
}

.camera {
  background-color: #02adef;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: visible;
}

.frame {
  object-fit: fill;
  background-color: #333;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 100%;
  display: flex;
  overflow: visible;
}

.service-3 {
  width: 100%;
  height: 100vh;
  padding: 20px;
}

.image-6 {
  height: 100%;
}

.image-7 {
  width: 100%;
  height: 100%;
}

.div-block-17 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
}

.image-8 {
  width: 100%;
  height: 100%;
}

.div-block-18 {
  width: 100%;
  padding: 20px;
}

.image-9 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.container-6 {
  background-color: var(--blue-1);
  max-width: 100%;
}

.section-8 {
  height: 400vw;
}

.service-1 {
  aspect-ratio: 2.39;
  object-fit: fill;
  background-color: #a02121;
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 20px;
}

.image-10 {
  width: 100%;
  height: 100%;
}

.service-2 {
  width: 100vw;
  height: 100vh;
}

.wrapper {
  display: flex;
}

.sticky {
  flex: none;
  width: 100dvw;
  height: 100dvh;
  padding: 20px 10px;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.horizontal-scroll-wrap {
  padding-bottom: 100vh;
}

.height {
  height: 400dvh;
  position: relative;
  overflow: visible;
}

.sticky-div {
  background-color: #000;
  width: 100%;
  height: 100dvh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mover {
  background-color: var(--blue-3);
  display: flex;
  overflow: visible;
}

.flex-offset {
  margin-right: -100vw;
  display: flex;
  overflow: visible;
}

.full-page {
  justify-content: center;
  align-items: stretch;
  height: 100dvh;
  display: flex;
}

.full-page.is-horizontal-scroll {
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-right: 10px;
  position: relative;
}

.section-9 {
  background-color: #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.full-page-2 {
  background-color: #e8e9e9;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.full-page-3 {
  background-color: #005ac0;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  display: flex;
}

.full-page-4 {
  background-image: url('../images/hero-3.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  display: flex;
}

.div-block-19 {
  width: 45%;
}

.div-block-20 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 80%;
  display: flex;
}

.heading-10 {
  color: #fff;
  font-size: 5rem;
}

.heading-11 {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}

.paragraph-8 {
  font-size: 1rem;
}

.paragraph-9 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30px;
}

.div-block-22 {
  width: 45%;
}

.div-block-23 {
  width: 50%;
}

.heading-12 {
  font-size: 5rem;
}

.bold-text-4 {
  color: var(--blue-1);
  font-size: 3rem;
}

.heading-13 {
  color: var(--blue-1);
  font-size: 2rem;
  font-weight: 600;
}

.paragraph-10 {
  color: var(--blue-1);
  font-size: 1rem;
}

.div-block-24 {
  width: 45%;
}

.bold-text-5 {
  color: #fff;
  text-align: right;
}

.div-block-25 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 50px;
  display: flex;
}

.heading-14 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-size: 2rem;
  font-weight: 600;
}

.paragraph-11 {
  color: #fff;
  text-align: left;
  font-size: 1.5rem;
  line-height: 30px;
}

.bold-text-6 {
  color: #fff;
  font-size: 5rem;
}

.heading-15 {
  color: #fff;
  font-weight: 600;
}

.paragraph-12 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 30px;
}

.section-11 {
  text-align: center;
  width: 70%;
}

.div-block-26 {
  width: 45%;
  height: 70%;
}

.image-13 {
  width: 100%;
  height: 100%;
}

.section-12 {
  justify-content: space-around;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.heading-16 {
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.paragraph-13 {
  color: #fff;
  text-align: center;
  z-index: 90;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 30px;
}

.section-13 {
  background-color: #000;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.section-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--blue-3);
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 25%;
  display: flex;
}

.div-block-28 {
  width: 25%;
}

.div-block-29 {
  background-color: #005ac000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-17 {
  background-color: var(--blue-1);
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 1rem;
}

.heading-18 {
  color: #fff;
  font-size: 1.5rem;
}

.div-block-30 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-14 {
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

.container-7 {
  color: #000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 50vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section-15 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.heading-19 {
  color: #fff;
  text-align: center;
  font-size: 3rem;
}

.heading-20 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
}

.image-14 {
  object-fit: fill;
  width: 15%;
  padding-top: 0;
}

.container-8 {
  z-index: 99;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-31 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 60%;
  display: flex;
  position: relative;
}

.form {
  width: 100%;
  font-size: 1rem;
}

.form-block {
  width: 70%;
}

.select-field {
  background-color: #fff;
}

.button-2 {
  border-radius: 20px;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.mobile-nav, .section-16, .section-17, .section-18 {
  display: none;
}

.paragraph-17 {
  color: var(--blue-1);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30px;
}

.full-page-1-1, .section-20, .section-22 {
  display: none;
}

.lottie-animation {
  width: 50%;
}

.heading-30 {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.section-25 {
  background-color: #0000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.paragraph-21 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 25px;
}

.section-26 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400dvw;
  display: flex;
  position: relative;
}

.div-block-35 {
  background-color: var(--blue-1);
  padding: 20px;
  position: absolute;
}

.div-block-37 {
  background-color: var(--blue-1);
  padding: 30px;
  position: absolute;
}

.div-block-38 {
  background-color: #362929;
  padding: 50px;
  position: absolute;
}

.div-block-39 {
  padding: 17px;
  position: absolute;
}

.div-block-40 {
  padding: 40px;
  position: absolute;
}

.div-block-41 {
  padding: 34px;
  position: absolute;
}

.div-block-42 {
  padding: 39px;
  position: absolute;
}

.div-block-43 {
  padding: 29px;
  position: absolute;
}

.div-block-44 {
  padding: 23px;
  position: absolute;
}

.div-block-45 {
  padding: 33px;
  position: absolute;
}

.section-27 {
  background-color: #000;
  width: auto;
  height: auto;
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-10 {
  max-width: none;
  position: relative;
}

.div-block-46 {
  max-width: 75vw;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.container-11 {
  z-index: 0;
  box-sizing: content-box;
  background-color: #000;
  flex-flow: column;
  max-width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.timeline {
  z-index: -2;
  background-color: #000;
  margin-top: -50px;
  position: relative;
  inset: 0%;
  overflow: clip;
}

.div-block-47 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.section-29 {
  justify-content: space-around;
  width: 90%;
  margin-top: 50px;
  display: flex;
}

.div-block-48, .div-block-49 {
  width: 45%;
}

.div-block-51 {
  width: 10%;
}

.paragraph-22 {
  font-size: 1rem;
}

.div-block-52 {
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 100%;
  display: flex;
}

.div-block-53 {
  width: 3px;
  height: 50vh;
  bottom: 50vh;
}

.div-block-54 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-top: 0;
  display: flex;
}

.div-block-55 {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 120%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-56 {
  z-index: 2;
  color: #fff;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-57 {
  text-align: right;
  width: 45%;
  height: 100%;
}

.div-block-58 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 45%;
  height: 80%;
  margin-top: 0;
  display: flex;
}

.div-block-59 {
  justify-content: center;
  align-items: stretch;
  width: 5%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.heading-31 {
  position: sticky;
  top: 50vh;
}

.div-block-60 {
  background-color: #fff;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  margin-top: 0;
  padding-top: 40px;
  position: sticky;
  top: 50vh;
}

.paragraph-23 {
  margin-bottom: 0;
  line-height: 30px;
}

.div-block-61 {
  z-index: -2;
  background-color: #8f8f8f;
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 100%;
  padding-top: 100px;
  display: flex;
  position: absolute;
}

.div-block-62 {
  background-color: var(--blue-2);
  width: 3px;
  height: 50vh;
  position: fixed;
  bottom: 50vh;
}

.div-block-63 {
  width: 100%;
  height: 35%;
}

.image-20 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.image-21 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.paragraph-24 {
  line-height: 30px;
}

.image-22, .image-23 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.image-24 {
  width: 100%;
  height: 100%;
}

.paragraph-25, .paragraph-26 {
  line-height: 30px;
}

.image-25 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.paragraph-27 {
  line-height: 30px;
}

.image-26 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.paragraph-28, .paragraph-29 {
  line-height: 30px;
}

.image-27 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-28 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.button-3 {
  margin-bottom: 50px;
  margin-right: 50px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.div-block-64 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 7vw;
  height: 10vh;
  margin-bottom: 50px;
  margin-right: 50px;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 2px 5px 5px #0003;
}

.image-29 {
  max-width: 100%;
}

.link-block {
  background-image: url('../images/WhatsApp.svg.avif');
  background-position: 50%;
  background-size: cover;
}

@media screen and (min-width: 1280px) {
  .container {
    background-image: url('../images/hero-2.avif');
    background-position: 0 0;
    background-size: auto;
  }

  .container-2 {
    display: flex;
  }

  .body {
    overflow: visible;
  }

  .div-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    padding-top: 10px;
  }

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

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #005ac0e6;
    border-radius: 20px;
    flex-flow: column;
    width: 50%;
    margin-top: 20px;
    padding: 0 20px;
    display: flex;
  }

  .navbar-wrapper {
    flex-flow: row;
  }

  .nav-menu-wrapper {
    flex-flow: row;
    display: flex;
  }

  .nav-menu-two {
    width: 100%;
  }

  .button-primary {
    font-size: 1rem;
  }

  .link {
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
  }

  .button {
    background-color: var(--blue-3);
    border-radius: 10px;
    font-size: 1rem;
  }

  .image-5 {
    max-width: 15%;
  }

  .container-4 {
    background-color: #fff;
  }

  .nav-link-3 {
    font-size: 1rem;
  }

  .div-block-3 {
    background-color: #005ac0d4;
    width: 50%;
  }

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

  .div-block-4 {
    flex-flow: column;
    width: 40%;
    height: 130%;
    padding-bottom: 80px;
    display: flex;
  }

  .heading-4 {
    color: #fff;
    font-size: 3rem;
    line-height: 50px;
  }

  .paragraph {
    color: #fff;
    text-align: justify;
    font-size: 2rem;
    font-weight: 300;
    line-height: 35px;
  }

  .div-block-14 {
    background-image: url('../images/20251103_2116_Celebratory-Water-Toast_remix_01k95ja0gef4sbjbcs3dt435hp.avif');
  }

  .div-block-10 {
    height: 30%;
    padding-top: 20px;
  }

  .div-block-11 {
    height: 39%;
  }

  .div-block-12 {
    height: 25%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .paragraph-2 {
    font-size: 1rem;
    line-height: 30px;
  }

  .heading-7 {
    margin-top: 0;
    font-size: 2rem;
  }

  .paragraph-4 {
    font-size: 1rem;
    line-height: 30px;
  }

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

  .paragraph-7 {
    font-size: 1rem;
    line-height: 30px;
  }

  .container-5 {
    margin-top: 0;
  }

  .height {
    overflow: visible;
  }

  .sticky-div {
    overflow: hidden;
  }

  .full-page.is-horizontal-scroll {
    justify-content: space-between;
    align-items: flex-end;
  }

  .section-9 {
    padding-top: 100px;
  }

  .full-page-2 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
  }

  .div-block-20 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 90%;
    display: flex;
  }

  .heading-10 {
    font-weight: 900;
  }

  .heading-11 {
    color: #fff;
    font-weight: 700;
  }

  .paragraph-9 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 40px;
  }

  .div-block-21 {
    background-color: var(--blue-1);
    width: 90%;
    height: 90%;
    position: fixed;
  }

  .div-block-22 {
    justify-content: center;
    align-items: center;
    width: 65%;
    height: 100%;
    display: flex;
  }

  .div-block-23 {
    width: 55%;
  }

  .image-12 {
    object-fit: cover;
    width: 100%;
  }

  .section-10 {
    background-color: #0000;
    width: auto;
    padding: 5px;
  }

  .heading-12 {
    width: 100%;
    font-size: 5rem;
  }

  .bold-text-4 {
    color: var(--blue-1);
    font-size: 4rem;
    font-weight: 600;
  }

  .heading-13 {
    color: var(--blue-1);
    font-weight: 700;
  }

  .paragraph-10 {
    color: var(--blue-2);
    font-size: 2rem;
    line-height: 40px;
  }

  .bold-text-5 {
    font-size: 5rem;
  }

  .div-block-25 {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-11 {
    text-align: left;
    font-size: 1.5rem;
    line-height: 40px;
  }

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

  .paragraph-12 {
    font-size: 2rem;
    line-height: 40px;
  }

  .heading-16 {
    font-size: 5rem;
  }

  .paragraph-13 {
    font-size: 1.5rem;
    line-height: 40px;
  }

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

  .paragraph-14 {
    font-size: 1rem;
  }

  .image-17 {
    max-width: 100%;
  }

  .heading-30 {
    margin-top: 0;
    font-size: 2rem;
    font-weight: 700;
  }

  .paragraph-21 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 30px;
  }

  .div-block-64 {
    padding-bottom: 20px;
  }

  .link-block {
    background-image: none;
  }
}

@media screen and (min-width: 1440px) {
  .container-2 {
    display: flex;
  }

  .body {
    overflow: visible;
  }

  .heading {
    font-weight: 700;
  }

  .div-block-2 {
    width: 60%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-two {
    width: 70%;
  }

  .div-block-4 {
    justify-content: center;
    align-items: flex-start;
    width: 45%;
    margin-bottom: 50px;
  }

  .heading-4 {
    font-size: 3rem;
    line-height: 60px;
  }

  .paragraph {
    font-size: 2rem;
    line-height: 35px;
  }

  .heading-6 {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .paragraph-2 {
    font-size: 1rem;
    line-height: 30px;
  }

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

  .paragraph-4 {
    font-size: 1rem;
    line-height: 30px;
  }

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

  .paragraph-7 {
    font-size: 1rem;
    line-height: 30px;
  }

  .horizontal-scroll-wrap {
    display: block;
  }

  .sticky-div {
    overflow: hidden;
  }

  .bold-text-5 {
    text-align: left;
    font-size: 3rem;
  }

  .div-block-25 {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-14 {
    text-align: left;
  }

  .paragraph-11 {
    text-align: left;
    font-size: 2rem;
    line-height: 40px;
  }

  .paragraph-12 {
    font-size: 2rem;
    line-height: 40px;
  }

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

  .paragraph-14 {
    font-size: 1.5rem;
    line-height: 35px;
  }

  .image-17 {
    max-width: 80%;
  }

  .paragraph-17 {
    color: var(--blue-1);
    font-size: 2rem;
    line-height: 40px;
  }

  .image-19 {
    width: 20%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    justify-content: flex-start;
    align-items: stretch;
  }

  .container-2 {
    z-index: 99;
    display: flex;
  }

  .body {
    font-size: 1rem;
  }

  .section-2 {
    display: none;
  }

  .div-block-2 {
    width: 40%;
  }

  .container-3 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-3 {
    display: none;
  }

  .section-4 {
    width: 95%;
  }

  .bold-text, .heading-5 {
    font-size: 3rem;
  }

  .div-block-11 {
    padding-bottom: 20px;
  }

  .heading-6 {
    font-size: 1rem;
  }

  .paragraph-2 {
    font-size: .7rem;
  }

  .heading-7 {
    font-size: 1rem;
  }

  .paragraph-4 {
    font-size: .7rem;
  }

  .heading-8 {
    font-size: 1rem;
  }

  .paragraph-7 {
    font-size: .7rem;
  }

  .container-5 {
    max-width: 100%;
    padding-bottom: 0;
  }

  .horizontal-scroll-wrap {
    margin-top: 0;
  }

  .sticky-div {
    overflow: hidden;
  }

  .full-page.is-horizontal-scroll {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    padding-right: 0;
  }

  .heading-10 {
    font-size: 3rem;
  }

  .paragraph-9 {
    font-size: 1rem;
    font-weight: 300;
  }

  .div-block-22 {
    height: 62.3639%;
  }

  .bold-text-4 {
    font-size: 3rem;
  }

  .heading-13, .bold-text-5 {
    font-size: 2rem;
  }

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

  .paragraph-11 {
    font-size: 1rem;
  }

  .bold-text-6 {
    font-size: 3rem;
  }

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

  .paragraph-12 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 30px;
  }

  .paragraph-13 {
    font-size: 1rem;
  }

  .section-13 {
    margin-bottom: 50px;
  }

  .container-7 {
    margin-top: 0;
  }

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

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

  .navbar-logo-left-container-2.shadow-three {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: var(--blue-1);
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-11 {
    display: flex;
  }

  .button-primary-2 {
    background-color: var(--blue-2);
    border-radius: 20px;
  }

  .menu-button-2 {
    color: #fff;
    padding: 12px;
    font-size: 3rem;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-15 {
    max-width: 20%;
  }

  .mobile-nav {
    background-color: var(--blue-1);
    z-index: 98;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    display: flex;
    position: fixed;
  }

  .list-item-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-21 {
    color: #fff;
    text-align: center;
    font-size: 4rem;
    line-height: 70px;
  }

  .section-16 {
    justify-content: center;
    align-items: center;
    height: 90%;
    display: flex;
  }

  .heading-22 {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
  }

  .section-17 {
    background-color: var(--blue-1);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .paragraph-17 {
    font-size: 1rem;
    font-weight: 300;
  }

  .full-page-1-1, .section-20, .section-22 {
    display: none;
  }

  .heading-30 {
    font-weight: 700;
  }

  .container-11 {
    height: auto;
  }

  .div-block-47 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .section-29 {
    align-items: center;
  }

  .div-block-48 {
    color: #fff;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    width: 40%;
    display: flex;
  }

  .div-block-49 {
    width: 40%;
  }

  .div-block-50 {
    justify-content: center;
    align-items: center;
    width: 5%;
    display: flex;
  }

  .div-block-51 {
    background-color: #fff;
    border-radius: 20px;
    width: 15px;
    height: 15px;
  }

  .paragraph-22 {
    font-size: 1rem;
  }

  .div-block-52 {
    background-color: #8b8b8b;
    justify-content: center;
    align-items: center;
    width: 3px;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .div-block-53 {
    background-color: #fff;
    width: 3px;
    height: 50vh;
    position: fixed;
    bottom: 50vh;
  }

  .div-block-55 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    display: flex;
  }

  .div-block-56 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-57 {
    text-align: right;
    width: 45%;
  }

  .div-block-58 {
    width: 45%;
  }

  .div-block-59 {
    justify-content: center;
    align-items: flex-start;
    width: 5%;
    display: flex;
  }

  .heading-31 {
    color: #fff;
    text-align: right;
  }

  .div-block-60 {
    background-color: #fff;
    border-radius: 100px;
    width: 15px;
    height: 15px;
  }

  .div-block-64 {
    text-transform: capitalize;
    background-color: #fff;
    border-radius: 100px;
    width: 10vw;
    height: 10vh;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 10px;
    box-shadow: 0 2px 5px 5px #0003;
  }
}

@media screen and (max-width: 767px) {
  .container-2 {
    display: flex;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-link-2, .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: 90vh;
  }

  .container-2 {
    display: flex;
    overflow: hidden;
  }

  .image-2 {
    margin-top: 0;
  }

  .body {
    overflow: visible;
  }

  .heading {
    font-size: 1rem;
  }

  .image-3 {
    margin-top: 0;
  }

  .div-block {
    width: 55%;
  }

  .section-2 {
    padding-left: 10px;
    display: none;
  }

  .heading-2 {
    font-size: 2rem;
    line-height: 50px;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 10%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-button {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    background-color: #fff;
    height: auto;
    margin-top: 0;
  }

  .navbar-wrapper-2 {
    justify-content: center;
    align-items: center;
  }

  .icon {
    color: #fff;
    font-size: 3rem;
  }

  .section-3 {
    display: none;
  }

  .section-4 {
    width: 100%;
  }

  .bold-text {
    font-size: 2rem;
  }

  .heading-5 {
    font-size: 2rem;
    line-height: 50px;
  }

  .bold-text-2 {
    font-size: 2rem;
  }

  .section-5.about-us-section {
    display: none;
  }

  .div-block-11 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .container-5 {
    height: auto;
    margin-top: 10px;
  }

  .horizontal-scroll-wrap {
    margin-top: 0;
  }

  .sticky-div {
    overflow: hidden;
  }

  .flex-offset {
    height: auto;
  }

  .full-page.is-horizontal-scroll {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 20px;
  }

  .section-9 {
    padding-top: 0;
  }

  .full-page-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .full-page-3 {
    flex-flow: column;
    justify-content: center;
  }

  .full-page-4 {
    justify-content: center;
    align-items: center;
    width: 100vw;
  }

  .div-block-19 {
    background-color: var(--blue-1);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 20px;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 65%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-20 {
    width: 90%;
    display: none;
  }

  .heading-10 {
    text-align: center;
    margin-bottom: 0;
    font-size: 3rem;
  }

  .heading-11 {
    text-align: center;
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 35px;
  }

  .paragraph-9 {
    text-align: center;
    font-size: .7rem;
  }

  .div-block-22 {
    background-color: #0000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 60%;
    margin-top: 15px;
    display: flex;
  }

  .div-block-23 {
    width: 90%;
    display: none;
  }

  .heading-12 {
    text-align: center;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .bold-text-4 {
    color: #005ac0;
    text-align: left;
    font-size: 2.5rem;
  }

  .heading-13 {
    text-align: center;
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 35px;
  }

  .paragraph-10 {
    text-align: center;
  }

  .div-block-24 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 60%;
    margin-top: 15px;
    display: flex;
  }

  .bold-text-5 {
    text-align: left;
    font-size: 2rem;
  }

  .div-block-25 {
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-right: 0;
    display: none;
  }

  .heading-14 {
    text-align: center;
    font-size: 1.5rem;
  }

  .paragraph-11 {
    display: none;
  }

  .bold-text-6 {
    font-size: 4rem;
    line-height: 60px;
  }

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

  .section-11 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-26 {
    width: 100%;
  }

  .section-12 {
    flex-flow: column;
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-27, .section-15 {
    width: 90%;
  }

  .container-8 {
    display: none;
  }

  .div-block-31 {
    width: 85%;
  }

  .navbar-logo-left-4 {
    background-color: #005ac0e6;
    height: 100%;
  }

  .navbar-logo-left-container-2.shadow-three {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-9 {
    max-width: none;
    height: 100%;
  }

  .navbar-wrapper-3 {
    height: 100%;
  }

  .nav-menu-wrapper-3 {
    z-index: 99;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-two-2 {
    background-color: var(--blue-1);
    z-index: 99;
    flex-flow: column;
  }

  .nav-link-4 {
    color: #fff;
  }

  .mobile-margin-top-11 {
    margin-top: 20px;
    display: flex;
  }

  .button-primary-2 {
    background-color: var(--blue-3);
  }

  .image-15 {
    width: 45%;
    max-width: 100%;
  }

  .icon-2 {
    color: #fff;
  }

  .mobile-nav {
    z-index: 98;
    height: 10vh;
    display: flex;
    position: fixed;
  }

  .list-item-4 {
    display: flex;
  }

  .heading-21 {
    color: #fff;
    text-align: center;
    margin-top: 30px;
    font-size: 3rem;
    line-height: 80px;
  }

  .section-16 {
    background-color: #0003;
    justify-content: center;
    align-items: center;
    height: 90%;
    padding-top: 50px;
    display: flex;
  }

  .heading-22 {
    color: #fff;
    text-align: center;
    font-size: 1rem;
  }

  .section-17 {
    background-color: var(--blue-2);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-32 {
    background-color: var(--blue-1);
    border-radius: 20px;
    width: 100%;
    padding: 10px;
  }

  .div-block-32.about-2 {
    background-color: var(--blue-2);
  }

  .heading-23 {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
  }

  .paragraph-15 {
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
  }

  .div-block-33 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-16 {
    border-radius: 20px;
    width: 100%;
    height: 100%;
  }

  .div-block-34 {
    background-color: var(--blue-3);
    border-radius: 20px;
    width: 100%;
    padding: 10px;
  }

  .heading-24 {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
  }

  .paragraph-16 {
    color: #fff;
    text-align: center;
    font-size: 1rem;
  }

  .image-17 {
    max-width: 100%;
    display: block;
  }

  .image-18 {
    max-width: 80%;
  }

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

  .full-page-1-1 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100dvh;
    display: flex;
  }

  .section-19 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    display: flex;
  }

  .paragraph-18 {
    color: #fff;
    text-align: left;
    font-size: 1rem;
  }

  .heading-26 {
    color: #fff;
    text-align: left;
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 30px;
  }

  .heading-27 {
    color: #fff;
    font-size: 3rem;
  }

  .section-20 {
    background-color: #e8e9e9;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100dvh;
    display: flex;
  }

  .heading-28 {
    color: var(--blue-1);
    text-align: left;
    font-size: 1.5rem;
    line-height: 30px;
  }

  .paragraph-19 {
    color: var(--blue-1);
    text-align: left;
    font-size: 1rem;
  }

  .section-21 {
    width: 90%;
  }

  .section-22 {
    background-color: var(--blue-1);
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100dvh;
    display: flex;
  }

  .section-23 {
    text-align: center;
    width: 90%;
  }

  .paragraph-20 {
    color: #fff;
    text-align: left;
    font-size: 1rem;
  }

  .heading-29 {
    color: #fff;
    text-align: left;
    font-size: 1.5rem;
    line-height: 30px;
  }

  .section-24 {
    width: 30vw;
    height: 100dvh;
  }

  .heading-30 {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .paragraph-21 {
    font-size: 1rem;
    text-decoration: none;
  }

  .div-block-56 {
    flex-flow: column;
  }

  .div-block-57 {
    text-align: center;
    background-color: #0000;
    border-radius: 20px;
    width: 60%;
  }

  .div-block-58 {
    text-align: center;
    justify-content: space-around;
    align-items: center;
    width: 95%;
  }

  .div-block-59 {
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
  }

  .heading-31 {
    background-color: var(--blue-2);
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .paragraph-23 {
    background-color: var(--blue-2);
    color: #fff;
    border-radius: 20px;
    padding: 10px;
    font-size: .7rem;
    font-weight: 500;
    line-height: 20px;
  }

  .div-block-61 {
    margin-right: 0;
  }

  .paragraph-24 {
    background-color: var(--blue-2);
    border-radius: 20px;
    margin-bottom: 0;
    padding: 10px;
    font-size: .7rem;
    font-weight: 500;
    line-height: 20px;
  }

  .paragraph-25 {
    background-color: var(--blue-2);
    border-radius: 20px;
    padding: 10px;
    font-size: .7rem;
    line-height: 20px;
  }

  .paragraph-27 {
    background-color: var(--blue-2);
    border-radius: 20px;
    margin-bottom: 0;
    padding: 10px;
    font-size: .7rem;
    line-height: 20px;
  }

  .paragraph-30 {
    background-color: var(--blue-2);
    color: #fff;
    border-radius: 20px;
    margin-bottom: 0;
    padding: 10px;
    font-size: .7rem;
    font-weight: 500;
  }

  .paragraph-31 {
    background-color: var(--blue-2);
    border-radius: 20px;
    padding: 10px;
    font-size: .7rem;
  }

  .paragraph-32 {
    background-color: var(--blue-2);
    border-radius: 20px;
    padding: 7px;
    font-size: .7rem;
  }

  .paragraph-33 {
    background-color: var(--blue-2);
    border-radius: 20px;
    padding: 10px;
    font-size: .7rem;
  }

  .paragraph-34 {
    background-color: var(--blue-2);
    border-radius: 20px;
    margin-bottom: 0;
    padding: 10px;
    font-size: .7rem;
  }

  .paragraph-35 {
    background-color: var(--blue-2);
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 10px;
    font-size: .7rem;
    font-weight: 500;
  }

  .div-block-64 {
    width: 20vw;
    height: 10vh;
    box-shadow: 0 2px 5px 7px #0003;
  }

  .heading-32 {
    text-align: left;
  }

  .bold-text-7, .bold-text-8 {
    color: var(--blue-3);
  }
}


