:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.text-center {
  text-align: center !important;
}

.text-wrap {
  white-space: normal !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .navbar-logo {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .navbar-logo img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .navbar-dropdown .navbar-logo.design-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .design-iconfont + .navbar-caption {
    vertical-align: -1px; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.design-iconfont:hover {
  text-decoration: none;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.design-section-title {
  font-style: normal;
  line-height: 1.3;
}

.design-section-subtitle {
  line-height: 1.3;
}

.design-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */

/*! Text-aligns */

.align-center {
  text-align: center;
}

/*! Font-weight  */

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.design-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

nav .design-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .design-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.design-fullscreen .design-overlay {
  min-height: 100vh;
}

.design-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .design-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .design-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.form-control:focus {
  box-shadow: none;
}

.design-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.item {
  position: relative;
}
@font-face {
  font-family: 'font2';
  font-display: swap;
  src:  url('fonts/mobile2.eot');
  src:  url('fonts/mobile2.eot') format('embedded-opentype'),
    url('fonts/mobile2.ttf') format('truetype'),
    url('fonts/mobile2.woff') format('woff'),
    url('fonts/mobile2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="dashboard-"], [class*=" dashboard-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'font2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dashboard-hue-letter:before {
  content: "\e945";
}
.dashboard-hue-map-pin:before {
  content: "\e94c";
}
.dashboard-hue-phone:before {
  content: "\e95b";
}

.btn {
  border-width: 2px;
}
body {
  font-family: Radio Canada Big;
}
.display-2 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-2 > .design-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}
.display-4 > .design-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
}
.display-5 > .design-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .design-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-primary,
.btn-primary:active {
  background-color: #c379ff !important;
  border-color: #c379ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #daacff !important;
  border-color: #daacff !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #daacff !important;
  border-color: #daacff !important;
}
.text-primary {
  color: #c379ff !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-danger {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9513ff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.alert-success {
  background-color: #70c770;
}
.alert-danger {
  background-color: #000000;
}
.design-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #c379ff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .design-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #c379ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .design-iconfont {
  font-size: 1.75rem;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.design-section-btn .btn {
  padding: 20px 64px;
  border-radius: 900px !important;
  font-weight: 400 !important;
}
@media (max-width: 1200px) {
  .design-section-btn .btn {
    padding: 20px 32px;
  }
}
img,
.card-wrapper,
.card,
.item-wrapper,
.content-wrapper,
.content-wrap {
  border-radius: 30px !important;
}
.nav-link {
  border-radius: 900px;
}
.zOTOhM9N-uRAy3e1RG2 {
  background-color: transparent;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown {
  background-color: #1b1c29 !important;
  padding: 0;
}
.zOTOhM9N-uRAy3e1RG2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .zOTOhM9N-uRAy3e1RG2 .menu_box .navbar-collapse {
    background-color: #1b1c29 !important;
    transition: all 0s ease 0s;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown {
  position: relative !important;
}
.zOTOhM9N-uRAy3e1RG2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.zOTOhM9N-uRAy3e1RG2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .zOTOhM9N-uRAy3e1RG2 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .nav-item {
    margin: 0 !important;
  }
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c379ff;
  transition: all 0.3s ease-in-out;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover,
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:focus {
  color: #c379ff !important;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover::before,
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.zOTOhM9N-uRAy3e1RG2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.zOTOhM9N-uRAy3e1RG2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar-nav {
    margin: 0;
  }
}
.zOTOhM9N-uRAy3e1RG2 .nav-item:focus,
.zOTOhM9N-uRAy3e1RG2 .nav-link:focus {
  outline: none;
}
.zOTOhM9N-uRAy3e1RG2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar .navbar-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100% !important;
}
.zOTOhM9N-uRAy3e1RG2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand .navbar-logo a {
  outline: none;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.zOTOhM9N-uRAy3e1RG2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1c29;
  background: #1b1c29;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.zOTOhM9N-uRAy3e1RG2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zOTOhM9N-uRAy3e1RG2 .navbar {
    height: 70px;
  }
  .zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-caption:hover {
  color: #c379ff;
}
@media (min-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-caption {
  color: #c379ff;
}
.zOTOhM9N-uRAy3e1RG2 .design-section-subtitle,
.zOTOhM9N-uRAy3e1RG2 .design-section-btn {
  text-align: center;
}
.zOTOhM9N-uRAy3e1RG2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.zOTOhM9N-uRzxG3OFYa {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("images/thick-element.jpg");
}
.zOTOhM9N-uRzxG3OFYa .content-wrapper .design-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzxG3OFYa .content-wrapper .design-label {
    margin-bottom: 20px;
  }
}
.zOTOhM9N-uRzxG3OFYa .content-wrapper .design-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzxG3OFYa .content-wrapper .design-section-title {
    margin-bottom: 20px;
  }
}
.zOTOhM9N-uRzxG3OFYa .content-wrapper .text-wrapper .design-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .zOTOhM9N-uRzxG3OFYa .content-wrapper .text-wrapper .design-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzxG3OFYa .content-wrapper .text-wrapper .design-text {
    width: 100%;
  }
}
.zOTOhM9N-uRzxG3OFYa .content-wrapper .design-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzxG3OFYa .content-wrapper .design-section-btn {
    margin-top: 20px;
  }
}
.zOTOhM9N-uRzxG3OFYa .design-label {
  color: #ffffff;
  text-align: center;
}
.zOTOhM9N-uRzxG3OFYa .design-section-title {
  color: #f1f5eb;
}
.zOTOhM9N-uRzxG3OFYa .design-text,
.zOTOhM9N-uRzxG3OFYa .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.zOTOhM9N-uRzxG3OFYa .design-section-title,
.zOTOhM9N-uRzxG3OFYa .design-section-btn {
  text-align: center;
  color: #ffffff;
}
.zOTOhM9N-uRzxP3KmVr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2d9f3;
}
.zOTOhM9N-uRzxP3KmVr .row {
  margin: 0 -20px;
}
.zOTOhM9N-uRzxP3KmVr .card {
  padding: 0 20px;
}
.zOTOhM9N-uRzxP3KmVr .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzxP3KmVr .image-wrapper {
    margin-bottom: 20px;
  }
}
.zOTOhM9N-uRzxP3KmVr .image-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzxP3KmVr .image-wrapper img {
    height: 350px;
  }
}
.zOTOhM9N-uRzxP3KmVr .design-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzxP3KmVr .design-section-btn {
    margin-top: 20px;
  }
}
.zOTOhM9N-uRzxP3KmVr .design-section-btn .btn::after,
.zOTOhM9N-uRzxP3KmVr .design-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.zOTOhM9N-uRzxP3KmVr .design-section-btn .btn:hover,
.zOTOhM9N-uRzxP3KmVr .design-section-btn .btn:focus {
  color: #ffffff !important;
}
.zOTOhM9N-uRzxP3KmVr .design-section-btn .btn:hover::after,
.zOTOhM9N-uRzxP3KmVr .design-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.zOTOhM9N-uRzxP3KmVr .card-wrapper {
  background-color: #faf7fe;
  padding: 110px 150px;
}
@media (max-width: 1640px) {
  .zOTOhM9N-uRzxP3KmVr .card-wrapper {
    padding: 110px 80px;
  }
}
@media (max-width: 1440px) {
  .zOTOhM9N-uRzxP3KmVr .card-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzxP3KmVr .card-wrapper {
    padding: 20px;
  }
}
.zOTOhM9N-uRzxP3KmVr .card-wrapper .design-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  -webkit-text-fill-color: #121212;
  -webkit-text-stroke: 2px transparent;
  -webkit-text-stroke-width: 4px;
  text-stroke: 1px transparent;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzxP3KmVr .card-wrapper .design-section-title {
    margin-bottom: 40px;
  }
}
.zOTOhM9N-uRzxP3KmVr .card-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzxP3KmVr .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.zOTOhM9N-uRzxP3KmVr .card-wrapper .title-wrapper .design-section-subtitle {
  margin-bottom: 0;
}
.zOTOhM9N-uRzxP3KmVr .card-wrapper .text-wrap .design-text {
  padding-left: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzxP3KmVr .card-wrapper .text-wrap .design-text {
    padding-left: 0;
  }
}
.zOTOhM9N-uRzxP3KmVr .card-wrapper .design-section-btn {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzxP3KmVr .card-wrapper .design-section-btn {
    padding-left: 0;
  }
}
.zOTOhM9N-uRzxP3KmVr .design-section-title {
  color: #ffffff;
}
.zOTOhM9N-uRzxP3KmVr .design-section-subtitle {
  color: #000000;
  text-align: center;
}
.zOTOhM9N-uRzxP3KmVr .design-text {
  color: #c7c7c7;
}
.zOTOhM9N-uRzxP3KmVr .design-text,
.zOTOhM9N-uRzxP3KmVr .text-wrap,
.zOTOhM9N-uRzxP3KmVr .design-section-btn {
  color: #000000;
  text-align: left;
}
.zOTOhM9N-uRzxVabnNX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5f0fb;
}
.zOTOhM9N-uRzxVabnNX .row {
  justify-content: space-between;
}
.zOTOhM9N-uRzxVabnNX .title-wrapper .design-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzxVabnNX .title-wrapper .design-section-title {
    margin-bottom: 50px;
  }
}
.zOTOhM9N-uRzxVabnNX .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzxVabnNX .item {
    margin-bottom: 50px;
  }
}
.zOTOhM9N-uRzxVabnNX .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzxVabnNX .item .item-wrapper .item-content {
    display: block;
    text-align: center;
  }
}
.zOTOhM9N-uRzxVabnNX .item .item-wrapper .item-content .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 50px;
  margin-left: 18px;
}
@media (max-width: 1440px) {
  .zOTOhM9N-uRzxVabnNX .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzxVabnNX .item .item-wrapper .item-content .icon-wrapper {
    margin: 0 18px 32px;
  }
}
.zOTOhM9N-uRzxVabnNX .item .item-wrapper .item-content .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #c379ff;
  transform: scale(1.4);
  pointer-events: none;
  transition: all .3s ease;
}
.zOTOhM9N-uRzxVabnNX .item .item-wrapper .item-content .icon-wrapper:hover::before,
.zOTOhM9N-uRzxVabnNX .item .item-wrapper .item-content .icon-wrapper:focus::before {
  transform: scale(1.5);
}
.zOTOhM9N-uRzxVabnNX .item .item-wrapper .item-content .icon-wrapper .design-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #c379ff;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .zOTOhM9N-uRzxVabnNX .item .item-wrapper .item-content .icon-wrapper .design-iconfont {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }
}
.zOTOhM9N-uRzxVabnNX .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.zOTOhM9N-uRzxVabnNX .item .item-wrapper .item-content .item-title:hover,
.zOTOhM9N-uRzxVabnNX .item .item-wrapper .item-content .item-title:focus {
  color: #000000;
}
.zOTOhM9N-uRzxVabnNX .design-section-title {
  color: #000000;
  text-align: center;
}
.zOTOhM9N-uRzxVabnNX .item-title {
  color: #000c3f;
}
.zOTOhM9N-uRAy6QCjWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1c29;
}
.zOTOhM9N-uRAy6QCjWT .content-wrap {
  justify-content: center;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100%;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .design-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy6QCjWT .title-wrapper .design-section-title {
    margin-bottom: 46px;
  }
}
.zOTOhM9N-uRAy6QCjWT .copy-wrapper .design-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy6QCjWT .copy-wrapper .design-copy {
    width: 100%;
    text-align: left;
  }
}
.zOTOhM9N-uRAy6QCjWT .design-section-title {
  color: #ff8576;
}
.zOTOhM9N-uRAy6QCjWT .design-copy {
  color: #51565c;
}
.zOTOhM9N-uRAy6QCjWT .design-copy,
.zOTOhM9N-uRAy6QCjWT .copy-wrapper {
  text-align: right;
}
.zOTOhM9N-uRAy6QCjWT .design-section-title,
.zOTOhM9N-uRAy6QCjWT .logo-wrapper {
  text-align: center;
  color: #c379ff;
}
.zOTOhM9N-uRAy6QCjWT .design-copy,
.zOTOhM9N-uRAy6QCjWT .copy-wrapper {
  color: #ffffff;
  text-align: right;
}
.zOTOhM9N-uRAy3e1RG2 {
  background-color: transparent;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown {
  background-color: #1b1c29 !important;
  padding: 0;
}
.zOTOhM9N-uRAy3e1RG2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .zOTOhM9N-uRAy3e1RG2 .menu_box .navbar-collapse {
    background-color: #1b1c29 !important;
    transition: all 0s ease 0s;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown {
  position: relative !important;
}
.zOTOhM9N-uRAy3e1RG2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.zOTOhM9N-uRAy3e1RG2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .zOTOhM9N-uRAy3e1RG2 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .nav-item {
    margin: 0 !important;
  }
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c379ff;
  transition: all 0.3s ease-in-out;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover,
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:focus {
  color: #c379ff !important;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover::before,
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.zOTOhM9N-uRAy3e1RG2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.zOTOhM9N-uRAy3e1RG2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar-nav {
    margin: 0;
  }
}
.zOTOhM9N-uRAy3e1RG2 .nav-item:focus,
.zOTOhM9N-uRAy3e1RG2 .nav-link:focus {
  outline: none;
}
.zOTOhM9N-uRAy3e1RG2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar .navbar-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100% !important;
}
.zOTOhM9N-uRAy3e1RG2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand .navbar-logo a {
  outline: none;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.zOTOhM9N-uRAy3e1RG2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1c29;
  background: #1b1c29;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.zOTOhM9N-uRAy3e1RG2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zOTOhM9N-uRAy3e1RG2 .navbar {
    height: 70px;
  }
  .zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-caption:hover {
  color: #c379ff;
}
@media (min-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-caption {
  color: #c379ff;
}
.zOTOhM9N-uRAy3e1RG2 .design-section-subtitle,
.zOTOhM9N-uRAy3e1RG2 .design-section-btn {
  text-align: center;
}
.zOTOhM9N-uRAy3e1RG2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.zOTOhM9N-uRzyfp3NPU {
  background-color: #f5f0fb;
}
.zOTOhM9N-uRzyfp3NPU .card {
  justify-content: center;
}
.zOTOhM9N-uRzyfp3NPU .content-wrapper .design-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzyfp3NPU .content-wrapper .design-section-title {
    text-align: center;
  }
}
.zOTOhM9N-uRzyfp3NPU .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.zOTOhM9N-uRzyfp3NPU .content-wrapper .text-wrapper .design-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzyfp3NPU .content-wrapper .text-wrapper .design-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzyfp3NPU .content-wrapper .design-section-btn {
    text-align: center;
  }
}
.zOTOhM9N-uRzyfp3NPU .image-wrapper {
  display: flex;
  justify-content: flex-end;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzyfp3NPU .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzyfp3NPU .image-wrapper {
    justify-content: center;
  }
}
.zOTOhM9N-uRzyfp3NPU .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .zOTOhM9N-uRzyfp3NPU .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .zOTOhM9N-uRzyfp3NPU .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.zOTOhM9N-uRzyfp3NPU .design-section-title {
  color: #f24d4a;
}
.zOTOhM9N-uRzyfp3NPU .design-text {
  color: #f24d4a;
}
.zOTOhM9N-uRzyfp3NPU .design-section-title,
.zOTOhM9N-uRzyfp3NPU .design-section-btn {
  text-align: center;
  color: #000000;
}
.zOTOhM9N-uRzyfp3NPU .design-text,
.zOTOhM9N-uRzyfp3NPU .text-wrapper {
  text-align: center;
  color: #000000;
}
.zOTOhM9N-uRA4rY1hMf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2d9f3;
}
.zOTOhM9N-uRA4rY1hMf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRA4rY1hMf .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .zOTOhM9N-uRA4rY1hMf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .zOTOhM9N-uRA4rY1hMf .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .zOTOhM9N-uRA4rY1hMf .container {
    padding: 0 16px;
  }
}
.zOTOhM9N-uRA4rY1hMf .row {
  background-color: #faf7fe;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
}
.zOTOhM9N-uRA4rY1hMf .item {
  padding: 40px 80px;
  border-right: 1px solid #e2d9f3;
}
@media (max-width: 1200px) {
  .zOTOhM9N-uRA4rY1hMf .item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .zOTOhM9N-uRA4rY1hMf .item {
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #e2d9f3;
  }
}
.zOTOhM9N-uRA4rY1hMf .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRA4rY1hMf .item:nth-child(2n) {
    border-right: none;
  }
}
.zOTOhM9N-uRA4rY1hMf .item .item-wrapper .item-img {
  margin-bottom: 28px;
}
.zOTOhM9N-uRA4rY1hMf .item .item-wrapper .item-img img {
  display: inline-flex;
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
  border-radius: 1rem !important;
  width: 80%;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRA4rY1hMf .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.zOTOhM9N-uRA4rY1hMf .item .item-wrapper .card-title {
  margin-bottom: 10px;
}
.zOTOhM9N-uRA4rY1hMf .item .item-wrapper .card-text {
  margin-bottom: 20px;
}
.zOTOhM9N-uRA4rY1hMf .card-title {
  color: #000000;
}
.zOTOhM9N-uRA4rY1hMf .card-text {
  color: #000000;
  text-align: center;
}
.zOTOhM9N-uRA4rY1hMf .card-title,
.zOTOhM9N-uRA4rY1hMf .item-img,
.zOTOhM9N-uRA4rY1hMf .design-section-btn {
  text-align: center;
}
.zOTOhM9N-uRzzM0oKXu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f0fb;
}
.zOTOhM9N-uRzzM0oKXu .card-wrapper {
  padding: 75px 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .zOTOhM9N-uRzzM0oKXu .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzzM0oKXu .card-wrapper {
    padding: 24px 12px;
  }
}
.zOTOhM9N-uRzzM0oKXu .card-wrapper .title-wrapper .design-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzzM0oKXu .card-wrapper .title-wrapper .design-section-title {
    margin-bottom: 24px;
    padding: 0 14px;
  }
}
.zOTOhM9N-uRzzM0oKXu .card-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1440px) {
  .zOTOhM9N-uRzzM0oKXu .card-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .zOTOhM9N-uRzzM0oKXu .card-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzzM0oKXu .card-wrapper .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.zOTOhM9N-uRzzM0oKXu .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f5f0fb;
  padding: 32px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzzM0oKXu .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.zOTOhM9N-uRzzM0oKXu .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
}
.zOTOhM9N-uRzzM0oKXu .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.zOTOhM9N-uRzzM0oKXu .design-section-title {
  color: #ffffff;
}
.zOTOhM9N-uRzzM0oKXu .card-number {
  color: #2c2c26;
}
.zOTOhM9N-uRzzM0oKXu .card-title {
  color: #000000;
  text-align: center;
}
.zOTOhM9N-uRzzM0oKXu .card-number {
  text-align: center;
  color: #000000;
}
.zOTOhM9N-uRzAZEvX7U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2d9f3;
}
.zOTOhM9N-uRzAZEvX7U .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.zOTOhM9N-uRzAZEvX7U .items-wrapper .item {
  padding: 0 10px;
}
.zOTOhM9N-uRzAZEvX7U .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzAZEvX7U .item {
    margin-bottom: 20px;
  }
}
.zOTOhM9N-uRzAZEvX7U .item:hover .item-wrapper .item-img img,
.zOTOhM9N-uRzAZEvX7U .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.zOTOhM9N-uRzAZEvX7U .item .item-wrapper {
  padding: 80px 60px;
  background-color: #faf7fe;
  height: 100%;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzAZEvX7U .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.zOTOhM9N-uRzAZEvX7U .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzAZEvX7U .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.zOTOhM9N-uRzAZEvX7U .item .item-wrapper .item-img img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #1b1c29;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzAZEvX7U .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzAZEvX7U .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.zOTOhM9N-uRzAZEvX7U .item .item-wrapper .item-content .label-wrapper .design-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #faf7fe;
}
.zOTOhM9N-uRzAZEvX7U .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzAZEvX7U .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.zOTOhM9N-uRzAZEvX7U .item .item-wrapper .item-content .design-section-btn {
  margin-top: 10px;
}
.zOTOhM9N-uRzAZEvX7U .design-label {
  color: #19171c;
}
.zOTOhM9N-uRzAZEvX7U .item-text {
  color: #6e6e73;
}
.zOTOhM9N-uRzAZEvX7U .design-label,
.zOTOhM9N-uRzAZEvX7U .design-section-btn,
.zOTOhM9N-uRzAZEvX7U .label-wrapper {
  text-align: center;
  color: #000000;
}
.zOTOhM9N-uRzAZEvX7U .item-text,
.zOTOhM9N-uRzAZEvX7U .text-wrapper {
  text-align: center;
  color: #000000;
}
.zOTOhM9N-uRzMRNAG5w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f0fb;
}
.zOTOhM9N-uRzMRNAG5w .title-wrapper .design-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzMRNAG5w .title-wrapper .design-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.zOTOhM9N-uRzMRNAG5w .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.zOTOhM9N-uRzMRNAG5w .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzMRNAG5w .item {
    margin-bottom: 20px;
  }
}
.zOTOhM9N-uRzMRNAG5w .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzMRNAG5w .item .item-wrapper {
    padding: 20px;
  }
}
.zOTOhM9N-uRzMRNAG5w .item .item-wrapper .card-box .card-title_1,
.zOTOhM9N-uRzMRNAG5w .item .item-wrapper .card-box .card-title_2,
.zOTOhM9N-uRzMRNAG5w .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.zOTOhM9N-uRzMRNAG5w .item .item-wrapper .card-box .card-text_1,
.zOTOhM9N-uRzMRNAG5w .item .item-wrapper .card-box .card-text_2,
.zOTOhM9N-uRzMRNAG5w .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.zOTOhM9N-uRzMRNAG5w .item .item-wrapper .design-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzMRNAG5w .item .item-wrapper .design-section-btn {
    margin-top: 20px;
  }
}
.zOTOhM9N-uRzMRNAG5w .item .item-wrapper .design-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.zOTOhM9N-uRzMRNAG5w .item .card_1 {
  background-color: #ffffff;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzMRNAG5w .item .card_1 {
    transform: none;
  }
}
.zOTOhM9N-uRzMRNAG5w .item .card_2 {
  background-color: #ffffff;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzMRNAG5w .item .card_2 {
    transform: none;
  }
}
.zOTOhM9N-uRzMRNAG5w .item .card_3 {
  background-color: #ffffff;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzMRNAG5w .item .card_3 {
    transform: none;
  }
}
.zOTOhM9N-uRzMRNAG5w .design-section-title,
.zOTOhM9N-uRzMRNAG5w .title-wrapper {
  color: #323432;
  text-align: center;
}
.zOTOhM9N-uRzMRNAG5w .card-title_1 {
  color: #323432;
}
.zOTOhM9N-uRzMRNAG5w .card-text_1 {
  color: #000000;
  text-align: center;
}
.zOTOhM9N-uRzMRNAG5w .card-title_2 {
  color: #f1f5eb;
}
.zOTOhM9N-uRzMRNAG5w .card-text_2 {
  color: #000000;
  text-align: center;
}
.zOTOhM9N-uRzMRNAG5w .card-title_3 {
  color: #323432;
}
.zOTOhM9N-uRzMRNAG5w .card-text_3 {
  color: #000000;
  text-align: center;
}
.zOTOhM9N-uRzMRNAG5w .card-title_1,
.zOTOhM9N-uRzMRNAG5w .design-section-btn {
  text-align: center;
  color: #000000;
}
.zOTOhM9N-uRzMRNAG5w .card-title_2,
.zOTOhM9N-uRzMRNAG5w .design-section-btn {
  text-align: center;
  color: #000000;
}
.zOTOhM9N-uRzMRNAG5w .card-title_3,
.zOTOhM9N-uRzMRNAG5w .design-section-btn {
  text-align: center;
  color: #000000;
}
.zOTOhM9N-uRAy6QCjWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1c29;
}
.zOTOhM9N-uRAy6QCjWT .content-wrap {
  justify-content: center;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100%;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .design-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy6QCjWT .title-wrapper .design-section-title {
    margin-bottom: 46px;
  }
}
.zOTOhM9N-uRAy6QCjWT .copy-wrapper .design-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy6QCjWT .copy-wrapper .design-copy {
    width: 100%;
    text-align: left;
  }
}
.zOTOhM9N-uRAy6QCjWT .design-section-title {
  color: #ff8576;
}
.zOTOhM9N-uRAy6QCjWT .design-copy {
  color: #51565c;
}
.zOTOhM9N-uRAy6QCjWT .design-copy,
.zOTOhM9N-uRAy6QCjWT .copy-wrapper {
  text-align: right;
}
.zOTOhM9N-uRAy6QCjWT .design-section-title,
.zOTOhM9N-uRAy6QCjWT .logo-wrapper {
  text-align: center;
  color: #c379ff;
}
.zOTOhM9N-uRAy6QCjWT .design-copy,
.zOTOhM9N-uRAy6QCjWT .copy-wrapper {
  color: #ffffff;
  text-align: right;
}
.zOTOhM9N-uRAy3e1RG2 {
  background-color: transparent;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown {
  background-color: #1b1c29 !important;
  padding: 0;
}
.zOTOhM9N-uRAy3e1RG2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .zOTOhM9N-uRAy3e1RG2 .menu_box .navbar-collapse {
    background-color: #1b1c29 !important;
    transition: all 0s ease 0s;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown {
  position: relative !important;
}
.zOTOhM9N-uRAy3e1RG2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.zOTOhM9N-uRAy3e1RG2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .zOTOhM9N-uRAy3e1RG2 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .nav-item {
    margin: 0 !important;
  }
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c379ff;
  transition: all 0.3s ease-in-out;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover,
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:focus {
  color: #c379ff !important;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover::before,
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.zOTOhM9N-uRAy3e1RG2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.zOTOhM9N-uRAy3e1RG2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar-nav {
    margin: 0;
  }
}
.zOTOhM9N-uRAy3e1RG2 .nav-item:focus,
.zOTOhM9N-uRAy3e1RG2 .nav-link:focus {
  outline: none;
}
.zOTOhM9N-uRAy3e1RG2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar .navbar-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100% !important;
}
.zOTOhM9N-uRAy3e1RG2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand .navbar-logo a {
  outline: none;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.zOTOhM9N-uRAy3e1RG2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1c29;
  background: #1b1c29;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.zOTOhM9N-uRAy3e1RG2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zOTOhM9N-uRAy3e1RG2 .navbar {
    height: 70px;
  }
  .zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-caption:hover {
  color: #c379ff;
}
@media (min-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-caption {
  color: #c379ff;
}
.zOTOhM9N-uRAy3e1RG2 .design-section-subtitle,
.zOTOhM9N-uRAy3e1RG2 .design-section-btn {
  text-align: center;
}
.zOTOhM9N-uRAy3e1RG2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.zOTOhM9N-uRzBIdDJ0E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f0fb;
}
.zOTOhM9N-uRzBIdDJ0E .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzBIdDJ0E .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzBIdDJ0E .container {
    padding: 0 16px;
  }
}
.zOTOhM9N-uRzBIdDJ0E .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzBIdDJ0E .content-wrapper {
    margin-bottom: 32px;
  }
}
.zOTOhM9N-uRzBIdDJ0E .content-wrapper .design-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzBIdDJ0E .content-wrapper .design-section-title {
    margin-bottom: 32px;
  }
}
.zOTOhM9N-uRzBIdDJ0E .content-wrapper .text-wrapper .design-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .zOTOhM9N-uRzBIdDJ0E .content-wrapper .text-wrapper .design-text {
    width: 100%;
  }
}
.zOTOhM9N-uRzBIdDJ0E .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzBIdDJ0E .image-wrapper {
    margin-left: 0;
  }
}
.zOTOhM9N-uRzBIdDJ0E .image-wrapper img {
  height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 6px 8px 0 0 #1b1c29;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzBIdDJ0E .image-wrapper img {
    height: 350px;
  }
}
.zOTOhM9N-uRzBIdDJ0E .design-section-title {
  color: #ffffff;
}
.zOTOhM9N-uRzBIdDJ0E .design-text {
  color: #ffffff;
}
.zOTOhM9N-uRzBIdDJ0E .design-section-title,
.zOTOhM9N-uRzBIdDJ0E .design-section-btn {
  text-align: center;
  color: #000000;
}
.zOTOhM9N-uRzBIdDJ0E .design-text,
.zOTOhM9N-uRzBIdDJ0E .text-wrapper {
  text-align: center;
  color: #000000;
}
.zOTOhM9N-uRzC3OtC5G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2d9f3;
}
.zOTOhM9N-uRzC3OtC5G .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzC3OtC5G .title-wrapper {
    margin-bottom: 30px;
  }
}
.zOTOhM9N-uRzC3OtC5G .title-wrapper .label-wrapper .design-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.zOTOhM9N-uRzC3OtC5G .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.zOTOhM9N-uRzC3OtC5G .items-wrapper .item {
  padding: 0 15px;
}
.zOTOhM9N-uRzC3OtC5G .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzC3OtC5G .item {
    margin-bottom: 15px;
  }
}
.zOTOhM9N-uRzC3OtC5G .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 40px;
  background-color: #faf7fe;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzC3OtC5G .item .item-wrapper {
    padding: 30px;
  }
}
.zOTOhM9N-uRzC3OtC5G .item .item-wrapper:hover::before,
.zOTOhM9N-uRzC3OtC5G .item .item-wrapper:focus::before {
  width: 1000px;
  height: 1000px;
}
.zOTOhM9N-uRzC3OtC5G .item .item-wrapper:hover .item-content .card-title,
.zOTOhM9N-uRzC3OtC5G .item .item-wrapper:focus .item-content .card-title {
  color: #000000;
}
.zOTOhM9N-uRzC3OtC5G .item .item-wrapper:hover .item-content .card-desc,
.zOTOhM9N-uRzC3OtC5G .item .item-wrapper:focus .item-content .card-desc {
  color: #000000;
}
.zOTOhM9N-uRzC3OtC5G .item .item-wrapper:hover .item-img img,
.zOTOhM9N-uRzC3OtC5G .item .item-wrapper:focus .item-img img {
  bottom: -30px;
}
.zOTOhM9N-uRzC3OtC5G .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 0 0 0 100% !important;
  background-color: #faf7fe;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}
.zOTOhM9N-uRzC3OtC5G .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-right: 30px;
}
.zOTOhM9N-uRzC3OtC5G .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.zOTOhM9N-uRzC3OtC5G .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.zOTOhM9N-uRzC3OtC5G .item .item-wrapper .item-img {
  height: 200px;
}
.zOTOhM9N-uRzC3OtC5G .item .item-wrapper .item-img img {
  position: absolute;
  left: -30px;
  bottom: -40px;
  height: 280px;
  width: 80%;
  transition: all .5s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzC3OtC5G .item .item-wrapper .item-img img {
    width: 90%;
  }
}
.zOTOhM9N-uRzC3OtC5G .design-label,
.zOTOhM9N-uRzC3OtC5G .label-wrapper {
  color: #000000;
  text-align: center;
}
.zOTOhM9N-uRzC3OtC5G .design-section-title,
.zOTOhM9N-uRzC3OtC5G .title-wrapper {
  color: #000000;
  text-align: center;
}
.zOTOhM9N-uRzC3OtC5G .card-title {
  color: #000000;
  text-align: center;
}
.zOTOhM9N-uRzC3OtC5G .card-desc {
  color: #000000;
  text-align: center;
}
.zOTOhM9N-uRzFnu7bGx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f0fb;
}
.zOTOhM9N-uRzFnu7bGx .row {
  justify-content: center;
  margin: 0 -13px;
}
.zOTOhM9N-uRzFnu7bGx .row .item {
  padding: 0 13px;
}
.zOTOhM9N-uRzFnu7bGx .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzFnu7bGx .item {
    margin-bottom: 16px;
  }
}
.zOTOhM9N-uRzFnu7bGx .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 54px;
}
@media (max-width: 1200px) {
  .zOTOhM9N-uRzFnu7bGx .item .item-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzFnu7bGx .item .item-wrapper {
    padding: 30px 16px;
  }
}
.zOTOhM9N-uRzFnu7bGx .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzFnu7bGx .item .item-wrapper .card-box .item-title {
    margin-bottom: 30px;
  }
}
.zOTOhM9N-uRzFnu7bGx .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzFnu7bGx .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.zOTOhM9N-uRzFnu7bGx .item .item-wrapper .card-box .design-section-btn {
  margin-top: 20px;
}
.zOTOhM9N-uRzFnu7bGx .item-title {
  color: #fff7ee;
}
.zOTOhM9N-uRzFnu7bGx .item-text {
  color: #fff7ee;
}
.zOTOhM9N-uRzFnu7bGx .item-text,
.zOTOhM9N-uRzFnu7bGx .text-wrap {
  text-align: center;
  color: #000000;
}
.zOTOhM9N-uRzFnu7bGx .item-title,
.zOTOhM9N-uRzFnu7bGx .design-section-btn {
  text-align: center;
  color: #000000;
}
.zOTOhM9N-uRzF84KkXr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2d9f3;
}
.zOTOhM9N-uRzF84KkXr .card {
  justify-content: flex-end;
}
.zOTOhM9N-uRzF84KkXr .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzF84KkXr .title-wrapper {
    margin-bottom: 30px;
  }
}
.zOTOhM9N-uRzF84KkXr .title-wrapper .label-wrapper .design-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.zOTOhM9N-uRzF84KkXr .title-wrapper .design-section-title {
  margin-bottom: 0;
}
.zOTOhM9N-uRzF84KkXr .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.zOTOhM9N-uRzF84KkXr .items-wrapper .item {
  padding: 0 15px;
}
.zOTOhM9N-uRzF84KkXr .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzF84KkXr .item {
    margin-bottom: 15px;
  }
}
.zOTOhM9N-uRzF84KkXr .item .item-wrapper {
  position: relative;
  height: 100%;
  background-color: #faf7fe;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
  border-radius: 30px !important;
}
.zOTOhM9N-uRzF84KkXr .item .item-wrapper .item-img img {
  height: 260px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zOTOhM9N-uRzF84KkXr .item .item-wrapper .item-content {
  padding: 40px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzF84KkXr .item .item-wrapper .item-content {
    padding: 30px;
  }
}
.zOTOhM9N-uRzF84KkXr .item .item-wrapper .item-content .card-text {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #faf7fe;
}
.zOTOhM9N-uRzF84KkXr .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.zOTOhM9N-uRzF84KkXr .design-label,
.zOTOhM9N-uRzF84KkXr .label-wrapper {
  color: #000000;
}
.zOTOhM9N-uRzF84KkXr .design-section-title,
.zOTOhM9N-uRzF84KkXr .title-wrapper {
  color: #000000;
}
.zOTOhM9N-uRzF84KkXr .card-text {
  color: #000000;
  text-align: center;
}
.zOTOhM9N-uRzF84KkXr .card-name {
  color: #000000;
  text-align: center;
}
.zOTOhM9N-uRzFwqx69O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f0fb;
}
.zOTOhM9N-uRzFwqx69O .title-wrapper .design-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzFwqx69O .title-wrapper .design-section-title {
    margin-bottom: 32px;
  }
}
.zOTOhM9N-uRzFwqx69O .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.zOTOhM9N-uRzFwqx69O .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.zOTOhM9N-uRzFwqx69O .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
.zOTOhM9N-uRzFwqx69O .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.zOTOhM9N-uRzFwqx69O .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzFwqx69O .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.zOTOhM9N-uRzFwqx69O .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzFwqx69O .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.zOTOhM9N-uRzFwqx69O .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.zOTOhM9N-uRzFwqx69O .items-wrap .item .item-wrapper .card-box .text-wrapper .design-section-btn {
  width: 100%;
}
.zOTOhM9N-uRzFwqx69O .items-wrap .item .item-wrapper .card-box .text-wrapper .design-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.zOTOhM9N-uRzFwqx69O .design-section-title {
  color: #ffffff;
  text-align: center;
}
.zOTOhM9N-uRzFwqx69O .item-title {
  color: #000000;
  text-align: center;
}
.zOTOhM9N-uRzFwqx69O .item-text {
  color: #000000;
  text-align: center;
}
.zOTOhM9N-uRAy6QCjWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1c29;
}
.zOTOhM9N-uRAy6QCjWT .content-wrap {
  justify-content: center;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100%;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .design-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy6QCjWT .title-wrapper .design-section-title {
    margin-bottom: 46px;
  }
}
.zOTOhM9N-uRAy6QCjWT .copy-wrapper .design-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy6QCjWT .copy-wrapper .design-copy {
    width: 100%;
    text-align: left;
  }
}
.zOTOhM9N-uRAy6QCjWT .design-section-title {
  color: #ff8576;
}
.zOTOhM9N-uRAy6QCjWT .design-copy {
  color: #51565c;
}
.zOTOhM9N-uRAy6QCjWT .design-copy,
.zOTOhM9N-uRAy6QCjWT .copy-wrapper {
  text-align: right;
}
.zOTOhM9N-uRAy6QCjWT .design-section-title,
.zOTOhM9N-uRAy6QCjWT .logo-wrapper {
  text-align: center;
  color: #c379ff;
}
.zOTOhM9N-uRAy6QCjWT .design-copy,
.zOTOhM9N-uRAy6QCjWT .copy-wrapper {
  color: #ffffff;
  text-align: right;
}
.zOTOhM9N-uRAy3e1RG2 {
  background-color: transparent;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown {
  background-color: #1b1c29 !important;
  padding: 0;
}
.zOTOhM9N-uRAy3e1RG2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .zOTOhM9N-uRAy3e1RG2 .menu_box .navbar-collapse {
    background-color: #1b1c29 !important;
    transition: all 0s ease 0s;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown {
  position: relative !important;
}
.zOTOhM9N-uRAy3e1RG2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.zOTOhM9N-uRAy3e1RG2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .zOTOhM9N-uRAy3e1RG2 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .nav-item {
    margin: 0 !important;
  }
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c379ff;
  transition: all 0.3s ease-in-out;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover,
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:focus {
  color: #c379ff !important;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover::before,
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.zOTOhM9N-uRAy3e1RG2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.zOTOhM9N-uRAy3e1RG2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar-nav {
    margin: 0;
  }
}
.zOTOhM9N-uRAy3e1RG2 .nav-item:focus,
.zOTOhM9N-uRAy3e1RG2 .nav-link:focus {
  outline: none;
}
.zOTOhM9N-uRAy3e1RG2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar .navbar-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100% !important;
}
.zOTOhM9N-uRAy3e1RG2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand .navbar-logo a {
  outline: none;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.zOTOhM9N-uRAy3e1RG2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1c29;
  background: #1b1c29;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.zOTOhM9N-uRAy3e1RG2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zOTOhM9N-uRAy3e1RG2 .navbar {
    height: 70px;
  }
  .zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-caption:hover {
  color: #c379ff;
}
@media (min-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-caption {
  color: #c379ff;
}
.zOTOhM9N-uRAy3e1RG2 .design-section-subtitle,
.zOTOhM9N-uRAy3e1RG2 .design-section-btn {
  text-align: center;
}
.zOTOhM9N-uRAy3e1RG2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.zOTOhM9N-uRzI42oUo9 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #f5f0fb;
}
.zOTOhM9N-uRzI42oUo9 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.zOTOhM9N-uRzI42oUo9 .design-section-subtitle {
  color: #000000;
}
.zOTOhM9N-uRzI42oUo9 .design-text,
.zOTOhM9N-uRzI42oUo9 .design-section-btn {
  color: #000000;
}
.zOTOhM9N-uRAy6QCjWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1c29;
}
.zOTOhM9N-uRAy6QCjWT .content-wrap {
  justify-content: center;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100%;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .design-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy6QCjWT .title-wrapper .design-section-title {
    margin-bottom: 46px;
  }
}
.zOTOhM9N-uRAy6QCjWT .copy-wrapper .design-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy6QCjWT .copy-wrapper .design-copy {
    width: 100%;
    text-align: left;
  }
}
.zOTOhM9N-uRAy6QCjWT .design-section-title {
  color: #ff8576;
}
.zOTOhM9N-uRAy6QCjWT .design-copy {
  color: #51565c;
}
.zOTOhM9N-uRAy6QCjWT .design-copy,
.zOTOhM9N-uRAy6QCjWT .copy-wrapper {
  text-align: right;
}
.zOTOhM9N-uRAy6QCjWT .design-section-title,
.zOTOhM9N-uRAy6QCjWT .logo-wrapper {
  text-align: center;
  color: #c379ff;
}
.zOTOhM9N-uRAy6QCjWT .design-copy,
.zOTOhM9N-uRAy6QCjWT .copy-wrapper {
  color: #ffffff;
  text-align: right;
}
.zOTOhM9N-uRAy3e1RG2 {
  background-color: transparent;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown {
  background-color: #1b1c29 !important;
  padding: 0;
}
.zOTOhM9N-uRAy3e1RG2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .zOTOhM9N-uRAy3e1RG2 .menu_box .navbar-collapse {
    background-color: #1b1c29 !important;
    transition: all 0s ease 0s;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown {
  position: relative !important;
}
.zOTOhM9N-uRAy3e1RG2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.zOTOhM9N-uRAy3e1RG2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .zOTOhM9N-uRAy3e1RG2 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .nav-item {
    margin: 0 !important;
  }
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c379ff;
  transition: all 0.3s ease-in-out;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover,
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:focus {
  color: #c379ff !important;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover::before,
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.zOTOhM9N-uRAy3e1RG2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.zOTOhM9N-uRAy3e1RG2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar-nav {
    margin: 0;
  }
}
.zOTOhM9N-uRAy3e1RG2 .nav-item:focus,
.zOTOhM9N-uRAy3e1RG2 .nav-link:focus {
  outline: none;
}
.zOTOhM9N-uRAy3e1RG2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar .navbar-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100% !important;
}
.zOTOhM9N-uRAy3e1RG2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand .navbar-logo a {
  outline: none;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.zOTOhM9N-uRAy3e1RG2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1c29;
  background: #1b1c29;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.zOTOhM9N-uRAy3e1RG2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zOTOhM9N-uRAy3e1RG2 .navbar {
    height: 70px;
  }
  .zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-caption:hover {
  color: #c379ff;
}
@media (min-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-caption {
  color: #c379ff;
}
.zOTOhM9N-uRAy3e1RG2 .design-section-subtitle,
.zOTOhM9N-uRAy3e1RG2 .design-section-btn {
  text-align: center;
}
.zOTOhM9N-uRAy3e1RG2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.zOTOhM9N-uRzINFGQZ9 {
  background-color: #f5f0fb;
}
.zOTOhM9N-uRzINFGQZ9 .items-wrap {
  justify-content: space-between;
}
.zOTOhM9N-uRzINFGQZ9 .content-wrapper {
  padding: 96px;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 1440px) {
  .zOTOhM9N-uRzINFGQZ9 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzINFGQZ9 .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.zOTOhM9N-uRzINFGQZ9 .content-wrapper .design-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzINFGQZ9 .content-wrapper .design-section-title {
    margin-bottom: 32px;
  }
}
.zOTOhM9N-uRzINFGQZ9 .content-wrapper .design-text {
  margin-bottom: 0;
}
.zOTOhM9N-uRzINFGQZ9 .content-wrap {
  height: 100%;
}
.zOTOhM9N-uRzINFGQZ9 .design-section-title {
  color: #191c25;
}
.zOTOhM9N-uRzINFGQZ9 .design-text {
  color: #000000;
  text-align: center;
}
.zOTOhM9N-uRzINFGQZ9 label {
  color: #191c25;
}
.zOTOhM9N-uRzINFGQZ9 .design-section-title,
.zOTOhM9N-uRzINFGQZ9 .design-section-btn {
  text-align: center;
  color: #000000;
}
.zOTOhM9N-uRAy6QCjWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1c29;
}
.zOTOhM9N-uRAy6QCjWT .content-wrap {
  justify-content: center;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100%;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .design-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy6QCjWT .title-wrapper .design-section-title {
    margin-bottom: 46px;
  }
}
.zOTOhM9N-uRAy6QCjWT .copy-wrapper .design-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy6QCjWT .copy-wrapper .design-copy {
    width: 100%;
    text-align: left;
  }
}
.zOTOhM9N-uRAy6QCjWT .design-section-title {
  color: #ff8576;
}
.zOTOhM9N-uRAy6QCjWT .design-copy {
  color: #51565c;
}
.zOTOhM9N-uRAy6QCjWT .design-copy,
.zOTOhM9N-uRAy6QCjWT .copy-wrapper {
  text-align: right;
}
.zOTOhM9N-uRAy6QCjWT .design-section-title,
.zOTOhM9N-uRAy6QCjWT .logo-wrapper {
  text-align: center;
  color: #c379ff;
}
.zOTOhM9N-uRAy6QCjWT .design-copy,
.zOTOhM9N-uRAy6QCjWT .copy-wrapper {
  color: #ffffff;
  text-align: right;
}
.zOTOhM9N-uRAy3e1RG2 {
  background-color: transparent;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown {
  background-color: #1b1c29 !important;
  padding: 0;
}
.zOTOhM9N-uRAy3e1RG2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .zOTOhM9N-uRAy3e1RG2 .menu_box .navbar-collapse {
    background-color: #1b1c29 !important;
    transition: all 0s ease 0s;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown {
  position: relative !important;
}
.zOTOhM9N-uRAy3e1RG2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.zOTOhM9N-uRAy3e1RG2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .zOTOhM9N-uRAy3e1RG2 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .nav-item {
    margin: 0 !important;
  }
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c379ff;
  transition: all 0.3s ease-in-out;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover,
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:focus {
  color: #c379ff !important;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover::before,
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.zOTOhM9N-uRAy3e1RG2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.zOTOhM9N-uRAy3e1RG2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar-nav {
    margin: 0;
  }
}
.zOTOhM9N-uRAy3e1RG2 .nav-item:focus,
.zOTOhM9N-uRAy3e1RG2 .nav-link:focus {
  outline: none;
}
.zOTOhM9N-uRAy3e1RG2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar .navbar-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100% !important;
}
.zOTOhM9N-uRAy3e1RG2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand .navbar-logo a {
  outline: none;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.zOTOhM9N-uRAy3e1RG2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1c29;
  background: #1b1c29;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.zOTOhM9N-uRAy3e1RG2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zOTOhM9N-uRAy3e1RG2 .navbar {
    height: 70px;
  }
  .zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-caption:hover {
  color: #c379ff;
}
@media (min-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-caption {
  color: #c379ff;
}
.zOTOhM9N-uRAy3e1RG2 .design-section-subtitle,
.zOTOhM9N-uRAy3e1RG2 .design-section-btn {
  text-align: center;
}
.zOTOhM9N-uRAy3e1RG2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.zOTOhM9N-uRzJzx03yJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f0fb;
}
.zOTOhM9N-uRzJzx03yJ .row {
  justify-content: space-between;
}
.zOTOhM9N-uRzJzx03yJ .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzJzx03yJ .content-wrapper {
    padding: 0;
  }
}
.zOTOhM9N-uRzJzx03yJ .content-wrapper .design-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzJzx03yJ .content-wrapper .design-section-title {
    margin-bottom: 20px;
  }
}
.zOTOhM9N-uRzJzx03yJ .content-wrapper .design-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzJzx03yJ .content-wrapper .design-text {
    margin-bottom: 20px;
  }
}
.zOTOhM9N-uRzJzx03yJ .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.zOTOhM9N-uRzJzx03yJ .design-section-title {
  color: #000000;
}
.zOTOhM9N-uRzJzx03yJ .design-text {
  color: #000000;
}
.zOTOhM9N-uRzJzx03yJ .design-section-title,
.zOTOhM9N-uRzJzx03yJ .design-section-btn {
  text-align: center;
}
.zOTOhM9N-uRAy6QCjWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1c29;
}
.zOTOhM9N-uRAy6QCjWT .content-wrap {
  justify-content: center;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100%;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .design-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy6QCjWT .title-wrapper .design-section-title {
    margin-bottom: 46px;
  }
}
.zOTOhM9N-uRAy6QCjWT .copy-wrapper .design-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy6QCjWT .copy-wrapper .design-copy {
    width: 100%;
    text-align: left;
  }
}
.zOTOhM9N-uRAy6QCjWT .design-section-title {
  color: #ff8576;
}
.zOTOhM9N-uRAy6QCjWT .design-copy {
  color: #51565c;
}
.zOTOhM9N-uRAy6QCjWT .design-copy,
.zOTOhM9N-uRAy6QCjWT .copy-wrapper {
  text-align: right;
}
.zOTOhM9N-uRAy6QCjWT .design-section-title,
.zOTOhM9N-uRAy6QCjWT .logo-wrapper {
  text-align: center;
  color: #c379ff;
}
.zOTOhM9N-uRAy6QCjWT .design-copy,
.zOTOhM9N-uRAy6QCjWT .copy-wrapper {
  color: #ffffff;
  text-align: right;
}
.zOTOhM9N-uRAy3e1RG2 {
  background-color: transparent;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown {
  background-color: #1b1c29 !important;
  padding: 0;
}
.zOTOhM9N-uRAy3e1RG2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .zOTOhM9N-uRAy3e1RG2 .menu_box .navbar-collapse {
    background-color: #1b1c29 !important;
    transition: all 0s ease 0s;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown {
  position: relative !important;
}
.zOTOhM9N-uRAy3e1RG2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.zOTOhM9N-uRAy3e1RG2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .zOTOhM9N-uRAy3e1RG2 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .nav-item {
    margin: 0 !important;
  }
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c379ff;
  transition: all 0.3s ease-in-out;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover,
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:focus {
  color: #c379ff !important;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover::before,
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.zOTOhM9N-uRAy3e1RG2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.zOTOhM9N-uRAy3e1RG2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar-nav {
    margin: 0;
  }
}
.zOTOhM9N-uRAy3e1RG2 .nav-item:focus,
.zOTOhM9N-uRAy3e1RG2 .nav-link:focus {
  outline: none;
}
.zOTOhM9N-uRAy3e1RG2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar .navbar-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100% !important;
}
.zOTOhM9N-uRAy3e1RG2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand .navbar-logo a {
  outline: none;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.zOTOhM9N-uRAy3e1RG2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1c29;
  background: #1b1c29;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.zOTOhM9N-uRAy3e1RG2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zOTOhM9N-uRAy3e1RG2 .navbar {
    height: 70px;
  }
  .zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-caption:hover {
  color: #c379ff;
}
@media (min-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-caption {
  color: #c379ff;
}
.zOTOhM9N-uRAy3e1RG2 .design-section-subtitle,
.zOTOhM9N-uRAy3e1RG2 .design-section-btn {
  text-align: center;
}
.zOTOhM9N-uRAy3e1RG2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.zOTOhM9N-uRzOwFzUUo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f0fb;
}
.zOTOhM9N-uRzOwFzUUo .row {
  justify-content: space-between;
}
.zOTOhM9N-uRzOwFzUUo .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzOwFzUUo .content-wrapper {
    padding: 0;
  }
}
.zOTOhM9N-uRzOwFzUUo .content-wrapper .design-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzOwFzUUo .content-wrapper .design-section-title {
    margin-bottom: 20px;
  }
}
.zOTOhM9N-uRzOwFzUUo .content-wrapper .design-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzOwFzUUo .content-wrapper .design-text {
    margin-bottom: 20px;
  }
}
.zOTOhM9N-uRzOwFzUUo .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.zOTOhM9N-uRzOwFzUUo .design-section-title {
  color: #000000;
}
.zOTOhM9N-uRzOwFzUUo .design-text {
  color: #000000;
}
.zOTOhM9N-uRzOwFzUUo .design-section-title,
.zOTOhM9N-uRzOwFzUUo .design-section-btn {
  text-align: center;
}
.zOTOhM9N-uRAy6QCjWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1c29;
}
.zOTOhM9N-uRAy6QCjWT .content-wrap {
  justify-content: center;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100%;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .design-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy6QCjWT .title-wrapper .design-section-title {
    margin-bottom: 46px;
  }
}
.zOTOhM9N-uRAy6QCjWT .copy-wrapper .design-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy6QCjWT .copy-wrapper .design-copy {
    width: 100%;
    text-align: left;
  }
}
.zOTOhM9N-uRAy6QCjWT .design-section-title {
  color: #ff8576;
}
.zOTOhM9N-uRAy6QCjWT .design-copy {
  color: #51565c;
}
.zOTOhM9N-uRAy6QCjWT .design-copy,
.zOTOhM9N-uRAy6QCjWT .copy-wrapper {
  text-align: right;
}
.zOTOhM9N-uRAy6QCjWT .design-section-title,
.zOTOhM9N-uRAy6QCjWT .logo-wrapper {
  text-align: center;
  color: #c379ff;
}
.zOTOhM9N-uRAy6QCjWT .design-copy,
.zOTOhM9N-uRAy6QCjWT .copy-wrapper {
  color: #ffffff;
  text-align: right;
}
.zOTOhM9N-uRAy3e1RG2 {
  background-color: transparent;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown {
  background-color: #1b1c29 !important;
  padding: 0;
}
.zOTOhM9N-uRAy3e1RG2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .zOTOhM9N-uRAy3e1RG2 .menu_box .navbar-collapse {
    background-color: #1b1c29 !important;
    transition: all 0s ease 0s;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown {
  position: relative !important;
}
.zOTOhM9N-uRAy3e1RG2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.zOTOhM9N-uRAy3e1RG2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .zOTOhM9N-uRAy3e1RG2 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .nav-item {
    margin: 0 !important;
  }
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c379ff;
  transition: all 0.3s ease-in-out;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover,
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:focus {
  color: #c379ff !important;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover::before,
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.zOTOhM9N-uRAy3e1RG2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.zOTOhM9N-uRAy3e1RG2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar-nav {
    margin: 0;
  }
}
.zOTOhM9N-uRAy3e1RG2 .nav-item:focus,
.zOTOhM9N-uRAy3e1RG2 .nav-link:focus {
  outline: none;
}
.zOTOhM9N-uRAy3e1RG2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar .navbar-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100% !important;
}
.zOTOhM9N-uRAy3e1RG2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand .navbar-logo a {
  outline: none;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.zOTOhM9N-uRAy3e1RG2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1c29;
  background: #1b1c29;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.zOTOhM9N-uRAy3e1RG2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zOTOhM9N-uRAy3e1RG2 .navbar {
    height: 70px;
  }
  .zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-caption:hover {
  color: #c379ff;
}
@media (min-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-caption {
  color: #c379ff;
}
.zOTOhM9N-uRAy3e1RG2 .design-section-subtitle,
.zOTOhM9N-uRAy3e1RG2 .design-section-btn {
  text-align: center;
}
.zOTOhM9N-uRAy3e1RG2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.zOTOhM9N-uRzOzbh1oQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f0fb;
}
.zOTOhM9N-uRzOzbh1oQ .row {
  justify-content: space-between;
}
.zOTOhM9N-uRzOzbh1oQ .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzOzbh1oQ .content-wrapper {
    padding: 0;
  }
}
.zOTOhM9N-uRzOzbh1oQ .content-wrapper .design-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzOzbh1oQ .content-wrapper .design-section-title {
    margin-bottom: 20px;
  }
}
.zOTOhM9N-uRzOzbh1oQ .content-wrapper .design-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzOzbh1oQ .content-wrapper .design-text {
    margin-bottom: 20px;
  }
}
.zOTOhM9N-uRzOzbh1oQ .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.zOTOhM9N-uRzOzbh1oQ .design-section-title {
  color: #000000;
}
.zOTOhM9N-uRzOzbh1oQ .design-text {
  color: #000000;
}
.zOTOhM9N-uRzOzbh1oQ .design-section-title,
.zOTOhM9N-uRzOzbh1oQ .design-section-btn {
  text-align: center;
}
.zOTOhM9N-uRAy6QCjWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1c29;
}
.zOTOhM9N-uRAy6QCjWT .content-wrap {
  justify-content: center;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100%;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .design-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy6QCjWT .title-wrapper .design-section-title {
    margin-bottom: 46px;
  }
}
.zOTOhM9N-uRAy6QCjWT .copy-wrapper .design-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy6QCjWT .copy-wrapper .design-copy {
    width: 100%;
    text-align: left;
  }
}
.zOTOhM9N-uRAy6QCjWT .design-section-title {
  color: #ff8576;
}
.zOTOhM9N-uRAy6QCjWT .design-copy {
  color: #51565c;
}
.zOTOhM9N-uRAy6QCjWT .design-copy,
.zOTOhM9N-uRAy6QCjWT .copy-wrapper {
  text-align: right;
}
.zOTOhM9N-uRAy6QCjWT .design-section-title,
.zOTOhM9N-uRAy6QCjWT .logo-wrapper {
  text-align: center;
  color: #c379ff;
}
.zOTOhM9N-uRAy6QCjWT .design-copy,
.zOTOhM9N-uRAy6QCjWT .copy-wrapper {
  color: #ffffff;
  text-align: right;
}
.zOTOhM9N-uRAy3e1RG2 {
  background-color: transparent;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown {
  background-color: #1b1c29 !important;
  padding: 0;
}
.zOTOhM9N-uRAy3e1RG2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .zOTOhM9N-uRAy3e1RG2 .menu_box .navbar-collapse {
    background-color: #1b1c29 !important;
    transition: all 0s ease 0s;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown {
  position: relative !important;
}
.zOTOhM9N-uRAy3e1RG2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.zOTOhM9N-uRAy3e1RG2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .zOTOhM9N-uRAy3e1RG2 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .nav-item {
    margin: 0 !important;
  }
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c379ff;
  transition: all 0.3s ease-in-out;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover,
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:focus {
  color: #c379ff !important;
}
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover::before,
.zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.zOTOhM9N-uRAy3e1RG2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.zOTOhM9N-uRAy3e1RG2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar-nav {
    margin: 0;
  }
}
.zOTOhM9N-uRAy3e1RG2 .nav-item:focus,
.zOTOhM9N-uRAy3e1RG2 .nav-link:focus {
  outline: none;
}
.zOTOhM9N-uRAy3e1RG2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar .navbar-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100% !important;
}
.zOTOhM9N-uRAy3e1RG2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .zOTOhM9N-uRAy3e1RG2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-brand .navbar-logo a {
  outline: none;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.zOTOhM9N-uRAy3e1RG2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b1c29;
  background: #1b1c29;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.zOTOhM9N-uRAy3e1RG2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.zOTOhM9N-uRAy3e1RG2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zOTOhM9N-uRAy3e1RG2 .navbar {
    height: 70px;
  }
  .zOTOhM9N-uRAy3e1RG2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.zOTOhM9N-uRAy3e1RG2 .navbar-caption:hover {
  color: #c379ff;
}
@media (min-width: 992px) {
  .zOTOhM9N-uRAy3e1RG2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.zOTOhM9N-uRAy3e1RG2 .navbar-caption {
  color: #c379ff;
}
.zOTOhM9N-uRAy3e1RG2 .design-section-subtitle,
.zOTOhM9N-uRAy3e1RG2 .design-section-btn {
  text-align: center;
}
.zOTOhM9N-uRAy3e1RG2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.zOTOhM9N-uRzOAQcPzS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f0fb;
}
.zOTOhM9N-uRzOAQcPzS .row {
  justify-content: space-between;
}
.zOTOhM9N-uRzOAQcPzS .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzOAQcPzS .content-wrapper {
    padding: 0;
  }
}
.zOTOhM9N-uRzOAQcPzS .content-wrapper .design-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzOAQcPzS .content-wrapper .design-section-title {
    margin-bottom: 20px;
  }
}
.zOTOhM9N-uRzOAQcPzS .content-wrapper .design-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRzOAQcPzS .content-wrapper .design-text {
    margin-bottom: 20px;
  }
}
.zOTOhM9N-uRzOAQcPzS .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.zOTOhM9N-uRzOAQcPzS .design-section-title {
  color: #000000;
}
.zOTOhM9N-uRzOAQcPzS .design-text {
  color: #000000;
}
.zOTOhM9N-uRzOAQcPzS .design-section-title,
.zOTOhM9N-uRzOAQcPzS .design-section-btn {
  text-align: center;
}
.zOTOhM9N-uRAy6QCjWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1c29;
}
.zOTOhM9N-uRAy6QCjWT .content-wrap {
  justify-content: center;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100%;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.zOTOhM9N-uRAy6QCjWT .title-wrapper .design-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy6QCjWT .title-wrapper .design-section-title {
    margin-bottom: 46px;
  }
}
.zOTOhM9N-uRAy6QCjWT .copy-wrapper .design-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zOTOhM9N-uRAy6QCjWT .copy-wrapper .design-copy {
    width: 100%;
    text-align: left;
  }
}
.zOTOhM9N-uRAy6QCjWT .design-section-title {
  color: #ff8576;
}
.zOTOhM9N-uRAy6QCjWT .design-copy {
  color: #51565c;
}
.zOTOhM9N-uRAy6QCjWT .design-copy,
.zOTOhM9N-uRAy6QCjWT .copy-wrapper {
  text-align: right;
}
.zOTOhM9N-uRAy6QCjWT .design-section-title,
.zOTOhM9N-uRAy6QCjWT .logo-wrapper {
  text-align: center;
  color: #c379ff;
}
.zOTOhM9N-uRAy6QCjWT .design-copy,
.zOTOhM9N-uRAy6QCjWT .copy-wrapper {
  color: #ffffff;
  text-align: right;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
}
/* Finish Cookie Banner */

/* mainanimations */
/* Style 1: press effect: scale 0.95 + inset shadow */
a, button, .btn {
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: scale(0.95);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* endmainanimations */
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/hard_structure.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.cookie-banner.show {
  visibility: visible;
  opacity: 1;
}
