/*
	Author::   salientscapes

*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Manrope:wght@200..800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zalando+Sans+SemiExpanded:ital,wght@0,200..900;1,200..900&display=swap');
:root {
  --custom-shadow: 0 2px 4px 0 rgba(225, 229, 237, 0.2);
}

body[data-bs-theme=dark] {
  --bs-light: #292a2c;
  --bs-light-rgb: 41, 42, 44;
  --bs-heading-color: #ffffff;
  --bs-body-color: #a9a9a9;
  --custom-shadow: 0 2px 4px 0 rgb(56, 56, 56, 0.2);
  --bs-black: #ffffff;
}

::selection {
  background-color: #7494B3;
  color: #0F141A;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  background-color: #fff;
  color: #7494B3;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

code {
  background-color: #fff2f8;
  border-radius: 4px;
  padding: 2px;
}

a:not(.alert-link):not(.btn-link):not([class*=link-underline]) {
  text-decoration: none;
}

button,
a {
  outline: none !important;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.container {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1480px) {
  .container {
    max-width: 1340px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-weight: 500;
  line-height: 105%;
  color: inherit;
  margin-top: 0;
}

h1 {
  font-size: 52px;
  line-height: 1.1;
}

h2 {
  font-size: 36px;
}
@media (max-width: 1480px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 591px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-1 * 1.1104vw / 2);
  margin-left: calc(-1 * 1.1104vw / 2);
}

[class*=col-] {
  width: 100%;
  padding-right: calc(1.1104vw / 2);
  padding-left: calc(1.1104vw / 2);
}

.col {
  padding-right: calc(1.1104vw / 2);
  padding-left: calc(1.1104vw / 2);
  box-sizing: border-box;
  flex: 1 0 0%;
}

.col-1 {
  padding-right: calc(1.1104vw / 2);
  padding-left: calc(1.1104vw / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  padding-right: calc(1.1104vw / 2);
  padding-left: calc(1.1104vw / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  padding-right: calc(1.1104vw / 2);
  padding-left: calc(1.1104vw / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  padding-right: calc(1.1104vw / 2);
  padding-left: calc(1.1104vw / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  padding-right: calc(1.1104vw / 2);
  padding-left: calc(1.1104vw / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  padding-right: calc(1.1104vw / 2);
  padding-left: calc(1.1104vw / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  padding-right: calc(1.1104vw / 2);
  padding-left: calc(1.1104vw / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  padding-right: calc(1.1104vw / 2);
  padding-left: calc(1.1104vw / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  padding-right: calc(1.1104vw / 2);
  padding-left: calc(1.1104vw / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  padding-right: calc(1.1104vw / 2);
  padding-left: calc(1.1104vw / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  padding-right: calc(1.1104vw / 2);
  padding-left: calc(1.1104vw / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  padding-right: calc(1.1104vw / 2);
  padding-left: calc(1.1104vw / 2);
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 1 0 0%;
  }
  .col-sm-1 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 1 0 0%;
  }
  .col-md-1 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 1 0 0%;
  }
  .col-lg-1 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 1 0 0%;
  }
  .col-xl-1 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 1 0 0%;
  }
  .col-xxl-1 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    padding-right: calc(1.1104vw / 2);
    padding-left: calc(1.1104vw / 2);
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 100%;
  }
}
.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.me-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 0.625rem;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  user-select: none;
  background: transparent;
  color: #013F47;
  gap: 10px;
  overflow: hidden;
}
.btn:focus {
  outline: 0;
}
.btn:disabled, .btn.disabled {
  opacity: 0.65;
  pointer-events: none;
}
@media (max-width: 1380px) {
  .btn {
    font-size: 15px;
    padding: 11px 16px;
    border-radius: 8px;
  }
  .btn img {
    min-width: 16px;
    width: 16px;
  }
}

.btn-primary {
  background-color: #46ECFF;
  border-color: #46ECFF;
  color: #013F47;
}
.btn-primary:hover {
  background-color: rgb(34.3, 232.3335135135, 255);
  border-color: rgb(19, 230.7621621622, 255);
}
.btn-primary:active {
  background-color: rgb(19, 230.7621621622, 255);
  border-color: rgb(8.8, 229.7145945946, 255);
}

.btn-outline-primary {
  background: transparent;
  color: #013F47;
  border-color: #D2DFE0;
}
.btn-outline-primary:hover {
  background-color: #46ECFF;
  color: #013F47;
}

.btn-secondary {
  background-color: #FFEB67;
  border-color: #FFEB67;
  color: #013F47;
}
.btn-secondary:hover {
  background-color: rgb(255, 230.3026315789, 67.3);
  border-color: rgb(255, 228.2894736842, 52);
}
.btn-secondary:active {
  background-color: rgb(255, 228.2894736842, 52);
  border-color: rgb(255, 226.9473684211, 41.8);
}

.btn-outline-secondary {
  background: transparent;
  color: #013F47;
  border-color: #D2DFE0;
}
.btn-outline-secondary:hover {
  background-color: #FFEB67;
  color: #013F47;
}

.btn-success {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}
.btn-success:hover {
  background-color: rgb(19.421875, 104.878125, 65.2575);
  border-color: rgb(17.03125, 91.96875, 57.225);
}
.btn-success:active {
  background-color: rgb(17.03125, 91.96875, 57.225);
  border-color: rgb(15.4375, 83.3625, 51.87);
}

.btn-outline-success {
  background: transparent;
  color: #013F47;
  border-color: #D2DFE0;
}
.btn-outline-success:hover {
  background-color: #198754;
  color: #fff;
}

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger:hover {
  background-color: rgb(202.2556962025, 35.0443037975, 51.064556962);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:active {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(180.5215189873, 31.2784810127, 45.5772151899);
}

.btn-outline-danger {
  background: transparent;
  color: #013F47;
  border-color: #D2DFE0;
}
.btn-outline-danger:hover {
  background-color: #dc3545;
  color: #fff;
}

.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #fff;
}
.btn-warning:hover {
  background-color: rgb(226.3, 169.725, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:active {
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(200.8, 150.6, 0);
}

.btn-outline-warning {
  background: transparent;
  color: #013F47;
  border-color: #D2DFE0;
}
.btn-outline-warning:hover {
  background-color: #ffc107;
  color: #fff;
}

.btn-info {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #fff;
}
.btn-info:hover {
  background-color: rgb(11.1656126482, 173.4964426877, 206.1343873518);
  border-color: rgb(10.3794466403, 161.2806324111, 191.6205533597);
}
.btn-info:active {
  background-color: rgb(10.3794466403, 161.2806324111, 191.6205533597);
  border-color: rgb(9.8553359684, 153.1367588933, 181.9446640316);
}

.btn-outline-info {
  background: transparent;
  color: #013F47;
  border-color: #D2DFE0;
}
.btn-outline-info:hover {
  background-color: #0dcaf0;
  color: #fff;
}

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #013F47;
}
.btn-light:hover {
  background-color: rgb(227.175, 231.15, 235.125);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:active {
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(212.3, 218.4, 224.5);
}

.btn-outline-light {
  background: transparent;
  color: #013F47;
  border-color: #D2DFE0;
}
.btn-outline-light:hover {
  background-color: #f8f9fa;
  color: #013F47;
}

.btn-dark {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.btn-dark:hover {
  background-color: rgb(17.0797297297, 19.15, 21.2202702703);
  border-color: rgb(10.2567567568, 11.5, 12.7432432432);
}
.btn-dark:active {
  background-color: rgb(10.2567567568, 11.5, 12.7432432432);
  border-color: rgb(5.7081081081, 6.4, 7.0918918919);
}

.btn-outline-dark {
  background: transparent;
  color: #013F47;
  border-color: #D2DFE0;
}
.btn-outline-dark:hover {
  background-color: #212529;
  color: #fff;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.btn-lg {
  padding: 1.1875rem 1.75rem;
  font-size: 1rem;
  border-radius: 0.625rem;
}
@media (max-width: 1191px) {
  .btn-lg {
    padding: 16px 24px;
    font-size: 15px;
    border-radius: 8px;
  }
}
@media (max-width: 991px) {
  .btn-lg {
    padding: 14px 22px;
  }
}
@media (max-width: 767px) {
  .btn-lg {
    padding: 12px 18px;
    gap: 5px;
  }
}

.btn-link {
  padding: 0;
  color: #0090A2;
}
.btn-link img {
  min-width: auto;
  width: auto;
}

.header {
  width: 100%;
  height: 8.385vh;
  border-bottom: 1px solid #425467;
  background-color: #0F141A;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header .container {
  height: 100%;
}
@media (max-width: 575px) {
  .header {
    height: auto;
  }
}

.header__logo {
  width: 15.962vw;
  min-width: 250px;
}
.header__logo img {
  width: 100%;
}
@media (max-width: 1191px) {
  .header__logo {
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .header__logo {
    width: 200px;
    min-width: 200px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  padding: 0.694vw 0;
  height: 100%;
}
@media (max-width: 767px) {
  .header__inner {
    padding: 10px 0;
  }
}

.header.sticky-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: 0.5s ease 0s normal forwards 1 running headerSticky;
  -ms-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
  -webkit-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
  -moz-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
  -o-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
  -khtml-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}

@-moz-keyframes headerSticky {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSticky {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSticky {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSticky {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.footer {
  border-top: 1px solid #425467;
}
.footer .footer__text,
.footer .copyright__text {
  margin: 0;
}
.footer .copyright__text {
  text-align: right;
}
.footer .footer__bottom {
  padding: 0.9716vw 0;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 591px) {
  .footer {
    text-align: center;
  }
  .footer .copyright__text {
    text-align: center;
    margin-top: 2px;
  }
}

.hero__banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  position: relative;
}
.hero__banner .hero__title {
  font-size: 6.66vw;
  font-weight: 600;
  color: #526980;
  line-height: 105%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hero__banner .hero__title-two {
  font-size: 6.66vw;
  font-weight: 600;
  line-height: 105%;
  margin: 0;
  color: #7494B3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .hero__banner .hero__title {
    position: static;
    transform: unset;
  }
  .hero__banner .hero__title-two {
    position: static;
    transform: unset;
  }
}
@media (max-width: 591px) {
  .hero__banner .hero__title {
    margin-bottom: 0.5rem;
  }
  .hero__banner .hero__title,
  .hero__banner .hero__title-two {
    font-size: 40px;
  }
  .hero__banner .hero__title br,
  .hero__banner .hero__title-two br {
    display: none;
  }
}

:root {
  --font-size-base: 1.388vw;
  --heading-size: 3.33vw;
  --spacing-bottom: 1.6656vw;
}

@media (max-width: 991px) {
  :root {
    --font-size-base: 16px;
    --heading-size: 3.33vw;
    --spacing-bottom: 1.6656vw;
  }
}
.d-block {
  display: block;
}

body {
  background: #0F141A;
  position: relative;
  z-index: 1;
  letter-spacing: -0.01em;
  color: #7494B3;
  font-size: var(--font-size-base);
  font-weight: 300;
}

.bg-effect {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../images/body_bg.svg);
  z-index: -1;
  background-attachment: fixed;
}
.bg-effect .effect-move {
  background-image: url(../images/body_bg.svg);
}

.container {
  width: 100%;
  padding: 0 var(--heading-size);
  max-width: 100%;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}

.section__title {
  font-weight: 600;
  font-size: var(--heading-size);
  margin-bottom: 2.9148vw;
}
@media (max-width: 991px) {
  .section__title {
    font-size: 32px;
  }
  .section__title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section__title {
    margin-bottom: 1.5rem;
  }
}

.section__title--white {
  color: #C8D5E1;
}

.brands {
  padding-top: 9.369vw;
  padding-bottom: 0.694vw;
}
.brands .brands__title {
  font-size: 1.9432vw;
  color: #C8D5E1;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: var(--spacing-bottom);
}

.case {
  padding-top: 8.328vw;
  padding-bottom: 6.94vw;
}
.case .section__title--bottom {
  margin-bottom: 0;
  margin-top: 5.899px;
}

.case-card {
  border: 1px solid #C8D5E1;
  border-radius: 0.8328vw;
  padding: var(--heading-size);
  height: calc(100% - 2.082vw);
  margin-bottom: 2.082vw;
  background: #0F141A;
}
@media (max-width: 767px) {
  .case-card {
    border-radius: 12px;
    padding: 20px;
    font-size: 18px;
    margin-bottom: 20px;
    height: auto;
  }
}
.case-card p {
  margin-bottom: var(--spacing-bottom);
}
@media (max-width: 767px) {
  .case-card p {
    margin-bottom: 20px;
  }
}
.case-card p:last-child {
  margin-bottom: 0;
}
.case-card .case-card__title {
  font-size: 1.9432vw;
  color: #C8D5E1;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: var(--spacing-bottom);
}
@media (max-width: 991px) {
  .case-card .case-card__title {
    font-size: 20px;
  }
}

.case-card__hr {
  background-color: #425467;
  height: 1px;
  margin: var(--font-size-base) 0;
}

@media (max-width: 1680px) {
  .work-wrapper .work-gsap {
    padding-bottom: 10%;
    margin-bottom: -5%;
  }
}
@media (max-width: 1600px) {
  .work-wrapper .work-gsap {
    padding-bottom: 10%;
    margin-bottom: -10%;
  }
}
@media (max-width: 1480px) {
  .work-wrapper .work-gsap {
    padding-bottom: 20%;
    margin-bottom: -15%;
  }
}
@media (max-width: 1380px) {
  .work-wrapper .work-gsap {
    padding-bottom: 20%;
    margin-bottom: -20%;
  }
}
@media (max-width: 1280px) {
  .work-wrapper .work-gsap {
    padding-bottom: 35%;
    margin-bottom: -20%;
  }
}
@media (max-width: 1080px) {
  .work-wrapper .work-gsap {
    padding-bottom: 50%;
    margin-bottom: -40%;
  }
}
@media (max-width: 991px) {
  .work-wrapper .work-gsap {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.work-wrapper .work-header {
  padding-top: 6.246vw;
  padding-bottom: 3.94vw;
}
.work-wrapper .work-header .section__title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .work-wrapper .work-header .section__title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .work-wrapper .work-header {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}

.work {
  padding-bottom: 2.082vw;
  position: relative;
  background: #0F141A;
  border-top: 1px solid #425467;
  overflow: hidden;
}
.work .work__title {
  color: #C8D5E1;
  font-size: 2.7066vw;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 0;
}
.work .work__category {
  font-weight: 300;
  font-size: 1.6656vw;
  line-height: 140%;
  padding-top: 2.082vw;
  padding-bottom: 2.082vw;
}
.work .work__category--small {
  font-size: var(--font-size-base);
  color: #425467;
}
.work .work__title--large {
  margin-bottom: 0;
  font-weight: 600;
  font-size: var(--heading-size);
  line-height: 1.1;
  color: #C8D5E1;
}
.work.work--large {
  padding-top: 3.47vw;
  padding-bottom: 3.47vw;
}
@media (max-width: 767px) {
  .work.work--large {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.work.work--first {
  border: 0;
}
@media (max-width: 991px) {
  .work .work__title {
    font-size: 20px;
  }
  .work .work__category {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .work {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .work .work__category {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .work .work__title--large {
    font-size: 32px;
  }
  .work .work__title--large br {
    display: none;
  }
}

/* .work-wrapper{
	@media (max-width: 1680px){
		padding-bottom: 200px;
	}
} */
.strategy {
  padding-top: 9.369vw;
  padding-bottom: 0.694vw;
  position: relative;
  z-index: 99;
}
.strategy .strategy__title {
  font-size: 2.082vw;
  color: #C8D5E1;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 140%;
}
.strategy .strategy__text {
  font-weight: 300;
  font-size: 2.082vw;
  color: #7494B3;
  line-height: 140%;
}
@media (max-width: 991px) {
  .strategy .strategy__title {
    font-size: 24px;
  }
  .strategy .strategy__text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .strategy {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .strategy .strategy__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.strategy-card {
  border: 1px solid #C8D5E1;
  padding: 3.47vw 3.123vw;
  border-radius: 0.8328vw;
  margin-bottom: var(--spacing-bottom);
  background: #0F141A;
}
.strategy-card .strategy-card__title {
  font-size: 1.9432vw;
  color: #C8D5E1;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: var(--spacing-bottom);
}
.strategy-card p {
  margin-bottom: var(--spacing-bottom);
}
.strategy-card p:last-child {
  margin-bottom: 0;
}
.strategy-card .strategy__bottom--text {
  padding-top: 9.716vw;
}
@media (max-width: 991px) {
  .strategy-card .strategy-card__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .strategy-card {
    padding: 24px;
    border-radius: 12px;
    margin-bottom: 20px;
  }
}

.strategy__floating {
  width: 19.6402vw;
  height: 29.6338vw;
  position: relative;
  margin-bottom: 6.94vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .strategy__floating {
    display: none;
  }
}

.strategy__grid {
  border: 1px solid #C8D5E1;
  border-radius: 0.8328vw;
  padding: 1.735vw 2.0126vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8328vw;
  width: 18.391vw;
  height: 18.044vw;
  margin-bottom: var(--spacing-bottom);
  margin-top: 1vw;
  background: #0F141A;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .strategy__grid {
    display: none;
  }
}

.strategy__box .strategy__box-inner {
  width: 6.6624vw;
  height: 6.6624vw;
  background: #202933;
  border-radius: 0.5552vw;
}

.strategy__box {
  position: relative;
}

.strategy__box--two {
  left: 12.145vw;
  top: -2.082vw;
}

.strategy__box--three {
  left: 4.858vw;
  top: -2.082vw;
}

.strategy__box--four {
  left: 2.082vw;
  top: 2.082vw;
}

.strategy__grid {
  opacity: 0;
}

.decision .decision__title {
  font-size: 2.776vw;
  color: #C8D5E1;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  line-height: 140%;
}
.decision .decision__left {
  position: relative;
}
.decision .decision__right {
  margin-bottom: 0.8328vw;
}
.decision .decision__title--bototm {
  font-weight: 600;
  font-size: var(--heading-size);
  margin-bottom: 6.593vw;
  color: #7494B3;
  position: absolute;
  bottom: 0;
  line-height: 105%;
}
.decision .decision__head p {
  font-size: 1.6656vw;
  line-height: 140%;
}
.decision .decision__title--mobile {
  display: none;
}
@media (max-width: 991px) {
  .decision .decision__title {
    font-size: 24px;
  }
  .decision .decision__title br {
    display: none;
  }
  .decision .decision__head p {
    font-size: 18px;
  }
  .decision .decision__head p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .decision .decision__title {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 120%;
  }
  .decision .decision__title--bototm {
    display: none;
  }
  .decision .decision__title--mobile {
    display: block;
    position: static;
    margin-bottom: 30px;
  }
}

strategy,
.decision {
  position: relative;
  z-index: 1;
}

.cta {
  height: calc(100vh - 4.164vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta .cta__title {
  font-weight: 600;
  font-size: var(--heading-size);
  text-align: center;
  color: #7494B3;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cta .cta__title {
    font-size: 28px;
  }
}
@media (max-width: 591px) {
  .cta .cta__title {
    font-size: 40px;
  }
  .cta .cta__title br {
    display: none;
  }
  .cta .cta__title a {
    font-size: 24px;
  }
}
