/* HEADER TRANSPARENCY - Keep original design but make hamburger white */
#header {
  background-color: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-top: -15px;

}

#header .u-sheet-1 {
  background-color: transparent !important;
}

/* Make hamburger icon white */
#header .u-hamburger-link img {
  filter: brightness(0) invert(1);
}

/* Make logo visible over background */
#header .u-logo img {
  filter: brightness(0) invert(1);
}

/* ABOUT HERO SECTION */
.about-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.about-hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 120px 0 80px;
}

.about-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('images/aboutushero2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.about-hero-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.411);
  z-index: 2;
}

.about-hero .u-sheet-1 {
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-hero-title {
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-size: 2.9rem !important;
  font-weight: 200 !important;
  color: #ffffff !important;
  margin: 0 0 15px 0 !important;
  letter-spacing: 1px !important;
  line-height: 1.2 !important;
  position: relative !important;
  z-index: 4 !important;
}

.about-hero-line {
  width: 80px;
  height: 4px;
  background: #ffffff;
  margin: 0 0 30px 0;
  border-radius: 2px;
}

.about-hero-description {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  color: #ffffff;
  line-height: 1.7;
  margin: 0;
  max-width: 650px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* RESPONSIVE STYLES FOR ABOUT HERO */
@media (max-width: 1199px) {
  .about-hero-title {
    font-size: 2.5rem !important;
    margin: 0 0 12px 0 !important;
    letter-spacing: 0.8px !important;
  }
  
  .about-hero-description {
    font-size: 1.15rem;
    max-width: 580px;
    line-height: 1.6;
  }
  
  .about-hero-line {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 991px) {
  .about-hero {
    min-height: 90vh;
  }
  
  .about-hero-content {
    padding: 110px 0 50px;
  }
  
  .about-hero .u-sheet-1 {
    padding: 0 25px;
    margin-top: 30px;
  }
  
  .about-hero-title {
    font-size: 2.2rem !important;
    margin: 0 0 10px 0 !important;
    letter-spacing: 0.6px !important;
  }
  
  .about-hero-description {
    font-size: 1.05rem;
    max-width: 520px;
    line-height: 1.6;
  }
  
  .about-hero-line {
    width: 60px;
    height: 3px;
    margin: 0 0 18px 0;
  }
}

@media (max-width: 767px) {
  .about-hero {
    min-height: 100vh;
  }
  
  .about-hero-content {
    padding: 120px 0 40px;
  }
  
  .about-hero .u-sheet-1 {
    padding: 0 20px;
    margin-top: 40px;
  }
  
  .about-hero-title {
    font-size: 1.9rem !important;
    margin: 0 0 8px 0 !important;
    letter-spacing: 0.5px !important;
    line-height: 1.3 !important;
  }
  
  .about-hero-description {
    font-size: 0.95rem;
    max-width: 100%;
    line-height: 1.6;
    margin-top: 0;
  }
  
  .about-hero-line {
    width: 50px;
    height: 3px;
    margin: 0 0 15px 0;
  }
}

@media (max-width: 575px) {
  .about-hero {
    min-height: 100vh;
  }
  
  .about-hero-content {
    padding: 100px 0 30px;
  }
  
  .about-hero .u-sheet-1 {
    padding: 0 15px;
    margin-top: 50px;
  }
  
  .about-hero-title {
    font-size: 1.6rem !important;
    margin: 0 0 6px 0 !important;
    letter-spacing: 0.3px !important;
    line-height: 1.3 !important;
  }
  
  .about-hero-description {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 0;
  }
  
  .about-hero-line {
    width: 40px;
    height: 2px;
    margin: 0 0 12px 0;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 662px;
}

.u-section-2 .u-image-1 {
  width: 615px;
  height: 645px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0 0 0 auto;
}

.u-section-2 .u-text-1 {
  font-family: "Plus Jakarta Sans";
  font-style: italic;
  --text-color-var: #193d6c;
  font-weight: 500;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 1.125rem;
  margin: -394px 549px 0 -1px;
}

.u-section-2 .u-text-2 {
  font-family: "Plus Jakarta Sans";
  font-style: italic;
  font-weight: 600;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 8px 620px 60px 0;
}

@media (max-width: 1199px) {
  .u-section-2 .u-text-1 {
    margin-top: 20px;
    margin-right: 349px;
  }

  .u-section-2 .u-text-2 {
    margin-right: 420px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 809px;
  }

  .u-section-2 .u-image-1 {
    width: 458px;
    height: 519px;
  }

  .u-section-2 .u-text-1 {
    width: auto;
    margin-top: 24px;
    margin-right: 128px;
    margin-left: 0;
  }

  .u-section-2 .u-text-2 {
    width: auto;
    margin-top: 14px;
    margin-right: 200px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-text-1 {
    margin-right: 0;
    font-size: 1rem;
  }

  .u-section-2 .u-text-2 {
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 675px;
  }

  .u-section-2 .u-image-1 {
    width: 340px;
    height: 385px;
  }

  .u-section-2 .u-text-2 {
    margin-right: 0;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 629px;
}

.u-section-3 .u-image-1 {
  width: 678px;
  height: 763px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -142px auto 0 -160px;
}

.u-section-3 .u-text-1 {
  padding-bottom: 7px;
  font-family: "Plus Jakarta Sans";
  font-style: italic;
  --text-color-var: #193d6c;
  font-weight: 500;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 1.125rem;
  margin: -529px 7px 0 570px;
}

.u-section-3 .u-text-2 {
  font-family: "Plus Jakarta Sans";
  font-style: italic;
  font-weight: 600;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 0 50px 60px 570px;
}

@media (max-width: 1199px) {
  .u-section-3 .u-image-1 {
    margin-left: 55px;
  }

  .u-section-3 .u-text-1 {
    margin-right: 100px;
    margin-left: 477px;
  }

  .u-section-3 .u-text-2 {
    margin-right: 100px;
    margin-left: 519px;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 767px;
  }

  .u-section-3 .u-image-1 {
    margin-top: -153px;
    margin-left: -133px;
  }

  .u-section-3 .u-text-1 {
    width: auto;
    margin-top: -106px;
    margin-right: 0;
    margin-left: 127px;
  }

  .u-section-3 .u-text-2 {
    width: auto;
    margin: 12px 244px 49px 127px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: 612px;
  }

  .u-section-3 .u-image-1 {
    width: 615px;
    height: 644px;
    margin-left: 300px;
  }

  .u-section-3 .u-text-1 {
    font-size: 1rem;
    margin-left: 300px;
    margin-right: 300px;
  }

  .u-section-3 .u-text-2 {
    margin-right: 300px;
    margin-left: 37px;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-sheet-1 {
    min-height: 599px;
  }

  .u-section-3 .u-image-1 {
    height: 383px;
    margin-top: 0;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-3 .u-text-1 {
    margin-top: -50px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-text-2 {
    margin: 16px 0 47px;
  }
} .u-section-4 {
  background-image: none;
  min-height: 1307px;
}

.u-section-4 .u-text-1 {
  font-size: 3.61111rem;
  text-transform: none;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-weight: 700;
  font-family: "Be Vietnam Pro";
  margin: 69px auto 0;
}

.u-section-4 .u-text-2 {
  width: 778px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-family: "Plus Jakarta Sans";
  --text-color-var: #193d6c;
  font-weight: 300;
  font-size: 1.5rem;
  margin: 16px auto 0;
}

.u-section-4 .u-shape-1 {
  height: 328px;
  margin-top: 273px;
  margin-bottom: 0;
  --color-var: #193d6c;
}

.u-section-4 .u-layout-wrap-1 {
  width: 1140px;
  margin: -546px auto 60px;
}

.u-section-4 .u-layout-cell-1 {
  min-height: 822px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: -300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-4 .u-container-layout-1 {
  padding: 30px;
}

.u-section-4 .u-image-1 {
  height: 214px;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-4 .u-text-3 {
  font-size: 1.875rem;
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  margin: 20px 0 0;
}

.u-section-4 .u-text-4 {
  line-height: 1.8;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  margin: 20px 0 0;
}

.u-section-4 .u-layout-cell-2 {
  min-height: 269px;
}

.u-section-4 .u-container-layout-2 {
  padding: 30px;
}

.u-section-4 .u-layout-cell-3 {
  min-height: 154px;
}

.u-section-4 .u-container-layout-3 {
  padding: 30px;
}

.u-section-4 .u-layout-cell-4 {
  min-height: 628px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: -300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-4 .u-container-layout-4 {
  padding: 30px;
}

.u-section-4 .u-image-2 {
  height: 214px;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-4 .u-text-5 {
  font-size: 1.875rem;
  font-family: "Be Vietnam Pro";
  font-weight: 400;
  margin: 20px auto 0;
}

.u-section-4 .u-text-6 {
  line-height: 1.8;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  margin: 20px 0 0;
}

.u-section-4 .u-layout-cell-5 {
  min-height: 147px;
}

.u-section-4 .u-container-layout-5 {
  padding: 30px;
}

.u-section-4 .u-layout-cell-6 {
  min-height: 280px;
}

.u-section-4 .u-container-layout-6 {
  padding: 30px;
}

.u-section-4 .u-layout-cell-7 {
  min-height: 649px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: -300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-4 .u-container-layout-7 {
  padding: 30px 13px;
}

.u-section-4 .u-image-3 {
  height: 214px;
  margin: 0 17px;
}

.u-section-4 .u-text-7 {
  font-size: 1.875rem;
  font-family: "Be Vietnam Pro";
  text-transform: none;
  font-weight: 400;
  margin: 20px 0 0;
}

.u-section-4 .u-text-8 {
  line-height: 1.8;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  margin: 20px 17px 0;
}

@media (max-width: 1199px) {
   .u-section-4 {
    min-height: 1181px;
  }

  .u-section-4 .u-text-2 {
    width: 689px;
    margin-top: 20px;
  }

  .u-section-4 .u-shape-1 {
    margin-top: 269px;
  }

  .u-section-4 .u-layout-wrap-1 {
    width: 940px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 678px;
  }

  .u-section-4 .u-image-1 {
    height: 169px;
  }

  .u-section-4 .u-text-3 {
    width: 141px;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 222px;
  }

  .u-section-4 .u-layout-cell-3 {
    min-height: 127px;
  }

  .u-section-4 .u-layout-cell-4 {
    min-height: 518px;
  }

  .u-section-4 .u-image-2 {
    height: 169px;
  }

  .u-section-4 .u-layout-cell-5 {
    min-height: 121px;
  }

  .u-section-4 .u-layout-cell-6 {
    min-height: 231px;
  }

  .u-section-4 .u-layout-cell-7 {
    min-height: 535px;
  }

  .u-section-4 .u-image-3 {
    height: 174px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-4 .u-text-8 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
   .u-section-4 {
    min-height: 1878px;
  }

  .u-section-4 .u-text-1 {
    width: auto;
  }

  .u-section-4 .u-text-2 {
    width: auto;
    margin-top: 16px;
    margin-left: 66px;
    margin-right: 66px;
  }

  .u-section-4 .u-shape-1 {
    height: 437px;
    margin-top: 162px;
  }

  .u-section-4 .u-layout-wrap-1 {
    width: 720px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-4 .u-image-1 {
    height: 200px;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 209px;
  }

  .u-section-4 .u-layout-cell-3 {
    min-height: 146px;
  }

  .u-section-4 .u-layout-cell-4 {
    min-height: 100px;
  }

  .u-section-4 .u-image-2 {
    height: 200px;
  }

  .u-section-4 .u-layout-cell-5 {
    min-height: 139px;
  }

  .u-section-4 .u-layout-cell-6 {
    min-height: 531px;
  }

  .u-section-4 .u-layout-cell-7 {
    min-height: 100px;
  }

  .u-section-4 .u-image-3 {
    height: 420px;
    margin-right: initial;
    margin-left: initial;
  }
}

@media (max-width: 767px) {
   .u-section-4 {
    min-height: 2383px;
  }

  .u-section-4 .u-text-1 {
    font-size: 3rem;
    margin-top: 150px;
  }

  .u-section-4 .u-text-2 {
    font-size: 1.3333333333333333rem;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-4 .u-shape-1 {
    height: 768px;
    margin-top: 243px;
  }

  .u-section-4 .u-layout-wrap-1 {
    width: 540px;
    margin-top: -951px;
  }

  .u-section-4 .u-image-1 {
    height: 347px;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 314px;
  }

  .u-section-4 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-4 .u-layout-cell-3 {
    min-height: 219px;
  }

  .u-section-4 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-4 .u-image-2 {
    height: 347px;
  }

  .u-section-4 .u-layout-cell-5 {
    min-height: 209px;
  }

  .u-section-4 .u-container-layout-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-4 .u-layout-cell-6 {
    min-height: 398px;
  }

  .u-section-4 .u-container-layout-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-4 .u-container-layout-7 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-section-4 .u-image-3 {
    height: 315px;
    margin-right: initial;
    margin-left: initial;
  }
}

@media (max-width: 575px) {
   .u-section-4 {
    min-height: 2402px;
  }

  .u-section-4 .u-text-1 {
    font-size: 1.5rem;
    margin-top: 60px;
  }

  .u-section-4 .u-text-2 {
    width: 340px;
  }

  .u-section-4 .u-layout-wrap-1 {
    width: 340px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 559px;
  }

  .u-section-4 .u-container-layout-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-4 .u-image-1 {
    height: 231px;
  }

  .u-section-4 .u-text-3 {
    width: auto;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 198px;
  }

  .u-section-4 .u-layout-cell-3 {
    min-height: 138px;
  }

  .u-section-4 .u-container-layout-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-4 .u-image-2 {
    height: 231px;
  }

  .u-section-4 .u-layout-cell-5 {
    min-height: 132px;
  }

  .u-section-4 .u-layout-cell-6 {
    min-height: 251px;
  }

  .u-section-4 .u-container-layout-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-4 .u-image-3 {
    height: 231px;
    margin-right: initial;
    margin-left: initial;
  }
}.u-section-5 .u-sheet-1 {
  min-height: 784px;
}

.u-section-5 .u-text-1 {
  font-family: "Be Vietnam Pro";
  font-size: 1.875rem;
  --text-color-var: #193d6c;
  font-weight: 400;
  margin: 19px auto 0;
}

.u-section-5 .u-image-1 {
  height: 365px;
  --radius: 15px;
  object-position: 60.6% 50%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  width: 254px;
  margin: 38px auto 0 886px;
}

.u-section-5 .u-image-2 {
  height: 365px;
  --radius: 15px;
  object-position: 2.79% 50%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  width: 254px;
  margin: -365px auto 0 598px;
}

.u-section-5 .u-image-3 {
  height: 365px;
  --radius: 15px;
  object-position: 56.74% 50%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  width: 253px;
  margin: -364px auto 0 295px;
}

.u-section-5 .u-image-4 {
  height: 365px;
  --radius: 15px;
  object-position: 39.14% 50%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  width: 254px;
  margin: -365px auto 0 0;
}

.u-section-5 .u-text-2 {
  font-family: "Plus Jakarta Sans";
  font-size: 1.375rem;
  font-weight: 600;
  margin: 5px 363px 0 598px;
}

.u-section-5 .u-text-3 {
  font-family: "Plus Jakarta Sans";
  font-size: 1.375rem;
  font-weight: 600;
  margin: -35px 655px 0 295px;
}

.u-section-5 .u-text-4 {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0 532px 0 295px;
}

.u-section-5 .u-text-5 {
  font-family: "Plus Jakarta Sans";
  font-size: 1.375rem;
  font-weight: 600;
  margin: -64px 57px 0 886px;
}

.u-section-5 .u-text-6 {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0 230px 0 598px;
}

.u-section-5 .u-text-7 {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 1.125rem;
  margin: -29px 22px 0 886px;
}

.u-section-5 .u-text-8 {
  font-family: "Plus Jakarta Sans";
  font-size: 1.375rem;
  font-weight: 600;
  margin: -64px 964px 0 0;
}

.u-section-5 .u-text-9 {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0 876px 60px 10px;
}

@media (max-width: 1199px) {
  .u-section-5 .u-image-1 {
    margin-left: 686px;
  }

  .u-section-5 .u-image-3 {
    margin-top: -326px;
  }

  .u-section-5 .u-text-2 {
    font-size: 1.5rem;
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 300px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
    margin-top: -30px;
    margin-right: 263px;
    margin-left: 498px;
  }

  .u-section-5 .u-text-3 {
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 300px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
    margin-top: -79px;
    margin-right: 555px;
    margin-left: 195px;
  }

  .u-section-5 .u-text-4 {
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 300px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
    margin-top: 38px;
    margin-right: 432px;
    margin-left: 195px;
  }

  .u-section-5 .u-text-5 {
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 300px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
    margin-top: -165px;
    margin-right: 0;
    margin-left: 743px;
  }

  .u-section-5 .u-text-6 {
    font-size: 1.875rem;
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 300px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
    margin-top: -17px;
    margin-right: 130px;
    margin-left: 498px;
  }

  .u-section-5 .u-text-7 {
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 300px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
    margin-top: 22px;
    margin-right: 0;
    margin-left: 743px;
  }

  .u-section-5 .u-text-8 {
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 300px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
    margin-top: -53px;
    margin-right: 764px;
  }

  .u-section-5 .u-text-9 {
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 300px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
    margin-top: -64px;
    margin-right: 686px;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .u-section-5 .u-image-1 {
    margin-left: 466px;
  }

  .u-section-5 .u-image-2 {
    margin-left: 466px;
  }

  .u-section-5 .u-text-2 {
    margin-top: -29px;
    margin-right: 153px;
    margin-left: 388px;
  }

  .u-section-5 .u-text-3 {
    margin-right: 445px;
    margin-left: 85px;
  }

  .u-section-5 .u-text-4 {
    margin-right: 322px;
    margin-left: 85px;
  }

  .u-section-5 .u-text-5 {
    margin-left: 523px;
  }

  .u-section-5 .u-text-6 {
    margin-right: 20px;
    margin-left: 388px;
  }

  .u-section-5 .u-text-7 {
    margin-left: 523px;
  }

  .u-section-5 .u-text-8 {
    margin-top: -54px;
    margin-right: 544px;
  }

  .u-section-5 .u-text-9 {
    margin-top: -63px;
    margin-right: 466px;
  }
}

@media (max-width: 767px) {
  .u-section-5 .u-text-1 {
    font-size: 1.6666666666666665rem;
  }

  .u-section-5 .u-image-1 {
    margin-left: 286px;
  }

  .u-section-5 .u-image-2 {
    margin-left: 286px;
  }

  .u-section-5 .u-image-3 {
    margin-top: -387px;
    margin-left: 287px;
  }

  .u-section-5 .u-image-4 {
    margin-top: -362px;
  }

  .u-section-5 .u-text-2 {
    font-size: 1.3333333333333333rem;
    margin-top: 14px;
    margin-right: 63px;
    margin-left: 298px;
  }

  .u-section-5 .u-text-3 {
    font-size: 1.222222222222222rem;
    margin-top: -35px;
    margin-right: 350px;
    margin-left: 0;
  }

  .u-section-5 .u-text-4 {
    font-size: 1rem;
    margin-top: 40px;
    margin-right: 227px;
    margin-left: 0;
  }

  .u-section-5 .u-text-5 {
    font-size: 1.222222222222222rem;
    margin-top: -146px;
    margin-left: 343px;
  }

  .u-section-5 .u-text-6 {
    font-size: 1.6666666666666665rem;
    margin-top: -6px;
    margin-right: 0;
    margin-left: 228px;
  }

  .u-section-5 .u-text-7 {
    font-size: 1rem;
    margin-top: 68px;
    margin-left: 343px;
  }

  .u-section-5 .u-text-8 {
    font-size: 1.222222222222222rem;
    margin-top: -47px;
    margin-right: 364px;
  }

  .u-section-5 .u-text-9 {
    font-size: 1rem;
    margin-top: 20px;
    margin-right: 286px;
  }
}

@media (max-width: 575px) {
  .u-section-5 .u-sheet-1 {
    min-height: 2208px;
  }

  .u-section-5 .u-image-1 {
    margin-left: 86px;
  }

  .u-section-5 .u-image-2 {
    margin-left: 86px;
  }

  .u-section-5 .u-image-3 {
    margin-left: 87px;
  }

  .u-section-5 .u-text-2 {
    margin-top: 15px;
    margin-right: 0;
    margin-left: 161px;
  }

  .u-section-5 .u-text-3 {
    margin-right: 150px;
  }

  .u-section-5 .u-text-4 {
    margin-right: 27px;
  }

  .u-section-5 .u-text-5 {
    margin-top: -147px;
    margin-left: 143px;
  }

  .u-section-5 .u-text-6 {
    margin-top: -5px;
    margin-left: 28px;
  }

  .u-section-5 .u-text-7 {
    margin-left: 143px;
  }

  .u-section-5 .u-text-8 {
    margin-top: -48px;
    margin-right: 164px;
  }

  .u-section-5 .u-text-9 {
    margin-right: 86px;
  }
}