@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-Bold.eot");
  src: local("Euclid Square Bold"), local("EuclidSquare-Bold"), url("EuclidSquare-Bold.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-Bold.woff2") format("woff2"), url("EuclidSquare-Bold.woff") format("woff"), url("EuclidSquare-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-Regular.eot");
  src: local("Euclid Square Regular"), local("EuclidSquare-Regular"), url("EuclidSquare-Regular.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-Regular.woff2") format("woff2"), url("EuclidSquare-Regular.woff") format("woff"), url("EuclidSquare-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-SemiBold.eot");
  src: local("Euclid Square SemiBold"), local("EuclidSquare-SemiBold"), url("EuclidSquare-SemiBold.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-SemiBold.woff2") format("woff2"), url("EuclidSquare-SemiBold.woff") format("woff"), url("EuclidSquare-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-LightItalic.eot");
  src: local("Euclid Square Light Italic"), local("EuclidSquare-LightItalic"), url("EuclidSquare-LightItalic.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-LightItalic.woff2") format("woff2"), url("EuclidSquare-LightItalic.woff") format("woff"), url("EuclidSquare-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-MediumItalic.eot");
  src: local("Euclid Square Medium Italic"), local("EuclidSquare-MediumItalic"), url("EuclidSquare-MediumItalic.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-MediumItalic.woff2") format("woff2"), url("EuclidSquare-MediumItalic.woff") format("woff"), url("EuclidSquare-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-Medium.eot");
  src: local("Euclid Square Medium"), local("EuclidSquare-Medium"), url("EuclidSquare-Medium.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-Medium.woff2") format("woff2"), url("EuclidSquare-Medium.woff") format("woff"), url("EuclidSquare-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-Italic.eot");
  src: local("Euclid Square Italic"), local("EuclidSquare-Italic"), url("EuclidSquare-Italic.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-Italic.woff2") format("woff2"), url("EuclidSquare-Italic.woff") format("woff"), url("EuclidSquare-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-Light.eot");
  src: local("Euclid Square Light"), local("EuclidSquare-Light"), url("EuclidSquare-Light.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-Light.woff2") format("woff2"), url("EuclidSquare-Light.woff") format("woff"), url("EuclidSquare-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-SemiBoldItalic.eot");
  src: local("Euclid Square SemiBold Italic"), local("EuclidSquare-SemiBoldItalic"), url("EuclidSquare-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-SemiBoldItalic.woff2") format("woff2"), url("EuclidSquare-SemiBoldItalic.woff") format("woff"), url("EuclidSquare-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Square";
  src: url("EuclidSquare-BoldItalic.eot");
  src: local("Euclid Square Bold Italic"), local("EuclidSquare-BoldItalic"), url("EuclidSquare-BoldItalic.eot?#iefix") format("embedded-opentype"), url("EuclidSquare-BoldItalic.woff2") format("woff2"), url("EuclidSquare-BoldItalic.woff") format("woff"), url("EuclidSquare-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
html {
  scroll-behavior: smooth !important;
}

body {
  font-family: "Euclid Square", sans-serif;
  margin: 0;
  padding: 0;
  color: #121315;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0f1c3d;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1700px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1671px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-inline: 1.25rem !important;
  }
}
.container-fluid {
  padding-inline: clamp(1.25rem, 7vw, 9.375rem);
}
@media (max-width: 1600px) {
  .container-fluid {
    padding-inline: clamp(1.25rem, 5vw, 7rem);
  }
}
@media (max-width: 1400px) {
  .container-fluid {
    padding-inline: clamp(1.25rem, 4.5vw, 5rem);
  }
}
@media (max-width: 410px) {
  .container-fluid {
    padding-inline: 0.75rem;
  }
}
@media (max-width: 767px) {
  .container-fluid--md {
    padding: 0;
  }
}

.text-dark-1 {
  color: #121315;
}
.text-gray-1 {
  color: #95a1be;
}
.text-gray-2 {
  color: #60687d;
}
.text-gray-3 {
  color: #7b87a6 !important;
}
.text-gray-3::after {
  background-color: rgba(59, 104, 219, 0.2) !important;
}
.text-blue-2 {
  color: #0f1c3d;
}
.text-blue-5 {
  color: #a8b0c6;
}
.text-blue-6 {
  color: #bcc3dc;
}

.mb-12 {
  margin-bottom: 12px;
}
.mb-13 {
  margin-bottom: 13px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-27 {
  margin-bottom: 27px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-43 {
  margin-bottom: 43px;
}
.mb-55 {
  margin-bottom: clamp(45px, 4vw, 55px);
}
.mb-60 {
  margin-bottom: clamp(2.3125rem, 4vw, 3.75rem);
}
.mb-74 {
  margin-bottom: 74px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-110 {
  margin-bottom: clamp(4.75rem, 7vw, 6.875rem);
}
.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 991px) {
  .mb-lg-35 {
    margin-bottom: 35px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mb-lg-55 {
    margin-bottom: clamp(45px, 4vw, 55px);
  }
  .mb-lg-110 {
    margin-bottom: clamp(4.75rem, 7vw, 6.875rem);
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .mb-xl-35 {
    margin-bottom: 35px;
  }
  .mb-xl-40 {
    margin-bottom: 40px;
  }
  .mb-xl-55 {
    margin-bottom: clamp(45px, 4vw, 55px);
  }
  .mb-xl-110 {
    margin-bottom: clamp(4.75rem, 7vw, 6.875rem);
  }
  .mb-xl-120 {
    margin-bottom: 120px;
  }
}

.mw-75 {
  max-width: 75%;
}

.mw-1160 {
  max-width: 1160px;
}
.mw-990 {
  max-width: 990px;
}
@media (min-width: 1200px) {
  .mw-xl-900 {
    max-width: 900px;
  }
}

.page-title {
  font-size: clamp(1.75rem, 5vw, 3.5rem);
  font-weight: bold;
  color: white;
}
.page-desc {
  color: #95a1be;
}
@media screen and (max-width: 575px) {
  .page-desc {
    font-size: 14px;
  }
}

.section-title-lg {
  font-size: clamp(26px, 4vw, 48px);
  font-weight: bold;
  color: #0f1c3d;
}
@media screen and (max-width: 575px) {
  .section-title-lg {
    font-size: 24px;
  }
}
.section-title {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: bold;
  color: #0f1c3d;
}
.section-subtitle {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: bold;
  color: #0f1c3d;
}
@media screen and (max-width: 575px) {
  .section-subtitle {
    font-size: 20px;
  }
}
.section-subtitle-sm {
  font-size: 20px;
  font-weight: bold;
  color: #0f1c3d;
}
@media screen and (max-width: 575px) {
  .section-subtitle-sm {
    font-size: 20px;
  }
}
.section-desc {
  font-size: 16px;
  color: #60687d;
}
@media screen and (max-width: 575px) {
  .section-desc {
    font-size: 14px;
  }
}
.section-desc-sm {
  font-size: clamp(0.9375rem, 3vw, 1.125rem);
}
.section-desc-md {
  font-size: 20px;
}
@media screen and (max-width: 575px) {
  .section-desc-md {
    font-size: 16px;
  }
}
.section-desc-lg {
  font-size: clamp(1.0625rem, 2.8vw, 1.375rem);
}

.primary-btn {
  font-size: 16px;
  font-weight: bold;
  background-color: #5228fc;
  padding: 17px 58px;
  border-radius: 10px;
  color: white;
  transition: all 0.3s ease-out;
}
.primary-btn:hover {
  background-color: white;
  color: #5228fc;
  box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.075) !important;
  transform: scaleX(1.05);
}
@media screen and (max-width: 575px) {
  .primary-btn {
    font-size: 12px;
  }
}

.ts-underline {
  position: relative;
  display: inline-block;
}
.ts-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 100%;
  height: 5px;
  border-radius: 4.5px;
  background: linear-gradient(90deg, #19c7f9 0.78%, #3b69db 100%);
  border-radius: 1px;
}
@media (min-width: 767px) {
  .ts-md-underline {
    position: relative;
    display: inline-block;
  }
  .ts-md-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1rem;
    width: 100%;
    height: 5px;
    border-radius: 4.5px;
    background: linear-gradient(90deg, #19c7f9 0.78%, #3b69db 100%);
    border-radius: 1px;
  }
}

.ts-descoration {
  position: relative;
}
.ts-descoration::before {
  content: "";
  position: absolute;
  width: 72px;
  height: 60px;
  background-image: url("../assets/images/decoration-leaf.svg");
  background-size: 72px 52px;
  background-repeat: no-repeat;
}
.ts-descoration--start::before {
  left: 0;
  top: 0;
  transform: translate(-100%, -100%) rotate(-75deg);
}
.ts-descoration--end::before {
  right: 0;
  top: 0;
  transform: translate(100%, -100%) rotate(15deg);
}
@media (min-width: 991px) {
  .ts-descoration-lg--start::before {
    left: 0;
    top: 0;
    transform: translate(-100%, -100%) rotate(-75deg);
  }
}

.header-nav {
  position: fixed;
  background-color: #0c0c6d;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header-nav .navbar-toggler {
  border: 0;
  width: 22px;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header-nav .navbar-toggler:focus {
  box-shadow: none;
}
.header-nav .navbar-toggler:hover span:nth-child(3) {
  width: 100%;
  margin-left: 0;
}
.header-nav .navbar span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header-nav .navbar span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.header-nav .navbar span:nth-child(2) {
  top: 6px;
  transform-origin: left center;
}
.header-nav .navbar span:nth-child(3) {
  top: 13px;
  transform-origin: left center;
  width: 70%;
  margin-left: 30%;
  transition: all 0.3s ease-in-out;
}
.header-nav .navbar [aria-expanded=true] span:nth-child(1) {
  transform: rotate(45deg);
  top: -2px;
  left: 3px;
}
.header-nav .navbar [aria-expanded=true] span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.header-nav .navbar [aria-expanded=true] span:nth-child(3) {
  transform: rotate(-45deg);
  top: 14px;
  left: 3px;
  width: 100%;
  margin-left: 0;
}
.header-nav .navbar-brand {
  padding: 0;
}
.header-nav .navbar-brand img {
  width: 140px;
}
@media screen and (max-width: 1200px) {
  .header-nav .navbar-brand img {
    width: 130px;
  }
}
@media screen and (max-width: 992px) {
  .header-nav .navbar-brand img {
    width: 110px;
  }
}
.header-nav .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  margin: 0 15px;
  transition: padding 0.3s ease-in-out;
}
.header-nav .navbar-nav .nav-item:nth-last-child(1) {
  margin-right: 0;
}
.header-nav .navbar-nav .nav-link {
  color: #95a1be;
  transition: color 0.3s ease-in-out;
}
.header-nav .navbar-nav .nav-link:hover {
  color: white;
}
.header-nav .navbar-nav .active {
  position: relative;
  padding-left: 15px;
}
.header-nav .navbar-nav .active a {
  color: white;
}
.header-nav .navbar-nav .active::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #359bf8;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}

.footer {
  padding: 4.375rem 0 1.875rem;
  background-color: white;
}
@media screen and (max-width: 575px) {
  .footer {
    padding: 4rem 0 3.375rem;
  }
}
.footer .social-icon {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #ebf0fb;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.footer .social-icon svg {
  fill: #0c0c6d;
}
.footer .social-icon:hover {
  background-color: #3b69db;
}
.footer .social-icon:hover svg {
  fill: #fff;
}
.footer__left {
  width: 667px;
  max-width: 100%;
}
.footer__right {
  width: 575px;
  max-width: 100%;
}/*# sourceMappingURL=global.css.map */