@charset "UTF-8";
/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.container{
  max-width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1100px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1200px;
  }
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.left-\[5\%\]{
  left: 5%;
}
.-top-5{
  top: -1.25rem;
}
.z-10{
  z-index: 10;
}
.z-0{
  z-index: 0;
}
.m-auto{
  margin: auto;
}
.mt-4{
  margin-top: 1rem;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.h-\[85\%\]{
  height: 85%;
}
.w-full{
  width: 100%;
}
.w-3\/4{
  width: 75%;
}
.resize{
  resize: both;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.bg-gray-light{
  --tw-bg-opacity: 1;
  background-color: rgb(232 237 245 / var(--tw-bg-opacity));
}
.pt-\[45px\]{
  padding-top: 45px;
}
.text-green{
  --tw-text-opacity: 1;
  color: rgb(80 175 155 / var(--tw-text-opacity));
}
/* manrope-700 - latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/manrope/manrope-v13-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/manrope/manrope-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope/manrope-v13-latin-700.woff2") format("woff2"), url("../fonts/manrope/manrope-v13-latin-700.woff") format("woff"), url("../fonts/manrope/manrope-v13-latin-700.ttf") format("truetype"), url("../fonts/manrope/manrope-v13-latin-700.svg#Manrope") format("svg"); /* Legacy iOS */
}
/* manrope-600 - latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope/manrope-v13-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/manrope/manrope-v13-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope/manrope-v13-latin-600.woff2") format("woff2"), url("../fonts/manrope/manrope-v13-latin-600.woff") format("woff"), url("../fonts/manrope/manrope-v13-latin-600.ttf") format("truetype"), url("../fonts/manrope/manrope-v13-latin-600.svg#Manrope") format("svg"); /* Legacy iOS */
}
/* manrope-800 - latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/manrope/manrope-v13-latin-800.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/manrope/manrope-v13-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope/manrope-v13-latin-800.woff2") format("woff2"), url("../fonts/manrope/manrope-v13-latin-800.woff") format("woff"), url("../fonts/manrope/manrope-v13-latin-800.ttf") format("truetype"), url("../fonts/manrope/manrope-v13-latin-800.svg#Manrope") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans/open-sans-v34-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans/open-sans-v34-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v34-latin-regular.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v34-latin-regular.woff") format("woff"), url("../fonts/open-sans/open-sans-v34-latin-regular.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v34-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans/open-sans-v34-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans/open-sans-v34-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v34-latin-700.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v34-latin-700.woff") format("woff"), url("../fonts/open-sans/open-sans-v34-latin-700.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v34-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
body {
  color: #292D33;
  /** Other font sizes are relative to this size **/
  font-size: 16px;
}

p {
  color: #66686F;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .h7, .h8 {
  font-family: "Manrope", sans-serif;
}

h1 {
  margin-top: 4px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }
}

.h1 {
  font-size: 2.875rem;
  line-height: 3.75rem;
  font-weight: 400;
}

.h2 {
  font-size: 2.375rem;
  line-height: 3.5rem;
  font-weight: 800;
}

.h3 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 800;
}

.h4 {
  font-size: 1.375rem;
  line-height: 2.0625rem;
  font-weight: 700;
}

.h5 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
}

.h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.h7 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.h7__medium {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.h8 {
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.para1 {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.para2 {
  font-size: 1.25rem;
  line-height: 2.0625rem;
  font-weight: 400;
}
.para2__bold {
  font-weight: 700;
}

.para3 {
  font-size: 1.25rem;
  line-height: 2.0625rem;
  font-weight: 400;
}
.para3__semi {
  font-weight: 600;
}

.para4 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.para4__semi {
  font-weight: 600;
}

:root {
  --color-green: #50af9b;
}
.button {
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 237 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(43 48 89 / var(--tw-text-opacity));
  padding: 11px 46px;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
}
.button__shadow {
  box-shadow: 0px 12px 30px rgba(24, 92, 255, 0.18);
}
.button__full {
  padding: 10px 14px;
  width: 100%;
}

html {
  font-family: "open-sans", sans-serif;
}

@media (min-width: 768px) {
  .container {
    margin: 0px auto;
    padding: 0px 30px;
  }
}

.strip {
  display: flex;
  padding-bottom: 60px;
}
.strip__contact{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: #101929 url("../images/bgtop.png");
  flex-direction: column;
  padding-bottom: 35px;
}
.strip__contact .info-container {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.strip__contact .info-container > h2, .strip__contact .info-container > p {
  background: #101929;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.strip__contact .info-container > h2 {
  padding: 10px 40px;
  border-radius: 30px;
  margin-top: -40px;
  background-color: white;
  border: 3px solid #101929;
  color: #101929;
}
.strip__contact .info-container > p {
  padding: 0px 40px;
  max-width: 600px;
}
.strip__contact form {
  width: 80%;
}
@media (min-width: 768px) {
  .strip__contact form {
    width: 400px;
  }
}
.strip__contact label{
  font-size: 1.375rem;
  line-height: 2.0625rem;
}
.strip__contact .contact-form {
  max-width: 600px;
  margin: 0 auto;
}
.strip__contact .contact-form .form-group {
  margin-bottom: 20px;
}
.strip__contact .contact-form .form-group label {
  display: block;
  margin-bottom: 8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
 .strip__contact .contact-form .form-group label {
  font-family: "Manrope", sans-serif;
}
.strip__contact .contact-form .form-group label {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.strip__contact .contact-form .form-group input, .strip__contact .contact-form .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  transition: all 0.2s ease;
}
.strip__contact .contact-form .form-group input:focus, .strip__contact .contact-form .form-group textarea:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.15);
}
.strip__contact .contact-form .form-group input::-moz-placeholder, .strip__contact .contact-form .form-group textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.strip__contact .contact-form .form-group input::placeholder, .strip__contact .contact-form .form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.strip__contact .contact-form .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.strip__contact .contact-form .btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(43 48 89 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
 .strip__contact .contact-form .btn-primary {
  font-family: "Manrope", sans-serif;
}
.strip__contact .contact-form .btn-primary {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  padding: 12px 40px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}
.strip__contact .contact-form .btn-primary:hover {
  background-color: #1a1c3a;
  transform: translateY(-2px);
  box-shadow: 0px 12px 30px rgba(24, 92, 255, 0.18);
}
.strip__headline{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: #101929 url("../images/bgtop.png");
  flex-direction: column;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .strip__headline {
    padding-bottom: 40px;
  }
}
.strip__headline p{
  --tw-text-opacity: 1;
  color: rgb(232 237 245 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .strip__headline .info-container {
    padding-top: 10px;
  }
}
.strip__headline .info-container {
  display: flex;
  gap: 10px;
}
.strip__headline .container {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 768px) {
  .strip__headline .container {
    gap: 0px;
    width: 100%;
  }
}
.strip__testimonial{
  --tw-bg-opacity: 1;
  background-color: rgb(232 237 245 / var(--tw-bg-opacity));
  padding: 60px 0px;
}
.strip__testimonial .quote {
  position: relative;
  padding: 10px 40px;
  font-size: 22px;
}
.strip__testimonial .quote::before, .strip__testimonial .quote::after {
  position: absolute;
  font-size: 80px;
  font-family: Georgia, serif;
  color: rgba(43, 48, 89, 0.15);
  line-height: 1;
}
.strip__testimonial .quote::before {
  content: "“";
  top: -10px;
  left: 0;
}
.strip__testimonial .quote::after {
  content: "”";
  bottom: -40px;
  right: 0;
}
.strip__testimonial .who {
  padding-left: 40px;
}
.strip__pricing {
  margin-top: 20px;
  padding-bottom: 100px;
}
.strip__pricing .card {
  box-shadow: 0px 4px 12px rgba(12, 68, 204, 0.1);
  width: calc(33.3333333333% - 20px);
}
@media (min-width: 768px) {
  .strip__pricing--header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0px;
  }
}
.strip__pricing--header__title {
  padding: 15px 10px;
  background-color: white;
  border-radius: 30px;
}
.strip__pricing--header h2 {
  padding: 0px 0px;
}
.strip__pricing .period-slider {
  /** font-size: 0px is hack to remove spaces between buttons **/
  font-size: 0px;
  border-radius: 20px;
  margin-top: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(232 237 245 / var(--tw-bg-opacity));
}
.strip__pricing .period-slider .button {
  border-radius: 20px;
  width: 125px;
  height: 46px;
  text-align: center;
  padding: 8px 35px;
}
 .strip__pricing .period-slider .button {
  font-family: "Manrope", sans-serif;
}
.strip__pricing .period-slider .button {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  background-color: inherit;
  color: black;
}
.strip__pricing .period-slider .button__active{
  --tw-bg-opacity: 1;
  background-color: rgb(43 48 89 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.strip__pricing .period-slider {
  height: -moz-min-content;
  height: min-content;
}
.strip__pricing .price.hidden {
  display: none;
}
 .strip__pricing .price {
  font-family: "Manrope", sans-serif;
}
.strip__pricing .price {
  font-size: 2.375rem;
  line-height: 3.5rem;
  font-weight: 800;
}
.strip__pricing .price .price--period {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
}
 .strip__pricing .price--terms {
  font-family: "Manrope", sans-serif;
}
.strip__pricing .price--terms {
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.strip__services{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0px;
}
.strip__services .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.strip__services .info-container{
  --tw-bg-opacity: 1;
  background-color: rgb(232 237 245 / var(--tw-bg-opacity));
  padding: 10px 25px;
  border-radius: 30px;
  margin: -20px auto 0 auto;
  width: -moz-min-content;
  width: min-content;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: inherit;
}
.strip__services .info-container h2 {
  text-align: center;
  padding: 0px 20px;
}
.strip__services .info-container p {
  text-align: center;
}
.strip__services .cards {
  gap: 30px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.strip__services .card {
  width: calc(33.3333333333% - 20px);
}
.strip__indent .info-container {
  padding: 0px 40px;
  border-radius: 30px;
  margin: -20px auto 0px -6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 180px;
}
.strip__indent {
  padding: 0px 30px;
  max-width: 86%;
  margin: auto;
}
.strip__faq .info-container {
  padding: 15px 40px;
  border-radius: 30px;
  margin: -62px auto 20px 0;
  --tw-bg-opacity: 1;
  background-color: rgb(232 237 245 / var(--tw-bg-opacity));
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.strip__faq {
  padding: 30px;
  max-width: 86%;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 30px;
  z-index: 10;
  position: relative;
  margin-top: -17px;
}
.strip__footer {
  background-color: #101929;
  padding: 20px 20px;
  color: white;
}
.strip__footer .container {
  max-width: 1400px;
}
.strip__footer .logo {
  color: white;
  padding-bottom: 20px;
}
.strip__footer .info-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .strip__footer .info-container {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.strip__footer .footer-links {
  display: flex;
}
.strip__footer .footer-links a {
  color: white;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.strip__footer .footer-links a:hover {
  opacity: 0.8;
}
.strip__footer .footer-links a:not(:last-child) {
  margin-right: 24px;
  position: relative;
}
.strip__footer .footer-links a:not(:last-child):after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.strip__footer .copyright {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .strip__footer .copyright {
    margin-top: 10px;
  }
}

.btn-pricing-switch {
  display: inline-block;
  margin: 0px;
  position: relative;
  padding: 15px 20px;
  background: white;
  border-radius: 30px;
  margin-top: -20px;
}

.btn-pricing-switch > label.btn-pricing-switch-inner {
  margin: 0px;
  width: 225px;
  height: 46px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 237 245 / var(--tw-bg-opacity));
  border-radius: 20px;
  position: relative;
  transition: all 0.3s ease;
  /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
  display: block;
}

 .btn-pricing-switch > label.btn-pricing-switch-inner {
  font-family: "Manrope", sans-serif;
}

.btn-pricing-switch > label.btn-pricing-switch-inner {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.btn-pricing-switch > label.btn-pricing-switch-inner:before {
  content: attr(data-on);
  position: absolute;
  right: 0px;
  padding: 12px 25px;
}

 .btn-pricing-switch > label.btn-pricing-switch-inner:before {
  font-family: "Manrope", sans-serif;
}

.btn-pricing-switch > label.btn-pricing-switch-inner:before {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.btn-pricing-switch > label.btn-pricing-switch-inner:after {
  content: attr(data-off);
  width: 125px;
  height: 46px;
  --tw-bg-opacity: 1;
  background-color: rgb(43 48 89 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

 .btn-pricing-switch > label.btn-pricing-switch-inner:after {
  font-family: "Manrope", sans-serif;
}

.btn-pricing-switch > label.btn-pricing-switch-inner:after {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  border-radius: 20px;
  position: absolute;
  left: 0;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 6px -2px #111;
  padding: 12px 35px;
}

.btn-pricing-switch input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0px;
}

.btn-pricing-switch input[type=checkbox]:checked + label.btn-pricing-switch-inner:after {
  content: attr(data-on);
  left: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(43 48 89 / var(--tw-bg-opacity));
}

.btn-pricing-switch input[type=checkbox]:checked + label.btn-pricing-switch-inner:before {
  content: attr(data-off);
  right: auto;
}

.btn-pricing-switch input[type=checkbox]:checked ~ .alert {
  display: block;
}

.billing-toggle {
  margin-top: -20px;
  display: inline-block;
  position: relative;
  font-family: sans-serif;
  padding: 15px 20px;
  background: white;
  border-radius: 30px;
}

.billing-toggle__checkbox {
  position: absolute;
  opacity: 0;
}

.billing-toggle__label {
  background-color: #e9eff8;
  border-radius: 999px;
  display: flex;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.billing-toggle__option {
  padding: 12px 30px;
  z-index: 1;
  color: #333;
}

.billing-toggle__label::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc(50% - 4px);
  background-color: #2c2f5a;
  border-radius: 999px;
  transition: transform 0.3s ease;
}

.billing-toggle__checkbox:checked + .billing-toggle__label::before {
  transform: translateX(100%);
}

.billing-toggle__checkbox:checked + .billing-toggle__label .billing-toggle__option:first-child,
.billing-toggle__checkbox:not(:checked) + .billing-toggle__label .billing-toggle__option:last-child {
  color: #333;
}

.billing-toggle__checkbox:not(:checked) + .billing-toggle__label .billing-toggle__option:first-child,
.billing-toggle__checkbox:checked + .billing-toggle__label .billing-toggle__option:last-child {
  color: #fff;
}

.accordion {
  border-radius: 30px;
  margin: 0 auto;
}

.accordion__item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.accordion__item:first-child button {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.accordion__item:last-child button {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.accordion__item:last-child .accordion__content {
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #ddd;
}

.accordion__button {
  width: 100%;
  text-align: left;
  padding: 20px;
  font-size: 18px;
  background: #fff;
  border: none;
  cursor: pointer;
}

.accordion__content {
  padding: 0px 24px 24px 20px;
  display: none;
}

.accordion__content[aria-hidden=false] {
  display: block;
}

.cards {
  gap: 30px;
}
.cards .card {
  border-radius: 10px;
  max-width: 350px;
  background-color: white;
  padding: 20px 20px;
  gap: 30px;
  display: flex;
  flex-direction: column;
}
.cards .card .icon {
  width: 70px;
  height: 70px;
  border: 1px solid;
  --tw-border-opacity: 1;
  border-color: rgb(232 237 245 / var(--tw-border-opacity));
  fill: #2B3059;
  border-radius: 12px;
  padding: 14px;
}
.cards .card img {
  border-radius: 10px;
}
.cards .card.card--enterprise span.h4 {
  margin-top: 20px;
  padding-bottom: 26px;
}
@media (min-width: 1280px) {
  .cards .card.card--enterprise span.h4 {
    padding-bottom: 4px;
  }
}

.info-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .info-container {
    gap: 35px;
  }
}
.info-container__left {
  width: 100%;
}
@media (min-width: 768px) {
  .info-container__left {
    width: 50%;
    margin-right: 60px;
  }
}
.info-container p {
  font-size: 1.25rem;
  line-height: 2.0625rem;
  font-weight: 400;
  min-height: -moz-fit-content;
  min-height: fit-content;
  max-width: 420px;
  margin-bottom: 6px;
}

p{
  --tw-text-opacity: 1;
  color: rgb(102 104 111 / var(--tw-text-opacity));
}

header {
  padding-top: 20px;
  padding-bottom: 40px !important;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  header {
    flex-direction: row;
  }
}

.logo{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.1rem;
}

/* Menu toggle button (burger menu) */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
  z-index: 1001;
  transition: all 0.3s ease;
}
.menu-toggle svg {
  width: 24px;
  height: 24px;
}
.menu-toggle {
  /* Show burger menu on screens smaller than 769px */
}
@media screen and (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
  .menu-toggle--sticky {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #101929;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    animation: slideIn 0.3s ease;
  }
}
.menu-toggle--active {
  position: fixed;
  right: 20px;
  top: 20px;
}

/* Animation for sticky menu appearance */
@keyframes slideIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Menu overlay for mobile */
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
}
.menu-overlay--active {
  display: block;
}

.menu {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
@media (min-width: 768px) {
  .menu {
    margin-left: auto;
    margin-right: 0px;
  }
}
.menu {
  padding-top: 11px;
  gap: 20px;
  display: flex;
  /* Mobile menu styles (below 769px) */
}
@media screen and (max-width: 768px) {
  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background-color: #101929;
    flex-direction: column;
    padding: 80px 30px 30px;
    margin: 0;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 999;
    overflow-y: auto;
  }
  .menu--open {
    right: 0;
  }
  .menu a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: padding-left 0.2s ease;
  }
  .menu a:hover {
    padding-left: 10px;
  }
}
.menu a{
  font-size: 1.25rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.menu a .active{
  --tw-text-opacity: 1;
  color: rgb(80 175 155 / var(--tw-text-opacity));
}

/* Prevent body scroll when menu is open */
body.menu-open {
  overflow: hidden;
}

.services-list li {
  display: flex;
  margin-bottom: 15px;
}
.services-list .tick {
  width: 30px;
  height: 30px;
  background: url("../images/icons/ic_fluent_checkmark_12_filled.svg") no-repeat 0px 4px;
}

.faq {
  border: 1px solid rgba(43, 48, 89, 0.1);
  border-radius: 10px;
  margin-bottom: 16px;
  background-color: white;
  overflow: hidden;
  box-shadow: 0px 4px 12px rgba(12, 68, 204, 0.05);
  transition: all 0.3s ease;
}
.faq:hover {
  box-shadow: 0px 4px 16px rgba(12, 68, 204, 0.1);
}

.faq-question {
  padding: 18px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 .faq-question h3 {
  font-family: "Manrope", sans-serif;
}
.faq-question h3 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin: 0;
  transition: color 0.2s ease;
}
.faq-question::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icons/ic_fluent_chevron_down_12_filled.svg") no-repeat center;
  background-size: contain;
  --tw-text-opacity: 1;
  color: rgb(43 48 89 / var(--tw-text-opacity));
  transition: transform 0.3s ease;
}
.faq-question:hover h3{
  --tw-text-opacity: 1;
  color: rgb(43 48 89 / var(--tw-text-opacity));
}

.faq-answer {
  display: none;
  padding: 0 24px 24px;
  border-top: 1px solid rgba(232, 237, 245, 0.5);
  margin-top: -1px;
}
.faq-answer p {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: -0.015em;
  margin: 0;
}

.faq-answer.active {
  display: block;
}

.faq-question.active::after {
  transform: rotate(180deg);
}
.faq-question.active h3{
  --tw-text-opacity: 1;
  color: rgb(43 48 89 / var(--tw-text-opacity));
}

.contact-form-container {
  padding: 40px 0;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.contact-form h3 {
  text-align: center;
  margin-bottom: 10px;
}
.contact-form .form-description {
  text-align: center;
  color: #666;
  margin-bottom: 25px;
}
.contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-form__form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-form__form .form-group label {
  font-weight: 500;
  color: #2B3059 !important;
  font-size: 14px;
}
.contact-form__form .form-group input,
.contact-form__form .form-group textarea {
  padding: 12px;
  border: 1px solid #ddd !important;
  border-radius: 6px;
  font-size: 16px;
  font-family: inherit;
  transition: border-color 0.3s;
  background: white !important;
  color: #333 !important;
}
.contact-form__form .form-group input::-moz-placeholder, .contact-form__form .form-group textarea::-moz-placeholder {
  color: #999 !important;
}
.contact-form__form .form-group input::placeholder,
.contact-form__form .form-group textarea::placeholder {
  color: #999 !important;
}
.contact-form__form .form-group input:focus,
.contact-form__form .form-group textarea:focus {
  outline: none;
  border-color: #2B3059 !important;
  box-shadow: 0 0 0 2px rgba(43, 48, 89, 0.1);
}
.contact-form__form button {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .contact-form {
    padding: 20px;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  padding: 20px;
}
.overlay.active {
  display: flex;
}

.overlay-content {
  background: white;
  border-radius: 10px;
  padding: 30px;
  max-width: 500px;
  width: 100%;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.close-overlay {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.form-header {
  text-align: center;
  margin-bottom: 25px;
}

.form-description {
  color: #666;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.signup-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form-group label {
  font-weight: 500;
  color: #2B3059;
}
.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  font-family: inherit;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #2B3059;
  box-shadow: 0 0 0 2px rgba(43, 48, 89, 0.1);
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.form-checkbox input {
  width: 20px;
  height: 20px;
}
.form-checkbox label {
  font-size: 14px;
}
.form-checkbox a {
  color: #2B3059;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .cards {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .cards .card {
    width: 100%;
  }
  .pricing--header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-bottom: 15px;
  }
  .period-slider {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1279px) {
  .pricing .price {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pricing .price .price--period {
    display: block;
  }
  .pricing .cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .pricing .cards .card {
    width: calc(50% - 15px);
  }
}

@media (min-width: 768px){
  .md\:block{
    display: block;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:min-w-\[50\%\]{
    min-width: 50%;
  }
  .md\:min-w-\[40\%\]{
    min-width: 40%;
  }
  .md\:max-w-\[600px\]{
    max-width: 600px;
  }
  .md\:max-w-\[450px\]{
    max-width: 450px;
  }
  .md\:pt-\[45px\]{
    padding-top: 45px;
  }
}

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