html {
  scroll-behavior: smooth;
}
@media (min-width: 0) {
  html {
    scroll-padding-top: 100px;
  }
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: 200px;
  }
}
html body {
  background-color: #f8f8f8;
}
html body .navbar {
  background-color: #f8f8f8;
  flex-direction: column;
}
@media (min-width: 0) {
  html body .navbar {
    padding: 10px 12px 0px 12px;
  }
}
@media (min-width: 1200px) {
  html body .navbar {
    padding: 20px 80px 0px 80px;
  }
}
@media (min-width: 0) {
  html body .navbar .navbar-top {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  html body .navbar .navbar-top {
    margin-bottom: 20px;
  }
}
html body .navbar .navbar-top .top-login-btn {
  width: 100%;
  border-radius: 10px;
  background-color: #017493;
  border: none;
  text-align: center;
  font-family: Titillium Web;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 0) {
  html body .navbar .navbar-top .top-login-btn {
    font-size: 14px;
    height: 30px;
  }
}
@media (min-width: 768px) {
  html body .navbar .navbar-top .top-login-btn {
    font-size: 22px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  html body .navbar .navbar-top .top-login-btn {
    font-size: 22px;
  }
}
@media (min-width: 0) {
  html body .navbar .navbar-top .top-login-btn .nav-login-svg {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 768px) {
  html body .navbar .navbar-top .top-login-btn .nav-login-svg {
    width: 30px;
    height: 30px;
  }
}
html body .navbar .navbar-top .top-login-btn:hover {
  background-color: #01a4d0;
  color: #017493;
}
html body .navbar .navbar-top button {
  width: 100%;
}
html body .navbar .navbar-bottom {
  --bs-gutter-x: 0px;
}
html body .navbar .navbar-bottom .offcanvas {
  background-color: #f8f8f8;
  width: 80%;
}
html body .navbar .navbar-bottom .offcanvas .logo-image {
  height: 38px;
  width: 38px;
}
html body .navbar .navbar-bottom .offcanvas .close-icon {
  width: 24px;
  height: 24px;
}
html body .navbar .navbar-bottom .offcanvas .list-group {
  --bs-list-group-border-color: none;
  --bs-list-group-bg: none;
}
html body .navbar .navbar-bottom .offcanvas .list-group .list-group-item {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: #017493;
}
html body .navbar .navbar-bottom .offcanvas .list-group .list-group-item a {
  text-decoration: none;
  color: #017493;
}
html body .navbar .navbar-bottom .offcanvas .list-group .list-group-item:hover {
  color: #03c7fd;
  --bs-list-group-action-hover-bg: none;
}
html body .navbar .navbar-bottom .logo-image {
  padding-right: 10px;
}
@media (min-width: 768px) {
  html body .navbar .navbar-bottom .logo-image {
    height: 70px;
    width: 70px;
  }
}
@media (min-width: 992px) {
  html body .navbar .navbar-bottom .logo-image {
    height: 90px;
    width: 90px;
  }
}
html body .navbar .navbar-bottom .menu-btn {
  --bs-btn-padding-x: 0px;
}
@media (min-width: 0) {
  html body .navbar .navbar-bottom .menu-btn {
    display: none;
  }
}
@media (min-width: 768px) {
  html body .navbar .navbar-bottom .menu-btn {
    display: block;
  }
}
html body .navbar .navbar-bottom .menu-icon {
  width: 28px;
  height: 28px;
}
html body .navbar .center-nav-container {
  border: 1px solid #017493;
  border-radius: 10px;
}
@media (min-width: 768px) {
  html body .navbar .center-nav-container {
    width: 400px;
    height: 70px;
  }
}
@media (min-width: 992px) {
  html body .navbar .center-nav-container {
    width: 685px;
    height: 70px;
  }
}
html body .navbar .center-nav-container .nav-link {
  color: #017493;
  font-family: Titillium Web;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
}
@media (min-width: 768px) {
  html body .navbar .center-nav-container .nav-link {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  html body .navbar .center-nav-container .nav-link {
    font-size: 20px;
  }
}
html body .navbar .center-nav-container .nav-link:hover {
  color: #03c7fd;
}
html body .navbar .login-btn {
  background-color: #017493;
  border: none;
  border-radius: 10px;
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  color: #ffffff;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1%;
  text-transform: uppercase;
  transition: background-color 0.5s ease, color 0.5s ease;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 0) {
  html body .navbar .login-btn {
    width: 100px;
    height: 38px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  html body .navbar .login-btn {
    width: 165px;
    height: 60px;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  html body .navbar .login-btn {
    width: 185px;
    height: 70px;
    font-size: 22px;
  }
}
@media (min-width: 0) {
  html body .navbar .login-btn .login-btn-arrow {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 768px) {
  html body .navbar .login-btn .login-btn-arrow {
    width: 50px;
    height: 50px;
  }
}
html body .navbar .login-btn .login-btn-arrow rect {
  fill: #027797;
  fill-opacity: 0.7;
  stroke: #86e5ff;
  stroke-width: 2;
  transition: fill 0.3s ease;
}
html body .navbar .login-btn .login-btn-arrow path {
  fill: white;
  opacity: 0.5;
  transition: fill 0.3s ease, opacity 0.3s ease;
}
html body .navbar .login-btn .login-btn-arrow path:last-child {
  fill: white;
  opacity: 1;
  transition: fill 0.3s ease, opacity 0.3s ease;
}
html body .navbar .login-btn:hover {
  background-color: #03c7fd;
  color: #017493;
}
html body .navbar .login-btn:hover .login-btn-arrow rect {
  fill: #017493;
}
html body .section-1 .bg-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 10px;
  z-index: -1;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 0) {
  html body .section-1 .bg-image {
    height: 100%;
    top: -20%;
  }
}
@media (min-width: 768px) {
  html body .section-1 .bg-image {
    height: 105vh;
    top: 290px;
  }
}
@media (min-width: 0) {
  html body .section-1 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  html body .section-1 {
    margin-top: 50px;
  }
}
html body .section-1 .typeEffectContainer {
  width: 100%;
}
@media (min-width: 0) {
  html body .section-1 .typeEffectContainer {
    height: 120px;
  }
}
@media (min-width: 768px) {
  html body .section-1 .typeEffectContainer {
    height: 180px;
  }
}
html body .section-1 .typeJsWrapper {
  padding: 50px;
}
html body .section-1 .typeJsWrapper .typeJsText {
  text-align: center;
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 0;
  color: #2a2a2a;
  text-transform: uppercase;
}
@media (min-width: 0) {
  html body .section-1 .typeJsWrapper .typeJsText {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  html body .section-1 .typeJsWrapper .typeJsText {
    font-size: 80px;
  }
}
html body .section-1 .typeJsText .red-dot {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  color: #fd724e;
}
html body .section-1 .title1 {
  color: #017493;
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 0) {
  html body .section-1 .title1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  html body .section-1 .title1 {
    font-size: 36px;
  }
}
html body .section-1 .title2 {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  margin-top: 10px;
}
@media (min-width: 0) {
  html body .section-1 .title2 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  html body .section-1 .title2 {
    font-size: 24px;
  }
}
html body .section-1 .building-image-container {
  position: relative;
}
html body .section-1 .cover-image-btn {
  background-color: transparent;
  border: none;
  border-radius: 10px;
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  color: #017493;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1%;
  text-transform: uppercase;
  transition: background-color 0.5s ease, color 0.5s ease;
  position: absolute;
  display: flex;
  gap: 10px;
}
@media (min-width: 0) {
  html body .section-1 .cover-image-btn {
    flex-direction: column;
    align-items: center;
    width: 50px;
    height: 50px;
    width: 100%;
  }
}
@media (min-width: 0) {
  html body .section-1 .cover-image-btn {
    font-size: 14px;
    top: 90%;
  }
}
@media (min-width: 768px) {
  html body .section-1 .cover-image-btn {
    font-size: 22px;
    bottom: 20px;
    left: 50%;
    top: 85%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  html body .section-1 .cover-image-btn {
    font-size: 22px;
    width: 127px;
    height: 127px;
  }
}
@media (min-width: 0) {
  html body .section-1 .cover-image-btn svg {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  html body .section-1 .cover-image-btn svg {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  html body .section-1 .cover-image-btn svg {
    width: 127px;
    height: 127px;
  }
}
html body .section-1 .cover-image-btn svg rect {
  fill: #017493;
  stroke: #86e5ff;
  stroke-width: 2;
  transition: fill 0.3s ease;
}
html body .section-1 .cover-image-btn svg path {
  fill: white;
  opacity: 0.5;
  transition: fill 0.3s ease, opacity 0.3s ease;
}
html body .section-1 .cover-image-btn svg path:last-child {
  fill: white;
  opacity: 1;
  transition: fill 0.3s ease, opacity 0.3s ease;
}
html body .section-1 .cover-image-btn:hover svg rect {
  fill: #03c7fd;
  stroke: #017493;
}
html body .section-2 {
  position: relative;
  text-align: center;
}
@media (min-width: 0) {
  html body .section-2 {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  html body .section-2 {
    margin-top: 170px;
    margin-bottom: 85px;
  }
}
html body .section-2 .bg-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 0) {
  html body .section-2 .bg-image {
    top: 0%;
  }
}
@media (min-width: 768px) {
  html body .section-2 .bg-image {
    height: 100vh;
    top: -35%;
  }
}
html body .section-2 .title {
  color: #017493;
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 0) {
  html body .section-2 .title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  html body .section-2 .title {
    font-size: 40px;
  }
}
html body .section-2 .subtitle {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1%;
  text-align: center;
  color: #333333;
}
@media (min-width: 0) {
  html body .section-2 .subtitle {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  html body .section-2 .subtitle {
    font-size: 20px;
  }
}
html body .section-2 .blue-box-row {
  row-gap: 70px;
}
html body .section-2 .blue-box-row .blue-box-container {
  position: relative;
  cursor: pointer;
}
html body .section-2 .blue-box-row .blue-box-container .blue-box {
  border: 1px solid #017493;
  border-radius: 15px;
  width: 100%;
  z-index: 0;
  padding: 70px 0 0 20px;
  text-align: left;
}
@media (min-width: 0) {
  html body .section-2 .blue-box-row .blue-box-container .blue-box {
    height: 190px;
    background-color: #f8f8f8;
  }
}
@media (min-width: 768px) {
  html body .section-2 .blue-box-row .blue-box-container .blue-box {
    height: 265px;
    background-color: rgba(255, 255, 255, 0.3019607843);
  }
}
html body .section-2 .blue-box-row .blue-box-container .blue-box .title {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 700;
  letter-spacing: 1%;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #017493;
}
@media (min-width: 0) {
  html body .section-2 .blue-box-row .blue-box-container .blue-box .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  html body .section-2 .blue-box-row .blue-box-container .blue-box .title {
    font-size: 32px;
  }
}
html body .section-2 .blue-box-row .blue-box-container .blue-box .title .cpd-box {
  width: 8px;
  height: 10px;
  background-color: #fd724e;
  display: inline-block;
}
html body .section-2 .blue-box-row .blue-box-container .blue-box .subtitle {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  color: #03c7fd;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: #017493;
}
@media (min-width: 0) {
  html body .section-2 .blue-box-row .blue-box-container .blue-box .subtitle {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  html body .section-2 .blue-box-row .blue-box-container .blue-box .subtitle {
    font-size: 22px;
    margin-top: 25px;
  }
}
html body .section-2 .blue-box-row .blue-box-container .blue-box .para {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1%;
  margin-right: 20px;
  color: #333333;
}
@media (min-width: 0) {
  html body .section-2 .blue-box-row .blue-box-container .blue-box .para {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  html body .section-2 .blue-box-row .blue-box-container .blue-box .para {
    font-size: 16px;
    margin-top: 15px;
  }
}
html body .section-2 .blue-box-row .blue-box-container .blue-box:hover ~ .blue-box-icon .shape {
  background-color: #017493;
}
html body .section-2 .blue-box-row .blue-box-container .blue-box:hover ~ .blue-box-icon .shape .blue-box-svg {
  filter: brightness(0);
}
html body .section-2 .blue-box-row .blue-box-container .blue-box-icon {
  position: absolute;
  top: -14%;
  left: 15%;
  z-index: 1;
}
html body .section-2 .blue-box-row .blue-box-container .blue-box-icon .shape {
  height: 80px;
  width: 80px;
  border: 1px solid #017493;
  background-color: transparent;
  border-radius: 10px;
  rotate: 45deg;
  background-color: #ffffff;
  color: #017493;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
html body .section-2 .blue-box-row .blue-box-container .blue-box-icon .shape .blue-box-svg {
  rotate: -45deg;
}
html body .section-2 .blue-box-row .blue-box-container .blue-box-icon:hover .shape {
  background-color: #017493;
}
html body .section-2 .blue-box-row .blue-box-container .blue-box-icon:hover .shape .blue-box-svg {
  filter: brightness(0);
}
html body .blue-divider {
  border: 1px solid #017493;
}
html body .section-3 {
  text-align: center;
}
@media (min-width: 0) {
  html body .section-3 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  html body .section-3 {
    margin-top: 85px;
  }
}
html body .section-3 .title {
  color: #017493;
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 0) {
  html body .section-3 .title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  html body .section-3 .title {
    font-size: 40px;
  }
}
html body .section-3 .subtitle {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1%;
  text-align: center;
  color: #333333;
}
@media (min-width: 0) {
  html body .section-3 .subtitle {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  html body .section-3 .subtitle {
    font-size: 20px;
  }
}
html body .section-3 .grid-container {
  display: grid;
  justify-content: center;
}
@media (min-width: 0) {
  html body .section-3 .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  html body .section-3 .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  html body .section-3 .grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
html body .section-3 .grid-item {
  border: 1px solid #86e5ff;
  color: #fff;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.4s ease 0.1s;
  position: relative;
}
@media (min-width: 0) {
  html body .section-3 .grid-item {
    height: 227px;
    width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  html body .section-3 .grid-item {
    height: 385px;
    height: 385px;
    width: 100%;
    margin: 0;
  }
}
html body .section-3 .grid-item .title {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media (min-width: 0) {
  html body .section-3 .grid-item .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  html body .section-3 .grid-item .title {
    font-size: 28px;
  }
}
html body .section-3 .grid-item .para {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1%;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 2;
  color: #333333;
}
@media (min-width: 0) {
  html body .section-3 .grid-item .para {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  html body .section-3 .grid-item .para {
    font-size: 18px;
  }
}
html body .section-3 .grid-item .slide-background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(to top, #017493, #0197bd);
  transition: height 0.5s ease;
  z-index: 1;
  overflow: hidden;
}
html body .section-3 .grid-item .slide-background .light-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), transparent);
  transform: translateY(-100%);
  transition: transform 0.3s ease 0.2s;
}
html body .section-3 .grid-item:hover .slide-background {
  height: 100%;
}
html body .section-3 .grid-item:hover .slide-background .light-effect {
  transform: translateY(0);
}
html body .section-3 .grid-item:hover .title {
  color: #ffffff;
}
html body .section-3 .grid-item:hover .para {
  color: #ffffff;
}
html body .section-4 {
  background-color: #ffffff;
}
@media (min-width: 0) {
  html body .section-4 {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  html body .section-4 {
    margin-top: 120px;
  }
}
@media (min-width: 768px) {
  html body .section-4 .info-container {
    padding: 60px 0 0 60px;
  }
}
html body .section-4 .info-container .title {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #017493;
}
@media (min-width: 0) {
  html body .section-4 .info-container .title {
    font-size: 24px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  html body .section-4 .info-container .title {
    font-size: 40px;
    text-align: left;
  }
}
html body .section-4 .info-container .blue-box-container {
  position: relative;
  cursor: pointer;
  margin-top: 10px;
}
@media (min-width: 0) {
  html body .section-4 .info-container .blue-box-container {
    padding: 0 10px 0 40px;
  }
}
@media (min-width: 768px) {
  html body .section-4 .info-container .blue-box-container {
    padding: 0 40px 0 0;
  }
}
html body .section-4 .info-container .blue-box-container .blue-box {
  border: 1px solid #017493;
  border-radius: 15px;
  z-index: 0;
  padding: 10px 40px;
  text-align: left;
}
@media (min-width: 0) {
  html body .section-4 .info-container .blue-box-container .blue-box {
    height: 90px;
  }
}
@media (min-width: 768px) {
  html body .section-4 .info-container .blue-box-container .blue-box {
    height: 103px;
  }
}
html body .section-4 .info-container .blue-box-container .blue-box .content-title {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  color: #017493;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  gap: 10px;
}
@media (min-width: 0) {
  html body .section-4 .info-container .blue-box-container .blue-box .content-title {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  html body .section-4 .info-container .blue-box-container .blue-box .content-title {
    font-size: 20px;
  }
}
html body .section-4 .info-container .blue-box-container .blue-box .subtitle {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  color: #333333;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
}
@media (min-width: 0) {
  html body .section-4 .info-container .blue-box-container .blue-box .subtitle {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  html body .section-4 .info-container .blue-box-container .blue-box .subtitle {
    font-size: 16px;
    margin-top: 10px;
  }
}
html body .section-4 .info-container .blue-box-container .blue-box:hover ~ .blue-box-icon .shape {
  background-color: #017493;
}
html body .section-4 .info-container .blue-box-container .blue-box:hover ~ .blue-box-icon .shape .number-text {
  color: #ffffff;
}
html body .section-4 .info-container .blue-box-container .blue-box-icon {
  position: absolute;
  z-index: 1;
}
@media (min-width: 0) {
  html body .section-4 .info-container .blue-box-container .blue-box-icon {
    top: 20%;
    left: 4%;
  }
}
@media (min-width: 768px) {
  html body .section-4 .info-container .blue-box-container .blue-box-icon {
    top: 28%;
    left: -4%;
  }
}
html body .section-4 .info-container .blue-box-container .blue-box-icon .shape {
  height: 50px;
  width: 50px;
  border: 1px solid #017493;
  background-color: transparent;
  border-radius: 10px;
  rotate: 45deg;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
html body .section-4 .info-container .blue-box-container .blue-box-icon .shape .number-text {
  color: #017493;
  rotate: -45deg;
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
html body .section-4 .info-container .blue-box-container .blue-box-icon:hover .shape {
  background-color: #017493;
}
html body .section-4 .info-container .blue-box-container .blue-box-icon:hover .shape .number-text {
  color: #ffffff;
}
html body .section-4 .building-section-4-image {
  width: 100%;
  height: 100%;
}
html body .section-5 {
  text-align: center;
}
@media (min-width: 0) {
  html body .section-5 {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  html body .section-5 {
    margin-top: 170px;
  }
}
html body .section-5 .title {
  color: #017493;
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 0) {
  html body .section-5 .title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  html body .section-5 .title {
    font-size: 40px;
  }
}
html body .section-5 .subtitle {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1%;
  text-align: center;
  color: #333333;
}
@media (min-width: 0) {
  html body .section-5 .subtitle {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  html body .section-5 .subtitle {
    font-size: 20px;
  }
}
html body .section-5 .cover-image {
  object-fit: cover;
  width: 100%;
}
html body .section-6 {
  position: relative;
}
@media (min-width: 0) {
  html body .section-6 {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  html body .section-6 {
    padding-top: 150px;
  }
}
html body .section-6 .bg-image-6 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  object-fit: contain;
  opacity: 0.3;
}
@media (min-width: 0) {
  html body .section-6 .bg-image-6 {
    top: 0%;
  }
}
@media (min-width: 768px) {
  html body .section-6 .bg-image-6 {
    height: 100vh;
    top: 10%;
  }
}
html body .section-6 .body-container {
  background-color: rgba(255, 255, 255, 0.568627451);
  border: 1px solid #86e5ff;
  border-radius: 30px;
  text-align: center;
}
@media (min-width: 0) {
  html body .section-6 .body-container {
    width: 90%;
    padding: 20px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html body .section-6 .body-container {
    height: 375px;
    padding: 60px 32px;
    margin-top: 90px;
  }
}
html body .section-6 .body-container .title {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1%;
  text-align: center;
  text-transform: uppercase;
  color: #017493;
}
@media (min-width: 0) {
  html body .section-6 .body-container .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  html body .section-6 .body-container .title {
    font-size: 40px;
  }
}
html body .section-6 .body-container .subtitle {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1%;
  text-align: center;
  color: #4b5a5f;
  margin-top: 30px;
}
@media (min-width: 0) {
  html body .section-6 .body-container .subtitle {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  html body .section-6 .body-container .subtitle {
    font-size: 24px;
  }
}
@media (min-width: 0) {
  html body .section-7 {
    margin-top: 80px;
    scroll-margin-top: 80px;
  }
}
@media (min-width: 768px) {
  html body .section-7 {
    margin-top: 170px;
    scroll-margin-top: 170px;
  }
}
html body .section-7 .title {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: center;
  text-transform: uppercase;
  color: #017493;
}
@media (min-width: 0) {
  html body .section-7 .title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  html body .section-7 .title {
    font-size: 40px;
  }
}
html body .section-7 .subtitle {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 1%;
  text-align: center;
  color: #4b5a5f;
}
@media (min-width: 0) {
  html body .section-7 .subtitle {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  html body .section-7 .subtitle {
    font-size: 20px;
  }
}
html body .section-7 .details-container {
  padding-left: 26px;
}
html body .section-7 .blue-shape {
  border: 1px solid #017493;
  background-color: transparent;
  border-radius: 10px;
  rotate: 45deg;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  color: white;
}
@media (min-width: 0) {
  html body .section-7 .blue-shape {
    height: 36px;
    width: 36px;
  }
}
@media (min-width: 768px) {
  html body .section-7 .blue-shape {
    height: 80px;
    width: 80px;
  }
}
html body .section-7 .blue-shape .blue-box-svg {
  rotate: -45deg;
}
html body .section-7 .blue-shape .blue-box-svg .svg-path {
  fill: #017493;
}
@media (min-width: 0) {
  html body .section-7 .blue-shape .blue-box-svg {
    width: 17px;
  }
}
@media (min-width: 768px) {
  html body .section-7 .blue-shape .blue-box-svg {
    height: 32px;
    width: 32px;
  }
}
html body .section-7 .blue-shape svg path {
  fill: #017493;
}
html body .section-7 .info {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #017493;
  fill: #017493;
}
@media (min-width: 0) {
  html body .section-7 .info {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  html body .section-7 .info {
    font-size: 20px;
  }
}
html body .section-7 .data {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
}
html body .section-7 .data a {
  text-decoration: none;
  color: #333333;
}
@media (min-width: 0) {
  html body .section-7 .data {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  html body .section-7 .data {
    font-size: 22px;
  }
}
html body .section-7 .label {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #017493;
}
@media (min-width: 0) {
  html body .section-7 .label {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  html body .section-7 .label {
    font-size: 18px;
  }
}
html body .section-7 input[type=text],
html body .section-7 input[type=tel],
html body .section-7 input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #017493;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 10px;
  color: #333333;
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
}
html body .section-7 textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #017493;
  border-radius: 4px;
  background-color: transparent;
  font-size: 16px;
  resize: none;
  color: #333333;
}
html body .section-7 input::placeholder {
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  color: #858585;
}
@media (min-width: 0) {
  html body .section-7 input::placeholder {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  html body .section-7 input::placeholder {
    font-size: 16px;
  }
}
html body .section-7 .send-message-btn {
  background-color: #017493;
  border: none;
  border-radius: 10px;
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  color: #ffffff;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1%;
  text-transform: uppercase;
  transition: background-color 0.5s ease, color 0.5s ease;
  padding: 0 10px;
}
@media (min-width: 0) {
  html body .section-7 .send-message-btn {
    height: 34px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  html body .section-7 .send-message-btn {
    height: 60px;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  html body .section-7 .send-message-btn {
    height: 70px;
    font-size: 22px;
  }
}
@media (min-width: 0) {
  html body .section-7 .send-message-btn .send-message-btn-arrow {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 768px) {
  html body .section-7 .send-message-btn .send-message-btn-arrow {
    width: 50px;
    height: 50px;
  }
}
html body .section-7 .send-message-btn .send-message-btn-arrow rect {
  fill: #027797;
  fill-opacity: 0.7;
  stroke: #86e5ff;
  stroke-width: 2;
  transition: fill 0.3s ease;
}
html body .section-7 .send-message-btn .send-message-btn-arrow path {
  fill: white;
  opacity: 0.5;
  transition: fill 0.3s ease, opacity 0.3s ease;
}
html body .section-7 .send-message-btn .send-message-btn-arrow path:last-child {
  fill: white;
  opacity: 1;
  transition: fill 0.3s ease, opacity 0.3s ease;
}
html body .section-7 .send-message-btn:hover {
  background-color: #03c7fd;
  color: #017493;
}
html body .section-7 .send-message-btn:hover .login-btn-arrow rect {
  fill: #017493;
}
@media (min-width: 0) {
  html body footer {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  html body footer {
    margin-top: 170px;
  }
}
html body footer {
  border-top: 1px solid #017493;
}
html body footer .row {
  --bs-gutter-x: 0;
}
html body footer .footer-subtitle-container {
  display: flex;
  justify-content: center;
}
html body footer .footer-subtitle-container .subtitle {
  width: 80%;
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1%;
  text-align: justify;
  color: #4b5a5f;
}
@media (min-width: 0) {
  html body footer .footer-subtitle-container .subtitle {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  html body footer .footer-subtitle-container .subtitle {
    font-size: 20px;
  }
}
html body footer .nav-container {
  margin-top: 20px;
  border-top: 1px solid #017493;
  border-bottom: 1px solid #017493;
  height: 100px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  html body footer .nav-container .center-nav-container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  html body footer .nav-container .center-nav-container {
    width: 400px;
  }
}
@media (min-width: 992px) {
  html body footer .nav-container .center-nav-container {
    width: 685px;
  }
}
html body footer .nav-container .center-nav-container .nav-link {
  color: #017493;
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 600;
  letter-spacing: 1%;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
}
@media (min-width: 0) {
  html body footer .nav-container .center-nav-container .nav-link {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  html body footer .nav-container .center-nav-container .nav-link {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  html body footer .nav-container .center-nav-container .nav-link {
    font-size: 20px;
  }
}
html body footer .nav-container .center-nav-container .nav-link:hover {
  color: #03c7fd;
}
html body footer .social-container {
  display: flex;
  justify-content: center;
  padding-top: 26px;
}
html body footer .social-container .social-buttons {
  display: flex;
  gap: 40px;
  width: auto;
  justify-content: center;
}
html body footer .social-container .social-buttons .blue-shape {
  border: 1px solid #017493;
  background-color: #ffffff;
  border-radius: 10px;
  rotate: 45deg;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  color: white;
  cursor: pointer;
}
@media (min-width: 0) {
  html body footer .social-container .social-buttons .blue-shape {
    height: 36px;
    width: 36px;
  }
}
@media (min-width: 768px) {
  html body footer .social-container .social-buttons .blue-shape {
    height: 50px;
    width: 50px;
  }
}
html body footer .social-container .social-buttons .blue-shape svg {
  rotate: -45deg;
  transition: filter 0.3s ease;
  fill: #017493;
}
@media (min-width: 0) {
  html body footer .social-container .social-buttons .blue-shape svg {
    width: 17px;
  }
}
@media (min-width: 768px) {
  html body footer .social-container .social-buttons .blue-shape svg {
    height: 28px;
    width: 28px;
  }
}
html body footer .social-container .social-buttons .blue-shape:hover {
  background-color: #017493;
}
html body footer .social-container .social-buttons .blue-shape:hover svg path {
  fill: white;
}
html body footer .social-container .social-buttons .blue-shape:hover .shape {
  background-color: #017493;
}
html body footer .social-container .social-buttons .blue-shape:hover .shape .blue-shape-svg {
  filter: brightness(100);
}
html body footer .social-container .social-buttons .blue-shape:hover .shape .blue-shape-svg path {
  fill: #ffffff;
}
html body footer .copyrights {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  height: 40px;
  background-color: #03c7fd;
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: center;
  color: #ffffff;
}
html body .book-demo-btn {
  background-color: #017493;
  border: none;
  border-radius: 10px;
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  color: #017493;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1%;
  text-transform: uppercase;
  transition: background-color 0.5s ease, color 0.5s ease;
  margin-left: 10px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 0) {
  html body .book-demo-btn {
    width: 134px;
    height: 34px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  html body .book-demo-btn {
    width: 165px;
    height: 60px;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  html body .book-demo-btn {
    width: 240px;
    height: 70px;
    font-size: 22px;
  }
}
@media (min-width: 0) {
  html body .book-demo-btn svg {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 768px) {
  html body .book-demo-btn svg {
    width: 35px;
    height: 35px;
  }
}
html body .book-demo-btn svg rect {
  fill: #027797;
  fill-opacity: 0.7;
  stroke: #86e5ff;
  stroke-width: 2;
  transition: fill 0.3s ease;
}
html body .book-demo-btn svg path {
  fill: white;
  opacity: 0.5;
  transition: fill 0.3s ease, opacity 0.3s ease;
}
html body .book-demo-btn svg path:last-child {
  fill: white;
  opacity: 1;
  transition: fill 0.3s ease, opacity 0.3s ease;
}
html body .book-demo-btn:hover {
  background-color: #03c7fd;
  color: #017493;
}
html body .book-demo-btn:hover svg rect {
  fill: #017493;
}
html body .contact-us-btn {
  background-color: #03c7fd;
  border: none;
  border-radius: 10px;
  font-family: "Titillium Web", "Catamaran", "Gemunu Libre" sans-serif;
  color: #03c7fd;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1%;
  text-transform: uppercase;
  transition: background-color 0.5s ease, color 0.5s ease;
  margin-left: 10px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 0) {
  html body .contact-us-btn {
    width: 134px;
    height: 34px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  html body .contact-us-btn {
    width: 165px;
    height: 60px;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  html body .contact-us-btn {
    width: 240px;
    height: 70px;
    font-size: 22px;
  }
}
html body .contact-us-btn svg {
  background-color: transparent;
}
@media (min-width: 0) {
  html body .contact-us-btn svg {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 768px) {
  html body .contact-us-btn svg {
    width: 35px;
    height: 35px;
  }
}
html body .contact-us-btn svg rect {
  fill: #03c7fd;
  fill-opacity: 0.7;
  stroke: #86e5ff;
  stroke-width: 2;
  transition: fill 0.3s ease;
}
html body .contact-us-btn svg path {
  fill: white;
  opacity: 0.5;
  transition: fill 0.3s ease, opacity 0.3s ease;
}
html body .contact-us-btn svg path:last-child {
  fill: white;
  opacity: 1;
  transition: fill 0.3s ease, opacity 0.3s ease;
}
html body .contact-us-btn:hover {
  background-color: #01a4d0;
  color: #017493;
}
html body .contact-us-btn:hover svg {
  background-color: transparent;
}
html body .contact-us-btn:hover svg rect {
  fill: #017493;
}

/*# sourceMappingURL=index.css.map */
