/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./resources/scss/styles.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./resources/scss/styles.scss (1) ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  padding: 0;
}
main {
  min-height: 20vh;
}
main h1,
main h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
main h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 976px) {
  main h3 {
    margin-bottom: 20px;
  }
}
main h4 {
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 976px) {
  main h4 {
    margin-bottom: 15px;
  }
}
main h5 {
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 976px) {
  main h5 {
    margin-bottom: 10px;
  }
}
main h6 {
  margin-top: 10px;
}
main hr {
  margin-bottom: 20px;
}
main ol:not([class]),
main ol.wp-block-list {
  position: relative;
  padding: 0;
  margin: 0 0 30px;
  counter-reset: item;
}
main ol:not([class]) li,
main ol.wp-block-list li {
  position: relative;
  list-style: none;
  padding-left: 35px;
  margin-bottom: 10px;
  counter-increment: item;
}
main ol:not([class]) li:before,
main ol.wp-block-list li:before {
  content: counter(item) ".";
  color: #7C72F7;
  display: inline-flex;
  position: absolute;
  left: 8px;
  top: 0;
}
main ul:not([class]),
main ul.wp-block-list {
  position: relative;
  padding: 0;
  margin: 0 0 30px;
}
main ul:not([class]) li,
main ul.wp-block-list li {
  position: relative;
  list-style: none;
  padding-left: 35px;
  margin-bottom: 10px;
}
main ul:not([class]) li:before,
main ul.wp-block-list li:before {
  content: "";
  background: #7C72F7;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-flex;
  position: absolute;
  left: 8px;
  top: 10px;
}
main .style-icon-list ul li:before,
main ul.is-style-icon-list li:before {
  content: "";
  -webkit-mask-image: url(images/69761f54614fa13b4f7e.svg);
          mask-image: url(images/69761f54614fa13b4f7e.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 24px;
  height: 24px;
  top: 2px;
  left: 0;
}
main .style-icon-list-primary ul li:before,
main ul.is-style-icon-list-primary li:before {
  background: #0D4074;
}
main .wp-block-columns {
  gap: 40px;
  margin: 0 0 20px 0;
}
main .wp-block-columns .wp-block-column *:nth-child(1 of .wp-block-heading) {
  margin-top: 0;
}
main .wp-block-gallery {
  gap: 40px !important;
  margin: 0 0 20px 0;
}
main .wp-block-gallery img {
  min-width: 100%;
  margin: 0 !important;
  overflow: hidden;
}
main .wp-block-embed iframe {
  max-height: 600px;
}
main .wp-block-video {
  border-radius: 20px;
  overflow: hidden;
}
main .wp-block-table,
main .wp-block-flexible-table-block-table {
  width: 100%;
  overflow: auto;
}
main .wp-block-table table,
main .wp-block-flexible-table-block-table table {
  overflow: auto;
  border-collapse: collapse;
}
main .wp-block-table table tr,
main .wp-block-flexible-table-block-table table tr {
  border: none;
  border-bottom: 1px solid #000;
}
main .wp-block-table table tr th,
main .wp-block-flexible-table-block-table table tr th {
  font-family: Outfit, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  padding: 34px 20px;
  border: none;
  border-bottom: 1px solid #000;
  vertical-align: middle;
}
main .wp-block-table table tr td,
main .wp-block-flexible-table-block-table table tr td {
  border: 1px solid #000;
  padding: 10px 20px;
  color: #0D4074;
  vertical-align: middle;
}
main table:not([class]) {
  overflow: auto;
  border-collapse: collapse;
}
main table:not([class]) tr {
  border: none;
  border-bottom: 1px solid #000;
}
main table:not([class]) tr th {
  padding: 34px 20px;
  border: none;
  border-bottom: 1px solid #000;
  vertical-align: middle;
}
main table:not([class]) tr td {
  border: 1px solid #000;
  padding: 10px 20px;
  vertical-align: middle;
}
main a {
  color: #0D4074;
}
main a:hover {
  color: #0D4074;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.gslide-media {
  margin: auto;
}

html :where(img[class*=wp-image-]) {
  margin-bottom: 10px;
}

.wp-block-gallery {
  display: flex;
}

.wp-block-group {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.wp-block-group.is-horizontal {
  flex-direction: row;
}

.last-item-no-margin > *:last-child {
  margin-bottom: 0 !important;
}

.item-20-margin > * {
  margin-bottom: 20px !important;
}

.item-30-margin > * {
  margin-bottom: 30px !important;
}

.heading-block-margin h1, .heading-block-margin h2, .heading-block-margin h3, .heading-block-margin h4 {
  margin-bottom: 60px !important;
}

.links-secondary a:not(.btn) {
  color: #B5F0EA;
}

.links-primary-hover a:not(.btn):hover {
  color: #0D4074;
}

.links-secondary-hover a:not(.btn):hover {
  color: #B5F0EA;
}

.links-tertiary-hover a:not(.btn):hover {
  color: #7C72F7;
}

.chip {
  display: inline-block;
  padding: 1px 10px 3px;
  background: rgba(124, 114, 247, 0.1);
  border-radius: 3px;
}

.input-icon-search {
  position: relative;
}
.input-icon-search:before {
  content: "";
  -webkit-mask-image: url(images/ff880a46be4d01f77926.svg);
          mask-image: url(images/ff880a46be4d01f77926.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 24px;
  height: 24px;
  background: #557493;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 15px;
}

.page-header .theme-block--inner {
  overflow: visible;
}
.page-header.has-media .page-header--media-container > div:before {
  content: "";
  background: rgba(0, 0, 0, 0.66);
  position: absolute;
  inset: 0;
  z-index: 10;
}

.animate-removal {
  animation: var(--animation-duration, 1s) linear fadeOut forwards;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.animate-render {
  opacity: 0;
}

.animate-insert {
  animation: var(--animation-duration, 1s) linear fadeIn forwards;
  opacity: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.loader {
  visibility: hidden;
}

.loading-block [data-posts-target=filters] {
  opacity: 0.5;
}
.loading-block .loader {
  display: flex;
  visibility: visible;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 100px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.page-numbers.current {
  background: #0D4074;
  color: #fff;
}
.page-numbers.inactive {
  display: none;
}
.page-numbers .arrow-next {
  -webkit-mask-image: url(images/bcb9718f3f941b72b52d.svg);
          mask-image: url(images/bcb9718f3f941b72b52d.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 9px;
  height: 16px;
  background: #0D4074;
}
.page-numbers .arrow-prev {
  -webkit-mask-image: url(images/bcb9718f3f941b72b52d.svg);
          mask-image: url(images/bcb9718f3f941b72b52d.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 9px;
  height: 16px;
  background: #0D4074;
  transform: rotate(180deg);
}

::-moz-selection {
  color: #fff;
  background: #0D4074;
}

::selection {
  color: #fff;
  background: #0D4074;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  box-sizing: border-box;
}
html:has(.admin-bar) {
  margin-top: 0 !important;
}

body {
  font-family: Outfit, serif;
  text-align: left;
  background-color: #fff;
  scroll-behavior: smooth;
  font-size: 18px;
  line-height: 26px;
  color: #0D4074;
}
body.has-sticky-header .site-header {
  position: fixed;
}
body.has-sticky-header #wpadminbar {
  position: fixed;
}

#cookiescript_badge {
  z-index: 999 !important;
}

.grecaptcha-badge {
  display: none;
}

#wpadminbar {
  position: relative;
}

@media screen and (max-width: 480px) {
  #wpadminbar #wp-admin-bar-wpseo-menu {
    display: none !important;
  }
}
.nav a,
.nav div.menu-item {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  padding: 10px 15px;
}
.nav a:hover,
.nav div.menu-item:hover {
  color: #B5F0EA !important;
}
.nav li.current-menu-item {
  position: relative;
  color: #B5F0EA;
}
.nav li.current-menu-item:after {
  content: "";
  border-top: 4px solid #B5F0EA;
  position: absolute;
  bottom: -35px;
  left: 15px;
  right: 15px;
}
.nav li.menu-item-has-children:hover > .sub-menu, .nav li.menu-expanded > .sub-menu {
  display: flex;
}
.nav li:has(.lang-item) {
  position: relative;
}
.nav li:has(.lang-item) > a:after {
  content: "";
  display: block;
  -webkit-mask-image: url(images/b15e1bbfe0a7b066f897.svg);
          mask-image: url(images/b15e1bbfe0a7b066f897.svg);
  background: #fff;
  width: 12px;
  height: 7px;
  margin: auto;
}
.nav li:has(.lang-item) a {
  display: flex;
  gap: 9px;
  align-items: center;
}
.nav li:has(.lang-item) a:hover:before, .nav li:has(.lang-item) a:hover:after {
  background: #B5F0EA;
}
.nav li:has(.lang-item) a img {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
}
.nav .sub-menu {
  display: none;
  position: absolute;
  flex-direction: column;
  text-align: center;
  z-index: 100;
  padding: 10px !important;
  width: 100%;
  margin: 0;
  gap: 15px;
  background: #fff;
}
.nav .sub-menu a,
.nav .sub-menu li,
.nav .sub-menu div.menu-item {
  padding: 0;
  color: #0D4074;
}
.nav .sub-menu .sub-menu {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  border: none;
  padding: 0 !important;
  margin-top: 30px;
  box-shadow: none !important;
}
.nav .sub-menu .sub-menu:before, .nav .sub-menu .sub-menu:after {
  content: none !important;
}

.nav-mobile {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  transform: translateX(-150vw);
  transition: width 0.45s, transform 1s;
  width: 100%;
  z-index: 1000;
  background: #0D4074;
  padding-top: 50px;
  overflow: auto;
}
.nav-mobile .menu li a,
.nav-mobile .menu li div.menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-mobile .menu li .sub-menu {
  display: block;
  padding-left: 10px;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin: 0;
}

body.mobile-menu-open {
  overflow: hidden;
}
body.mobile-menu-open .nav-mobile {
  transform: translateX(0);
}
body.mobile-menu-open .menu-btn .line1 {
  transform: rotate(45deg) translate(1px, 10px);
}
body.mobile-menu-open .menu-btn .line2 {
  opacity: 0;
}
body.mobile-menu-open .menu-btn .line3 {
  transform: rotate(-45deg) translate(1px, -8px);
}

.menu-btn {
  display: none;
  cursor: pointer;
  width: 26px;
  height: 26px;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 1180px) {
  .menu-btn {
    display: flex;
  }
}
.menu-btn path {
  transition: transform 0.4s ease, opacity 0.3s ease;
  transform-origin: center;
  stroke: #fff;
}

.theme-block {
  position: relative;
  display: flex;
  justify-content: center;
}

.theme-block--inner {
  position: relative;
  width: calc(100vw - 60px);
  margin: 30px calc(-50vw - 60px) 0;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1340px) {
  .theme-block--inner {
    width: calc(100vw - 20px);
    margin: 10px calc(-50vw - 20px) 0;
  }
}
@media screen and (max-width: 976px) {
  .theme-block--inner {
    width: 100vw;
    margin: 10px -50vw;
    border-radius: 0;
  }
  .theme-block--inner:first-child {
    margin-top: 0;
  }
}

.hero-block .background:after {
  content: "";
  background: rgba(0, 0, 0, 0.66);
  position: absolute;
  inset: 0;
}
.hero-block .background:before {
  content: "";
  background: url(images/ba89ee213312ec9556fd.svg) no-repeat right;
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}

.testimonial-block .theme-block--inner:after,
.certificates-block .theme-block--inner:after {
  content: "";
  background: url(images/579f1575bc3f05c618ed.svg) no-repeat;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.timeline-block .splide__slide {
  display: grid;
  grid-template-rows: 1fr 60px 1fr;
  width: 315px;
  height: auto;
  cursor: pointer;
}
.timeline-block .splide__slide:last-child .timeline-item-content:after {
  content: "";
  position: absolute;
  right: -20%;
  bottom: 50%;
  width: 3px;
  height: 12px;
  background: #0D4074;
  transform: translateY(12px);
}
.timeline-block .splide__slide:last-child .timeline-item-content:before {
  width: 120%;
}
.timeline-block .timeline-item-content {
  display: flex;
  width: 100%;
  margin: auto;
}
.timeline-block .timeline-item-content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  height: 3px;
  background: #0D4074;
  z-index: -1;
}

.gallery-block:has(a) a {
  width: calc(33.333% - 20px);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .gallery-block:has(a) a {
    width: calc(33.333% - 7px);
  }
}
.gallery-block:has(a) a:first-child,
.gallery-block:has(a) a:nth-child(2) {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .gallery-block:has(a) a:first-child,
  .gallery-block:has(a) a:nth-child(2) {
    width: calc(50% - 5px);
  }
}
.gallery-block:has(a) img {
  width: 100%;
}
.gallery-block:has:not(a) img {
  width: calc(33.333% - 20px);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .gallery-block:has:not(a) img {
    width: calc(33.333% - 7px);
  }
}
.gallery-block:has:not(a) img:first-child,
.gallery-block:has:not(a) img:nth-child(2) {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .gallery-block:has:not(a) img:first-child,
  .gallery-block:has:not(a) img:nth-child(2) {
    width: calc(50% - 5px);
  }
}

.btn,
.button,
.wp-block-button__link,
.wp-block-file__button,
input[name=submit] {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  stroke: none;
  background-clip: content-box;
  padding: 15px 25px;
  border-radius: 100px;
  z-index: 10;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.btn:hover,
.button:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover,
input[name=submit]:hover {
  stroke: none;
}
.btn.disabled,
.button.disabled,
.wp-block-button__link.disabled,
.wp-block-file__button.disabled,
input[name=submit].disabled {
  pointer-events: none;
  opacity: 0.7;
}
.btn.active,
.button.active,
.wp-block-button__link.active,
.wp-block-file__button.active,
input[name=submit].active {
  background: #0D4074 !important;
  color: #fff !important;
}
.input {
  display: block;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  outline: none;
  min-height: 46px;
  width: 100%;
  min-width: 100px;
  background: #fff;
  color: #0D4074;
  font-size: 16px;
  line-height: 20px;
}
.input[aria-invalid], .input.invalid {
  border-color: #D90000;
}
.input::placeholder {
  font-family: Outfit, serif;
  opacity: 1;
  font-size: 16px;
  line-height: 20px;
  color: #557493;
}
.input:disabled {
  opacity: 0.5;
}
.input[type=search] {
  max-height: 40px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.input[type=search]::-webkit-search-cancel-button {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  right: 10px;
  height: 40px;
  width: 40px;
  -webkit-mask-image: url(images/da7efa683c72adb13ccd.svg);
          mask-image: url(images/da7efa683c72adb13ccd.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 10px;
          mask-size: 10px;
  -webkit-mask-position: center;
          mask-position: center;
  background: #000;
  cursor: pointer;
}
.input[type=search]::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.iti__country-container {
  color: #0D4074;
  font-size: 16px;
  line-height: 20px;
  height: 48px;
}

textarea.input {
  resize: vertical;
  line-height: normal;
}

select:not([class]),
select.input {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: #fff url(images/b15e1bbfe0a7b066f897.svg) no-repeat calc(100% - 20px);
}
select:not([class]):disabled,
select.input:disabled {
  opacity: 0.5;
}

.js-select {
  position: relative;
}
.js-select.select-open .selected:after {
  transform: rotate(180deg);
}
.js-select select {
  display: none;
}
.js-select .selected {
  padding: 10px 20px;
  min-width: 100px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
  color: #0D4074;
}
.js-select .selected:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  -webkit-mask-image: url(images/b15e1bbfe0a7b066f897.svg);
          mask-image: url(images/b15e1bbfe0a7b066f897.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #0D4074;
  width: 12px;
  height: 8px;
  display: flex;
  margin: auto;
  transition: transform 0.45s;
}
.js-select .selected span {
  padding: 10px;
  margin: -10px 0;
}
.js-select input[type=checkbox] {
  position: relative;
  box-sizing: border-box;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #0D4074;
}
.js-select input[type=checkbox]:focus {
  outline: none;
}
.js-select input[type=checkbox]:checked {
  background-color: #0D4074;
}
.js-select input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 11px;
  height: 8px;
  -webkit-mask-image: url(images/82298f57c31659160af1.svg);
          mask-image: url(images/82298f57c31659160af1.svg);
  -webkit-mask-size: 11px 8px;
          mask-size: 11px 8px;
  background: #fff;
}
.js-select input[type=checkbox].invalid {
  border-color: #D90000;
}
.js-select .select-dropdown {
  display: none;
  padding: 15px 15px 12px 15px;
  margin: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 1000;
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05), 0 0 15px 0 rgba(0, 0, 0, 0.05), 0 0 7px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  min-width: 200px;
  max-height: 300px;
  overflow: auto;
}
.js-select .select-dropdown li {
  width: 100%;
  cursor: pointer;
  padding: 5px 0;
  color: #0D4074;
}
.js-select .select-dropdown li:first-child {
  padding-top: 0;
}
.js-select .select-dropdown li:last-child {
  padding-bottom: 0;
}
.js-select .select-dropdown li span {
  color: #0D4074;
}

.input-error {
  display: block;
  z-index: 1;
  color: #D90000 !important;
  line-height: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.general-error {
  display: block;
  color: #D90000 !important;
}

.general-success {
  display: block;
  color: #25ed75 !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.from__static-loader {
  border: 3px solid transparent;
  border-radius: 50%;
  border-top: 3px solid #000000;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  position: absolute;
  left: calc(50% - 10px);
}

form.loading {
  position: relative;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
form.loading:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 3px solid transparent;
  border-radius: 50%;
  border-top: 3px solid #000000;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.input-radio {
  position: relative;
  box-sizing: border-box;
  width: 25px;
  min-width: 25px;
  height: 25px;
  border: 1px solid #0D4074;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: top;
  margin-right: 10px;
  cursor: pointer;
  outline: none;
  background: #fff;
}
.input-radio:checked:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
}
.input-radio.invalid {
  border-color: #D90000;
}

.checkbox-field {
  position: relative;
  box-sizing: border-box;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
  background: #fff;
}
.checkbox-field:focus {
  outline: none;
}
.checkbox-field:checked {
  background-color: #0D4074;
}
.checkbox-field:checked:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 11px;
  height: 8px;
  -webkit-mask-image: url(images/82298f57c31659160af1.svg);
          mask-image: url(images/82298f57c31659160af1.svg);
  -webkit-mask-size: 11px 8px;
          mask-size: 11px 8px;
  background: #fff;
}
.checkbox-field.invalid {
  border-color: #D90000;
}

#global_axios_validator_error {
  display: none;
}

.modal-visible {
  overflow: hidden;
}
.modal-visible body {
  overflow: hidden;
}

.modal {
  opacity: 0.1;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.modal.modal--open {
  opacity: 1;
  display: block;
}

.modal-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(images/da7efa683c72adb13ccd.svg);
          mask-image: url(images/da7efa683c72adb13ccd.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 22px;
          mask-size: 22px;
  background: #fff;
  z-index: 100;
}

.modal-scroll-container {
  overflow: auto;
  height: 100%;
}

.modal-dialog {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: auto;
  margin: auto;
  padding: 0 15px;
  height: 100%;
}

.cv-modal .modal-content {
  background-color: #7C72F7;
}

.modal-content {
  position: relative;
  outline: 0;
  background-color: #021F3B;
  background-clip: padding-box;
  margin: auto;
  padding: 40px;
  border: 1px solid rgba(181, 240, 234, 0.21);
  border-radius: 20px;
}
.splide__arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -32px;
  right: -32px;
  display: flex;
  justify-content: space-between;
}
.splide__arrows .splide__arrow {
  width: 43px;
  height: 43px;
  background: #0D4074;
  border-radius: 50%;
  position: relative;
  z-index: 100;
  color: #fff;
  margin: auto 0;
  border: 1px solid #0D4074;
}
.splide__arrows .splide__arrow[disabled] {
  opacity: 0;
}
.splide__arrows .splide__arrow:hover {
  border: 1px solid #fff;
}
.splide__arrows .splide__arrow.splide__arrow--prev {
  transform: rotate(180deg);
}
.splide__arrows .splide__arrow:after {
  content: "";
  -webkit-mask-image: url(images/c7fc28c92702f7eca65b.svg);
          mask-image: url(images/c7fc28c92702f7eca65b.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto;
          mask-size: auto;
  -webkit-mask-position: center;
          mask-position: center;
  width: 100%;
  height: 100%;
  background: #F4F8EB;
  display: block;
}

.single-post:not(body) {
  box-shadow: 0 4px 35px rgba(0, 0, 0, 0.08);
}
.single-post:not(body):hover {
  outline: 2px solid #0D4074;
  transition: 450ms ease;
}
.single-post:not(body):hover .btn {
  background-color: #B5F0EA;
  color: #0D4074;
}
.single-post:not(body):hover .btn.btn-link {
  color: #0D4074;
}

.single-job:not(body) {
  box-shadow: 0 4px 35px rgba(0, 0, 0, 0.08);
}
.single-job:not(body):hover {
  outline: 2px solid #7C72F7;
  transition: 450ms ease;
}

.single-service:not(body) {
  box-shadow: 0 4px 35px rgba(0, 0, 0, 0.08);
}
.single-service:not(body):hover {
  outline: 2px solid #0D4074;
  transition: 450ms ease;
}

.single-testimonial:not(body) {
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
}
.single-testimonial:not(body):before {
  content: "";
  display: block;
  -webkit-mask-image: url(images/98ba2041e5c1ce27ae15.svg);
          mask-image: url(images/98ba2041e5c1ce27ae15.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 33px;
  height: 27px;
  background: #0D4074;
  margin-bottom: 24px;
}

.single-case-study:not(body):hover {
  outline: 2px solid #B5F0EA;
  transition: 450ms ease;
}
.single-case-study:not(body):hover .btn {
  background-color: #B5F0EA;
  color: #0D4074;
}
.single-case-study:not(body):hover .btn.btn-link {
  color: #0D4074;
}
.single-case-study:not(body):before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
  position: absolute;
  inset: 0;
  z-index: 1;
}

.single-team:not(body) .single-team-details {
  transition: 250ms linear;
}
.single-team:not(body):hover .single-team-details {
  bottom: 0;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 976px){
  .container{
    max-width: 976px;
  }
}
@media (min-width: 1180px){
  .container{
    max-width: 1180px;
  }
}
@media (min-width: 1340px){
  .container{
    max-width: 1340px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.inset-0{
  inset: 0;
}
.bottom-\[-100\%\]{
  bottom: -100%;
}
.left-0{
  left: 0;
}
.left-\[30px\]{
  left: 30px;
}
.right-0{
  right: 0;
}
.right-3{
  right: 30px;
}
.right-6{
  right: 60px;
}
.top-3{
  top: 30px;
}
.top-4{
  top: 40px;
}
.top-\[140px\]{
  top: 140px;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[58px\]{
  top: 58px;
}
.z-10{
  z-index: 10;
}
.z-\[10000\]{
  z-index: 10000;
}
.z-\[100\]{
  z-index: 100;
}
.col-span-full{
  grid-column: 1 / -1;
}
.float-right{
  float: right;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1\.5{
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-3{
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.mb-0{
  margin-bottom: 0;
}
.mb-1{
  margin-bottom: 10px;
}
.mb-1\.5{
  margin-bottom: 15px;
}
.mb-2{
  margin-bottom: 20px;
}
.mb-3{
  margin-bottom: 30px;
}
.mb-5{
  margin-bottom: 50px;
}
.mb-6{
  margin-bottom: 60px;
}
.mb-7{
  margin-bottom: 70px;
}
.mb-9{
  margin-bottom: 90px;
}
.mb-\[-13\%\]{
  margin-bottom: -13%;
}
.mb-\[3px\]{
  margin-bottom: 3px;
}
.mb-auto{
  margin-bottom: auto;
}
.ml-1{
  margin-left: 10px;
}
.ml-3{
  margin-left: 30px;
}
.ml-\[-50vw\]{
  margin-left: -50vw;
}
.ml-auto{
  margin-left: auto;
}
.mr-\[-50vw\]{
  margin-right: -50vw;
}
.mt-0{
  margin-top: 0;
}
.mt-1\.5{
  margin-top: 15px;
}
.mt-2\.5{
  margin-top: 25px;
}
.mt-3{
  margin-top: 30px;
}
.mt-4{
  margin-top: 40px;
}
.mt-6{
  margin-top: 60px;
}
.mt-9{
  margin-top: 90px;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.aspect-\[310\/400\]{
  aspect-ratio: 310/400;
}
.aspect-\[360\/200\]{
  aspect-ratio: 360/200;
}
.aspect-\[605\/336\]{
  aspect-ratio: 605/336;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.\!h-\[49px\]{
  height: 49px !important;
}
.\!h-auto{
  height: auto !important;
}
.h-\[147px\]{
  height: 147px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[25px\]{
  height: 25px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[37px\]{
  height: 37px;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[64px\]{
  height: 64px;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-\[40px\]{
  max-height: 40px;
}
.max-h-\[66px\]{
  max-height: 66px;
}
.min-h-\[457px\]{
  min-height: 457px;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.min-h-\[787px\]{
  min-height: 787px;
}
.min-h-max{
  min-height: -moz-max-content;
  min-height: max-content;
}
.min-h-\[360px\]{
  min-height: 360px;
}
.\!w-\[49px\]{
  width: 49px !important;
}
.w-\[147px\]{
  width: 147px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[37px\]{
  width: 37px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[64px\]{
  width: 64px;
}
.w-\[915px\]{
  width: 915px;
}
.w-full{
  width: 100%;
}
.min-w-\[147px\]{
  min-width: 147px;
}
.min-w-\[20px\]{
  min-width: 20px;
}
.min-w-\[310px\]{
  min-width: 310px;
}
.max-w-\[120px\]{
  max-width: 120px;
}
.max-w-\[310px\]{
  max-width: 310px;
}
.max-w-\[420px\]{
  max-width: 420px;
}
.max-w-\[530px\]{
  max-width: 530px;
}
.max-w-\[533px\]{
  max-width: 533px;
}
.max-w-\[540px\]{
  max-width: 540px;
}
.max-w-\[620px\]{
  max-width: 620px;
}
.max-w-\[66px\]{
  max-width: 66px;
}
.max-w-\[860px\]{
  max-width: 860px;
}
.max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
}
.basis-\[200px\]{
  flex-basis: 200px;
}
.basis-\[420px\]{
  flex-basis: 420px;
}
.basis-\[480px\]{
  flex-basis: 480px;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-\[0\%_0\%\]{
  transform-origin: 0% 0%;
}
.origin-right{
  transform-origin: right;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.auto-cols-max{
  grid-auto-columns: max-content;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[500px_310px_100px_170px_70px\]{
  grid-template-columns: 500px 310px 100px 170px 70px;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0\.5{
  gap: 5px;
}
.gap-1{
  gap: 10px;
}
.gap-1\.2{
  gap: 12px;
}
.gap-1\.5{
  gap: 15px;
}
.gap-2{
  gap: 20px;
}
.gap-3{
  gap: 30px;
}
.gap-4{
  gap: 40px;
}
.gap-7{
  gap: 70px;
}
.gap-x-4{
  column-gap: 40px;
}
.gap-y-6{
  row-gap: 60px;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre{
  white-space: pre;
}
.\!rounded-\[20px\]{
  border-radius: 20px !important;
}
.rounded-\[100px\]{
  border-radius: 100px;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[200px\]{
  border-radius: 200px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[30px\]{
  border-radius: 30px;
}
.rounded-\[50\%\]{
  border-radius: 50%;
}
.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.\!border-\[5px\]{
  border-width: 5px !important;
}
.border{
  border-width: 1px;
}
.border-l-\[3px\]{
  border-left-width: 3px;
}
.border-solid{
  border-style: solid;
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(13 64 116 / var(--tw-border-opacity, 1));
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(181 240 234 / var(--tw-border-opacity, 1));
}
.border-tertiary{
  --tw-border-opacity: 1;
  border-color: rgb(124 114 247 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-opacity-\[0\.16\]{
  --tw-border-opacity: 0.16;
}
.\!bg-secondary{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(181 240 234 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#021F3B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(2 31 59 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(13 64 116 / var(--tw-bg-opacity, 1));
}
.bg-quaternary{
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 235 / var(--tw-bg-opacity, 1));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(181 240 234 / var(--tw-bg-opacity, 1));
}
.bg-tertiary{
  --tw-bg-opacity: 1;
  background-color: rgb(124 114 247 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-15{
  --tw-bg-opacity: 0.15;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.object-cover{
  object-fit: cover;
}
.p-0{
  padding: 0;
}
.p-2{
  padding: 20px;
}
.p-3{
  padding: 30px;
}
.p-4{
  padding: 40px;
}
.p-5{
  padding: 50px;
}
.p-7{
  padding: 70px;
}
.\!px-2{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.\!py-1{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.px-1{
  padding-left: 10px;
  padding-right: 10px;
}
.px-2{
  padding-left: 20px;
  padding-right: 20px;
}
.px-3{
  padding-left: 30px;
  padding-right: 30px;
}
.px-5{
  padding-left: 50px;
  padding-right: 50px;
}
.py-0{
  padding-top: 0;
  padding-bottom: 0;
}
.py-1{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-4{
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-7{
  padding-top: 70px;
  padding-bottom: 70px;
}
.py-\[24px\]{
  padding-top: 24px;
  padding-bottom: 24px;
}
.\!pr-\[70px\]{
  padding-right: 70px !important;
}
.pb-3{
  padding-bottom: 30px;
}
.pb-6{
  padding-bottom: 60px;
}
.pb-8{
  padding-bottom: 80px;
}
.pl-5{
  padding-left: 50px;
}
.pl-7{
  padding-left: 70px;
}
.pl-\[50vw\]{
  padding-left: 50vw;
}
.pr-7{
  padding-right: 70px;
}
.pr-\[50vw\]{
  padding-right: 50vw;
}
.pt-1\.5{
  padding-top: 15px;
}
.pt-12{
  padding-top: 120px;
}
.pt-4{
  padding-top: 40px;
}
.pt-\[120px\]{
  padding-top: 120px;
}
.pt-\[130px\]{
  padding-top: 130px;
}
.text-center{
  text-align: center;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(13 64 116 / var(--tw-text-opacity, 1));
}
.text-quaternary{
  --tw-text-opacity: 1;
  color: rgb(244 248 235 / var(--tw-text-opacity, 1));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(181 240 234 / var(--tw-text-opacity, 1));
}
.text-tertiary{
  --tw-text-opacity: 1;
  color: rgb(124 114 247 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-15{
  opacity: 0.15;
}
.opacity-50{
  opacity: 0.5;
}
.outline{
  outline-style: solid;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[13px\]{
  --tw-backdrop-blur: blur(13px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-\[250ms\]{
  transition-duration: 250ms;
}
.ease-linear{
  transition-timing-function: linear;
}
h1, .h1 {
    font-family: Outfit, sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
  }
h2, .h2 {
    font-family: Outfit, sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
  }
h3, .h3 {
    font-family: Outfit, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
  }
h4, .h4 {
    font-family: Outfit, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
  }
h5, .h5 {
    font-family: Outfit, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
  }
h6, .h6 {
    font-family: Outfit, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    text-transform: uppercase;
  }
.text90 {
    font-size: 90px;
    line-height: 113px;
  }
.text70 {
    font-size: 70px;
    line-height: 88px;
  }
.text57 {
    font-size: 57px;
    line-height: 72px;
  }
.text50 {
    font-size: 50px;
    line-height: 63px;
  }
.text40 {
    font-size: 40px;
    line-height: 43px;
  }
.text25 {
    font-size: 25px;
    line-height: 32px;
  }
.text20 {
    font-size: 20px;
    line-height: 25px;
  }
.text18 {
    font-size: 18px;
    line-height: 26px;
  }
.text16 {
    font-size: 16px;
    line-height: 20px;
  }
.text14 {
    font-size: 14px;
    line-height: 26px;
  }
p {
    margin-bottom: 30px;
  }
.btn.btn-primary {
    color: #F4F8EB;
    background: #0D4074;
  }
.btn.btn-primary.btn-link:after {
    background: #F4F8EB;
  }
.btn.btn-primary:hover {
    background: #7C72F7;
  }
.btn.btn-secondary {
    color: #0D4074;
    background: #B5F0EA;
  }
.btn.btn-secondary:hover {
    color: #F4F8EB;
    background: #7C72F7;
  }
.btn.btn-tertiary {
    color: #F4F8EB;
    background: #7C72F7;
  }
.btn.btn-tertiary.btn-link:after {
    background: #fff;
  }
.btn.btn-tertiary:hover {
    background: #B5F0EA;
    color: #0D4074;
  }
.btn.btn-tertiary:hover.btn-link:after {
    background: #0D4074;
  }
.btn.btn-quaternary {
    color: #0D4074;
    background: #F4F8EB;
  }
.btn.btn-quaternary.btn-link:after {
    background: #0D4074;
  }
.btn.btn-quaternary:hover {
    background: #0D4074;
    color: #F4F8EB;
  }
.btn.btn-quaternary:hover.btn-link:after {
    background: #F4F8EB;
  }
.btn.btn-white {
    color: #0D4074;
    background: #fff;
  }
.btn.btn-white.btn-link:after {
    background: #0D4074;
  }
.btn.btn-white:hover {
    background: #0D4074;
    color: #fff;
  }
.btn.btn-white:hover.btn-link:after {
    background: #fff;
  }
.btn.btn-link:after {
    content: "";
    -webkit-mask-image: url(images/82cedf076ec173a2fcb8.svg);
            mask-image: url(images/82cedf076ec173a2fcb8.svg);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    width: 12px;
    height: 12px;
  }
.btn.btn-file {
    border: 1px solid #F4F8EB;
  }
.btn.btn-file:before {
    content: "";
    -webkit-mask-image: url(images/25a7369d611f77ff25de.svg);
            mask-image: url(images/25a7369d611f77ff25de.svg);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    background: #F4F8EB;
    width: 20px;
    height: 20px;
  }
.btn > svg {
    margin: auto 0;
  }
@media not all and (min-width: 976px){
  .max-lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  @media (min-width: 480px){
    .max-lg\:container{
      max-width: 480px;
    }
  }
  .max-lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  @media (min-width: 480px){
    .max-lg\:container{
      max-width: 480px;
    }
  }
  @media (min-width: 768px){
    .max-lg\:container{
      max-width: 768px;
    }
  }
  .max-lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  @media (min-width: 480px){
    .max-lg\:container{
      max-width: 480px;
    }
  }
  @media (min-width: 768px){
    .max-lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 976px){
    .max-lg\:container{
      max-width: 976px;
    }
  }
  .max-lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  @media (min-width: 480px){
    .max-lg\:container{
      max-width: 480px;
    }
  }
  @media (min-width: 768px){
    .max-lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 976px){
    .max-lg\:container{
      max-width: 976px;
    }
  }
  @media (min-width: 1180px){
    .max-lg\:container{
      max-width: 1180px;
    }
  }
  .max-lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  @media (min-width: 480px){
    .max-lg\:container{
      max-width: 480px;
    }
  }
  @media (min-width: 768px){
    .max-lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 976px){
    .max-lg\:container{
      max-width: 976px;
    }
  }
  @media (min-width: 1180px){
    .max-lg\:container{
      max-width: 1180px;
    }
  }
  @media (min-width: 1340px){
    .max-lg\:container{
      max-width: 1340px;
    }
  }
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 64 116 / var(--tw-bg-opacity, 1));
}
.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(181 240 234 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group\/certificate:hover .group-hover\/certificate\:bottom-0{
  bottom: 0;
}
@media not all and (min-width: 1340px){
  .max-2xl\:mt-2{
    margin-top: 20px;
  }
  .max-2xl\:grid-cols-\[25\%_25\%_15\%_15\%_10\%\]{
    grid-template-columns: 25% 25% 15% 15% 10%;
  }
  .max-2xl\:gap-1{
    gap: 10px;
  }
}
@media not all and (min-width: 1180px){
  .max-xl\:grid{
    display: grid;
  }
  .max-xl\:hidden{
    display: none;
  }
  .max-xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .max-xl\:flex-col{
    flex-direction: column;
  }
  .max-xl\:pl-3{
    padding-left: 30px;
  }
  .max-xl\:pr-3{
    padding-right: 30px;
  }
}
@media not all and (min-width: 976px){
  .max-lg\:col-span-full{
    grid-column: 1 / -1;
  }
  .max-lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .max-lg\:ml-\[-50vw\]{
    margin-left: -50vw;
  }
  .max-lg\:mr-\[-50vw\]{
    margin-right: -50vw;
  }
  .max-lg\:w-full{
    width: 100%;
  }
  .max-lg\:max-w-\[310px\]{
    max-width: 310px;
  }
  .max-lg\:basis-auto{
    flex-basis: auto;
  }
  .max-lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .max-lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .max-lg\:grid-cols-\[50\%_15\%_15\%_10\%\]{
    grid-template-columns: 50% 15% 15% 10%;
  }
  .max-lg\:flex-col{
    flex-direction: column;
  }
  .max-lg\:items-center{
    align-items: center;
  }
  .max-lg\:justify-center{
    justify-content: center;
  }
  .max-lg\:gap-1{
    gap: 10px;
  }
  .max-lg\:gap-2{
    gap: 20px;
  }
  .max-lg\:gap-4{
    gap: 40px;
  }
  .max-lg\:rounded-none{
    border-radius: 0px;
  }
  .max-lg\:p-0{
    padding: 0;
  }
  .max-lg\:py-4{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .max-lg\:pl-\[50vw\]{
    padding-left: 50vw;
  }
  .max-lg\:pr-\[50vw\]{
    padding-right: 50vw;
  }
}
@media not all and (min-width: 768px){
  .max-md\:absolute{
    position: absolute;
  }
  .max-md\:-order-1{
    order: -1;
  }
  .max-md\:-order-2{
    order: -2;
  }
  .max-md\:order-1{
    order: 1;
  }
  .max-md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .max-md\:col-span-full{
    grid-column: 1 / -1;
  }
  .max-md\:float-none{
    float: none;
  }
  .max-md\:mb-2{
    margin-bottom: 20px;
  }
  .max-md\:mt-2{
    margin-top: 20px;
  }
  .max-md\:mt-3{
    margin-top: 30px;
  }
  .max-md\:flex{
    display: flex;
  }
  .max-md\:hidden{
    display: none;
  }
  .max-md\:min-w-full{
    min-width: 100%;
  }
  .max-md\:basis-auto{
    flex-basis: auto;
  }
  .max-md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .max-md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .max-md\:flex-col{
    flex-direction: column;
  }
  .max-md\:gap-1{
    gap: 10px;
  }
  .max-md\:py-1{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .max-md\:text-center{
    text-align: center;
  }
  .max-md\:opacity-50{
    opacity: 0.5;
  }
}
@media not all and (min-width: 480px){
  .max-sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .max-sm\:flex-col{
    flex-direction: column;
  }
  .max-sm\:justify-end{
    justify-content: flex-end;
  }
}
@media (min-width: 768px){
  .md\:hidden{
    display: none;
  }
}
@media (min-width: 976px){
  .lg\:grid-cols-\[860px_400px\]{
    grid-template-columns: 860px 400px;
  }
}
