@font-face {
  font-family: Free Personal Use License Pixel Surplus;
  src: url('../fonts/--Free-Personal-Use-License---Pixel-Surplus.pdf') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spacex;
  src: url('../fonts/SpaceX.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Regular.otf') format("opentype"), url('../fonts/SF-Pro-Display-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Light.otf') format("opentype"), url('../fonts/SF-Pro-Display-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Thin.otf') format("opentype"), url('../fonts/SF-Pro-Display-Thin.otf') format("opentype"), url('../fonts/SF-Pro-Display-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format("opentype"), url('../fonts/SF-Pro-Display-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Medium.otf') format("opentype"), url('../fonts/SF-Pro-Display-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Ultralight.otf') format("opentype"), url('../fonts/SF-Pro-Display-Ultralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Black.otf') format("opentype"), url('../fonts/SF-Pro-Display-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Khepri;
  src: url('../fonts/Khepri.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Khepri Round Rough;
  src: url('../fonts/Khepri-Round-Rough.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Khepri Textured;
  src: url('../fonts/Khepri-Textured.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Khepri Round;
  src: url('../fonts/Khepri-Round.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-light\<deleted\|variable-e2ee74b0\>: #f5f3e8;
  --main\<deleted\|variable-f0d33668\>: #1b463c;
  --buttoncolor\<deleted\|variable-8b5243cc\>: #31524d;
  --darkbg\<deleted\|variable-78d8a4c2\>: #253e3a;
  --kütüp-library-dark-slate-grey\<deleted\|variable-635e1224\>: #264653;
  --kütüp-library-dim-grey\<deleted\|variable-4c561e11\>: #6e6e6e;
  --lightgrey\<deleted\|variable-dbdcba68\>: #ddd;
  --orange: #f5821f;
  --purple: #9334e9;
  --blue: #2463eb;
  --bg-border\<deleted\|variable-e4eee82d\>: #d4d4d4;
  --bg-button\<deleted\|variable-c1a94b18\>: #f1f1f1;
  --bg-white: whitesmoke;
  --main-text: "Sf Pro Display", sans-serif;
  --white: white;
  --black: #000;
  --text-blue: #374151;
  --green: #17a34a;
  --red: #ef4444;
  --yellow: #ebb305;
  --kütüp-library-burntsienna: #e76f51;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navbar {
  z-index: 999;
  background-color: var(--background-light\<deleted\|variable-e2ee74b0\>);
  border-bottom: 1px solid #c4c4c4;
  position: sticky;
  top: 0;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1200px;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block {
  border: 2px solid var(--main\<deleted\|variable-f0d33668\>);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 60%;
  text-decoration: none;
  display: flex;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #1b463c;
  border-radius: 100px;
  margin-left: 20px;
  padding: 12px 22px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.button:hover {
  background-color: var(--buttoncolor\<deleted\|variable-8b5243cc\>);
}

.link {
  color: var(--buttoncolor\<deleted\|variable-8b5243cc\>);
  margin-left: 2px;
  margin-right: 2px;
  padding: 12px 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.link:hover {
  text-decoration: none;
}

.div-block-2 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.heading {
  color: var(--main\<deleted\|variable-f0d33668\>);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  text-decoration: none;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-4 {
  width: 50%;
  position: relative;
}

.div-block-5 {
  border-radius: 5px;
  width: 50%;
  height: 700px;
}

.section {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.button-2 {
  background-color: var(--main\<deleted\|variable-f0d33668\>);
  text-transform: uppercase;
  border-radius: 100px;
  margin-top: 75px;
  padding: 15px 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
}

.button-2:hover {
  background-color: var(--buttoncolor\<deleted\|variable-8b5243cc\>);
}

.heading-2 {
  width: 550px;
  margin-top: -50px;
  margin-bottom: -32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 55px;
  line-height: 75px;
}

.text-block {
  background-color: var(--main\<deleted\|variable-f0d33668\>);
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
  display: block;
}

.text-block-2 {
  width: 400px;
  margin-top: 41px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.section-2 {
  background-color: var(--background-light\<deleted\|variable-e2ee74b0\>);
  height: auto;
  padding-top: 60px;
  padding-bottom: 70px;
}

.columns {
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  color: var(--darkbg\<deleted\|variable-78d8a4c2\>);
  margin-top: -10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 70px;
}

.text-block-3 {
  color: var(--darkbg\<deleted\|variable-78d8a4c2\>);
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.contact-form {
  padding-top: 140px;
  padding-bottom: 140px;
}

.footer {
  background-color: var(--background-light\<deleted\|variable-e2ee74b0\>);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.heading-4 {
  border: 2px solid var(--main\<deleted\|variable-f0d33668\>);
  color: var(--main\<deleted\|variable-f0d33668\>);
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.link-block-2 {
  background-color: var(--darkbg\<deleted\|variable-78d8a4c2\>);
  background-image: url('../images/icons8-youtube-96.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 5px;
  width: 75px;
  height: 75px;
}

.link-block-2:hover {
  background-color: var(--buttoncolor\<deleted\|variable-8b5243cc\>);
}

.link-block-3 {
  background-color: var(--darkbg\<deleted\|variable-78d8a4c2\>);
  background-image: url('../images/icons8-dribbble-40.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 5px;
  width: 75px;
  height: 75px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.link-block-3:hover {
  background-color: var(--buttoncolor\<deleted\|variable-8b5243cc\>);
}

.link-block-3.wjenflwj {
  background-image: url('../images/icons8-instagram-48.webp');
}

.div-block-8 {
  background-image: url('../images/mae-mu-xtRL02ZuZxE-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
}

.div-block-8._29384982379r832u984 {
  background-image: url('../images/shostshto2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.div-block-8._9w8yef98ewy98fwef {
  background-image: url('../images/InsdieMedicne.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.div-block-8._98wuf9wehf {
  background-image: url('../images/QultinTech.webp');
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.columns-2 {
  flex-direction: row;
  max-width: 100vw;
  display: flex;
}

.columns-2.seongcoluopn {
  flex-direction: row-reverse;
}

.section-3 {
  padding-top: 100px;
  padding-bottom: 140px;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.button-3 {
  background-color: var(--main\<deleted\|variable-f0d33668\>);
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 175px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
  display: flex;
}

.button-3:hover {
  background-color: var(--buttoncolor\<deleted\|variable-8b5243cc\>);
}

.call-to-action {
  background-color: var(--background-light\<deleted\|variable-e2ee74b0\>);
  padding-top: 125px;
  padding-bottom: 125px;
}

.call-to-action.kjasndiuqw {
  background-color: var(--main\<deleted\|variable-f0d33668\>);
}

.centered-container {
  text-align: center;
  flex: 1;
}

.button-4 {
  background-color: var(--main\<deleted\|variable-f0d33668\>);
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  width: 200px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
}

.button-4:hover {
  background-color: var(--buttoncolor\<deleted\|variable-8b5243cc\>);
}

.button-4.qlwkdjqw9 {
  color: var(--main\<deleted\|variable-f0d33668\>);
  background-color: #fff;
}

.button-4.qlwkdjqw9:hover {
  background-color: #ddd;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  width: 1100px;
  max-width: 80vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-5 {
  color: var(--main\<deleted\|variable-f0d33668\>);
  text-align: center;
  width: 700px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  line-height: 50px;
}

.heading-6 {
  color: var(--main\<deleted\|variable-f0d33668\>);
  margin-top: 0;
  font-size: 55px;
  line-height: 75px;
}

.heading-6.kqjwnd9wq {
  color: #fff;
}

.paragraph {
  color: var(--darkbg\<deleted\|variable-78d8a4c2\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.paragraph.qjwdnwq89 {
  color: #fff;
}

.video-block {
  background-color: #d6d6d6;
  border-radius: 20px;
  width: 450px;
  height: 600px;
  margin-top: 41px;
  margin-left: 80px;
}

.video-block.mobileonly {
  display: none;
}

.heading-7 {
  color: var(--main\<deleted\|variable-f0d33668\>);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 60px;
}

.div-block-11 {
  transform-style: preserve-3d;
  background-image: url('../images/icons8-get-quote-100.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 50px;
  margin-bottom: -33px;
  margin-left: -33px;
  margin-right: auto;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-12 {
  background-image: url('../images/icons8-get-quote-100.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 50px;
  margin-top: -31px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  transform: rotate(0);
}

.text-block-4 {
  color: var(--darkbg\<deleted\|variable-78d8a4c2\>);
  text-align: center;
  margin-top: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.heading-10 {
  color: var(--main\<deleted\|variable-f0d33668\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 55px;
  line-height: 60px;
}

.text-block-5 {
  width: 90%;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.heading-11 {
  color: var(--main\<deleted\|variable-f0d33668\>);
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 45px;
  line-height: 60px;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.heading-12 {
  color: var(--darkbg\<deleted\|variable-78d8a4c2\>);
  width: 90vw;
  max-width: 1200px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 55px;
  line-height: 60px;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90vw;
  max-width: 1200px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.div-block-14 {
  background-color: var(--main\<deleted\|variable-f0d33668\>);
  border: 1px #333;
  width: 200px;
  height: 5px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 5px;
}

.div-block-15 {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  height: 75px;
  margin-top: -70px;
  margin-left: 87px;
  display: flex;
}

.heading-13, .heading-14 {
  background-color: var(--main\<deleted\|variable-f0d33668\>);
  color: #fff;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 15px 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 55px;
  line-height: 60px;
  display: none;
}

.heading-15 {
  background-color: var(--main\<deleted\|variable-f0d33668\>);
  color: #fff;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 15px 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
  display: none;
}

.div-block-18 {
  margin-left: 40px;
  padding-left: 20px;
}

.div-block-19, .div-block-20 {
  width: 85%;
  margin-right: 40px;
}

.div-block-21 {
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow {
  color: var(--main\<deleted\|variable-f0d33668\>);
  width: 100px;
  height: 50px;
  margin-top: 350px;
  margin-bottom: auto;
  margin-left: 375px;
}

.right-arrow {
  color: var(--main\<deleted\|variable-f0d33668\>);
  width: 100px;
  height: 50px;
  margin: 350px 375px auto 0;
  position: absolute;
}

.slider {
  background-color: #0000;
  height: 500px;
}

.columns-3 {
  width: 75%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.column-3 {
  background-color: var(--main\<deleted\|variable-f0d33668\>);
  height: 100%;
}

.column-4 {
  background-color: var(--background-light\<deleted\|variable-e2ee74b0\>);
  height: 100%;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-nav {
  display: none;
}

.div-block-22 {
  width: 3900px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.div-block-23 {
  background-color: #fff;
  background-image: url('../images/Oplete.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  border-radius: 5px;
  width: 250px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 2px 2px 6px #c7c7c7;
}

.div-block-25 {
  background-image: url('../images/OpleteWhite.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 50px;
  margin-top: 20px;
  margin-left: 20px;
}

.div-block-25.oadj9 {
  background-image: url('../images/CocoChriustan.webp');
}

.div-block-25.oqdhf908eqw {
  background-image: url('../images/qtlgoog-hite.webp');
  width: 150px;
}

.div-block-26 {
  background-color: #fff;
  border-radius: 1000px;
  flex-direction: row;
  align-items: center;
  width: 200px;
  height: 45px;
  margin-top: 160px;
  margin-left: 18px;
  display: flex;
}

.div-block-27 {
  background-image: url('../images/HEadshot.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  width: 45px;
  height: 45px;
}

.div-block-27.iuasdhu9 {
  background-image: url('../images/Screen-Shot-2022-04-28-at-10.35.44-AM.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-27.ijhefd98we {
  background-image: url('../images/Screen-Shot-2022-04-28-at-1.07.24-PM.webp');
  background-size: cover;
}

.div-block-28 {
  padding-left: 20px;
}

.text-block-6 {
  color: var(--main\<deleted\|variable-f0d33668\>);
  text-align: center;
  margin-top: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-block-6.woiefji {
  margin-top: 30px;
}

.text-block-6.oijd089ew {
  margin-top: 10px;
}

.div-block-29 {
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: url('../images/icons8-get-quote-100.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  transform: rotateX(180deg)rotateY(0)rotateZ(0)rotate(180deg);
}

.div-block-30 {
  transform-style: preserve-3d;
  background-image: url('../images/icons8-get-quote-100.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 45px;
  margin-left: auto;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(180deg);
}

.text-block-7 {
  color: var(--main\<deleted\|variable-f0d33668\>);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.text-block-8 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.text-block-9 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.heading-18 {
  color: var(--main\<deleted\|variable-f0d33668\>);
  text-align: left;
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 55px;
  line-height: 80px;
}

.section-5 {
  padding-bottom: 100px;
}

.mask {
  height: 400px;
}

.div-block-31 {
  background-color: #fff;
  background-image: url('../images/SportsMed.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 5px;
  width: 250px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 2px 2px 6px #c7c7c7;
}

.div-block-32 {
  background-color: #fff;
  background-image: url('../images/CocoChristina.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  border-radius: 5px;
  width: 250px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 2px 2px 6px #c7c7c7;
}

.div-block-33 {
  background-color: #fff;
  background-image: url('../images/QultinTechLogo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 130px;
  border-radius: 5px;
  width: 250px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 2px 2px 6px #c7c7c7;
}

.div-block-34 {
  background-color: #fff;
  background-image: url('../images/insideMediace.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
  border-radius: 5px;
  width: 250px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 2px 2px 6px #c7c7c7;
}

.section-6 {
  height: 325px;
  margin-bottom: 100px;
  overflow: hidden;
}

.div-block-35 {
  background-color: #fff;
  background-image: url('../images/Checkup.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 145px;
  border-radius: 5px;
  width: 250px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 2px 2px 6px #c7c7c7;
}

.div-block-36 {
  background-color: #fff;
  background-image: url('../images/333.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 155px;
  border-radius: 5px;
  width: 250px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 2px 2px 6px #c7c7c7;
}

.link-block-7, .div-block-37 {
  display: none;
}

.div-block-41 {
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-7 {
  background-color: var(--main\<deleted\|variable-f0d33668\>);
  padding-bottom: 140px;
}

.heading-21 {
  color: #aaa;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.div-block-42 {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.div-block-43 {
  color: #c2c2c2;
  background-color: #c2c2c2;
  border-radius: 100px;
  width: 10px;
  height: 10px;
}

.div-block-44 {
  background-color: #c2c2c2;
  border-radius: 10px;
  width: 8px;
  height: 50px;
  margin-left: 21px;
}

.heading-22 {
  color: #fff;
  text-transform: uppercase;
  background-color: #1b4645;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -5px;
  padding: 3px 10px 3px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.heading-23 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.div-block-45 {
  z-index: 999;
  background-color: var(--main\<deleted\|variable-f0d33668\>);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 165px;
  padding-bottom: 40px;
  padding-left: 30px;
  display: flex;
  position: sticky;
  top: 85px;
}

.div-block-46 {
  background-color: #fff;
  width: 275px;
  height: 7px;
}

.div-block-47 {
  background-image: url('../images/IntroPNG.webp'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  width: 100%;
  height: 400px;
  margin-top: -60px;
  position: static;
}

.div-block-47.iqjwdf {
  background-image: url('../images/jason-goodman-6awfTPLGaCE-unsplash.webp'), linear-gradient(#0000, #0000);
  background-size: cover, auto;
}

.div-block-47.jiocnbewob {
  background-image: url('../images/annie-spratt-QckxruozjRg-unsplash.webp'), linear-gradient(#0000, #0000);
  background-size: cover, auto;
}

.div-block-47.qljwndoq {
  background-image: url('../images/john-schnobrich-FlPc9_VocJ4-unsplash.webp'), linear-gradient(#0000, #0000);
  background-size: cover, auto;
}

.div-block-47.kqjwbndiuq {
  background-image: url('../images/helena-lopes-PGnqT0rXWLs-unsplash.webp'), linear-gradient(#0000, #0000);
  background-position: 50% 80%, 0 0;
  background-size: cover, auto;
}

.div-block-47.lqjknwdfoj {
  background-image: url('../images/kelly-sikkema-ml1IgjV8OvY-unsplash.webp'), linear-gradient(#0000, #0000);
  background-size: cover, auto;
}

.heading-24 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-block-11 {
  color: #fff;
  width: 600px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.div-block-48 {
  margin-top: 10px;
  margin-bottom: 140px;
  padding-top: 50px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.column-8 {
  position: sticky;
  top: 255px;
}

.column-9 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-49 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.section-8 {
  padding-top: 60px;
  padding-bottom: 140px;
}

.link-block-13 {
  width: 120px;
  height: 55px;
  text-decoration: none;
}

.div-block-50 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 220px;
}

.heading-26 {
  color: var(--main\<deleted\|variable-f0d33668\>);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 65px;
}

.div-block-51 {
  background-color: var(--main\<deleted\|variable-f0d33668\>);
  width: 300px;
  height: 7px;
  margin-bottom: 60px;
}

.div-block-52 {
  background-color: var(--main\<deleted\|variable-f0d33668\>);
  width: 250px;
  height: 5px;
}

.div-block-53 {
  width: 75%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-54 {
  width: 1200px;
  max-width: 97vw;
  margin-left: auto;
  margin-right: auto;
}

.heading-27 {
  color: var(--main\<deleted\|variable-f0d33668\>);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 75px;
  line-height: 100px;
}

.div-block-55 {
  background-color: var(--main\<deleted\|variable-f0d33668\>);
  width: 200px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}

.section-9 {
  padding-top: 60px;
  padding-bottom: 220px;
}

.columns-4 {
  margin-top: 100px;
}

.div-block-56 {
  color: #0000;
  background-image: linear-gradient(#0000, #0000), url('../images/Joah-Woods-BW.webp');
  background-position: 0 0, 65% 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 425px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.div-block-56:hover {
  color: #fff;
  background-image: linear-gradient(#00000059, #00000059), url('../images/Joah-Woods-BW.webp');
  background-position: 0 0, 65% 100%;
  background-size: auto, cover;
}

.div-block-56.owjfeo {
  background-image: linear-gradient(#0000, #0000), url('../images/spencer-spea-1.webp');
  background-position: 0 0, 55% 100%;
  background-repeat: repeat, no-repeat;
}

.div-block-56.owjfeo:hover {
  background-image: linear-gradient(#00000059, #00000059), url('../images/spencer-spea-1.webp');
  background-position: 0 0, 55% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-56.woeijfoiwej {
  background-image: linear-gradient(#0000, #0000), url('../images/Adam-Vaden-BW.webp');
  background-position: 0 0, 50% 100%;
}

.div-block-56.woeijfoiwej:hover {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Adam-Vaden-BW.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.div-block-56.lwejfoiweh {
  background-image: linear-gradient(#0000, #0000), url('../images/spencer.webp'), linear-gradient(#000, #000);
  background-position: 0 0, 50% 100%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, contain, auto;
}

.div-block-56.lwejfoiweh:hover {
  background-image: linear-gradient(#00000059, #00000059), url('../images/spencer.webp'), linear-gradient(#000, #000);
  background-position: 0 0, 50% 100%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, contain, auto;
}

.div-block-56.owejfhh98w {
  background-image: linear-gradient(#00000040, #fff0), linear-gradient(#0000, #0000), url('../images/Zavy-Wavy-BW.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
}

.div-block-56.aojhcu9a {
  background-image: linear-gradient(#0000, #0000), linear-gradient(#0003, #fff0), url('../images/Brandon-BW.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.div-block-56.oiquwhdf9 {
  background-image: linear-gradient(#0000004d, #fff0), linear-gradient(#0000, #0000), url('../images/JP-BW.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
}

.div-block-56.ojwfowefdwe {
  background-image: linear-gradient(#00000040, #fff0), linear-gradient(#0000, #0000), url('../images/Erin-Hanners-BW.webp');
  background-position: 0 0, 0 0, 35% 100%;
  background-size: auto, auto, cover;
}

.div-block-57 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
}

.link-block-14 {
  background-color: #fff;
  background-image: url('../images/icons8-facebook-96-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 1000px;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.link-block-14:hover {
  background-color: #ddd;
}

.link-block-15 {
  background-color: #fff;
  background-image: url('../images/icons8-instagram-96-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.link-block-15:hover {
  background-color: #ddd;
}

.link-block-16 {
  background-color: #fff;
  background-image: url('../images/icons8-twitter-100-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}

.link-block-16:hover {
  background-color: #ddd;
}

.heading-30 {
  margin: 10px auto 0 0;
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.text-block-12 {
  margin-bottom: 202px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 20px;
}

.webdevcolumn238472 {
  display: block;
}

.div-block-63 {
  width: 90vw;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-65 {
  background-color: var(--main\<deleted\|variable-f0d33668\>);
  width: 200px;
  height: 5px;
}

.column-11 {
  padding-left: 0;
  padding-right: 5px;
}

.column-12 {
  padding-left: 5px;
  padding-right: 0;
}

.link-block-17 {
  border: 3px solid var(--main\<deleted\|variable-f0d33668\>);
  background-image: url('../images/AutoSImple.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.link-block-17:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AutoSImple.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.link-block-17.owijfie {
  background-image: url('../images/website2.webp');
  background-position: 0 0;
}

.link-block-17.owijfie:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/website2.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.link-block-17.iowuhefoiewhnf {
  background-image: url('../images/website3.webp');
  background-position: 0 0;
}

.link-block-17.iowuhefoiewhnf:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/website3.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.link-block-17.woejfoew {
  background-image: url('../images/website4.webp');
  background-position: 50% 0;
}

.link-block-17.woejfoew:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/website4.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.link-block-17.lwjehfoeuw {
  background-image: url('../images/website5.webp');
  background-position: 0 0;
}

.link-block-17.lwjehfoeuw:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/website5.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.link-block-17.kwhbefwi {
  background-image: url('../images/website-6.webp');
  background-position: 50% 0;
}

.link-block-17.kwhbefwi:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/website-6.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.link-block-17.jwhevfu {
  background-image: url('../images/website7.webp');
}

.link-block-17.jwhevfu:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/website7.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.link-block-17.wkehfiuew {
  background-image: url('../images/Website8.webp');
}

.link-block-17.wkehfiuew:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Website8.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.link-block-17.iwuhefu9ew {
  background-image: url('../images/Screen-Shot-2022-06-13-at-4.04.21-PM.webp');
}

.link-block-17.iwuhefu9ew:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screen-Shot-2022-06-13-at-4.04.21-PM.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.html-embed {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.div-block-67 {
  background-image: url('../images/Frame-197.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 900px;
  height: 700px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph-7 {
  color: #afafaf;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 20px;
  padding-right: 100px;
  font-family: Sf Pro Display, sans-serif;
  font-weight: 300;
}

.div-block-86 {
  background-color: #cfcfcf;
  height: 1px;
}

.text-block-14 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Sf Pro Display, sans-serif;
}

.text-block-14.wefowie {
  margin-bottom: 20px;
}

.section-10 {
  padding-bottom: 0;
  display: block;
}

.div-block-75 {
  background-color: #f2faff;
  border-radius: 10px;
  padding: 10px 20px 5px 10px;
  box-shadow: 1px 1px 3px #e6edff;
}

.heading-44 {
  color: #555;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 35px;
}

.heading-44.preijoiwnf {
  font-size: 20px;
}

.heading-47 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.text-block-20 {
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Sf Pro Display, sans-serif;
}

.div-block-76 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.mainheadernav {
  z-index: 9999;
  background-color: #f5f3e8;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
}

.div-block-102 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90vw;
  max-width: 1120px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.heading-49 {
  color: var(--main\<deleted\|variable-f0d33668\>);
  text-transform: uppercase;
  width: 800px;
  margin-top: -20px;
  margin-bottom: 40px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 125px;
  font-weight: 600;
  line-height: 150px;
}

.text-block-21 {
  color: var(--main\<deleted\|variable-f0d33668\>);
  width: 400px;
  margin-bottom: 60px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-22 {
  color: var(--main\<deleted\|variable-f0d33668\>);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.div-block-104 {
  width: 300px;
}

.link-block-20 {
  border-bottom: 1px solid var(--main\<deleted\|variable-f0d33668\>);
  justify-content: space-between;
  align-items: center;
  width: 97%;
  height: 40px;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.link-block-20:hover {
  padding-left: 10px;
  padding-right: 2px;
}

.div-block-105 {
  background-image: url('../images/icons8-right-100-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.text-block-23 {
  color: var(--main\<deleted\|variable-f0d33668\>);
  font-family: Sf Pro Display, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.prodcut-demo {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.heading-50 {
  color: #fff;
  text-transform: uppercase;
  font-family: Sf Pro Display, sans-serif;
  font-size: 125px;
  font-weight: 600;
  line-height: 155px;
}

.scope-of-work {
  background-color: var(--main\<deleted\|variable-f0d33668\>);
  align-items: flex-start;
  width: 100vw;
  height: 110vh;
  padding-top: 100px;
  padding-bottom: 20vh;
  display: flex;
}

.div-block-108 {
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 25vh;
}

.text-block-24 {
  color: #fff;
  width: 600px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.image-3 {
  display: none;
}

.backgroundvideo {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.background-video-2 {
  z-index: 20;
  width: 100vw;
  height: 100vh;
}

.font-type {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 1120px;
  margin: -55vh auto 80vh;
  display: flex;
  position: sticky;
  top: 15vh;
}

.spacerdiv {
  z-index: 40;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.heading-52 {
  color: #fff;
  text-transform: uppercase;
  width: 825px;
  margin-bottom: 40px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 125px;
  font-weight: 600;
  line-height: 155px;
}

.div-block-113 {
  border-radius: 20px;
  width: 825px;
}

.text-block-25 {
  color: #fff;
  width: 300px;
  margin-bottom: 40px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-114 {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding: 20px;
  display: flex;
}

.heading-53 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.heading-54 {
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
}

.div-block-115 {
  justify-content: space-between;
  display: flex;
}

.heading-55 {
  margin-top: 0;
  font-family: Oswald, sans-serif;
}

.text-block-26 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300;
}

.text-block-27 {
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 600;
}

.text-block-28 {
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.link-3 {
  color: #7c7c7c;
  width: 150px;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: block;
}

.div-block-116 {
  background-image: linear-gradient(#00000040, #00000040);
  width: 100vw;
  height: 100vh;
  position: relative;
}

.color-palette-header {
  z-index: 50;
  background-color: #fff;
  align-items: flex-end;
  width: 100vw;
  height: 45vh;
  margin-top: -75vh;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-118 {
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 20vh;
}

.heading-56 {
  color: #333;
  text-transform: uppercase;
  font-family: Sf Pro Display, sans-serif;
  font-size: 125px;
  font-weight: 600;
  line-height: 155px;
}

.text-block-30 {
  width: 600px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.colorpalletcolor {
  z-index: 40;
  justify-content: space-between;
  width: 90vw;
  max-width: 1120px;
  height: 175vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 500px;
  display: flex;
  position: sticky;
  top: -100vh;
  overflow: hidden;
}

.div-block-121 {
  background-color: var(--kütüp-library-dark-slate-grey\<deleted\|variable-635e1224\>);
  align-items: flex-end;
  width: 24%;
  height: 100%;
  display: flex;
}

.div-block-122 {
  background-color: var(--kütüp-library-dark-slate-grey\<deleted\|variable-635e1224\>);
  align-items: flex-end;
  width: 24%;
  height: 100%;
  margin-top: 25vh;
  display: flex;
}

.div-block-123 {
  background-color: var(--kütüp-library-dark-slate-grey\<deleted\|variable-635e1224\>);
  align-items: flex-end;
  width: 24%;
  height: 100%;
  margin-top: 50vh;
  display: flex;
}

.div-block-124 {
  background-color: var(--kütüp-library-dark-slate-grey\<deleted\|variable-635e1224\>);
  align-items: flex-end;
  width: 24%;
  height: 100%;
  margin-top: 75vh;
  display: flex;
}

.text-block-32 {
  color: #fff;
  text-transform: uppercase;
  width: 24%;
  padding-top: 10px;
  padding-left: 20px;
  font-family: Sf Pro Display, sans-serif;
  font-weight: 500;
}

.color-pallet-names {
  z-index: 50;
  justify-content: space-between;
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 45vh;
}

.spacerdiv2 {
  z-index: 60;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  position: sticky;
  top: 0;
}

.timeline-scroll {
  z-index: 60;
  width: 100vw;
  padding-top: 55vh;
  padding-bottom: 30vh;
  position: relative;
}

.div-block-126 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 90vw;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10vw;
  display: flex;
}

.div-block-127 {
  background-color: #333;
  border-radius: 100px;
  width: 3px;
  height: 30vh;
  margin-right: 4px;
}

.heading-57 {
  text-transform: uppercase;
  width: 800px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 125px;
  font-weight: 600;
  line-height: 155px;
}

.est-timeline-header {
  z-index: 70;
  background-color: #fff;
  width: 90vw;
  max-width: 1120px;
  margin-top: -50vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-bottom: 40px;
  position: sticky;
  top: 0;
}

.div-block-129 {
  background-color: #333;
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.div-block-130 {
  justify-content: space-between;
  align-items: center;
  width: 600px;
  display: flex;
}

.heading-58 {
  text-transform: uppercase;
  font-family: Sf Pro Display, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.text-block-33 {
  color: #949494;
  font-family: Sf Pro Display, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.forrest-background {
  z-index: 70;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.background-video-3 {
  z-index: 80;
  border-radius: 20px;
  width: 110vw;
  height: 100vh;
  margin-left: -5vw;
  margin-right: -5vw;
  position: relative;
  top: 0;
}

.div-block-132 {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.div-block-133 {
  width: 100vw;
}

.div-block-134 {
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
}

.heading-59 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 125px;
  font-weight: 600;
  line-height: 155px;
}

.text-block-34 {
  color: #fff;
  width: 800px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.market-trends-h-gradient {
  z-index: 90;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.our-tools-list {
  z-index: 85;
  width: 100vw;
  padding-top: 15vh;
  padding-bottom: 5vh;
  position: relative;
}

.div-block-137 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  width: 90vw;
  max-width: 1120px;
  height: 300px;
  margin-bottom: 25vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-138 {
  background-image: url('../images/google-review.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 50%;
  height: 100%;
}

.div-block-138.lwkjefpojwe {
  background-image: url('../images/file-LgFYfKthFH.webp');
}

.div-block-138.lnefwne {
  background-image: url('../images/Webflow.webp');
}

.div-block-139 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 40px;
  display: flex;
}

.text-block-35 {
  font-family: Sf Pro Display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.heading-60 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.div-block-140 {
  background-color: #00000040;
  width: 100%;
  height: 100%;
}

.market-trends-text {
  z-index: 91;
  width: 90vw;
  max-width: 1120px;
  margin-top: -85vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  position: sticky;
  top: 0;
}

.heading-61 {
  color: #fff;
  text-transform: uppercase;
  font-family: Sf Pro Display, sans-serif;
  font-size: 125px;
  font-weight: 600;
  line-height: 155px;
}

.html-embed-2 {
  z-index: 90;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-block-36 {
  color: #fff;
  width: 600px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.tracker-market-trends {
  z-index: 90;
  width: 100vw;
  height: 180vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.camrea-market-trends {
  width: 100vw;
  height: 60vh;
  position: sticky;
  top: 35vh;
  overflow: hidden;
}

.frame001 {
  width: 100vw;
  height: 100%;
  padding-left: 20vw;
  display: flex;
}

.itemspace-market-trebds {
  object-fit: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 100%;
  padding: 30px 50px;
  display: flex;
}

.image-4 {
  object-fit: contain;
  border-radius: 20px;
  height: 100%;
}

.funding-options-holder {
  z-index: 95;
  background-color: #fff;
  width: 100vw;
  height: 150vh;
  margin-top: -150vh;
  position: sticky;
  top: -50vh;
}

.div-block-142 {
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  position: relative;
  top: 50vh;
}

.heading-62 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 125px;
  font-weight: 600;
  line-height: 125px;
}

.payment-options-coluoms {
  z-index: 96;
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 20vh;
}

.div-block-143 {
  z-index: 96;
  background-color: #fff;
  width: 100vw;
  height: 150vh;
  position: sticky;
  top: -50vh;
}

.div-block-144 {
  z-index: 98;
  width: 90vw;
  max-width: 1120px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25vh;
  position: sticky;
  top: 0;
}

.div-block-145 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 500px;
  display: flex;
}

.div-block-146 {
  background-image: url('../images/JoshFace.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 100%;
}

.html-embed-3 {
  border-radius: 20px;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-147 {
  width: 60%;
  padding-left: 40px;
}

.div-block-148 {
  border-radius: 20px;
  flex: none;
  justify-content: space-between;
  width: 100%;
  height: 500px;
  margin-top: -500px;
  display: flex;
  position: relative;
}

.heading-63 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 55px;
  font-weight: 600;
}

.div-block-149 {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-150 {
  background-image: url('../images/icons8-phone-100-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 22px;
}

.div-block-150.wjhefiuweh {
  background-image: url('../images/icons8-email-100.webp');
}

.div-block-150.lwkmfkwejf {
  background-image: url('../images/icons8-internet-100.webp');
}

.text-block-37 {
  color: #fff;
  width: 150px;
  padding-left: 5px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.link-5 {
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
}

.link-5:hover {
  text-decoration: underline;
}

.text-block-38 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 100px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-151 {
  z-index: 200;
  background-color: var(--background-light\<deleted\|variable-e2ee74b0\>);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-64 {
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.lottie-animation-3 {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-block-39 {
  text-align: center;
  width: 200px;
}

.div-block-152 {
  background-color: #0750b3;
  width: 100%;
  height: 100%;
}

.div-block-153 {
  background-color: #0884bd;
  width: 100%;
  height: 100%;
}

.div-block-154 {
  background-color: #07b35b;
  width: 100%;
  height: 100%;
}

.div-block-155 {
  background-color: #333;
  width: 100%;
  height: 100%;
}

.text-block-40, .text-block-41, .text-block-42, .text-block-43 {
  color: var(--kütüp-library-dim-grey\<deleted\|variable-4c561e11\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-44 {
  width: 500px;
  margin-bottom: 10px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-156 {
  z-index: 90;
  border-bottom: 1px solid var(--lightgrey\<deleted\|variable-dbdcba68\>);
  justify-content: space-between;
  width: 90vw;
  max-width: 1220px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.navbarmain {
  z-index: 90;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fffc;
  align-items: center;
  width: 100vw;
  height: 55px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-157 {
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-158 {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block-45 {
  z-index: 10;
  color: #333;
  letter-spacing: 0;
  text-transform: none;
  font-family: Sf Pro Display, sans-serif;
  font-weight: 500;
  position: relative;
}

.text-block-45.kjwbefkjebw {
  color: #306fdb;
  font-weight: 500;
}

.text-block-45.kjwbefkjebw.kwjebfjkbew {
  color: #fff;
}

.hoverbutton01 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: none;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px 9px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.hoverbutton01.startersamplediv {
  background-color: var(--lightgrey\<deleted\|variable-dbdcba68\>);
  text-decoration: none;
}

.hoverbutton01.cocolink {
  z-index: 18;
  width: 185px;
  height: 45px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.hoverbutton01.cocolink.lwnefewh {
  background-color: #fff;
  width: 135px;
  height: 40px;
  margin-top: 10px;
  margin-left: 20px;
}

.hoverbutton01.videoclosebutton {
  border-radius: 7px;
  width: 55px;
  height: 55px;
  margin-left: 0;
  margin-right: 0;
}

.hoverbutton01.videoclosebutton.lwkneflkewn {
  border-radius: 5px;
  width: 45px;
  height: 45px;
}

.hoverbutton01.kwjenfbjiewhf {
  background-color: #fff;
}

.hoverbutton01.wkjefhowiu {
  background-color: #306fdb;
  width: 300px;
  height: 45px;
  margin-top: 30px;
  display: flex;
}

.hoverbutton01.wkjefhowiu.wjnefjklwwef:hover {
  background-color: #215fc9;
}

.herobg01div {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-top: -100px;
  display: flex;
  position: sticky;
  top: 0;
}

.ourservices {
  z-index: 3;
  background-image: linear-gradient(to top, #fff 95%, #fff0);
  width: 100vw;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  top: 0;
}

.div-block-161 {
  background-color: #f5f5f5;
  border-radius: 20px;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.body {
  cursor: none;
}

.cursor-wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.curser {
  background-color: #dfdfdfcc;
  border-radius: 100px;
  width: 25px;
  height: 25px;
}

.buttonhovercolor {
  border-radius: 7px;
  position: absolute;
  inset: 0%;
}

.buttonhovercolor.moviewrapperclose {
  background-image: url('../images/icons8-close-150.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.buttonhovercolor.moviewrapperclose.kjwnefjewbn {
  background-image: url('../images/icons8-return-100.webp');
  background-size: 50%;
  border-radius: 5px;
}

.buttonhovercolor.moviewrapperclose.kjwnefjewbn.wmneflkwenf {
  background-image: url('../images/icons8-close-150.webp');
  border-radius: 5px;
}

.div-block-162 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-66 {
  color: #333;
  text-align: center;
  width: 300px;
  font-family: Sf Pro Display, sans-serif;
}

.div-block-163 {
  justify-content: space-between;
  width: 90vw;
  max-width: 1120px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-164 {
  width: 50%;
}

.div-block-165 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.background-video-5 {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.heading-67 {
  text-align: left;
  text-transform: uppercase;
  padding-left: 60px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 125px;
  font-weight: 600;
  line-height: 150px;
}

.div-block-166 {
  z-index: 999;
  border: 1px solid var(--lightgrey\<deleted\|variable-dbdcba68\>);
  background-color: #fff;
  background-image: url('../images/icons8-right-100-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 1000px;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 20px;
  display: block;
  position: sticky;
  bottom: 20px;
  left: auto;
  right: 20px;
  transform: rotate(270deg);
}

.div-block-166:hover {
  box-shadow: 1px 1px 5px #0003;
}

.div-block-167 {
  background-image: url('../images/Apple-Macbook-Pro-16-Silver-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90vw;
  max-width: 1120px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 84px;
  padding-bottom: 110px;
}

.div-block-168 {
  justify-content: center;
  align-items: flex-start;
  width: 878px;
  height: 530px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: scroll;
}

.div-block-169 {
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-46 {
  width: 450px;
  margin-left: 80px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.html-embed-4 {
  width: 100%;
  height: 100%;
}

.html-embed-4.kjwnfjwenf {
  display: none;
}

.herobg02div {
  z-index: 2;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: -75vh;
  display: flex;
  position: sticky;
  top: 0;
}

.background-video-6 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-171 {
  justify-content: space-between;
  width: 90vw;
  max-width: 1120px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-172 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-173 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 500px;
  display: flex;
}

.heading-68 {
  background-image: linear-gradient(45deg, var(--orange), var(--purple));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Sf Pro Display, sans-serif;
  font-size: 72px;
  line-height: 125px;
}

.text-block-47 {
  color: #333;
  text-align: center;
  width: 800px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  font-family: Sf Pro Display, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}

.div-block-174 {
  z-index: 12;
  width: 100%;
  height: auto;
}

.italic-text {
  color: var(--orange);
  font-family: Sf Pro Display, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.text-span {
  background-image: linear-gradient(45deg, var(--purple), #00e7c4);
  color: #306fdb;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.background-video-7 {
  z-index: 4;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.div-block-175 {
  z-index: 13;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 800px;
  height: auto;
  margin-top: -35vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 55vh;
  display: flex;
  position: relative;
}

.div-block-176 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  margin-top: 125px;
  margin-bottom: 125px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 18px;
  display: flex;
}

.heading-69 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.div-block-177 {
  background-color: #fff;
  width: 5px;
  height: 20px;
  margin-top: -16px;
}

.div-block-178 {
  align-items: center;
  display: flex;
}

.text-block-48 {
  padding-left: 28px;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
}

.div-block-179 {
  z-index: 12;
  background-image: linear-gradient(#00000059, #00000059);
  width: 100%;
  height: 100%;
}

.pastwork {
  z-index: 14;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 110vh;
  display: flex;
  position: relative;
}

.div-block-180 {
  width: 90vw;
  max-width: 1120px;
  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 100px;
  bottom: 100px;
}

.heading-70 {
  padding-left: 5px;
  padding-right: 5px;
  font-family: Sf Pro Display, sans-serif;
}

.heading-70.wnefkjewnf {
  color: #747474;
  padding-top: 3px;
  font-size: 22px;
  font-weight: 300;
}

.heading-70.owijfoiewjf {
  background-image: linear-gradient(45deg, var(--purple), var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
  font-weight: 700;
}

.div-block-181 {
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.div-block-182 {
  z-index: 15;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.div-block-183 {
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-184 {
  z-index: 19;
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.macbook-div-wrapper {
  background-image: url('../images/Apple-Macbook-Pro-16-Silver-1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-top: -50px;
  padding: 65px 110px 70px;
  display: block;
}

.iphone--div-wrapper {
  background-image: url('../images/iPhone-Edited.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 480px;
  width: 100%;
  height: 100%;
  padding: 80px 348px;
  display: none;
}

.div-block-186 {
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.opleteiphonewrapper {
  width: 100%;
}

.opletemacwrapper {
  width: 100%;
  display: block;
}

.cocomacwrapper, .cocoiphonewrapper, .autosimplemacwrapper, .autosimpleiphonewrapper {
  width: 100%;
  display: none;
}

.clientinfo {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-187 {
  width: 100vw;
}

.div-block-188 {
  background-color: #000;
  background-image: linear-gradient(45deg, #000 52%, #fff 52%);
  align-items: flex-end;
  display: flex;
  position: relative;
}

.div-block-189 {
  justify-content: space-between;
  width: 90vw;
  max-width: 1120px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-190 {
  z-index: 21;
  background-image: url('../images/Untitled-design-6.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 600px;
  margin-top: -400px;
  position: relative;
}

.heading-72 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-49 {
  color: #fff;
  font-family: Sf Pro Display, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-191 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-192 {
  justify-content: space-between;
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-193 {
  z-index: 999;
  width: 500px;
  height: 400px;
}

.heading-73 {
  color: #333;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 75px;
  line-height: 20px;
  transform: rotate(0);
}

.heading-74 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.div-block-194 {
  z-index: 20;
  filter: blur(100px);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 250px;
  margin-top: 60px;
  margin-right: 80px;
  display: flex;
  position: relative;
}

.html-embed-7 {
  z-index: 20;
  -webkit-backdrop-filter: blur(500px);
  backdrop-filter: blur(500px);
  border-radius: 500px;
  width: 400px;
  height: 300px;
  position: relative;
}

.div-block-195 {
  z-index: 10;
  background-image: url('../images/icons8-play-96.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  position: relative;
}

.cocomoviewrapper {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-196 {
  width: 80vw;
  max-width: 900px;
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-197 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-198 {
  height: 100px;
}

.div-block-199 {
  width: 300px;
  height: 150px;
}

.div-block-200 {
  width: 100vw;
  padding-top: 40px;
  padding-left: 40px;
}

.div-block-202 {
  background-image: url('../images/Joah-Woods-BW.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 300px;
  height: 375px;
  display: block;
  position: relative;
  box-shadow: 4px 4px 12px #0003;
}

.div-block-202.wemnfewwef {
  background-image: url('../images/spencer-spea-1.webp');
}

.div-block-202.wlefjhlekwhf {
  background-image: url('../images/Adam-Vaden-BW.webp');
  background-position: 50%;
}

.div-block-202.kwjbefkjewbf {
  background-image: url('../images/spencer.webp');
  background-position: 50%;
}

.div-block-202.kwjefhjkewhf {
  background-image: url('../images/Zavy-Wavy-BW.webp');
}

.div-block-202.wkhbefkwhbj {
  background-image: url('../images/Brandon-BW.webp');
  background-position: 50% 0;
}

.div-block-202.wkjefnbjklewbf {
  background-image: url('../images/libby.avif');
  background-position: 50%;
}

.div-block-202.whfe-oewuhufiohwe {
  background-image: url('../images/JP-BW.webp');
  background-position: 50% 0;
}

.div-block-203 {
  opacity: .1;
  filter: blur(50px);
  background-color: #fff;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  position: absolute;
  overflow: hidden;
}

.our-process {
  z-index: 16;
  background-color: #fff;
  width: 100vw;
  padding-bottom: 220px;
  position: relative;
  top: 0;
}

.div-block-205 {
  background-image: linear-gradient(#fff 75%, #fff0);
  width: 90vw;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  position: sticky;
  top: 0;
}

.div-block-206 {
  z-index: 17;
  width: 90vw;
  max-width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30vh;
  padding-bottom: 20vh;
}

.div-block-207 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.div-block-208 {
  width: 75%;
}

.div-block-209 {
  flex-direction: column;
  align-items: center;
  width: 100px;
  margin-top: 60px;
  display: flex;
}

.div-block-210 {
  background-color: #000;
  border-radius: 2px;
  width: 2px;
  height: 250px;
}

.heading-77 {
  font-family: Sf Pro Display, sans-serif;
}

.paragraph-8 {
  font-family: Sf Pro Display, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.heading-78 {
  font-family: Sf Pro Display, sans-serif;
  font-size: 72px;
  line-height: 55px;
}

.div-block-211 {
  background-color: #000;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  margin-bottom: 60px;
}

.faqs-wrapper {
  z-index: 18;
  background-color: #fff;
  width: 100vw;
  height: 150vh;
  margin-top: -100vh;
  padding-top: 50vh;
  padding-bottom: 220px;
  position: sticky;
  top: -50vh;
}

.div-block-212 {
  width: 80vw;
  max-width: 900px;
  height: 650px;
  margin-top: 18vh;
  margin-left: auto;
  margin-right: auto;
}

.heading-79 {
  margin-bottom: 60px;
  font-family: Sf Pro Display, sans-serif;
  font-weight: 600;
}

.link-block-23 {
  cursor: none;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  height: 50px;
  text-decoration: none;
  overflow: hidden;
}

.heading-80 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.div-block-213 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-214 {
  background-image: url('../images/icons8-close-100.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  transform: rotate(-45deg);
}

.paragraph-9 {
  color: #333;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.footer-wrapper {
  z-index: 21;
  background-image: linear-gradient(to top, #fff 89%, #fff0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 15vh;
  display: flex;
  position: relative;
}

.div-block-220 {
  width: 90vw;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-221 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-81 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  display: flex;
}

.background-video-8 {
  z-index: 22;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-222 {
  z-index: 23;
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-223 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-224 {
  background-color: #000;
  background-image: linear-gradient(#00000040, #00000040), url('../images/paul-volkmer-R5bkvjGHZig-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  width: 440px;
  height: 280px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-225 {
  background-color: var(--kütüp-library-dark-slate-grey\<deleted\|variable-635e1224\>);
  background-image: linear-gradient(135deg, #00000080, #fff0), linear-gradient(to bottom, #0003, #0003), url('../images/BGsmalll.webp'), linear-gradient(to right, var(--kütüp-library-dark-slate-grey\<deleted\|variable-635e1224\>), #31635b);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, cover, auto;
  border-radius: 20px;
  width: 440px;
  height: 280px;
  position: relative;
}

.div-block-226 {
  z-index: 24;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-227 {
  background-image: url('../images/JoshFace.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 225px;
  height: 270px;
  margin-right: 10px;
}

.div-block-228 {
  z-index: 25;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-52 {
  color: #fff;
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.heading-82 {
  color: #fff;
  width: 230px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-229 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-230 {
  background-image: url('../images/icons8-phone-100-2.webp');
  background-position: 0 0;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.div-block-230.kjwenfjow {
  background-image: url('../images/icons8-email-100.webp');
}

.div-block-230.wkebjfkjbew {
  background-image: url('../images/icons8-globe-100.webp');
}

.link-6 {
  color: #fff;
  text-transform: uppercase;
  cursor: none;
  font-family: Sf Pro Display, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.link-6:hover {
  text-decoration: underline;
}

.div-block-231 {
  justify-content: space-between;
  align-items: flex-end;
  width: 80vw;
  height: 40px;
  margin: auto auto 20px;
  display: flex;
}

.link-block-24 {
  cursor: none;
  background-image: url('../images/icons8-instagram-48_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.div-block-232 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-26 {
  cursor: none;
  background-image: url('../images/icons8-youtube-48.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.link-block-27 {
  cursor: none;
  background-image: url('../images/icons8-dribble-64.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
}

.joshwoodsfilm {
  z-index: 99;
  background-color: #fff;
  display: none;
  position: fixed;
  inset: 0%;
}

.proposal-wapper {
  z-index: 99;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000040;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-233 {
  z-index: 100;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 500px;
  height: 650px;
  display: flex;
  position: relative;
}

.div-block-234 {
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-235 {
  justify-content: flex-start;
  width: 400px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 10px;
  display: flex;
}

.div-block-235.lwenfklw {
  width: 500px;
}

.div-block-235.kjwbefjewf {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-236 {
  background-color: #f1f1f1;
  background-image: url('../images/JoshFace.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #dbdbdb;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100px;
  height: 100px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-83 {
  text-align: center;
  width: 300px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-53 {
  text-align: center;
  width: 400px;
  font-family: Sf Pro Display, sans-serif;
}

.div-block-237 {
  margin-top: 140px;
  display: flex;
}

.text-block-54 {
  color: #8a8a8a;
  padding-right: 5px;
  font-family: Sf Pro Display, sans-serif;
}

.link-8 {
  color: #8a8a8a;
  cursor: none;
  font-family: Sf Pro Display, sans-serif;
  text-decoration: none;
}

.link-8:hover {
  color: var(--blue);
  text-decoration: underline;
}

.div-block-238 {
  z-index: 101;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
}

.field-label {
  color: #333;
  cursor: none;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 3px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.field-label.jwhbefhewb {
  cursor: none;
  margin-top: 10px;
}

.submit-button-2 {
  background-color: var(--blue);
  cursor: none;
  border-radius: 7px;
  width: 300px;
  height: 45px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Sf Pro Display, sans-serif;
  display: block;
}

.submit-button-2:hover {
  background-color: #205abd;
}

.text-field {
  color: #333;
  cursor: none;
  border-radius: 5px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-239 {
  width: 100%;
  padding-top: 0;
  display: block;
}

.link-block-28 {
  border: 1px solid var(--bg-border\<deleted\|variable-e4eee82d\>);
  background-color: var(--bg-button\<deleted\|variable-c1a94b18\>);
  color: #5f5f5f;
  cursor: none;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 45px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.link-block-28:hover {
  border-color: #5f5f5f;
}

.div-block-241 {
  justify-content: space-between;
  display: flex;
}

.div-block-242 {
  background-color: var(--bg-button\<deleted\|variable-c1a94b18\>);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3px;
  margin-top: 20px;
  display: flex;
}

.div-block-243 {
  background-color: var(--bg-border\<deleted\|variable-e4eee82d\>);
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.text-block-55 {
  color: #b9b9b9;
  cursor: none;
  margin-top: 20px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 14px;
}

.textarea {
  color: #333;
  cursor: none;
  border: 1px solid #d4d4d4;
  border-radius: 7px;
  padding-bottom: 50px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.textarea:hover {
  border: 1px solid #5f5f5f;
}

.form-block {
  margin-left: 40px;
  margin-right: 40px;
}

.text-field-2, .text-field-3, .html-embed-8 {
  display: none;
}

.text-span-5 {
  background-image: linear-gradient(45deg, var(--orange) 8%, var(--blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.the-team-wrapper {
  z-index: 16;
  background-color: var(--bg-white);
  padding-top: 0;
  padding-bottom: 10vh;
  position: relative;
  top: 0;
}

.div-block-244 {
  background-color: var(--bg-white);
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 0 solid #fff;
  width: 95vw;
  max-width: 1200px;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-245 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-246 {
  align-items: flex-start;
  width: 20%;
  height: 100%;
  padding-top: 10px;
  display: flex;
}

.heading-84 {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 5px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.heading-85 {
  font-family: var(--main-text);
  color: #000;
  width: 95vw;
  max-width: 1200px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  font-size: 75px;
  font-weight: 400;
  line-height: 150px;
}

.div-block-248 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.text-block-56 {
  padding-left: 5px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-249 {
  z-index: 18;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-right: 220px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-250 {
  background-color: #000;
  width: 95vw;
  max-width: 1200px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.link-9 {
  color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Sf Pro Display, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-9:hover {
  text-decoration: underline;
}

.link-9.kwjhef-ejw {
  cursor: none;
  margin-top: 0;
  font-weight: 500;
}

.link-9.lwjehfljekwf, .link-9.wjehfelwjf {
  cursor: none;
  margin-top: 0;
  display: none;
}

.div-block-251 {
  z-index: 18;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.text-block-57 {
  color: #929292;
  font-family: Sf Pro Display, sans-serif;
}

.success-message {
  border: 1px none var(--bg-border\<deleted\|variable-e4eee82d\>);
  background-color: #fff;
  border-radius: 20px;
  height: 650px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 16px;
  position: absolute;
  inset: 0%;
}

.text-block-58 {
  color: #757575;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-5 {
  border-radius: 7px;
  width: 80%;
}

.heading-86 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.iphonehero1, .iphonehero02, .ourworkiphone {
  display: none;
}

.pageloaderwrapper {
  z-index: 90;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-254 {
  border: 1px solid var(--bg-border\<deleted\|variable-e4eee82d\>);
  background-color: var(--bg-button\<deleted\|variable-c1a94b18\>);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.heading-89 {
  color: #4c7383;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 32px;
}

.button-11 {
  display: none;
}

.link-11 {
  z-index: 900;
  color: var(--blue);
  cursor: none;
  width: 160px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.link-11:hover {
  text-decoration: underline;
}

.heading-90 {
  margin-top: 0;
  font-family: Antic Didone, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-91 {
  font-family: Antic Didone, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.heading-92 {
  font-family: Antic Didone, sans-serif;
  font-size: 58px;
  font-weight: 400;
}

.text-block-59 {
  font-family: Open Sans, sans-serif;
}

.text-block-60 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-block-61 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.link-12 {
  color: var(--blue);
  font-family: Open Sans, sans-serif;
  text-decoration: underline;
}

.div-block-258 {
  background-color: #021327;
  width: 100%;
  height: 100%;
}

.div-block-259 {
  background-color: #1f3e5a;
  width: 100%;
  height: 100%;
}

.div-block-260 {
  background-color: #d9a84e;
  width: 100%;
  height: 100%;
}

.div-block-261 {
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
}

.heading-93 {
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
}

.heading-94 {
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.heading-95 {
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-62 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-block-63 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.text-block-64 {
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.link-13 {
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.div-block-262 {
  background-color: #314d59;
  width: 100%;
  height: 100%;
}

.div-block-263 {
  background-color: #f0eadc;
  width: 100%;
  height: 100%;
}

.div-block-264 {
  background-color: #2e2e2e;
  width: 100%;
  height: 100%;
}

.div-block-265 {
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
}

.div-block-266 {
  background-color: #1599b9;
  width: 100%;
  height: 100%;
}

.div-block-267 {
  background-color: #333;
  width: 100%;
  height: 100%;
}

.div-block-268 {
  background-color: #006077;
  width: 100%;
  height: 100%;
}

.div-block-269 {
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
}

.heading-96 {
  font-family: Khepri, sans-serif;
  font-weight: 400;
}

.heading-97 {
  font-family: Khepri, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.heading-98 {
  font-family: Khepri, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-65 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.text-block-66 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-11 {
  width: 100vw;
  height: 0;
}

.nav {
  z-index: 90;
  width: 100vw;
  height: 70px;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-270 {
  border-bottom: 1px #193c70;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1120px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-14 {
  color: #535353;
  border-bottom: 1px solid #0000;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px 5px 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.link-14:hover {
  color: #193c70;
  border-bottom-color: #193c70;
}

.div-block-272 {
  display: flex;
}

.lottie-animation-4 {
  width: 112vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.body-2 {
  height: 200vh;
}

.hero {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: -70px 0% auto;
}

.div-block-274 {
  width: 600px;
  position: relative;
  top: -80%;
  left: 53%;
}

.heading-99 {
  color: #111;
  text-transform: uppercase;
  font-family: Sf Pro Display, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 75px;
}

.text-block-67 {
  color: #111;
  width: 450px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.team {
  z-index: 4;
  background-color: #fff;
  width: 100vw;
  margin-top: 100vh;
  padding-bottom: 140px;
  position: relative;
}

.link-block-29 {
  background-image: url('../images/RCC-Logo.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 60%;
}

.button-12 {
  text-transform: uppercase;
  background-color: #1a1a1a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 45px;
  margin-top: 40px;
  font-family: Sf Pro Display, sans-serif;
  font-weight: 400;
  display: flex;
}

.button-12:hover {
  background-color: #444;
}

.button-12.wokfoewkf {
  color: #111;
  background-color: #0000;
  border: 2px solid #000;
  font-weight: 500;
}

.button-12.wokfoewkf:hover {
  color: #fff;
  background-color: #111;
}

.button-12.wokfoewkf.ljwnefoiewnifp {
  color: #fff;
  border-color: #fff;
}

.button-12.wokfoewkf.ljwnefoiewnifp:hover {
  color: #000;
  background-color: #fff;
}

.button-12.jwnfioewnf {
  color: #161616;
  background-color: #fff;
}

.div-block-275 {
  justify-content: space-between;
  width: 375px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.div-block-275.wlemfpew, .div-block-275.wmefjew {
  margin-left: auto;
}

.div-block-276 {
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75vh;
}

.div-block-279 {
  justify-content: space-between;
  display: flex;
}

.div-block-281 {
  width: 350px;
}

.div-block-282 {
  width: 300px;
  display: block;
}

.text-block-68 {
  color: #111;
  text-transform: uppercase;
  border-bottom: 1px #2c2c2c;
  padding-bottom: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-block-68.wfpwejfwp {
  width: 65px;
}

.text-block-68.jwnfewof {
  color: #fff;
  text-transform: none;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 55px;
}

.text-block-68.wkefjpkwef {
  text-transform: none;
  padding-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 35px;
}

.text-block-68.wkefjpkwef.wljfbowe {
  color: #fff;
}

.text-block-69 {
  width: 300px;
  margin-top: 20px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.button-13 {
  color: #111;
  text-transform: uppercase;
  background-color: #0000;
  border: .15em solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  margin-top: 40px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.button-13:hover {
  color: #fff;
  background-color: #000;
}

.div-block-283 {
  width: 300px;
  margin-bottom: 60px;
}

.div-block-284 {
  background-image: url('../images/Clark.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.div-block-284.wijfipewj {
  background-image: url('../images/Jed-Sims.webp');
}

.div-block-284.wkfpoewjopf {
  background-image: url('../images/Ashley.webp');
}

.div-block-284.powkfpowejpf {
  background-image: url('../images/Annie.webp');
}

.heading-101 {
  font-family: Sf Pro Display, sans-serif;
  font-size: 55px;
  line-height: 75px;
}

.paragraph-10 {
  height: 110px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.link-block-30 {
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.link-block-30.powjefop {
  margin-left: 0;
}

.heading-102 {
  margin-bottom: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 30px;
}

.text-block-70 {
  color: #9c9c9c;
  font-family: Sf Pro Display, sans-serif;
}

.image-6, .image-7, .image-8 {
  display: block;
}

.footer-2 {
  z-index: 80;
  background-color: #fff;
  width: 100vw;
  height: auto;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 40px;
  font-weight: 400;
  position: relative;
}

.div-block-426 {
  align-items: center;
  display: flex;
}

.div-block-423 {
  background-color: #c7c7c7;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-18 {
  color: #333;
  margin-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

.link-block-52 {
  color: #d9a84e;
  background-color: #0000;
  border: 1px solid #d9a84e;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Antic Didone, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link-block-52.iweuhfuiwe {
  background-image: url('../images/BrS-Logo.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: none;
  width: 200px;
  height: 60px;
}

.link-17 {
  color: #999;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 2px 10px 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.form-block-2 {
  width: 100%;
}

.text-block-92 {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
}

.text-field-4 {
  border-radius: 3px;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.div-block-424 {
  justify-content: space-between;
  margin-top: -20px;
  display: flex;
}

.div-block-421 {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-90 {
  color: #424242;
  text-transform: none;
  margin-bottom: 10px;
  padding-left: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.text-block-90.iuwhefu {
  padding-left: 0;
}

.div-block-425 {
  display: flex;
}

.link-block-53 {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.form {
  align-items: center;
  display: flex;
}

.submit-button {
  color: #f8f8f8;
  text-transform: uppercase;
  background-color: #353535;
  border-radius: 3px;
  margin-left: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.text-block-91 {
  color: #7a7a7a;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.div-block-427 {
  background-color: #fff;
  width: 125px;
  height: 2px;
}

.div-block-427.iwuefiuew {
  background-color: #333;
  width: 110px;
}

.heading-103 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #193c70, #00d6b6), linear-gradient(#00000080, #00000080);
  -webkit-background-clip: text;
  background-clip: text;
  width: 350px;
  margin-top: 60px;
  font-size: 30px;
  font-weight: 700;
}

.div-block-428 {
  justify-content: space-between;
  width: 90vw;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-428.kwjebfkjwebf {
  max-width: 1440px;
  display: block;
}

.div-block-429 {
  width: 40%;
}

.div-block-429.kwbjefkjew {
  width: 100%;
}

.div-block-430 {
  width: 100%;
  height: auto;
  padding: .5% 0%;
  overflow: hidden;
}

.securty {
  z-index: 50;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}

.heading-104 {
  color: #fff;
  width: 425px;
  font-weight: 500;
}

.heading-104.kwhbefwebfw {
  color: #333;
  width: 500px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 75px;
}

.heading-104.kwhbefwebfw._w-efme-lwkf {
  width: auto;
}

.background-video-11 {
  width: 100%;
  height: 100%;
}

.div-block-431 {
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.div-block-431.wkmefkpw {
  margin-bottom: 60px;
  display: none;
}

.div-block-432 {
  justify-content: center;
  display: none;
}

.construction-highlight {
  z-index: 40;
  background-image: url('../images/BlackGradint_1.avif');
  background-position: 0 0;
  background-size: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.div-block-185 {
  background-image: url('../images/icons8-missile-100.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 55px;
}

.div-block-185.kwjbfkjweb {
  background-image: url('../images/icons8-time-100.avif');
}

.div-block-433 {
  background-color: #fff;
  width: 125px;
  height: 2px;
}

.div-block-433.ljwqndowqjd {
  background-color: #000;
  width: 80px;
}

.div-block-433.wjehfoiuweh {
  background-color: #000;
  width: 60px;
}

.div-block-434 {
  justify-content: space-between;
  width: 90vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-30 {
  color: #fff;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.div-block-435 {
  width: 40%;
}

.heading-105 {
  color: #fff;
  width: auto;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 75px;
}

.div-block-436 {
  width: 60%;
  padding-top: 84px;
  padding-left: 100px;
}

.div-block-437 {
  width: 40%;
}

.div-block-438 {
  color: #fff;
  justify-content: space-between;
  margin-bottom: 60px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.section-16 {
  z-index: 60;
  background-color: #111;
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 220px;
  position: relative;
}

.div-block-439 {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.heading-106 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 55px;
  line-height: 75px;
}

.div-block-440 {
  background-image: url('../images/rsw_1534m-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 450px;
}

.div-block-441 {
  background-image: url('../images/rsw_1534m-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 600px;
}

.div-block-442 {
  background-image: url('../images/rsw_1534m.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 450px;
}

.div-block-443 {
  background-image: url('../images/rsw_3840m.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 300px;
}

.div-block-444 {
  background-image: url('../images/rsw_3840m-2.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 400px;
}

.div-block-445 {
  background-image: url('../images/rsw_3840m-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.section-19 {
  z-index: 50;
  background-image: url('../images/f-22-raptor_10.avif');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.section-19.wkefmpewkmf {
  background-image: url('../images/image_1.avif');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 60vh;
}

.background-video-12 {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  top: 0;
}

.background-video-12.wlmflewmf {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-446 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 100%;
  margin-left: 10vw;
  margin-right: auto;
  display: flex;
}

.div-block-446.lwknfeokwe {
  justify-content: center;
  align-items: center;
}

.div-block-446.lwknfeokwe.kwoefoewn {
  margin-left: auto;
  display: flex;
}

.div-block-446.wlkenmfkpw {
  justify-content: flex-start;
  align-items: flex-start;
  width: 90vw;
  max-width: 1140px;
  height: 325px;
  margin-left: auto;
}

.div-block-446.lwkflkewf {
  margin-left: auto;
}

.heading-9 {
  color: #fff;
  text-align: left;
  text-transform: none;
  width: 780px;
  margin-top: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

.heading-9.wklmflewm {
  text-align: center;
  width: 780px;
}

.heading-9.fnwelknfoiwe {
  text-align: center;
}

.div-block-448 {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.text-block-94 {
  color: #000;
  margin-right: 5px;
  font-family: Sf Pro Display, sans-serif;
}

.link-19 {
  color: #000;
  font-family: Sf Pro Display, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-19:hover {
  text-decoration: underline;
}

.section-20 {
  z-index: 80;
  background-color: #fff;
  position: relative;
}

.section-21 {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.div-block-450 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#00000040, #00000040), url('../images/webaliser-_TPTXZd9mOo-unsplash_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
}

.div-block-450.kwjbefieuwhb {
  display: block;
}

.body-3 {
  background-color: #000;
}

.div-block-451 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 20px;
  flex: none;
  width: 50vw;
  height: 80vh;
  overflow: scroll;
}

.div-block-452 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-453 {
  background-image: url('../images/webaliser-_TPTXZd9mOo-unsplash_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 500px;
  overflow: scroll;
}

.div-block-454 {
  width: 97%;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-455 {
  width: 45%;
  height: 100%;
  padding-top: 10px;
}

.div-block-456 {
  width: 55%;
  padding-left: 20px;
}

.div-block-457 {
  background-image: url('../images/r-architecture-TRCJ-87Yoh0-unsplash_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30%;
}

.div-block-458 {
  background-image: url('../images/r-architecture-wot0Q5sg91E-unsplash_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-459 {
  background-image: url('../images/r-architecture-khpWE85ge38-unsplash_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30%;
}

.div-block-460 {
  background-image: url('../images/christopher-campbell-rDEOVtE7vOs-unsplash_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 65px;
  height: 65px;
}

.paragraph-31 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-block-95 {
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.div-block-461 {
  display: flex;
}

.text-block-96 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-462 {
  padding-left: 20px;
}

.text-block-97 {
  border-right: 1px solid #000;
  padding-left: 3px;
  padding-right: 3px;
  display: inline-block;
}

.text-block-97.lwkjfkw {
  border-right-style: none;
}

.list-item {
  margin-bottom: 5px;
}

.div-block-463 {
  justify-content: space-between;
  width: 400px;
  display: flex;
}

.div-block-464 {
  background-image: url('../images/icons8-location-100.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.div-block-465 {
  display: flex;
}

.text-block-98 {
  font-size: 15px;
}

.div-block-466, .div-block-467 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 500px;
  height: 700px;
}

.div-block-468 {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1440px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-9 {
  width: 155px;
}

.link-20 {
  color: #333;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link-20:hover {
  text-decoration: underline;
}

.div-block-469 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-99 {
  font-family: Varela, sans-serif;
  font-size: 18px;
}

.img {
  width: 25px;
  height: 25px;
}

.div-block-470 {
  width: 22px;
  height: 22px;
}

.img-2 {
  margin-left: 5px;
}

.div-block-471 {
  justify-content: flex-end;
  align-items: center;
  width: 250px;
  display: flex;
}

.button-15 {
  background-color: #700000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-left: 30px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.button-15.oiwjfpiwejf {
  width: 155px;
  height: 45px;
  margin-left: 0;
  font-weight: 400;
}

.button-15.lwjnfowehf {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #e6232b;
  width: 115px;
}

.button-15.lwjnfowehf.wjlenfowenf {
  background-color: #18479e;
}

.button-15.lwjnfowehf.peojrgpoerj {
  background-color: #c22026;
}

.button-15.lwjnfowehf.peojrgpoerj.kwjnfeojenw {
  background-color: #29357a;
}

.div-block-472 {
  justify-content: center;
  align-items: center;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-473 {
  width: 600px;
}

.div-block-474 {
  width: 50%;
  height: 100%;
}

.heading-107 {
  width: 600px;
  margin-top: 0;
  font-family: Varela, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 78px;
}

.heading-107.lwkfjoewip {
  color: #fff;
  font-size: 55px;
}

.heading-107.owehfoiewhf {
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-100 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.text-block-100.lwenjfjow {
  width: 400px;
}

.text-block-100.lwenjfjow.wkfopewf {
  color: #fff;
}

.div-block-475 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.link-21 {
  color: #0076f5;
  margin-left: 50px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  display: flex;
}

.text-block-101 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
}

.text-block-102 {
  color: #969696;
  font-family: Varela, sans-serif;
}

.div-block-476 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 150px;
  display: flex;
}

.div-block-477 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.text-span-6, .text-span-7, .text-span-8 {
  color: #0076f5;
}

.section-22 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.section-23 {
  background-image: url('../images/GradientBlue_1.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 300px;
  display: flex;
}

.div-block-478 {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-10 {
  width: 235px;
}

.image-12 {
  width: 325px;
}

.image-13, .image-14 {
  width: 225px;
}

.div-block-479 {
  background-image: url('../images/GradientBlack_1.avif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 25px;
  width: 90vw;
  max-width: 1440px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.section-24 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-480 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-copyright {
  color: var(--kütüp-library-dim-grey\<deleted\|variable-4c561e11\>);
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-footer-link {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.kutup-footer-link:hover {
  color: #264653cc;
}

.kutup-footer-vertical-flex {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.kutup-divider-20px {
  height: 20px;
}

.kutup-footer-sub-title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.kutup-social-wrapper-flex {
  grid-column-gap: 15px;
  display: flex;
}

.kutup-footer-grid-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kutup-small-container {
  width: 90vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-footer-2 {
  background-color: #fff;
  padding: 60px 5% 30px;
}

.heading-108 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.button-16 {
  background-color: #0063db;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  display: flex;
}

.section-25 {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-482 {
  width: 90vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-483 {
  justify-content: space-between;
  align-items: flex-end;
  width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-484 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-485 {
  background-image: url('../images/framer-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 450px;
  padding: 46px;
}

.div-block-486 {
  background-image: url('../images/framer-2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 450px;
  padding: 45px;
}

.div-block-488 {
  width: 75px;
  height: 75px;
  margin-top: 20px;
  margin-left: 20px;
}

.text-block-103 {
  margin-top: 45px;
  font-family: Varela, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-103.wojfopew {
  margin-top: 0;
}

.text-span-9 {
  color: #0063db;
}

.paragraph-33 {
  color: #757575;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.text-span-10 {
  color: #0063db;
}

.section-26 {
  z-index: 999;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.text-span-11 {
  color: #0063db;
}

.owijfoiwe {
  margin-top: 10px;
}

.div-block-489 {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1440px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-27 {
  background-image: url('../images/GradientBlack_1.avif');
  background-position: 0 0;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 100px;
}

.div-block-490 {
  justify-content: space-between;
  align-items: flex-start;
  width: 90vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-104 {
  color: #0063db;
  margin-right: 20px;
  font-family: Varela, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.div-block-491 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.heading-109 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.div-block-492 {
  width: 600px;
  margin-bottom: 40px;
}

.paragraph-35 {
  color: #cecece;
}

.image-16 {
  border-radius: 30px;
  width: 700px;
}

.div-block-493 {
  width: 300vw;
  padding-top: 20px;
  padding-left: 10vw;
  display: flex;
}

.div-block-494 {
  justify-content: space-between;
  align-items: center;
  width: 165px;
  height: 75px;
  display: flex;
}

.div-block-495 {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
}

.img-3, .img-4 {
  width: 40px;
}

.div-block-496 {
  text-align: center;
  background-image: linear-gradient(#0003, #0003), url('../images/kenny-eliason-1-aA2Fadydc-unsplash_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 400px;
  margin-right: 20px;
  display: flex;
}

.div-block-496.wlefmwelmf {
  background-image: linear-gradient(#00000080, #00000080), url('../images/thisisengineering-omrpeqLz6Po-unsplash_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-496.wokefokewf {
  background-image: linear-gradient(#00000080, #00000080), url('../images/thisisengineering-FXgbqr-t7uw-unsplash-1_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-28 {
  padding-top: 40px;
  padding-bottom: 60px;
  overflow: hidden;
}

.div-block-497 {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-498 {
  background-color: #0063db;
  border-radius: 100px;
  width: 45px;
  height: 10px;
}

.div-block-499 {
  background-color: #ddd;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-left: 10px;
}

.div-block-500 {
  flex-flow: row;
  height: 300px;
  margin-top: 25px;
  margin-left: -250px;
  display: inline-flex;
}

.div-block-500.lkwnfkwen {
  margin-top: 0;
  margin-left: -50px;
}

.section-29 {
  padding-top: 40px;
  padding-bottom: 100px;
  overflow: hidden;
}

.div-block-501 {
  background-color: #f4f4f4;
  border: 1px solid #dbdbdb;
  border-radius: 30px;
  width: 450px;
  height: 300px;
  margin-right: 25px;
  padding: 25px;
  box-shadow: 2px 2px 15px #0003;
}

.paragraph-36 {
  color: #575757;
  margin-bottom: 30px;
}

.div-block-502 {
  background-color: #ddd;
  width: 100%;
  height: 1px;
}

.div-block-503 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-504 {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  overflow: hidden;
}

.text-block-105 {
  font-family: Varela, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-505 {
  padding-left: 20px;
}

.text-block-106 {
  color: #8f8f8f;
}

.image-17 {
  width: 100px;
  margin-left: -5px;
}

.image-18 {
  object-fit: cover;
  width: 75px;
  height: 75px;
}

.text-block-107 {
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-506 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-list {
  background-color: #523939;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 2px 2px 6px #0003;
}

.dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 14px;
}

.dropdown-link:hover {
  font-weight: 400;
  text-decoration: underline;
}

.section-30 {
  height: 85vh;
  margin-top: 75px;
  padding-bottom: 3vh;
}

.background-video-13 {
  background-image: linear-gradient(#00000059, #00000059);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 97vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-110 {
  color: #fff;
  width: 650px;
  margin-bottom: 30px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 75px;
}

.heading-110.pergpreerg {
  width: 800px;
}

.div-block-507 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 7vh;
  margin-left: 5vw;
  display: flex;
}

.button-17 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #700100;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  font-family: Helveticanowdisplay, sans-serif;
  font-weight: 400;
  display: flex;
}

.button-17.lwnfeeownfeiw {
  background-color: #e6232b;
}

.button-17.lwnfeeownfeiw.wlefmwlm {
  background-color: #18479e;
}

.button-17.lwnfeeownfeiw.elg-reerg {
  background-color: #c22026;
}

.button-17.lwnfeeownfeiw.elg-reerg.wfmpewofw {
  background-color: #29357a;
}

.div-block-508 {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.div-block-508.wokefoiw {
  background-color: #333;
}

.text-block-108 {
  color: #fff;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 34px;
  line-height: 45px;
  text-decoration: none;
}

.text-block-108.owhefoiewuh {
  color: #333;
}

.text-block-108.owhefoiewuh.wknefoiwef {
  font-size: 28px;
}

.link-block-54 {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-509 {
  background-color: #333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  display: flex;
}

.div-block-509.wekfmpoewm {
  width: 40px;
  height: 40px;
}

.div-block-509.wef.pewkfwef {
  background-color: #fff;
}

.img-5 {
  width: 40px;
  height: 35px;
}

.img-5.wmefpew {
  width: 35px;
  height: 30px;
}

.tab-link-tab-1 {
  justify-content: center;
  align-items: center;
  width: 33%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 18px;
  display: flex;
}

.tab-link-tab-1.w--current {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 33%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 18px;
  display: flex;
}

.tab-link-tab-2 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 33%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.tab-link-tab-3 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 33%;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 18px;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  align-items: stretch;
  height: 100px;
  display: flex;
}

.background-video-14 {
  background-image: linear-gradient(0deg, #000000b3, #fff0 75%);
  justify-content: flex-start;
  align-items: flex-end;
  height: 50vh;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-content {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
}

.background-video-15 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 50vh;
  min-height: 600px;
  display: flex;
}

.background-video-16 {
  background-image: linear-gradient(0deg, #000c, #fff0);
  justify-content: flex-start;
  align-items: flex-end;
  height: 50vh;
  min-height: 600px;
  display: flex;
}

.div-block-510 {
  width: 400px;
  height: auto;
  margin-bottom: 50px;
  margin-left: 50px;
}

.div-block-510.klwjfnjlwe {
  width: 500px;
}

.div-block-511 {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.button-18 {
  color: #1a1a1a;
  background-color: #fff;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Helveticanowdisplay, sans-serif;
}

.button-18.wkjbfew {
  color: #fff;
  background-color: #e6232b;
}

.button-18.wkjbfew.wlkmfpkewf {
  background-color: #18479e;
}

.button-18.wkjbfew.pwokf-oewjfm {
  background-color: #29357a;
}

.button-18.lwknfwef {
  color: #fff;
  background-color: #e6232b;
}

.button-18.lwknfwef.owjefoiwej {
  background-color: #18479e;
}

.button-18.lwknfwef.wkefpewnf {
  background-color: #29357a;
}

.button-18.wljfeeoiwf {
  color: #fff;
  background-color: #e6232b;
}

.button-18.wljfeeoiwf._w-lmf-lewmf {
  background-color: #18479e;
}

.button-18.wljfeeoiwf._w-lef.epw {
  background-color: #29357a;
}

.paragraph-37 {
  margin-bottom: 20px;
  padding-top: 10px;
  font-family: Helveticanowdisplay, sans-serif;
}

.div-block-512 {
  justify-content: center;
  width: 90vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-513 {
  width: 45%;
  padding-top: 40px;
  padding-right: 40px;
}

.div-block-514 {
  justify-content: flex-end;
  align-items: center;
  width: 55%;
  display: flex;
}

.heading-111 {
  margin-bottom: 40px;
  font-family: Helveticanowdisplay, sans-serif;
  font-weight: 400;
}

.heading-111.lwknfepew {
  margin-bottom: 0;
}

.heading-111.lwknfepew.wlfnwelo {
  font-size: 32px;
  line-height: 35px;
}

.heading-112 {
  margin-bottom: 40px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 75px;
}

.paragraph-38 {
  margin-bottom: 100px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-38.wljnfokew {
  margin-bottom: 60px;
}

.section-31 {
  padding-top: 60px;
  padding-bottom: 140px;
}

.section-31.f-wlemf {
  padding-top: 100px;
}

.image-19 {
  width: 700px;
}

.div-block-515 {
  width: 90vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.heading-113 {
  margin-bottom: 40px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 55px;
  line-height: 75px;
}

.heading-114 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Helveticanowdisplay, sans-serif;
}

.heading-114.kwefnpow {
  margin-top: 40px;
  margin-bottom: 60px;
}

.text-block-109 {
  margin-top: 10px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.div-block-516 {
  width: 40%;
  padding-left: 0;
}

.div-block-516.wkefpew {
  width: 100%;
  max-width: 400px;
  padding-left: 0;
}

.div-block-517 {
  width: 33%;
}

.div-block-518 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-519 {
  margin-bottom: 60px;
  display: flex;
}

.image-20 {
  object-fit: cover;
  border-radius: 20px;
  width: 55%;
  height: 450px;
  margin-right: 40px;
}

.section-32 {
  padding-bottom: 140px;
}

.image-21, .image-22, .image-23 {
  border-radius: 15px;
}

.heading-115 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 32px;
}

.heading-116 {
  color: #fff;
  width: 400px;
  margin-bottom: 60px;
  margin-right: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.section-34 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/GradientDarkBlue_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-529 {
  justify-content: space-between;
  align-items: stretch;
  width: 90vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-117 {
  color: #fff;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 55px;
  line-height: 75px;
}

.image-31 {
  width: 150px;
}

.image-32 {
  width: 150px;
  margin-left: 20px;
  margin-right: 20px;
}

.image-33 {
  width: 150px;
}

.div-block-530 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-531 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-34 {
  width: 150px;
  margin-right: 10px;
}

.image-35 {
  width: 150px;
  margin-left: 10px;
}

.div-block-533 {
  width: 250px;
}

.link-block-55 {
  background-image: url('../images/rsh_500cg_truem.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;
}

.section-35 {
  background-image: linear-gradient(0deg, #0009, #fff0), url('../images/pexels-pixabay-78786-2_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  display: flex;
}

.section-35.wemfpewof {
  background-image: linear-gradient(0deg, #0009, #fff0), url('../images/charlesdeluvio-rRWiVQzLm7k-unsplash_1.avif');
  background-position: 0 0, 50%;
}

.div-block-534 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90vw;
  max-width: 1440px;
  height: 400px;
  margin-top: auto;
  display: flex;
}

.heading-118 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 75px;
  line-height: 80px;
}

.button-20 {
  text-transform: none;
  background-color: #18479e;
  border-radius: 100px;
  padding: 15px 25px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 16px;
}

.link-block-56 {
  background-image: url('../images/Screenshot-2024-07-30-at-3.46.04-PM.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 55px;
}

.div-block-535 {
  background-image: url('../images/Screenshot-2024-07-30-at-3.46.04-PM.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 100px;
}

.div-block-536 {
  background-image: url('../images/Logo-1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 60px;
}

.div-block-536.owfeoiewfn {
  background-image: url('../images/BTAS_Logo.avif');
  height: 45px;
}

.div-block-537 {
  background-image: url('../images/Logo-1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 150px;
  height: 100px;
}

.div-block-538 {
  background-image: url('../images/BTAS_Logo.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 100px;
}

.link-block-57 {
  background-image: url('../images/stacked_riverstone_1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 60%;
}

.div-block-539 {
  background-image: url('../images/stacked_riverstone_1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 75px;
}

.section-36 {
  background-image: none;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 20px;
  display: block;
}

.div-block-541 {
  justify-content: center;
  align-items: center;
  width: 95vw;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-542 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
}

.div-block-543 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-544 {
  width: 100%;
  height: 75px;
  display: flex;
  overflow: hidden;
}

.heading-121 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px;
}

.heading-122, .text {
  font-family: var(--main-text);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 400;
  line-height: 75px;
}

.div-block-545 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.div-block-546 {
  background-color: #a3a3a3;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 425px;
  height: 650px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 50px 20px #0003;
}

.link-block-59 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  border: 2px solid #fff;
  border-radius: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 42px;
  margin-right: 10px;
  padding: 0 15px 0 17px;
  text-decoration: none;
  display: none;
}

.link-block-59.wklnf-ewknf {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 50px;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 20px;
  display: inline-flex;
}

.link-block-59.wklnf-ewknf.wlknefklew {
  border-style: none;
  height: 35px;
  margin-top: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-block-110 {
  color: var(--white);
  margin-right: 10px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-110.lnefkenwoif {
  color: var(--black);
}

.div-block-547 {
  width: 25px;
  height: 25px;
}

.div-block-548 {
  width: 100%;
  height: 100%;
}

.div-block-549 {
  opacity: 0;
  width: 100%;
  height: 100%;
  margin-top: -25px;
  display: block;
}

.section-38 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 500px;
  display: flex;
}

.div-block-550 {
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-111 {
  z-index: 10;
  font-family: var(--main-text);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  position: relative;
}

.div-block-551 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.heading-124 {
  color: #6c6d70;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.image-36 {
  width: 125px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.div-block-552 {
  flex: none;
  width: 200px;
  height: 100px;
  margin-right: 20px;
}

.image-37 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-553 {
  margin-left: 0;
  display: flex;
}

.div-block-553.lkwneflkwen {
  margin-left: 0;
}

.div-block-554 {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-left: -375px;
  display: flex;
}

.section-39 {
  width: 95vw;
  max-width: 1200px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-555 {
  overflow: hidden;
}

.scroll-snap-wrapper {
  width: 100vw;
  height: 100vh;
  padding-top: 100px;
  display: none;
  overflow: scroll;
}

.div-block-556 {
  background-color: #e7e7e7;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.heading-125 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 100px;
}

.div-41 {
  justify-content: center;
  align-items: center;
  width: 95vw;
  max-width: 1200px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-558 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  display: flex;
}

.div-block-559 {
  width: 50%;
}

.div-block-561 {
  margin-top: 40px;
}

.background-video-17 {
  border-radius: 10px;
  width: 400px;
  height: 250px;
}

.div-block-562 {
  background-color: #000;
  border-radius: 100px;
  width: 5px;
  height: 5px;
}

.div-block-563 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.div-block-564 {
  width: 100%;
}

.text-block-112 {
  font-family: var(--main-text);
  color: #000;
  text-transform: none;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

.div-block-565 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.div-block-566 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 95vw;
  max-width: 1200px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-567 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 100%;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.div-block-567.wenkflkew {
  padding-left: 0;
}

.div-block-568 {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.div-block-569 {
  background-color: #a8a8a8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 20px 10px #0003;
}

.div-block-570 {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding: 25px;
  display: block;
}

.div-block-570.wlnfklewnf {
  margin-left: 0;
  margin-right: auto;
}

.text-block-113 {
  font-family: var(--main-text);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.heading-126 {
  font-family: var(--main-text);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 300;
  line-height: 55px;
}

.div-block-571 {
  width: 200px;
  height: 100px;
  margin-top: auto;
}

.image-38 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: -25px;
}

.image-38.kwbefjkw {
  margin-left: -25px;
}

.paragraph-39 {
  font-family: var(--main-text);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

.link-block-60 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-573 {
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed {
  width: 100%;
}

.div-block-574 {
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-127 {
  font-family: var(--main-text);
  color: #000;
  font-size: 75px;
  font-weight: 400;
  line-height: 150px;
}

.div-block-575 {
  border-radius: 15px;
  width: 60%;
  height: 100%;
  overflow: hidden;
}

.div-block-576 {
  height: 500px;
}

.image-39 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-41 {
  z-index: 90;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 90px;
  padding-top: 12px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-577 {
  z-index: 900;
  background-color: var(--black);
  border-radius: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95vw;
  max-width: 1200px;
  height: 65px;
  padding-top: 22px;
  padding-left: 20px;
  padding-right: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-22 {
  font-family: var(--main-text);
  color: #fff;
  margin-top: 2px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.link-block-61 {
  font-family: var(--main-text);
  color: var(--white);
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-61.wlenflekw {
  opacity: 0;
  margin-top: -20px;
}

.div-block-578 {
  width: 100%;
  height: 1px;
}

.div-block-579 {
  background-color: #fff;
  width: 0%;
  height: 100%;
}

.section-42 {
  z-index: 10;
  width: 100vw;
  height: 90vh;
  margin-top: -100px;
  display: none;
  position: relative;
}

.div-block-581 {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.div-block-582 {
  background-color: var(--blue);
  border-radius: 100%;
  width: 900px;
  height: 400px;
  margin-top: -142px;
  margin-left: 88px;
  position: relative;
  left: 0;
}

.div-block-582.wnfelkewnl {
  background-color: var(--orange);
  width: 400px;
  margin-top: 0;
  margin-left: 50vw;
}

.div-block-582.lwnfelekwnf {
  background-color: var(--purple);
  width: 500px;
  height: 500px;
  margin-top: -334px;
  margin-left: 225px;
}

.div-block-583 {
  z-index: 12;
  -webkit-backdrop-filter: blur(500px);
  backdrop-filter: blur(500px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 90vh;
  padding-top: 140px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-584 {
  background-color: #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-128 {
  z-index: 22;
  font-family: var(--main-text);
  color: #000;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -41px;
  font-size: 75px;
  font-style: italic;
  font-weight: 900;
  line-height: 100px;
  display: flex;
  position: relative;
}

.img-6 {
  width: 55px;
  height: 55px;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.img-7 {
  width: 75px;
  height: 75px;
  position: absolute;
}

.link-block-62 {
  opacity: .9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.link-block-62.wljnbflwejbf, .link-block-62.wlknflkwenf {
  display: none;
}

.div-block-585 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  margin-bottom: -180px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-585.lweknfklnw {
  margin-bottom: 0;
}

.div-block-586 {
  width: 100%;
}

.div-block-587 {
  background-color: var(--orange);
  font-family: var(--main-text);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  text-decoration: none;
  display: flex;
}

.link-block-63 {
  background-color: #0000004d;
  border: 1px solid #0000;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  height: 50px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.link-block-63:hover {
  border: 1px solid var(--orange);
  background-color: #0006;
}

.text-block-114 {
  color: #fff;
}

.text-block-114.wmefe-lwm {
  margin-left: 10px;
}

.div-block-588 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.div-block-589 {
  padding-right: 20px;
  display: none;
}

.text-block-115 {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
}

.div-block-590 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.div-block-591 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-592 {
  justify-content: space-between;
  align-items: flex-end;
  width: 99%;
  height: auto;
  margin-top: auto;
  padding-bottom: 20px;
  display: flex;
}

.text-block-116 {
  font-family: var(--main-text);
  color: #fff;
  font-weight: 400;
  line-height: 14px;
}

.text-span-12 {
  line-height: 20px;
}

.link-23 {
  z-index: 12;
  font-family: var(--main-text);
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  line-height: 90px;
  text-decoration: none;
  position: relative;
}

.link-23:hover {
  color: #fff;
}

.text-block-117 {
  color: var(--white);
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
  display: none;
}

.text-block-118 {
  font-size: 18px;
  font-weight: 400;
}

.code-embed-3 {
  display: block;
}

.div-block-593 {
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  overflow: hidden;
}

.div-block-594 {
  display: flex;
}

.text-block-119 {
  color: #999;
  font-family: Sf Pro Display, sans-serif;
  font-weight: 300;
}

.div-block-595 {
  margin-right: 40px;
}

.div-block-596 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: -50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-120 {
  font-family: var(--main-text);
  color: #fff;
  margin-left: 3px;
  padding-top: 3px;
  font-size: 16px;
  font-weight: 400;
}

.div-block-597 {
  width: 20px;
  height: 20px;
}

.link-block-64 {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: none;
}

.div-block-598 {
  display: flex;
}

.img-8 {
  width: 100%;
  height: 100%;
}

.link-block-65 {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 15px;
  display: flex;
}

.img-9, .img-10 {
  width: 15px;
  height: 15px;
}

.div-block-599 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-600 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-601 {
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  display: flex;
}

.text-block-121 {
  font-family: var(--main-text);
  color: #fff;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
}

.div-block-602 {
  display: flex;
}

.link-block-66 {
  background-color: #fff;
  border-radius: 5px;
  width: 22px;
  height: 22px;
  margin-left: 10px;
}

.text-block-122 {
  background-image: linear-gradient(135deg, var(--purple), var(--blue) 34%, var(--orange) 69%, var(--purple));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -20px;
  font-size: 18px;
  font-weight: 400;
}

.div-42, .div-43 {
  justify-content: center;
  align-items: center;
  width: 95vw;
  max-width: 1200px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-604, .div-block-605, .div-block-606 {
  justify-content: space-between;
  width: 100%;
  height: 80vh;
  display: flex;
}

.section-43 {
  width: 100vw;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-607 {
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-129 {
  font-family: var(--main-text);
  color: #000;
  margin-bottom: 40px;
  font-size: 75px;
  font-weight: 400;
  line-height: 75px;
}

.div-block-608 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 295px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-608.lwenflke {
  height: 295px;
  margin-bottom: 0;
}

.heading-130 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.quick-stack-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.div-block-609 {
  width: 100%;
  height: 500px;
}

.div-block-610 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-611, .div-block-612 {
  width: 49%;
}

.div-block-613 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 370px;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-614 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 220px;
  margin-top: 20px;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-615 {
  width: 25px;
  height: 25px;
}

.text-block-123 {
  font-family: var(--main-text);
  color: #000;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400;
}

.link-block-67 {
  z-index: 90;
  margin-top: auto;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.div-block-616 {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: -100px;
  display: flex;
  position: relative;
}

.div-block-617 {
  background-image: linear-gradient(90deg, var(--bg-white) 19%, #fff0);
  width: 15vw;
  height: 100px;
}

.div-block-617.kwjebfjkwbe {
  background-image: linear-gradient(270deg, var(--bg-white) 19%, #fff0);
}

.div-block-618 {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.div-block-619 {
  width: 95vw;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-620 {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.div-block-621 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.section-44 {
  padding-top: 40px;
}

.code-embed-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-11 {
  opacity: 1;
  width: 50px;
  height: 50px;
}

.link-block-68 {
  width: 35px;
  height: 35px;
  margin-top: 10px;
  margin-right: 10px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.link-block-68.wkjbfjkew {
  display: none;
}

.div-block-622 {
  background-image: url('../images/Screenshot-2025-03-15-at-8.19.31-PM-min_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block-622.webfjkbwef {
  background-image: url('../images/Screenshot-2025-03-15-at-8.28.11-PM-min-1_1.avif');
}

.div-block-622.webfjkbwef.lwjefnblewjkb {
  background-image: url('../images/Screenshot-2025-03-15-at-8.41.49-PM-min_1.avif');
}

.div-block-623 {
  z-index: 10;
  background-color: var(--bg-white);
  width: 100vw;
  height: 50px;
  margin-top: -50px;
  position: relative;
}

.section-45 {
  padding-top: 60px;
  padding-bottom: 0;
}

.div-block-624 {
  justify-content: center;
  align-items: flex-end;
  width: 275px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-624.lnweflkw {
  width: 200px;
}

.section-46 {
  width: 100vw;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.heading-131 {
  font-family: var(--main-text);
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.section-47 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 10vh;
  display: flex;
}

.heading-132 {
  color: #fff;
}

.section-48, .code-embed-6 {
  width: 100vw;
  height: 100vh;
}

.div-block-625 {
  border-radius: 15px;
  width: 60%;
  box-shadow: 2px 2px 12px 6px #0003;
}

.heading-133 {
  font-family: var(--main-text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 75px;
  font-weight: 500;
  line-height: 75px;
  display: flex;
}

.div-block-626 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.heading-134 {
  font-family: var(--main-text);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 75px;
  font-weight: 400;
  line-height: 75px;
}

.text-span-13 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg, #0051ff, #f0e);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.paragraph-40 {
  font-family: var(--main-text);
  color: var(--text-blue);
  text-align: left;
  margin: 40px auto 40px 0;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-40.sidepushed {
  text-align: left;
  margin: 20px auto 0 0;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-40.sidepushed.wl-knefkl-ew {
  z-index: 20;
  position: relative;
}

.paragraph-40.sidepushed.lwneflkewnf {
  margin-top: 10px;
}

.paragraph-40.sidepushed.wlefwiefpe {
  color: var(--black);
  text-align: left;
  margin-top: 0;
}

.paragraph-40.wjebnfljewblf {
  text-align: center;
  margin-top: 0;
}

.div-block-627 {
  background-color: #f0f6fc;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.div-block-628 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.heading-135 {
  font-family: var(--main-text);
  color: #2463eb;
  text-align: center;
  margin-top: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 75px;
}

.heading-135.lwebnflkw {
  color: #9334e9;
}

.heading-135.wlknefklew {
  color: var(--green);
}

.text-block-124 {
  font-family: var(--main-text);
  color: var(--text-blue);
  text-align: center;
  width: 80%;
}

.div-block-629 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.div-block-629.wlknfelkwen {
  margin-top: 0;
}

.div-block-629.wlknfelkwen.wknflkewnf {
  z-index: 20;
  position: relative;
}

.heading-136 {
  font-family: var(--main-text);
  color: var(--text-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 38px;
}

.heading-136.wnflkew {
  text-align: center;
}

.heading-136._w-knf-klewn {
  margin: 40px auto 20px 0;
}

.heading-136._w-knf-klewn.wknefk-lewn, .heading-136._w-knf-klewn.wlkeflewfwef {
  margin-top: 0;
}

.div-block-630 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.section-49 {
  padding-bottom: 100px;
}

.div-block-631 {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-125 {
  font-family: var(--main-text);
  color: #7c7c7c;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
}

.div-block-632 {
  background-image: linear-gradient(0deg, #0057a8, #010029);
  border-radius: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95vw;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.heading-137 {
  font-family: var(--main-text);
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 500;
  line-height: 75px;
}

.section-50 {
  height: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-41 {
  font-family: var(--main-text);
  color: #fff;
  text-align: center;
  width: 650px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.button-21 {
  font-family: var(--main-text);
  color: var(--text-blue);
  background-color: #fff;
  border-radius: 100px;
  margin-top: 40px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}

.button-21:hover {
  background-color: #fff;
  box-shadow: 2px 2px 12px 6px #fff3;
}

.section-51 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-633 {
  background-color: var(--black);
  border-radius: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95vw;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-634 {
  width: 54%;
  padding: 50px 0 0 50px;
}

.div-block-635 {
  flex-flow: column;
  width: 18%;
  padding-top: 85px;
  display: flex;
}

.div-block-636, .div-block-637 {
  width: 18%;
}

.text-block-126 {
  font-family: var(--main-text);
  color: silver;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}

.heading-138 {
  font-family: var(--main-text);
  color: #fff;
  margin-top: 10px;
  margin-bottom: 40px;
  font-weight: 400;
}

.text-block-127 {
  font-family: var(--main-text);
  color: silver;
  font-size: 18px;
  line-height: 25px;
}

.link-24 {
  font-family: var(--main-text);
  color: #8a8a8a;
  margin-top: 10px;
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
}

.link-24:hover {
  color: #fff;
}

.link-block-69 {
  font-family: var(--main-text);
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 10px 25px;
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
}

.div-block-638 {
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.div-block-639 {
  width: 100%;
  display: flex;
}

.div-block-640 {
  justify-content: space-between;
  width: 100%;
  padding: 100px 50px 50px;
  display: flex;
}

.text-block-128 {
  font-family: var(--main-text);
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}

.text-block-129 {
  font-family: var(--main-text);
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.heading-139 {
  font-family: var(--main-text);
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 400;
  line-height: 75px;
}

.div-block-641 {
  width: 30%;
  margin-bottom: 40px;
  margin-left: 1%;
  margin-right: 2%;
}

.image-40 {
  object-fit: cover;
  border: 1px solid #c1c1c1;
  border-radius: 15px;
  width: 100%;
  height: 250px;
}

.div-block-642 {
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.div-block-642.whfeiohwe {
  width: 90vw;
}

.text-block-130 {
  font-family: var(--main-text);
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-130.wlenflew {
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 45px;
}

.paragraph-42 {
  font-family: var(--main-text);
  color: #000;
  margin-bottom: 20px;
}

.paragraph-42.wkneflknewf {
  font-size: 16px;
  line-height: 28px;
}

.text-block-131 {
  font-family: var(--main-text);
  color: #999;
  margin-top: 5px;
}

.div-block-643 {
  justify-content: space-between;
  display: flex;
}

.div-block-643._w-knf-wenf {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-644 {
  position: relative;
}

.text-block-132 {
  font-family: var(--main-text);
  color: var(--blue);
  background-color: #c7d9ff;
  border-radius: 100px;
  padding: 3px 10px;
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 15px;
}

.text-block-132.wkbefiweughfuiew {
  color: var(--green);
  background-color: #caffdd;
}

.text-block-132.wjebflkewjbflk {
  color: var(--purple);
  background-color: #ddb6ff;
}

.section-52 {
  padding-bottom: 20px;
}

.section-53 {
  padding-bottom: 100px;
}

.div-block-645 {
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.div-block-646 {
  width: 35%;
  height: 400px;
  position: sticky;
  top: 200px;
}

.div-block-647 {
  width: 65%;
  margin-top: -42px;
  padding-left: 60px;
}

.div-block-648 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.div-block-649 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.heading-140 {
  color: #374151;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 38px;
}

.italic-text-2 {
  line-height: 40px;
}

.text-block-133 {
  color: #f5821f;
}

.div-block-650 {
  background-color: #e9e9e9;
  border-radius: 20px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.div-block-651 {
  width: 35px;
  height: 35px;
}

.div-block-652 {
  background-color: var(--orange);
}

.div-block-653 {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.div-block-654 {
  width: 60%;
}

.div-block-655 {
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.div-block-656 {
  background-color: #ffe8d5;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
}

.div-block-656.wnef-kwef {
  background-color: #e7efff;
}

.div-block-656.wklneflkew {
  background-color: #f0e0ff;
}

.div-block-656.w.enfklew {
  background-color: #17a34a;
}

.div-block-656.wkjhebfkjwebf {
  background-color: #e8fff1;
}

.div-block-656.powjfow-efewjbfw {
  background-color: #ffe0e0;
}

.div-block-657 {
  width: 55px;
  height: 55px;
}

.heading-141 {
  color: var(--orange);
  margin-top: 10px;
}

.heading-141.wme-f {
  color: var(--blue);
}

.heading-141.wlkneflk-we {
  color: var(--purple);
}

.heading-141.wknf-lwe {
  color: var(--green);
}

.heading-141.kwjbfkjewfbk {
  color: var(--red);
}

.text-block-134 {
  color: var(--orange);
}

.text-block-134.wlknefklew {
  color: var(--blue);
}

.text-block-134._w-enflkew {
  color: var(--purple);
}

.text-block-134.wemf-klwe {
  color: var(--green);
}

.text-block-134.wnfkew {
  color: var(--red);
}

.italic-text-3 {
  line-height: 35px;
}

.div-block-658 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0;
}

.div-block-659 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-660 {
  background-color: #e7fff0;
  border: 1px solid #17a34a;
  border-radius: 20px;
  width: 49%;
  margin-bottom: 0;
  padding: 25px;
}

.div-block-661 {
  background-color: #ffdede;
  border: 1px solid #ef4444;
  border-radius: 20px;
  width: 49%;
  padding: 25px;
}

.div-block-662 {
  width: 55px;
  height: 55px;
}

.heading-142 {
  font-family: var(--main-text);
  color: var(--text-blue);
  font-size: 22px;
  font-weight: 400;
}

.div-block-663 {
  background-color: var(--green);
  border-radius: 100px;
  width: 7px;
  height: 7px;
  margin-right: 10px;
}

.div-block-663.wljbflwej {
  background-color: var(--red);
}

.div-block-664 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-135 {
  font-family: var(--main-text);
  color: var(--text-blue);
  font-weight: 500;
}

.div-block-665 {
  background-color: #f1f1f1;
  border: 1px solid #d8d8d8;
  border-radius: 25px;
  width: 100%;
  margin-top: 40px;
  padding: 25px;
  position: relative;
}

.div-block-665.lkwneflkwe {
  background-color: #fafafa;
}

.heading-143 {
  font-family: var(--main-text);
  color: #e6e6e6;
  font-size: 100px;
  font-weight: 100;
  line-height: 100px;
  position: absolute;
  inset: 2% 3% auto auto;
}

.div-block-666 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-667 {
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  width: 48%;
  margin: 0% 0% 40px;
  padding: 25px;
  box-shadow: 0 0 12px #0000001a;
}

.div-block-668 {
  background-color: #1d1d1d;
  width: 55px;
  height: 55px;
}

.image-41 {
  object-fit: contain;
  width: 200px;
  height: 80px;
}

.image-41.lwjneflk {
  object-fit: cover;
  width: 180px;
}

.image-41.wkenfl-kwn {
  object-fit: cover;
  width: 120px;
  height: 80px;
}

.image-41.wlefblkewb {
  object-fit: contain;
  width: 150px;
}

.image-41._w-ekf-klewf {
  width: 180px;
}

.div-block-669 {
  border-left: 3px solid #036ef9;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 40px;
}

.div-block-669.wlkneflkwe {
  border-left-color: #635bff;
}

.div-block-669.wbf-jewb {
  border-left-color: #f22b44;
}

.div-block-669.lwjenbflwe {
  border-left-color: #ff9301;
}

.div-block-670 {
  background-color: #f6f9fc;
  border: 1px solid #e4e4e4;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px;
  display: flex;
}

.div-block-671, .div-block-672 {
  width: 45%;
}

.section-54 {
  height: auto;
}

.intro-div {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-144 {
  font-family: var(--main-text);
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 500;
}

.text-block-136 {
  font-family: var(--main-text);
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 35px;
}

.text-block-136.lwneflew {
  margin-bottom: 20px;
}

.text-span-14 {
  color: #979797;
}

.text-span-15, .text-span-16 {
  color: #adadad;
}

.form-block-3 {
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.div-block-674 {
  width: 55px;
  height: 55px;
}

.heading-145 {
  font-family: var(--main-text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.text-field-5 {
  font-family: var(--main-text);
  border: 1px solid #c1c1c1;
  border-radius: 100px;
  height: 55px;
  padding-left: 20px;
  font-size: 18px;
}

.text-block-137 {
  z-index: 20;
  font-family: var(--main-text);
  letter-spacing: 1px;
  background-color: #fff;
  margin-left: 40px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  position: relative;
  bottom: -11px;
}

.form-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-22 {
  background-color: var(--white);
  font-family: var(--main-text);
  color: #c1c1c1;
  border: 1px solid #c1c1c1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 18px;
  line-height: 30px;
  display: inline-flex;
}

.button-22.nextbiuttonreal {
  color: #000;
  border-color: #000;
  display: none;
}

.button-22.nextbiuttonreal:hover {
  background-color: var(--black);
  color: #fff;
}

.div-block-675 {
  padding-top: 40px;
}

.link-block-70 {
  font-family: var(--main-text);
  color: #000;
  border: 1px solid #c1c1c1;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.div-block-676 {
  width: 25px;
  height: 25px;
}

.div-block-677 {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

.link-block-71 {
  font-family: var(--main-text);
  color: #333;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 55px;
  padding-left: 10px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.link-block-71:hover {
  background-color: #f5f5f5;
  border-radius: 10px;
}

.code-embed-7 {
  display: none;
}

.div-block-678 {
  background-color: var(--black);
  border-radius: 35px;
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-55 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-56 {
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000080;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-679 {
  justify-content: flex-end;
  align-items: center;
  width: 95vw;
  max-width: 1200px;
  padding-top: 20px;
  display: flex;
}

.link-block-72 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
}

.link-block-72:hover {
  width: 80px;
  height: 80px;
}

.img-12 {
  width: 50%;
}

.code-embed-8 {
  width: 95vw;
  max-width: 1200px;
  height: 700px;
  margin-top: 40px;
}

.div-block-680 {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.div-block-681 {
  background-color: #fff;
  border: 1px #e2e2e2;
  border-radius: 25px;
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
}

.heading-146 {
  font-family: var(--main-text);
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 75px;
  font-weight: 400;
  line-height: 85px;
}

.heading-146.hgcutcut {
  width: 100px;
}

.image-42 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 35px;
  width: 100%;
  height: 350px;
  margin-top: 20px;
}

.div-block-682 {
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-57 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.div-block-683 {
  border: 1px solid #e2e2e2;
  border-radius: 25px;
  width: 32%;
  height: auto;
  padding: 20px;
}

.div-block-684 {
  background-color: var(--text-blue);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
}

.heading-147 {
  font-family: var(--main-text);
  color: var(--black);
  padding-right: 100px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-138 {
  font-family: var(--main-text);
  color: var(--black);
  font-size: 16px;
  line-height: 25px;
}

.img-13, .img-13.wenfkew {
  width: 40px;
}

.div-block-685 {
  justify-content: space-between;
  padding-top: 0;
  display: flex;
}

.img-14 {
  width: 40px;
}

.div-block-686 {
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

.tabs-menu-2 {
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  margin-bottom: 40px;
  margin-left: auto;
  display: flex;
}

.tab-link-tab-1-2 {
  background-color: var(--bg-white);
  font-family: var(--main-text);
  color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .2s;
}

.tab-link-tab-1-2:hover {
  border-color: var(--text-blue);
  background-color: var(--black);
  color: var(--white);
}

.tab-link-tab-1-2.w--current {
  font-family: var(--main-text);
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .2s;
}

.tab-link-tab-2-2 {
  background-color: var(--bg-white);
  font-family: var(--main-text);
  color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .2s;
}

.tab-link-tab-2-2:hover {
  border-color: var(--text-blue);
  background-color: var(--black);
  color: var(--white);
}

.tab-link-tab-2-2.w--current {
  color: #fff;
  background-color: #000;
}

.tab-link-tab-3-2 {
  background-color: var(--bg-white);
  font-family: var(--main-text);
  color: #000;
  border: 1px solid #000;
  border-radius: 1000px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .2s;
}

.tab-link-tab-3-2:hover {
  border-color: var(--text-blue);
  background-color: var(--black);
  color: var(--white);
}

.tab-link-tab-3-2.w--current {
  color: #fff;
  background-color: #000;
}

.tab-link-tab-4 {
  background-color: var(--bg-white);
  font-family: var(--main-text);
  border: 1px solid #000;
  border-radius: 100px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .2s;
}

.tab-link-tab-4:hover {
  border-color: var(--text-blue);
  background-color: var(--black);
  color: var(--white);
}

.tab-link-tab-4.w--current {
  color: #fff;
  background-color: #000;
}

.tab-link-tab-5 {
  background-color: var(--bg-white);
  font-family: var(--main-text);
  color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .2s;
}

.tab-link-tab-5:hover {
  border-color: var(--text-blue);
  background-color: var(--black);
  color: var(--white);
}

.tab-link-tab-5.w--current {
  color: #fff;
  background-color: #000;
}

.div-block-687 {
  width: 600px;
}

.heading-148 {
  font-family: var(--main-text);
  color: #000;
  margin-bottom: -40px;
  font-size: 75px;
  font-weight: 400;
  line-height: 75px;
}

.tabs-content-2 {
  padding-top: 0;
}

.image-43 {
  object-fit: cover;
  border-radius: 35px;
  width: 100%;
  height: 100%;
}

.div-block-688 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 15px;
  display: flex;
}

.div-block-689 {
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.div-block-689.lwkenflekwf {
  background-image: url('../images/Mikewill-BG_1.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-end;
}

.div-block-689.wlneflkenwf {
  background-image: url('../images/Focus-BG_1.avif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-end;
}

.div-block-689.wlenfklew {
  background-image: url('../images/Riverstone-BG_1.avif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-end;
}

.div-block-689.wlebflekwbf {
  background-image: url('../images/Weddingbox-BG_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-end;
}

.div-block-689.wlknflewnf {
  background-image: url('../images/MFACG-BG_1.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-end;
}

.div-block-690 {
  background-color: #fff;
  border-radius: 25px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-left: 20px;
  padding: 25px;
  display: flex;
}

.heading-149 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 0;
  font-weight: 400;
}

.heading-149.lwneflw {
  color: #000;
  margin-top: auto;
  font-size: 28px;
}

.text-block-139 {
  font-family: var(--main-text);
  color: var(--text-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.image-44 {
  object-fit: cover;
  width: 200px;
  height: 165px;
}

.div-block-691 {
  width: 100%;
}

.link-block-73 {
  font-family: var(--main-text);
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
}

.div-block-692 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  display: flex;
}

.div-block-693 {
  background-color: #000;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 95vw;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.code-embed-9 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.div-block-694 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-74 {
  font-family: var(--main-text);
  color: #000;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 20px 10px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  transition: height 0.35s ease;
}

.div-block-695 {
  width: 100%;
}

.div-block-696 {
  width: 65%;
  padding-top: 40px;
}

.section-58 {
  padding-top: 100px;
  padding-bottom: 140px;
}

.heading-150 {
  font-family: var(--main-text);
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 55px;
  font-weight: 400;
  line-height: 75px;
}

.text-block-140 {
  font-family: var(--main-text);
  color: var(--text-blue);
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.heading-151 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-697 {
  width: 28px;
  height: 28px;
}

.div-block-698 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.paragraph-43 {
  opacity: 0;
  color: var(--text-blue);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
  line-height: 25px;
  display: flex;
}

.div-block-699 {
  width: 200px;
  height: 180px;
}

.div-block-700 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-141 {
  font-family: var(--main-text);
  color: var(--black);
  font-size: 22px;
  line-height: 35px;
}

.heading-152 {
  font-family: var(--main-text);
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-size: 75px;
  font-weight: 400;
  line-height: 85px;
}

.image-45, .image-46, .image-47, .image-48 {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.div-block-701 {
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

.heading-153 {
  font-family: var(--main-text);
  color: #000;
  font-size: 75px;
  font-weight: 400;
  line-height: 85px;
}

.heading-153.kwnfekl-ew {
  text-align: center;
  margin-bottom: 40px;
}

.heading-153.wlenflkewnf {
  padding-right: 140px;
}

.text-block-142 {
  font-family: var(--main-text);
  font-size: 18px;
  line-height: 25px;
}

.text-block-142.lwkneflkew {
  text-align: center;
}

.div-block-702 {
  justify-content: space-between;
  align-items: center;
  width: 95vw;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-703 {
  border: 1px solid #c1c1c1;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 32%;
  padding: 20px;
  display: flex;
}

.heading-154 {
  font-family: var(--main-text);
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 75px;
  font-weight: 300;
  line-height: 85px;
}

.heading-154.wknef {
  color: var(--blue);
}

.heading-154.kwef-ewwef {
  color: var(--red);
}

.heading-154.wnfe-lenw {
  color: var(--purple);
}

.heading-154._w-enf-wenf {
  color: var(--green);
}

.text-block-143 {
  font-family: var(--main-text);
  color: #000;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
}

.div-block-704 {
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-59 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-705 {
  width: 40%;
  height: 400px;
  position: sticky;
  top: 200px;
}

.div-block-706 {
  width: 60%;
  padding-top: 60px;
}

.div-block-707 {
  border: 1px solid #c1c1c1;
  border-radius: 25px;
  width: 90%;
  height: 300px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
}

.heading-155 {
  font-family: var(--main-text);
  margin-top: 0;
  font-size: 28px;
  font-weight: 400;
}

.paragraph-44 {
  font-family: var(--main-text);
  color: var(--text-blue);
  padding-right: 60px;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-44._w-knmfe-ekw {
  color: var(--black);
  width: 100%;
  margin-top: 20px;
  padding-right: 0;
}

.div-block-708, .div-block-709 {
  width: 50%;
}

.image-50 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-710 {
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-711 {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 25px;
  flex-flow: column;
  width: 32%;
  min-width: 300px;
  height: 610px;
  padding: 20px;
  display: flex;
}

.div-block-711.wenfewnf {
  background-color: #000;
}

.heading-156 {
  font-family: var(--main-text);
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.heading-156.lwebflwe {
  color: #fff;
}

.heading-157 {
  font-family: var(--main-text);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-157._w-knf-klew {
  color: #fff;
}

.text-block-144 {
  font-family: var(--main-text);
  color: #c1c1c1;
  margin-bottom: 20px;
}

.div-block-712 {
  background-color: #e9e9e9;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: flex;
}

.img-15 {
  width: 15px;
}

.div-block-713 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-145 {
  font-family: var(--main-text);
  color: var(--text-blue);
  font-size: 16px;
}

.button-23 {
  font-family: var(--main-text);
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 55px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: flex;
}

.button-23:hover {
  color: #fff;
  background-color: #000;
}

.button-23.wlnflkwen {
  background-color: var(--black);
  color: #fff;
  border-color: #fff;
}

.button-23.wlnflkwen:hover {
  color: #000;
  background-color: #fff;
}

.div-block-714 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-146 {
  font-family: var(--main-text);
  margin-bottom: 20px;
  font-weight: 400;
}

.text-block-146.wfnlkwe {
  color: #fff;
}

.text-block-147 {
  font-family: var(--main-text);
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.section-60 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-715 {
  width: 20px;
  height: 20px;
  margin-left: -5px;
}

.div-block-716 {
  background-color: var(--orange);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 28px;
  margin-top: 5px;
  display: flex;
}

.div-block-717 {
  justify-content: space-between;
  display: flex;
}

.text-block-148 {
  font-family: var(--main-text);
  color: #f0f0f0;
  padding-left: 3px;
}

.section-61 {
  padding-top: 10px;
  padding-bottom: 100px;
}

.section-62 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-718 {
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.background-video-18 {
  width: 95vw;
  max-width: 1200px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-719 {
  flex-flow: column;
  justify-content: space-between;
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-720, .div-block-721 {
  width: 49%;
}

.div-block-722 {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  padding: 0;
  overflow: hidden;
}

.heading-158 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 0;
  margin-left: -22px;
  padding-left: 0;
  font-size: 55px;
  font-weight: 400;
  line-height: 75px;
}

.paragraph-45 {
  font-family: var(--main-text);
  color: #000;
  padding-top: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 25px;
}

.section-63 {
  padding-bottom: 40px;
}

.div-block-723 {
  display: flex;
}

.div-block-724 {
  flex: none;
  width: 200px;
  height: 200px;
}

.section-64 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.div-block-725 {
  justify-content: space-between;
  align-items: stretch;
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-65 {
  padding-top: 100px;
  padding-bottom: 140px;
  display: block;
}

.div-block-726 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 500px;
  height: auto;
  display: flex;
}

.div-block-727 {
  width: 50%;
  height: 600px;
}

.heading-159 {
  font-family: var(--main-text);
  margin-top: 0;
  font-weight: 400;
}

.paragraph-46 {
  font-family: var(--main-text);
  margin-bottom: 40px;
  padding-right: 60px;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-46.wkenfewnf {
  margin-bottom: 40px;
}

.code-embed-10 {
  width: 100%;
  height: 100%;
}

.code-embed-11 {
  background-color: #aaa;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.div-block-728 {
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-12 {
  width: 100%;
  height: 500px;
}

.div-block-729 {
  background-image: url('../images/domenico-loia-hGV2TfOh0ns-unsplash_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-730 {
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  width: 100%;
  height: 100%;
}

.div-block-731 {
  justify-content: space-between;
  align-items: flex-start;
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-732 {
  width: 49%;
}

.paragraph-47 {
  font-family: var(--main-text);
  font-size: 16px;
  line-height: 25px;
}

.section-66 {
  width: 100vw;
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-733 {
  justify-content: space-between;
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-734 {
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 600px;
  display: flex;
}

.div-block-735 {
  background-color: #fff;
  border-radius: 25px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 20px;
  padding: 25px;
  display: flex;
}

.div-block-736 {
  background-color: #575757;
  border-radius: 15px;
  width: 90%;
  height: 90%;
  padding: 20px;
  display: block;
}

.heading-160 {
  font-family: var(--main-text);
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
}

.div-block-737 {
  border: 1px solid #acacac;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 47px;
  display: flex;
}

.text-block-149 {
  font-family: var(--main-text);
  color: #c1c1c1;
  margin-bottom: 3px;
  font-weight: 300;
}

.div-block-738 {
  width: 100%;
  height: 250px;
  display: flex;
}

.div-block-739 {
  width: 2px;
  height: 100%;
  margin-left: 20px;
}

.div-block-740 {
  background-color: #c1c1c1;
  width: 100%;
  height: 5px;
  margin-bottom: 10px;
}

.div-block-741 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 55px;
  margin-top: 31px;
  display: flex;
}

.div-block-742 {
  background-color: #c1c1c1;
  width: 5px;
  height: 2px;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-743 {
  border: 1px solid #c1c1c1;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 45px;
  padding-left: 10px;
  display: flex;
}

.text-block-150 {
  font-family: var(--main-text);
  color: #c1c1c1;
  font-weight: 300;
}

.text-block-151 {
  font-family: var(--main-text);
  color: #c1c1c1;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
}

.div-block-744 {
  border: 1px solid #c1c1c1;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 47px;
  display: flex;
}

.docid {
  font-family: var(--main-text);
  color: #c1c1c1;
  width: 100%;
  margin-left: 10px;
  font-weight: 300;
  overflow: hidden;
}

.field-label-2 {
  z-index: 20;
  font-family: var(--main-text);
  background-color: #fff;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 500;
  display: inline-flex;
  position: relative;
  bottom: -10px;
}

.text-field-6 {
  border-radius: 7px;
  padding-left: 10px;
}

.button-24 {
  font-family: var(--main-text);
  background-color: #000;
  border-radius: 7px;
  margin-top: 10px;
}

.button-24:hover {
  background-color: #3d3d3d;
}

.text-field-7 {
  font-family: var(--main-text);
  border-radius: 7px;
  padding-left: 10px;
}

.form-3 {
  width: 350px;
}

.div-block-745 {
  width: 90%;
  height: 90%;
  display: none;
}

.div-block-746 {
  border-bottom: 1px solid #c1c1c1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 55px;
  display: flex;
}

.div-block-747 {
  width: 25px;
  height: 25px;
}

.text-block-152 {
  font-family: var(--main-text);
  color: #c1c1c1;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
}

.text-block-153 {
  font-family: var(--main-text);
  color: #c1c1c1;
  font-size: 16px;
  font-weight: 300;
}

.flex-block {
  border-right: 1px solid #c1c1c1;
  width: 40%;
  height: 100%;
  padding-right: 5px;
}

.div-block-748 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 47px;
  display: flex;
}

.div-block-749 {
  width: 18px;
  height: 18px;
}

.text-block-154 {
  font-family: var(--main-text);
  color: #c1c1c1;
  padding-left: 10px;
  font-size: 16px;
}

.div-block-750 {
  background-color: #383838;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 7px 5px 7px 10px;
  display: flex;
}

.text-block-155 {
  font-family: var(--main-text);
  color: #c1c1c1;
  font-size: 16px;
  font-weight: 300;
}

.div-block-751 {
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: 0;
}

.div-block-752 {
  width: 100%;
  height: 90%;
  display: flex;
}

.div-block-753 {
  width: 60%;
  padding-left: 10px;
}

.text-block-156 {
  font-family: var(--main-text);
  color: #c1c1c1;
  font-size: 16px;
  font-weight: 300;
}

.div-block-754 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-755 {
  justify-content: space-between;
  align-items: flex-start;
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-756 {
  background-color: #fff;
  border-radius: 25px;
  flex: 1;
  margin-right: 20px;
  padding: 25px;
}

.div-block-757 {
  width: 500px;
  height: 600px;
}

.tabs-menu-3 {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: auto;
  display: inline-flex;
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-758 {
  width: 400px;
  height: 217px;
  display: block;
}

.tab-link-tab-1-3 {
  font-family: var(--main-text);
  color: #fff;
  background-color: #ddd0;
}

.tab-link-tab-1-3.w--current {
  font-family: var(--main-text);
  color: #000;
  background-color: #fff;
  border-radius: 1000px;
  font-weight: 400;
}

.tab-link-tab-2-3 {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
}

.tab-link-tab-2-3.w--current {
  font-family: var(--main-text);
  color: #000;
  background-color: #fff;
}

.text-field-8 {
  font-family: var(--main-text);
  border-radius: 7px;
}

.section-67 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-block-4 {
  height: auto;
  margin-bottom: 0;
}

.textarea-2 {
  border-radius: 7px;
  padding-bottom: 20px;
}

.button-25 {
  background-color: #000;
  border-radius: 7px;
  margin-top: 10px;
  transition: all .2s;
}

.button-25:hover {
  background-color: #3b3b3b;
}

.div-block-759 {
  background-image: url('../images/MacEmail_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-759.wlneflnkwf {
  background-image: url('../images/MacbookClearBG_1.avif');
  display: flex;
}

.div-block-760 {
  width: 340px;
  height: 170px;
  margin-top: -52px;
}

.text-block-157 {
  font-family: var(--main-text);
  color: #c1c1c1;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-761 {
  border-bottom: .5px solid #c1c1c1;
  display: flex;
}

.text-block-158 {
  font-family: var(--main-text);
  color: #c1c1c1;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 300;
  line-height: 23px;
}

.code-embed-13 {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-14 {
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-762 {
  background-color: #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 200px;
  margin-top: 20px;
  display: none;
}

.div-block-763 {
  width: 55px;
  height: 55px;
}

.text-block-159 {
  font-family: var(--main-text);
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.div-block-764 {
  z-index: 20;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-764.wnefiewnf {
  display: none;
}

.lottie-animation-5 {
  width: 55px;
  height: 55px;
}

.div-block-765 {
  background-image: url('../images/iPhoneClearBg_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-766 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 170px;
  height: 140px;
  margin-top: 155px;
  padding-top: 0;
  display: flex;
}

.text-block-160 {
  font-family: var(--main-text);
  color: #c1c1c1;
}

.section-68 {
  margin-top: -100px;
  padding-top: 125px;
}

.div-block-767 {
  justify-content: space-between;
  align-items: center;
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-69 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.div-block-768 {
  background-color: #fff;
  border-radius: 25px;
  flex: 1;
  margin-left: 20px;
  padding: 25px;
}

.div-block-769 {
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 600px;
  display: flex;
}

.section-70 {
  margin-top: -100px;
  padding-top: 150px;
}

.section-71 {
  display: flex;
}

.paragraph-48 {
  font-family: var(--main-text);
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
}

.div-block-774 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  min-width: 700px;
  max-width: 900px;
  height: auto;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-161 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 10px;
  font-size: 35px;
  font-weight: 500;
  line-height: 55px;
}

.image-51 {
  object-fit: cover;
  object-position: 50% 0%;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 75px;
  height: 75px;
}

.image-51.wlefnlewkn {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  border: 2px solid #fff;
  margin-top: -20px;
  margin-left: -12px;
  margin-right: -12px;
  position: relative;
}

.text-block-162 {
  font-family: var(--main-text);
  color: #7a7a7a;
  font-size: 16px;
  line-height: 35px;
}

.button-26 {
  background-color: var(--black);
  font-family: var(--main-text);
  border-radius: 100px;
  margin-top: 20px;
  padding: 11px 25px;
  transition: all .2s;
}

.button-26:hover {
  background-color: #424242;
}

.dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 0 0 20px;
  display: flex;
  position: relative;
}

.dropdown {
  border: 1px solid #c1c1c1;
  border-radius: 15px;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  transition: all .4s;
  overflow: hidden;
}

.text-block-163 {
  font-family: var(--main-text);
  font-size: 20px;
  line-height: 22px;
}

.dropdown-list-2 {
  position: static;
}

.dropdown-list-2.w--open {
  font-family: var(--main-text);
  background-color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.text-block-164 {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 40px;
}

.section-72 {
  margin-top: -100px;
  padding-top: 125px;
  padding-bottom: 40px;
}

.div-block-775 {
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-161 {
  font-family: var(--main-text);
  color: #000;
  font-size: 75px;
  font-weight: 400;
  line-height: 100px;
}

.paragraph-49 {
  font-family: var(--main-text);
  color: #000;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 30px;
}

.div-block-776 {
  display: flex;
}

.div-block-777 {
  border: 1px solid #c1c1c1;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.div-block-778 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 20px 40px;
  display: flex;
}

.div-block-779 {
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.tab-link-tab-1-4 {
  font-family: var(--main-text);
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 100px;
  margin-right: 10px;
  font-weight: 500;
}

.tab-link-tab-1-4.w--current {
  font-family: var(--main-text);
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  font-weight: 500;
}

.tab-link-tab-2-4 {
  font-family: var(--main-text);
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 100px;
  margin-right: 10px;
  font-weight: 500;
}

.tab-link-tab-2-4.w--current {
  color: #fff;
  background-color: #000;
}

.tab-link-tab-3-3 {
  font-family: var(--main-text);
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 100px;
  margin-right: 10px;
  font-weight: 500;
}

.tab-link-tab-3-3.w--current {
  color: #fff;
  background-color: #000;
}

.tab-link-tab-4-2 {
  font-family: var(--main-text);
  color: #000;
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 100px;
  margin-right: 10px;
  font-weight: 500;
}

.tab-link-tab-4-2.w--current {
  color: #fff;
  background-color: #000;
}

.tabs-menu-4 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.section-73 {
  padding-bottom: 100px;
}

.body-4 {
  background-color: var(--bg-white);
}

.div-block-780 {
  width: 100%;
  height: 100%;
}

.form-block-5 {
  margin-bottom: 0;
}

.div-block-781 {
  background-color: #000;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.div-block-782 {
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.heading-162 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 28px;
  font-weight: 400;
}

.div-block-783 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.img-17, .img-18, .img-19, .image-53 {
  width: 30px;
}

.heading-163 {
  font-family: var(--main-text);
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-size: 75px;
  font-weight: 400;
  line-height: 87px;
}

.div-block-784 {
  background-color: #fff;
  border-radius: 25px;
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 25px 40px;
  position: relative;
  overflow: hidden;
}

.section-74 {
  padding-top: 20px;
  padding-bottom: 60px;
}

.div-block-785 {
  background-color: #000;
  border-radius: 15px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 10px 15px;
  display: inline-flex;
}

.heading-164 {
  font-family: var(--main-text);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 28px;
  font-weight: 400;
}

.div-block-786 {
  background-color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.img-20 {
  width: 35px;
}

.div-block-787 {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-788 {
  flex-flow: column;
  display: flex;
}

.div-block-789 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-790 {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-791 {
  flex: none;
  display: flex;
}

.div-block-792 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-793 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-794 {
  z-index: 20;
  background-image: linear-gradient(90deg, #fff 1%, #fff0 10% 90%, #fff 99%);
  height: 310px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-75 {
  margin-top: -100px;
  padding-top: 125px;
  padding-bottom: 0;
  display: none;
}

.div-block-795 {
  flex-flow: column;
  flex: 1;
  width: 70%;
  height: 100%;
  padding: 25px;
  display: flex;
}

.div-block-796 {
  flex: none;
  width: 30%;
  height: 700px;
}

.heading-165 {
  font-family: var(--main-text);
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
}

.image-54 {
  object-fit: cover;
  object-position: 60% 50%;
  width: 100%;
  height: 100%;
}

.link-block-75 {
  background-color: #fff;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 35px;
  display: flex;
}

.link-block-75:active {
  background-color: #c1c1c1;
}

.div-block-797 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: none;
}

.link-block-76 {
  background-color: #fff;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 35px;
  margin-left: 1px;
  display: flex;
}

.link-block-76:active {
  background-color: #c1c1c1;
}

.img-21 {
  width: 18px;
}

.img-21._w-nf-kwef {
  transform: rotate(180deg);
}

.img-22 {
  width: 18px;
}

.div-block-798 {
  flex: 1;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.form-block-6 {
  width: 100%;
  height: 100%;
  display: none;
}

.form-4 {
  width: 100%;
  height: 100%;
}

.name-form-div {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.name-form-div._w-nfklew {
  background-color: #c78484;
}

.name-form-div.wfklewn-f {
  background-color: #588573;
}

.image-55 {
  object-fit: cover;
  object-position: 60% 50%;
  width: 100%;
  height: 100%;
}

.div-block-800 {
  margin-top: 0;
  display: block;
  position: relative;
}

.heading-166 {
  font-family: var(--main-text);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph-50 {
  font-family: var(--main-text);
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-165 {
  font-family: var(--main-text);
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}

.text-field-9 {
  background-color: var(--black);
  font-family: var(--main-text);
  color: #fff;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  height: 55px;
  padding-left: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
}

.button-27 {
  font-family: var(--main-text);
  color: #000;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 47px;
  margin-top: 20px;
  display: flex;
}

.email-form-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.websitetype-form-div, .paymentoptions-form-div, .communication-form-div, .backend-form-div, .seo-form-div, .pricing-form-div, .projectname-form-div, .final-form-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.heading-167 {
  font-family: var(--main-text);
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 400;
}

.paragraph-51 {
  font-family: var(--main-text);
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-51._w-efmnpew {
  flex-flow: wrap;
  padding-left: 3px;
  padding-right: 3px;
}

.paragraph-51.wlmf-lew {
  margin-bottom: 0;
}

.div-block-801 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 550px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.link-block-77 {
  border: 1px solid #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: auto;
  padding: 20px 10px 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-77:hover {
  background-color: #2c2c2c;
}

.div-block-802 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-166 {
  font-family: var(--main-text);
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
}

.text-block-167 {
  font-family: var(--main-text);
  color: #fff;
  text-align: center;
}

.img-23, .img-24, .img-25 {
  width: 45px;
}

.div-block-803 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.link-block-78 {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.div-block-804 {
  border: 1px #fff;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 7px;
  padding: 9px 10px;
  display: inline-flex;
}

.text-block-168 {
  font-family: var(--main-text);
  color: #fff;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.img-26 {
  width: 15px;
  height: 15px;
}

.div-block-805 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-nav-code {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-806 {
  justify-content: center;
  align-items: center;
  width: 95vw;
  max-width: 1200px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.code-embed-16 {
  background-color: #fff;
  border-radius: 20px;
  width: 60%;
  height: 100%;
  margin-right: 20px;
}

.div-block-807 {
  background-image: url('../images/ivana-cajina-HDd-NQ_AMNQ-unsplash_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 20px;
  flex: none;
  width: 40%;
  height: 100%;
}

.section-76 {
  margin-top: -100px;
  padding-top: 125px;
  padding-bottom: 220px;
}

.body-5, .body-6, .body-7 {
  background-color: var(--bg-white);
}

.div-block-808 {
  margin-bottom: 40px;
  display: flex;
}

.div-block-809 {
  flex: none;
  width: 40%;
}

.div-block-810 {
  margin-bottom: 40px;
  display: flex;
}

.div-block-811 {
  flex: none;
  width: 40%;
}

.div-block-812 {
  margin-bottom: 40px;
  display: flex;
}

.div-block-813 {
  flex: none;
  width: 40%;
}

.body-8, .body-9 {
  background-color: var(--bg-white);
}

.body-10 {
  background-color: var(--bg-white);
  display: flex;
}

.section-77 {
  font-family: var(--main-text);
  background-color: #fff;
  border-right: 1px solid #c1c1c1;
  flex-flow: column;
  width: 275px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
}

.section-78 {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.navbar-dashboard {
  background-color: #fff;
  border-bottom: 1px solid #c1c1c1;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 75px;
  display: flex;
}

.div-block-815 {
  width: 25px;
  height: 25px;
  position: relative;
  bottom: -36px;
  left: 10px;
}

.form-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-block-7 {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 0;
}

.text-field-10 {
  font-family: var(--main-text);
  color: #000;
  border-radius: 7px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 300;
}

.text-field-10.lwkneflkwenf {
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 20px;
}

.link-block-79 {
  font-family: var(--main-text);
  color: #000;
  margin-left: auto;
  margin-right: 40px;
  text-decoration: none;
  display: flex;
}

.heading-168 {
  font-family: var(--main-text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-816 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-817 {
  background-image: linear-gradient(135deg, var(--blue), var(--purple));
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  display: flex;
}

.img-27 {
  width: 30px;
}

.div-block-818 {
  border-bottom: 1px solid #c1c1c1;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.link-block-80 {
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: all .2s;
  display: flex;
}

.link-block-80:hover {
  background-color: var(--bg-white);
}

.div-block-819 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-820 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-169 {
  font-family: var(--main-text);
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.text-block-169.lwnflekwfn {
  color: #aaa;
}

.div-block-821 {
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 20px;
  padding: 20px;
}

.text-block-170 {
  font-family: var(--main-text);
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-822 {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: relative;
}

.div-block-823 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.link-block-81 {
  border-right: 2px none var(--blue);
  color: #333;
  background-color: #2463eb00;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-81:hover {
  padding-left: 12px;
}

.link-block-81.lkwfnwewe {
  color: var(--blue);
  border-right-style: none;
  font-weight: 500;
}

.link-block-81.lkwfnwewe:hover {
  border-right-color: var(--blue);
}

.link-block-81.wjbefjlkewb {
  margin-bottom: 0;
}

.text-block-171 {
  font-family: var(--main-text);
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-171.kwjbfkewjbf {
  color: var(--blue);
}

.img-28 {
  width: 22px;
}

.text-block-172 {
  color: #000;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.div-block-824 {
  border-top: 1px solid #c1c1c1;
  margin-top: auto;
  margin-bottom: 0;
  padding: 20px;
}

.link-block-82 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-82:hover {
  background-color: #f5f5f5;
  border-right: 4px solid #000;
  border-radius: 7px;
  padding-left: 12px;
}

.div-block-825 {
  width: 25px;
  height: 25px;
}

.div-block-826 {
  background-color: #2463eb1a;
  border-radius: 10px;
  padding: 10px;
}

.text-block-173 {
  color: #000;
  padding-left: 20px;
  font-weight: 400;
}

.text-block-174 {
  color: var(--blue);
}

.text-block-175 {
  color: var(--blue);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.button-28 {
  background-color: var(--blue);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.button-28:hover {
  background-color: #0142ce;
}

.dashboard-div-class {
  flex-flow: column;
  flex: 1;
  padding: 25px;
  display: block;
  overflow: scroll;
}

.heading-169 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.text-block-176 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.link-block-83 {
  border: 1px solid var(--blue);
  cursor: default;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 24%;
  height: 100px;
  padding-left: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-83._w-lef-w {
  border-color: var(--red);
}

.link-block-83._w-mfpweof {
  border-color: var(--yellow);
}

.link-block-83.wfpwioef {
  border-color: var(--green);
}

.div-block-828 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-right: 20px;
  display: flex;
}

.div-block-829 {
  width: 25px;
  height: 25px;
  margin-left: auto;
}

.heading-170 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.text-block-177 {
  font-family: var(--main-text);
  color: var(--red);
  font-weight: 500;
}

.text-block-177.wlkenflkewnf {
  color: var(--blue);
  font-weight: 500;
}

.text-block-177.lwiehfioew {
  color: var(--yellow);
  font-weight: 500;
}

.text-block-177._w-knf-we {
  color: var(--green);
  font-weight: 500;
}

.div-block-830 {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.img-29 {
  width: 25px;
}

.div-block-831 {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 15px;
  padding: 25px;
}

.heading-171 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.all-tickets-div-class {
  padding: 25px;
  display: none;
  overflow: scroll;
}

.div-block-832 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-block-833 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  display: flex;
}

.code-embed-17 {
  width: 150px;
  margin-bottom: 0;
  margin-right: 7px;
  overflow: hidden;
}

.code-embed-17._1pij2 {
  width: 150px;
  margin-right: 0;
  overflow: hidden;
}

.code-embed-17.wfepoejwnfo {
  width: 200px;
  margin-top: 10px;
}

.div-block-834 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.payments-invoices {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 25px;
  display: none;
}

.div-block-835 {
  margin-top: 0;
}

.create-new-ticket {
  padding: 25px;
  display: none;
  overflow: scroll;
}

.div-block-837 {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 25px;
  width: 100%;
  margin-top: 20px;
  padding: 25px 25px 20px;
}

.heading-172 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.field-label-3 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 20px;
  font-weight: 500;
}

.text-field-11 {
  font-family: var(--main-text);
  border-radius: 7px;
  height: 47px;
  font-size: 16px;
}

.textarea-3 {
  font-family: var(--main-text);
  border-radius: 10px;
  padding-bottom: 200px;
  font-size: 16px;
}

.text-block-178 {
  font-family: var(--main-text);
  margin-bottom: 10px;
}

.link-block-84 {
  background-color: var(--red);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 43px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-84:hover {
  background-color: #ff5656;
}

.div-block-838 {
  width: 20px;
  height: 20px;
}

.text-block-179 {
  font-family: var(--main-text);
  color: #fff;
  padding-left: 10px;
  font-weight: 500;
}

.div-block-839 {
  display: flex;
}

.div-block-840 {
  padding-top: 5px;
  padding-left: 100px;
  display: none;
}

.button-29 {
  background-color: var(--blue);
  font-family: var(--main-text);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 43px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.button-29:hover {
  background-color: #3172ff;
}

.button-29.wlefpew {
  color: #000;
  background-color: #2463eb00;
  border: 1px solid #c1c1c1;
  width: 100px;
  margin-left: 20px;
}

.button-29.wlefpew:hover {
  background-color: #c1c1c1;
}

.div-block-841 {
  padding-top: 40px;
  display: flex;
}

.div-block-842 {
  border: 1px solid var(--green);
  background-color: #fff;
  border-radius: 15px;
  width: 32%;
  height: 110px;
  padding: 15px;
}

.div-block-842.lqnflkdqwn {
  border-color: var(--blue);
}

.div-block-842.qondwqubidu {
  border-color: var(--yellow);
}

.div-block-843 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-844 {
  width: 25px;
  height: 25px;
}

.heading-173 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 44px;
}

.div-block-845 {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-846 {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 15px;
  margin-top: 20px;
  padding: 25px;
}

.div-block-846.lwneflkwenfk {
  display: none;
}

.heading-174 {
  font-family: var(--main-text);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-180 {
  font-family: var(--main-text);
  color: var(--yellow);
  font-weight: 500;
}

.button-30 {
  background-color: var(--blue);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 47px;
  margin-top: 15px;
  transition: all .2s;
  display: flex;
}

.button-30:hover {
  background-color: #3d7bff;
}

.website-and-analytics-div {
  flex: 1;
  padding: 25px;
  display: none;
}

.code-embed-18 {
  height: 100%;
}

.div-block-848 {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  height: 80%;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.account-settings {
  padding: 25px;
  display: none;
}

.div-block-850 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
}

.heading-175 {
  font-family: var(--main-text);
  color: #fff;
  margin-top: 0;
  font-weight: 400;
}

.paragraph-52 {
  font-family: var(--main-text);
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.section-79 {
  z-index: 99;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-6 {
  width: 200px;
  height: 200px;
}

.div-block-851 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 20px;
  display: flex;
}

.heading-176 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.div-block-852 {
  width: 400px;
}

.button-31 {
  font-family: var(--main-text);
  color: #fff;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 47px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.button-31:hover {
  background-color: #353535;
}

.field-label-4, .field-label-5 {
  font-family: var(--main-text);
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.text-field-12, .text-field-13 {
  font-family: var(--main-text);
  border-radius: 7px;
  height: 47px;
  font-size: 16px;
}

.paragraph-53 {
  font-family: var(--main-text);
  color: #000;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.section-80 {
  z-index: 999;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 90px;
  margin-top: 0;
  padding-top: 12px;
  display: flex;
  position: sticky;
  top: 0;
}

.body-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-24 {
  width: 90vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.section-81 {
  padding-top: 20px;
  padding-bottom: 140px;
}

.code-embed-25 {
  width: 90vw;
  max-width: 1440px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.project-page {
  width: 100vw;
  height: 100vh;
  display: none;
}

.all-projects {
  width: 100vw;
  height: 100vh;
  display: block;
}

.div-block-853 {
  width: 80vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.heading-177 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 0;
  font-weight: 400;
}

.div-block-854 {
  width: 300px;
  height: 150px;
}

.text-block-181 {
  font-family: var(--main-text);
  color: #000;
  font-weight: 500;
}

.link-block-85 {
  border: 1px solid var(--text-blue);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  height: 170px;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.heading-178 {
  font-family: var(--main-text);
  color: #000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.image-56 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-855 {
  border-radius: 100px;
  flex: none;
  width: 55px;
  height: 55px;
  overflow: hidden;
}

.text-block-182 {
  font-family: var(--main-text);
  color: #000;
  margin-right: 5px;
  font-weight: 500;
  text-decoration: none;
}

.section-83 {
  padding-top: 20px;
}

.div-block-856 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-block-183 {
  font-family: var(--main-text);
  color: #1ba000;
  background-color: #d5ffc6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
  display: inline-flex;
}

.div-block-857 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-858 {
  font-family: var(--main-text);
  color: #ff9100;
  background-color: #ffe9cb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
  display: flex;
}

.text-block-184 {
  margin-left: 5px;
}

.div-block-859 {
  font-family: var(--main-text);
  color: #000;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.text-block-185 {
  margin-right: 5px;
}

.div-block-860 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-861 {
  width: 20px;
}

.div-block-862 {
  border-bottom: 1px solid #0000;
  display: flex;
}

.div-block-862:hover {
  border-bottom: 1px solid #000;
}

.div-block-863 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.load-project {
  display: none;
}

.div-block-864 {
  display: flex;
}

.div-block-865 {
  width: 100%;
  height: 200px;
}

.heading-179 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.navigation-code {
  display: none;
}

.iconbackground {
  display: none;
  position: absolute;
  inset: 0%;
}

.iconbackground.jwbfelkjweb {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  inset: 0%;
}

.iconbackground.lwkenflkewn {
  display: block;
}

.iconhighlighted {
  width: 25px;
  height: 25px;
  position: absolute;
}

.div-block-866 {
  padding-bottom: 10px;
  display: flex;
}

.text-block-187 {
  font-family: var(--main-text);
  color: #000;
  width: 40%;
  font-weight: 500;
}

.text-block-188, .text-block-189 {
  font-family: var(--main-text);
  color: #000;
  width: 25%;
  font-weight: 500;
}

.text-block-190 {
  font-family: var(--main-text);
  color: #000;
  width: 10%;
  font-weight: 500;
}

.ticket-details {
  flex: 1;
  padding: 25px;
  display: none;
  overflow: scroll;
}

.heading-180 {
  font-family: var(--main-text);
  color: #000;
  font-weight: 500;
}

.div-block-868 {
  padding-left: 5px;
  display: flex;
}

.text-block-191 {
  font-family: var(--main-text);
  margin-right: 5px;
  font-weight: 500;
}

.text-block-192 {
  font-family: var(--main-text);
  font-weight: 500;
}

.body-12 {
  background-color: #fff;
}

.section-84 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.heading-181 {
  color: #00082a;
  font-family: Great Vibes, cursive;
  font-size: 55px;
  font-weight: 400;
  line-height: 75px;
}

.text-block-193 {
  color: #00082a;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: Antic Didone, sans-serif;
  display: flex;
}

.img-30 {
  width: 50%;
}

.link-block-86 {
  border: 1px solid #00082a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  transition: all .2s;
  display: flex;
}

.link-block-86:hover {
  width: 60px;
  height: 60px;
}

.div-block-869 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-870 {
  justify-content: center;
  align-items: center;
  height: 65px;
  display: flex;
}

.heading-182 {
  font-family: Great Vibes, cursive;
  font-size: 55px;
  font-weight: 400;
  line-height: 75px;
}

.text-block-194 {
  font-family: Antic Didone, sans-serif;
}

.div-block-871 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.section-85 {
  width: 100vw;
  height: 100vh;
}

.quick-stack-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-872 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: scroll;
}

.heading-183 {
  text-align: center;
  margin: 0 auto 40px;
  font-family: Great Vibes, cursive;
  font-size: 55px;
  font-weight: 400;
  line-height: 75px;
}

.text-block-195 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Antic Didone, sans-serif;
}

.image-57 {
  width: auto;
}

.image-59, .image-60 {
  margin-top: auto;
}

.cell {
  justify-content: flex-end;
  align-items: flex-end;
}

.code-embed-26 {
  display: none;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.image-61 {
  margin-top: auto;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.image-62 {
  margin-top: auto;
}

.text-block-196 {
  text-align: center;
  width: 100%;
  margin-top: 60px;
  font-family: Antic Didone, sans-serif;
}

.div-block-873 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-63 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.cell-4 {
  justify-content: flex-start;
  align-items: center;
}

.text-block-197 {
  color: #919191;
  margin-top: 10px;
  font-family: Antic Didone, sans-serif;
}

.documents {
  flex-flow: column;
  flex: 1;
  padding: 25px;
  display: none;
  overflow: scroll;
}

.div-block-874 {
  flex-flow: wrap;
  display: flex;
}

.div-block-875 {
  background-image: url('../images/zoshua-colah-ZOtXJpHGhAU-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

.div-block-876 {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 24%;
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-876.wnjflkjweb {
  border-color: var(--red);
}

.div-block-876.lwneflkwen {
  border-color: var(--blue);
}

.div-block-876.lwknflkwenf {
  border-color: var(--yellow);
}

.div-block-876.wkjbfkwjeb {
  border-color: var(--green);
}

.div-block-877 {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.heading-184 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 44px;
}

.heading-184.kwjbfkjwebfkw, .heading-184.wkjbefkjwebf {
  display: none;
}

.image-64 {
  width: 25px;
}

.div-block-878 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-198 {
  color: var(--text-blue);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-198.lwenflwken {
  font-family: var(--main-text);
  color: var(--red);
  font-size: 14px;
}

.text-block-198.wkjebflwejbf {
  font-family: var(--main-text);
  color: var(--blue);
  font-size: 14px;
}

.text-block-198.wjebflwekjfb {
  font-family: var(--main-text);
  color: var(--yellow);
  font-size: 14px;
}

.text-block-198.lwefnlekw {
  font-family: var(--main-text);
  color: var(--green);
  font-size: 14px;
}

.div-block-879 {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 15px;
  flex-flow: column;
  width: 60%;
  padding: 15px;
  display: flex;
}

.text-block-199 {
  color: #000;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
}

.div-block-880 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.paragraph-54 {
  color: #000;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-881 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-882 {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 95%;
  height: 600px;
  padding: 20px;
  display: flex;
}

.div-block-883 {
  width: 100%;
  display: flex;
}

.div-block-884 {
  background-color: var(--blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  display: flex;
}

.heading-185 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-885 {
  flex: 1;
  width: 100%;
}

.textarea-4 {
  color: #000;
  border-radius: 10px;
  padding-bottom: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.button-32 {
  background-color: var(--blue);
  border-radius: 7px;
  margin: 0 0 0 auto;
}

.button-32:hover {
  background-color: #4c85ff;
}

.form-6 {
  flex-flow: column;
  display: flex;
}

.div-block-886 {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  overflow: scroll;
}

.form-block-8 {
  margin-bottom: 0;
}

.text-block-200 {
  font-family: var(--main-text);
  color: var(--blue);
  font-weight: 500;
}

.text-block-201 {
  font-family: var(--main-text);
  color: var(--green);
  font-weight: 500;
}

.div-block-887 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-202 {
  font-family: var(--main-text);
  color: #000;
  width: 50%;
  font-weight: 500;
}

.text-block-203 {
  font-family: var(--main-text);
  color: #000;
  width: 30%;
  font-weight: 500;
}

.text-block-204 {
  font-family: var(--main-text);
  color: #000;
  width: 20%;
  font-weight: 500;
}

.div-block-888 {
  width: 25px;
  height: 25px;
}

.link-block-87 {
  background-color: var(--blue);
  font-family: var(--main-text);
  color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 185px;
  height: 45px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.link-block-87:hover {
  background-color: #3977ff;
}

.link-block-87.wl-mf-lwem, .link-block-87._w-mf-lew {
  width: 145px;
  margin-right: 10px;
}

.text-block-205 {
  padding-left: 5px;
}

.div-block-889 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-206 {
  font-family: var(--main-text);
  color: #000;
  width: 45%;
  font-weight: 500;
}

.text-block-207 {
  font-family: var(--main-text);
  color: #000;
  width: 35%;
  font-weight: 500;
}

.text-block-208 {
  font-family: var(--main-text);
  color: #000;
  width: 20%;
  font-weight: 500;
}

.div-block-890 {
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.div-block-891 {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  min-height: 200px;
  margin-top: 20px;
  padding: 15px;
}

.div-block-892 {
  background-image: linear-gradient(180deg, var(--blue), var(--purple));
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
}

.heading-186 {
  font-family: var(--main-text);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
}

.div-block-893 {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 15px;
  padding: 20px;
  display: flex;
}

.div-block-894 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 5px;
  padding-left: 20px;
  display: flex;
}

.text-block-209 {
  font-family: var(--main-text);
  color: #000;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
}

.text-block-210 {
  font-family: var(--main-text);
  color: #999;
  font-weight: 300;
}

.div-block-895 {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 15px;
  margin-top: 20px;
  padding: 20px;
}

.field-label-6 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 0;
  font-weight: 500;
}

.text-field-14 {
  font-family: var(--main-text);
  border-radius: 7px;
  height: 45px;
  margin-bottom: 20px;
  font-size: 16px;
}

.text-field-15 {
  border-radius: 7px;
}

.text-block-211 {
  font-family: var(--main-text);
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}

.text-block-212 {
  font-family: var(--main-text);
  color: #7c7c7c;
  margin-bottom: 10px;
  font-weight: 300;
}

.div-block-896 {
  background-color: #e0e0e0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 35px;
  display: flex;
}

.link-block-88 {
  background-color: #919191;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-right: 4px;
}

.link-block-89 {
  background-color: #0062ff00;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-left: 4px;
}

.link-block-90 {
  background-color: #cdd1d4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 30px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-897 {
  background-color: #f0f5f5;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  margin-right: 3px;
}

.div-block-898 {
  background-color: #2463eb;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  margin-left: 3px;
}

.div-block-899 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -45px;
  display: flex;
}

.button-33 {
  background-color: var(--blue);
  font-family: var(--main-text);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
}

.button-33:hover {
  background-color: #5088ff;
}

.button-33.owifjowei {
  font-family: var(--main-text);
  color: #555;
  background-color: #aaa;
  display: flex;
}

.main-dashbaord {
  width: 100vw;
  height: 100vh;
  display: block;
}

.div-block-900 {
  width: 90vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.div-block-901 {
  background-image: url('../images/zoshua-colah-ZOtXJpHGhAU-unsplash.jpg');
  background-position: 50% 40%;
  background-size: cover;
  border-radius: 20px;
  height: 250px;
}

.text-block-213 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 20px;
  font-weight: 500;
}

.heading-187 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 5px;
  font-weight: 500;
}

.button-34 {
  background-color: var(--blue);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 45px;
  display: flex;
}

.button-34:hover {
  background-color: #3977ff;
}

.div-block-902 {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.div-block-903 {
  padding-bottom: 140px;
}

.new-project {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-904 {
  background-color: #fff;
  border-radius: 25px;
  width: 900px;
  height: auto;
  padding: 25px;
  overflow: scroll;
}

.heading-188 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.text-field-16 {
  font-family: var(--main-text);
  color: #000;
  border-radius: 7px;
  height: 50px;
  font-size: 16px;
}

.text-field-16.wlnflw-eknf-knw-fgnwe {
  display: none;
}

.text-field-16.wlnflw-eknf-knw-fgnwe.klmefwnfpwenfpweknf {
  display: block;
}

.field-label-7 {
  font-family: var(--main-text);
  margin-bottom: 0;
  font-weight: 500;
}

.text-block-214 {
  font-family: var(--main-text);
  color: #888;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
}

.div-block-905 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-906, .div-block-907 {
  width: 49%;
}

.button-35 {
  background-color: var(--blue);
  font-family: var(--main-text);
  letter-spacing: 1px;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: flex;
}

.button-35:hover {
  background-color: #447fff;
}

.button-36 {
  background-color: var(--text-blue);
  font-family: var(--main-text);
  letter-spacing: 1px;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 45px;
  display: flex;
}

.button-36:hover {
  background-color: #4e5a6d;
}

.div-block-908 {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.link-block-91 {
  background-color: var(--blue);
  font-family: var(--main-text);
  color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 45px;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 20px;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
}

.link-block-91:hover {
  background-color: #4681ff;
}

.link-block-91.lwbelfwejn {
  margin-left: 0;
}

.div-block-909 {
  width: 25px;
  height: 25px;
}

.text-block-215 {
  padding-left: 5px;
}

.div-block-910 {
  display: flex;
}

.new-account {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.new-account.lwknefewknf {
  display: none;
}

.div-block-911 {
  background-color: #fff;
  border-radius: 15px;
  width: 900px;
  padding: 25px;
}

.heading-189 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.button-37 {
  background-color: var(--text-blue);
  letter-spacing: 1px;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 45px;
  display: flex;
}

.button-37:hover {
  background-color: #4c5563;
}

.div-block-912 {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

.field-label-8 {
  font-family: var(--main-text);
  color: #070707;
  font-weight: 600;
}

.text-field-17 {
  font-family: var(--main-text);
  border-radius: 7px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
}

.button-38 {
  background-color: var(--blue);
  font-family: var(--main-text);
  letter-spacing: 1px;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin: 40px auto 20px;
  font-size: 16px;
  display: flex;
}

.button-38:hover {
  background-color: #296dff;
}

.button-38.lwnflkwenfoiewf.wlnfk-lwenfpewnf {
  color: #868686;
  background-color: #d3d3d3;
}

.button-38._w-emf-ewlmf-lewm-f {
  display: none;
}

.tabs-menu-5 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.tab-link-tab-1-5 {
  border: 1px none var(--blue);
  font-family: var(--main-text);
  color: var(--white);
  background-color: #333;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 47px;
  margin-right: 5px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.tab-link-tab-1-5.w--current {
  border: 1px none var(--blue);
  background-color: var(--blue);
  font-family: var(--main-text);
  color: var(--white);
  letter-spacing: 0;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 47px;
  margin-right: 5px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.tab-link-tab-2-5 {
  border: 1px none var(--blue);
  font-family: var(--main-text);
  color: var(--white);
  background-color: #333;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 47px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.tab-link-tab-2-5.w--current {
  background-color: var(--blue);
  color: var(--white);
}

.div-block-913 {
  width: 30px;
  height: 30px;
  margin-top: -47px;
  margin-left: 7px;
}

.text-field-18 {
  font-family: var(--main-text);
  border-radius: 7px;
  height: 47px;
  padding-left: 45px;
  font-size: 16px;
}

.form-7 {
  flex-flow: column;
  display: flex;
}

.form-block-9 {
  z-index: 10;
  font-family: var(--main-text);
  color: #000;
  height: 47px;
  margin-top: 6px;
  margin-bottom: -47px;
  margin-left: 308px;
  font-weight: 400;
  position: relative;
}

.open-project {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.section-87 {
  border-bottom: 0 #c4c4c4;
  flex: 1;
  height: 100vh;
}

.section-88 {
  border-right: 1px solid #c4c4c4;
  width: 300px;
}

.div-block-914 {
  border-bottom: 1px solid #c4c4c4;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-left: 20px;
  display: flex;
}

.project-nav-bar {
  border-bottom: 1px solid #c4c4c4;
  height: 90px;
}

.div-block-915 {
  display: flex;
}

.div-block-916 {
  width: 70%;
}

.div-block-917 {
  width: 30%;
  padding-left: 5%;
}

.messaging {
  display: none;
}

.text-block-216 {
  color: #cfcfcf;
  font-size: 14px;
  font-weight: 400;
}

.heading-190 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
}

.div-block-918 {
  width: 49%;
}

.div-block-919 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button-39 {
  background-color: var(--blue);
  font-family: var(--main-text);
  color: #fff;
  letter-spacing: 1px;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.button-39.wlknflkwen {
  color: #777;
  background-color: #d3d3d3;
}

.div-block-920 {
  margin-bottom: 10px;
  display: flex;
}

.text-block-217 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 20px;
  font-weight: 400;
}

.link-25 {
  color: #000;
}

.div-block-921 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-922 {
  height: 315px;
}

.heading-191 {
  font-family: var(--main-text);
  color: #000;
  font-weight: 500;
}

.paragraph-55 {
  font-family: var(--main-text);
}

.text-field-19 {
  border-radius: 7px;
  height: 47px;
  margin-top: 20px;
}

.screen-size-check {
  z-index: 99999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-923 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  display: flex;
}

.heading-192 {
  font-family: var(--main-text);
  color: #000;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.paragraph-56 {
  font-family: var(--main-text);
  color: #000;
  text-align: center;
  margin-top: 20px;
}

.div-block-924 {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.body-13 {
  background-color: var(--white);
}

.section-89 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-925 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 10vh;
  display: flex;
}

.link-block-92 {
  background-image: url('../images/M_logo_2-removebg-preview-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 70%;
}

.heading-193 {
  font-family: var(--main-text);
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  display: block;
}

.heading-193.lwnbflkewb {
  margin-bottom: -100px;
  display: block;
  position: relative;
}

.div-block-926 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 5% 0%;
  display: flex;
}

.text-field-20 {
  font-family: var(--main-text);
  color: #000;
  border: 1px solid #c4c4c4;
  border-radius: 7px;
  height: 55px;
  margin-top: -10px;
  font-size: 16px;
  font-weight: 400;
}

.field-label-9 {
  font-family: var(--main-text);
  color: #000;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 500;
  display: inline-block;
}

.field-label-9.kwjfbewhfioeuwf {
  margin-top: 0;
  font-size: 16px;
}

.field-label-9.lwnfl-kwenfl-kew {
  color: #a8a8a8;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
  font-weight: 300;
}

.link-block-93 {
  border: 1px solid #000;
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.div-block-927 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-57 {
  font-family: var(--main-text);
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.paragraph-57.lwjebnflwf {
  text-align: left;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.paragraph-57.wjbeflewjbf {
  width: 300px;
  margin-top: -100px;
  display: block;
}

.code-embed-27 {
  margin-top: -25px;
  margin-bottom: 0;
}

.div-block-928 {
  width: 305px;
  margin-top: 10px;
  padding-bottom: 0;
  overflow: hidden;
}

.field-label-10 {
  background-color: #fff;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Sf Pro Display, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.textarea-5 {
  font-family: var(--main-text);
  color: #000;
  border: 1px solid #c4c4c4;
  border-radius: 7px;
  margin-top: -10px;
  padding-top: 12px;
  padding-bottom: 100px;
  font-size: 16px;
  font-weight: 300;
}

.div-block-929 {
  width: 49%;
}

.div-block-930 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button-40 {
  background-color: var(--blue);
  font-family: var(--main-text);
  color: #fff;
  letter-spacing: 1px;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 47px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: none;
}

.button-40:hover {
  background-color: #3a78ff;
}

.button-40.kwbfkjweb {
  color: gray;
  background-color: #c4c4c4;
  margin-top: 40px;
  display: flex;
}

.button-40.wlkneflkwfen {
  font-weight: 400;
  display: flex;
}

.button-40.wknef-ewnf {
  display: flex;
}

.div-block-931, .div-block-932, .div-block-933 {
  display: none;
}

.div-block-934 {
  display: block;
}

.img-31 {
  width: 80%;
}

.textarea-6 {
  font-family: var(--main-text);
  color: #000;
  border: 1px solid #c4c4c4;
  border-radius: 7px;
  padding-top: 10px;
  padding-bottom: 60px;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.div-block-935 {
  display: none;
}

.div-block-936 {
  width: 90vw;
  height: 80vh;
  display: flex;
}

.div-block-937 {
  background-image: url('../images/max-bender-3C0zrQUlyjM-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 45%;
}

.form-block-11 {
  width: 100%;
  max-width: 500px;
}

.div-block-938 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-939 {
  margin-top: auto;
  display: flex;
}

.div-block-940 {
  background-color: #c4c4c4;
  border-radius: 100px;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-940.owihefoiewhfoiew {
  background-color: #2463eb;
}

.div-block-941 {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.link-block-94 {
  font-family: var(--main-text);
  color: #6b6b6b;
  letter-spacing: 1px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.link-block-94:hover {
  margin-left: -5px;
}

.text-block-218 {
  padding-left: 5px;
}

.div-block-942 {
  margin-bottom: 20px;
}

.text-field-21 {
  display: none;
}

.div-block-943 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-944 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 180px;
  height: 300px;
  margin-top: 10px;
  display: flex;
  overflow: scroll;
}

.link-block-95 {
  font-family: var(--main-text);
  color: var(--blue);
  border: 1px solid #2463eb;
  border-radius: 7px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 50px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-block-95:hover {
  border-width: 2px;
}

.lottie-animation-7, .div-block-945 {
  width: 400px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-28 {
  width: 100%;
  height: 100%;
}

.div-block-946 {
  background-image: url('../images/max-bender-3C0zrQUlyjM-unsplash.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 250px;
  margin: 0 auto 20px;
}

.div-block-947 {
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.text-block-219 {
  font-family: var(--main-text);
  color: #000;
  font-weight: 500;
}

.heading-194 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 0;
  font-weight: 600;
}

.text-block-220, .text-block-221 {
  font-family: var(--main-text);
  width: 30%;
  font-weight: 600;
}

.text-block-222 {
  font-family: var(--main-text);
  color: #000;
  width: 16%;
  font-weight: 600;
}

.text-block-223 {
  font-family: var(--main-text);
  text-align: right;
  width: 12%;
  font-weight: 600;
}

.div-block-948 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-224 {
  font-family: var(--main-text);
  color: #000;
  width: 12%;
  font-weight: 600;
}

.section-91 {
  z-index: 99;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-949 {
  background-color: #fff;
  border-radius: 20px;
  width: 90vw;
  max-width: 1200px;
  padding: 50px;
}

.div-block-950 {
  background-color: var(--blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.div-block-951 {
  margin-bottom: 40px;
  display: flex;
}

.heading-195 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.heading-195.lwkneflken {
  margin-left: 10px;
}

.div-block-952 {
  display: flex;
}

.heading-196 {
  font-family: var(--main-text);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.text-block-225 {
  font-family: var(--main-text);
  color: #afafaf;
  font-weight: 400;
}

.div-block-953 {
  padding-left: 20px;
}

.link-block-96 {
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: auto;
  display: flex;
}

.link-block-96:hover {
  background-color: #383838;
}

.img-32 {
  width: 50%;
}

.div-block-954 {
  border: 1px solid #c4c4c4;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: -10px;
  padding-left: 12px;
  display: flex;
}

.div-block-954.wnlfwenlf {
  margin-top: 10px;
}

.div-block-954.wklnf-wekn {
  height: auto;
  padding-top: 20px;
  padding-bottom: 60px;
}

.text-block-226 {
  font-family: var(--main-text);
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.text-block-226.lknlkwenf, .text-block-226.kwlneflkwenlfk {
  margin-right: 5px;
}

.text-block-227 {
  font-family: var(--main-text);
  color: #000;
  background-color: #fff;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.div-block-955 {
  margin-bottom: 5px;
}

.div-block-956 {
  width: 49%;
}

.div-block-957 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-block-958 {
  width: 49%;
}

.text-block-228 {
  font-family: var(--main-text);
  color: #000;
  padding-left: 10px;
  font-weight: 500;
}

.div-block-959 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-197 {
  font-family: var(--main-text);
  color: #000;
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
}

.heading-197.nwlknflwen {
  margin-top: 20px;
}

.open-guest-profile {
  display: none;
}

.text-block-229 {
  font-family: var(--main-text);
  color: #000;
  margin-right: 10px;
  font-weight: 500;
}

.div-block-960 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-961 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.link-block-97 {
  background-color: #a8a8a8;
  border-radius: 100px;
  width: 20px;
  height: 20px;
}

.link-block-98 {
  background-color: #2463eb00;
  border-radius: 100px;
  width: 20px;
  height: 20px;
}

.div-block-962 {
  background-color: #e7e7e7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.link-block-99 {
  background-color: #f1f1f1;
  border-radius: 100px;
  padding: 5px;
  display: flex;
}

.div-block-963 {
  background-color: #c4c4c4;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 2px;
}

.div-block-964 {
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-left: 2px;
}

.div-block-965 {
  padding-bottom: 140px;
}

.section-92 {
  z-index: 999;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-966 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1440px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.button-41 {
  background-color: var(--blue);
  font-family: var(--main-text);
  letter-spacing: 1px;
  border-radius: 7px;
  transition: all .2s;
}

.button-41:hover {
  background-color: #3071ff;
}

.section-93 {
  z-index: 900;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 75px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.link-block-100 {
  background-image: url('../images/WMD-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 100%;
}

.div-block-967 {
  background-image: url('../images/jon-flobrant--8JIKbCNy0g-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 20px;
  width: 90vw;
  max-width: 1440px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-967.wlknf-lkwenf {
  background-image: url('../images/dawid-zawila--G3rw6Y02D0-unsplash.jpg');
}

.section-94 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-94.wn-fwen-f {
  padding-bottom: 0;
}

.div-block-968 {
  justify-content: space-between;
  align-items: flex-end;
  width: 90vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
}

.div-block-968.lwnflkewn {
  padding-bottom: 0;
}

.link-block-101 {
  background-color: var(--blue);
  font-family: var(--main-text);
  color: #fff;
  letter-spacing: 0;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 47px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.link-block-101:hover {
  background-color: #2c6fff;
}

.div-block-969 {
  width: 25px;
  height: 25px;
}

.paragraph-58 {
  margin-bottom: 0;
  margin-left: 10px;
}

.div-block-970 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-970.lwnflekwnf {
  padding-bottom: 20px;
}

.link-26 {
  font-family: var(--main-text);
  color: #000;
  text-decoration: none;
}

.link-26:hover {
  text-decoration: underline;
}

.body-14 {
  padding-bottom: 140px;
}

.link-27 {
  font-family: var(--main-text);
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.link-27:hover {
  text-decoration: underline;
}

.div-block-971 {
  width: 90vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.heading-198 {
  font-family: var(--main-text);
  color: #000;
  font-weight: 600;
}

.heading-198.lwnflwekfn {
  margin-top: 30px;
  margin-bottom: 0;
}

.body-15 {
  padding-bottom: 140px;
}

.code-embed-30 {
  margin-top: -20px;
}

.div-block-972 {
  width: 25px;
  height: 25px;
}

.text-block-230 {
  margin-left: 10px;
}

.div-block-973 {
  width: 25px;
  height: 25px;
}

.text-block-231 {
  margin-left: 10px;
}

.div-block-974 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.button-42 {
  background-color: var(--red);
  border-radius: 7px;
}

.button-42:hover {
  background-color: #e23a3a;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 45px;
    line-height: 60px;
  }

  .text-block {
    font-size: 45px;
    line-height: 50px;
  }

  .text-block-2 {
    width: 300px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-8._29384982379r832u984, .div-block-8._9w8yef98ewy98fwef, .div-block-8._98wuf9wehf, .column {
    height: 65vh;
  }

  .div-block-9 {
    max-width: 90vw;
  }

  .heading-5 {
    width: 600px;
    font-size: 32px;
  }

  .video-block {
    width: 300px;
    height: 400px;
    margin-top: 188px;
    margin-left: 57px;
  }

  .heading-7 {
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
  }

  .text-block-5 {
    width: 100%;
  }

  .heading-11 {
    font-size: 32px;
    line-height: 45px;
  }

  .div-block-15 {
    justify-content: center;
    height: 60px;
    margin-top: -55px;
    margin-left: 69px;
  }

  .heading-13, .heading-14, .heading-15 {
    font-size: 45px;
    line-height: 50px;
  }

  .div-block-18 {
    margin-left: 10px;
    padding-left: 0;
  }

  .div-block-19, .div-block-20 {
    width: 100%;
    margin-right: 0;
  }

  .left-arrow {
    margin-left: 200px;
  }

  .right-arrow {
    margin-right: 200px;
  }

  .columns-3 {
    width: 100%;
  }

  .column-4 {
    padding-top: 20px;
  }

  .div-block-29, .div-block-30 {
    height: 30px;
  }

  .heading-18 {
    width: 100%;
  }

  .section-5 {
    padding-bottom: 0;
  }

  .column-5 {
    margin-bottom: 40px;
  }

  .div-block-41 {
    width: 100vw;
  }

  .heading-21 {
    font-size: 25px;
  }

  .div-block-44 {
    height: 30px;
  }

  .text-block-11 {
    width: 400px;
  }

  .column-9 {
    padding-right: 10px;
  }

  .div-block-50 {
    max-width: 90vw;
  }

  .div-block-53 {
    margin-left: 0;
  }

  .div-block-53.qlkwdoiqw {
    width: 90vw;
    margin-left: auto;
  }

  .div-block-56 {
    height: 750px;
  }

  .heading-30 {
    color: #fff;
  }

  .text-block-12 {
    color: #fff;
    margin-bottom: 521px;
  }

  .link-block-17 {
    height: 300px;
  }

  .heading-44.preijoiwnf {
    font-size: 15px;
  }

  .heading-47 {
    font-size: 25px;
  }

  .font-type {
    top: 5vh;
  }

  .heading-52, .div-block-113 {
    width: 100%;
  }

  .color-palette-header {
    height: 55vh;
  }

  .color-pallet-names {
    top: 55vh;
  }

  .text-block-34 {
    width: 700px;
  }

  .heading-85 {
    font-size: 55px;
    line-height: 55px;
  }

  .heading-103 {
    width: 200px;
    font-size: 35px;
  }

  .div-block-428 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-429 {
    width: 100%;
  }

  .construction-highlight {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-434 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-435 {
    width: 100%;
  }

  .div-block-436 {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .paragraph-2 {
    width: 500px;
    margin-bottom: 60px;
  }

  .kutup-footer-grid-1 {
    grid-template-columns: 3fr 1fr 1fr;
  }

  .heading-116 {
    width: 500px;
  }

  .div-block-541 {
    flex-flow: column;
  }

  .div-block-542 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .heading-122 {
    text-align: center;
  }

  .text {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-545 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }

  .text-block-111 {
    text-align: center;
    margin-top: 40px;
  }

  .div-block-551 {
    flex-flow: row-reverse wrap;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-36 {
    margin-left: 20px;
  }

  .div-block-566 {
    flex-flow: column;
    height: auto;
    margin-bottom: 40px;
  }

  .div-block-566.kjwfowehfoeiwhf {
    flex-flow: wrap-reverse;
  }

  .div-block-567 {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }

  .div-block-570 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
  }

  .image-38, .image-38.kwbefjkw {
    margin-left: 0;
  }

  .heading-127 {
    font-size: 55px;
    line-height: 75px;
  }

  .section-43 {
    margin-top: 0;
    padding-top: 40px;
  }

  .heading-129 {
    margin-bottom: 10px;
    font-size: 55px;
  }

  .div-block-608, .div-block-608.lwenflke {
    height: 300px;
  }

  .div-block-610 {
    flex-flow: column;
  }

  .div-block-611 {
    width: 100%;
  }

  .div-block-612 {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-613, .div-block-614 {
    height: 300px;
  }

  .div-block-618 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .div-block-619 {
    margin-bottom: 20px;
  }

  .div-block-620 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-621 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .div-block-624.lnweflkw {
    width: 250px;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .div-block-625 {
    width: 100%;
  }

  .heading-134 {
    text-align: center;
  }

  .div-block-634 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-635 {
    width: 100%;
    padding-top: 60px;
  }

  .div-block-639 {
    flex-flow: column;
    padding-left: 50px;
  }

  .div-block-640 {
    padding-top: 60px;
  }

  .image-40 {
    height: 150px;
  }

  .text-block-130 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-131 {
    margin-bottom: 5px;
  }

  .text-block-132 {
    top: 7px;
    right: 7px;
  }

  .heading-146 {
    font-size: 55px;
    line-height: 65px;
  }

  .image-42 {
    height: 250px;
  }

  .section-57 {
    padding-bottom: 0;
  }

  .div-block-683 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-685 {
    flex-flow: column;
  }

  .tabs-menu-2 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .heading-148 {
    width: 100px;
    margin-bottom: -40px;
    font-size: 55px;
    line-height: 65px;
  }

  .tabs-content-2 {
    padding-top: 20px;
  }

  .div-block-689 {
    width: 300px;
    height: 400px;
  }

  .div-block-690 {
    flex: 1;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .text-block-139 {
    margin-bottom: 20px;
  }

  .link-block-73 {
    margin-bottom: 10px;
  }

  .div-block-696 {
    width: 100%;
  }

  .heading-150 {
    font-size: 22px;
    line-height: 38px;
  }

  .heading-150.lwnflkewf {
    font-size: 38px;
    line-height: 55px;
  }

  .heading-151 {
    font-size: 18px;
  }

  .heading-152, .heading-153 {
    font-size: 55px;
    line-height: 65px;
  }

  .heading-154.wknef, .heading-154.kwef-ewwef, .heading-154.wnfe-lenw, .heading-154._w-enf-wenf {
    font-size: 38px;
  }

  .text-block-143 {
    height: 60px;
  }

  .div-block-705 {
    width: 30%;
  }

  .div-block-706 {
    width: 70%;
  }

  .div-block-707 {
    height: 250px;
  }

  .paragraph-44 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-711 {
    width: 32%;
    min-width: auto;
    height: 600px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-156 {
    font-size: 16px;
  }

  .div-block-712 {
    width: 20px;
    height: 20px;
  }

  .img-15 {
    width: 12px;
  }

  .div-block-715 {
    width: 15px;
    height: 15px;
  }

  .div-block-716 {
    width: 80px;
  }

  .text-block-148 {
    font-size: 12px;
  }

  .img-16 {
    width: 15px;
    height: 15px;
    display: block;
  }

  .background-video-18 {
    height: 500px;
  }

  .section-64 {
    padding-top: 60px;
  }

  .paragraph-46.wkenfewnf {
    margin-bottom: 20px;
  }

  .div-block-735 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-736 {
    display: block;
  }

  .div-block-739 {
    flex: none;
    margin-left: 10px;
  }

  .div-block-742 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-743 {
    width: 50px;
    padding-left: 5px;
  }

  .div-block-744 {
    width: 135px;
  }

  .div-block-745 {
    display: none;
  }

  .div-block-757 {
    flex: none;
    width: 300px;
  }

  .div-block-758 {
    width: 300px;
  }

  .div-block-759.wlneflnkwf {
    background-size: contain;
    display: flex;
  }

  .div-block-760 {
    width: 205px;
    height: 100px;
    margin-top: -34px;
  }

  .text-block-157, .text-block-158 {
    font-size: 10px;
    line-height: 15px;
  }

  .div-block-765 {
    display: none;
  }

  .div-block-770 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-52 {
    width: 100%;
  }

  .div-block-776 {
    flex-flow: column;
  }

  .div-block-778 {
    padding-left: 20px;
  }

  .div-block-781 {
    width: 40px;
    height: 40px;
  }

  .heading-162 {
    margin-left: 5px;
    padding-right: 5px;
  }

  .img-17 {
    width: 22px;
  }

  .img-18, .img-19, .image-53 {
    width: 25px;
  }

  .div-block-796 {
    display: none;
  }

  .div-block-806 {
    height: 600px;
  }

  .section-76 {
    padding-bottom: 140px;
  }

  .div-block-808 {
    flex-flow: column;
  }

  .div-block-809 {
    width: 100%;
    margin-top: 10px;
  }

  .div-block-810 {
    flex-flow: wrap-reverse;
  }

  .div-block-811 {
    width: 100%;
    margin-top: 10px;
  }

  .div-block-812 {
    flex-flow: column;
  }

  .div-block-813 {
    width: 100%;
    margin-top: 10px;
  }

  .div-block-852 {
    width: 300px;
  }

  .div-block-926 {
    width: 100%;
  }

  .div-block-937 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .contact-form, .footer, .call-to-action {
    padding: 40px 20px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    background-color: var(--background-light\<deleted\|variable-e2ee74b0\>);
  }

  .div-block {
    width: 97vw;
  }

  .link-block.w--current {
    margin-left: 10px;
  }

  .div-block-2 {
    display: none;
  }

  .div-block-3 {
    flex-direction: column;
    width: 100vw;
  }

  .div-block-4 {
    background-image: url('../images/Frame-197.webp');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5 {
    z-index: 9999;
    width: 100%;
    height: auto;
    display: none;
    position: relative;
  }

  .button-2 {
    background-color: var(--main\<deleted\|variable-f0d33668\>);
    margin-top: 20px;
    margin-bottom: 60px;
    font-weight: 400;
  }

  .heading-2 {
    width: 325px;
    margin-top: 12px;
    font-size: 32px;
    line-height: 48px;
  }

  .text-block {
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-2 {
    width: 300px;
    font-weight: 500;
  }

  .contact-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .div-block-8._29384982379r832u984, .div-block-8._9w8yef98ewy98fwef, .div-block-8._98wuf9wehf {
    height: 45vh;
  }

  .columns-2, .columns-2.seongcoluopn {
    flex-direction: column-reverse;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .column {
    justify-content: flex-start;
    height: 65vh;
  }

  .button-3 {
    font-weight: 400;
  }

  .call-to-action.kjasndiuqw {
    padding-bottom: 100px;
  }

  .centered-container {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-9 {
    width: 97vw;
    max-width: 97vw;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-5 {
    width: 100vw;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 32px;
  }

  .heading-6 {
    text-align: center;
    line-height: 65px;
  }

  .heading-6.kqjwnd9wq {
    line-height: 65px;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.qjwdnwq89 {
    text-align: center;
    font-size: 12px;
  }

  .video-block {
    z-index: 9999;
    background-position: 20% 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 425px;
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    top: -151px;
  }

  .video-block.mobileonly {
    height: 500px;
    display: flex;
  }

  .heading-7 {
    font-size: 42px;
    line-height: 55px;
  }

  .div-block-11 {
    margin-bottom: -9px;
    margin-left: -53px;
  }

  .div-block-12 {
    margin-top: 19px;
    margin-right: 0;
  }

  .text-block-5 {
    margin-bottom: 20px;
  }

  .heading-11 {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 40px;
  }

  .heading-12 {
    margin-bottom: 3px;
    font-size: 55px;
  }

  .div-block-13 {
    margin-left: 10px;
  }

  .div-block-15 {
    margin-top: -53px;
    margin-left: 48px;
  }

  .heading-13, .heading-14, .heading-15 {
    font-size: 32px;
    line-height: 40px;
  }

  .image {
    width: 100px;
  }

  .div-block-18 {
    margin-left: 0;
    padding-right: 40px;
  }

  .div-block-19, .div-block-20 {
    padding-right: 40px;
  }

  .div-block-21 {
    width: 335px;
  }

  .left-arrow {
    margin-top: 450px;
    margin-left: 0;
  }

  .right-arrow {
    margin-top: 450px;
    margin-right: 0;
  }

  .slider {
    height: auto;
  }

  .column-3 {
    height: 175px;
  }

  .column-4 {
    height: auto;
    padding-bottom: 10px;
  }

  .div-block-26 {
    margin-top: 45px;
  }

  .text-block-6 {
    margin-top: 10px;
  }

  .text-block-6.oijd089ew {
    margin-top: 0;
  }

  .text-block-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-18 {
    font-size: 32px;
    line-height: 50px;
  }

  .section-5 {
    padding-bottom: 100px;
  }

  .mask {
    height: auto;
  }

  .section-6 {
    height: 350px;
    margin-bottom: 0;
  }

  .column-5 {
    padding-left: 0;
  }

  .column-6, .column-7 {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .link-block-7 {
    width: 75px;
    height: 75px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .link-block-7:active {
    background-color: #0000;
  }

  .div-block-37 {
    z-index: 9999999;
    background-color: var(--main\<deleted\|variable-f0d33668\>);
    margin-top: 85px;
    padding-top: 20px;
    display: none;
    position: fixed;
    inset: 0 0% 0%;
  }

  .div-block-38 {
    width: 97vw;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-20 {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .link-block-9 {
    justify-content: space-between;
    align-items: center;
    width: 95vw;
    margin-left: 0;
    padding-left: 10px;
    text-decoration: none;
    display: flex;
  }

  .div-block-39 {
    background-image: url('../images/icons8-right-96.webp');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-5 {
    color: var(--main\<deleted\|variable-f0d33668\>);
    background-color: #fff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin-top: 60px;
    margin-left: 10px;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 15px;
    display: flex;
  }

  .div-block-40 {
    margin-top: 60px;
    margin-left: 10px;
  }

  .link-block-10 {
    background-color: var(--darkbg\<deleted\|variable-78d8a4c2\>);
    background-image: url('../images/icons8-youtube-96.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 35px;
    border-radius: 5px;
    width: 75px;
    height: 75px;
    padding-bottom: 0;
    padding-right: 0;
    display: inline-block;
  }

  .link-block-11 {
    background-color: var(--darkbg\<deleted\|variable-78d8a4c2\>);
    background-image: url('../images/icons8-instagram-96.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px;
    border-radius: 5px;
    width: 75px;
    height: 75px;
    margin-left: 3px;
    margin-right: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-block-12 {
    background-color: var(--darkbg\<deleted\|variable-78d8a4c2\>);
    background-image: url('../images/icons8-twitter-100.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 28px;
    border-radius: 5px;
    width: 75px;
    height: 75px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-10 {
    text-align: center;
  }

  .div-block-41 {
    width: 97vw;
  }

  .section-7 {
    padding-bottom: 0;
  }

  .heading-23 {
    margin-bottom: 5px;
    font-size: 45px;
    line-height: 40px;
  }

  .div-block-45 {
    height: 90px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .div-block-46 {
    width: 150px;
    height: 5px;
  }

  .div-block-47 {
    height: 300px;
  }

  .heading-24 {
    font-size: 25px;
  }

  .text-block-11 {
    width: 90%;
  }

  .column-8 {
    display: none;
  }

  .column-9 {
    padding-right: 0;
  }

  .div-block-49 {
    width: 325px;
  }

  .div-block-50 {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .heading-26 {
    font-size: 35px;
    line-height: 40px;
  }

  .div-block-51 {
    width: 150px;
    height: 5px;
  }

  .div-block-52 {
    width: 150px;
  }

  .div-block-53 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-53.qlkwdoiqw {
    margin-bottom: 20px;
  }

  .heading-27 {
    font-size: 65px;
  }

  .section-9 {
    padding-top: 40px;
  }

  .columns-4 {
    margin-top: 60px;
  }

  .div-block-56 {
    height: 425px;
  }

  .div-block-56.lwejfoiweh {
    background-image: linear-gradient(#0000, #0000), url('../images/spencer.webp'), linear-gradient(#000, #000);
    background-position: 0 0, 50% 100%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, contain, auto;
  }

  .div-block-56.lwejfoiweh:hover {
    background-image: linear-gradient(#0000, #0000), url('../images/spencer.webp'), linear-gradient(#000, #000);
    background-position: 0 0, 50% 100%, 0 0;
    background-size: auto, contain, auto;
  }

  .text-block-12 {
    margin-bottom: 202px;
  }

  .column-10 {
    padding-left: 0;
  }

  .lottie-animation-2 {
    width: 75px;
    height: 75px;
  }

  .link-block-17 {
    margin-bottom: 20px;
  }

  .section-10 {
    overflow: hidden;
  }

  .div-block-151 {
    background-color: #fff;
    display: flex;
  }

  .heading-64, .text-block-39 {
    color: var(--main\<deleted\|variable-f0d33668\>);
  }

  .div-block-156 {
    width: 95vw;
  }

  .navbarmain {
    background-color: #fff;
  }

  .div-block-158 {
    display: none;
  }

  .hoverbutton01, .hoverbutton01.w--current {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hoverbutton01.cocolink {
    z-index: 99;
  }

  .hoverbutton01.kwjenfbjiewhf {
    padding: 12px 20px;
  }

  .herobg01div {
    justify-content: center;
    height: 100vh;
    display: none;
    overflow: hidden;
  }

  .cursor-wrapper {
    display: none;
  }

  .div-block-163 {
    width: 97vw;
    height: auto;
  }

  .div-block-164 {
    display: none;
  }

  .div-block-165 {
    z-index: 2;
    justify-content: center;
    width: 100vw;
    margin-top: -614px;
    position: relative;
  }

  .background-video-5 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 75vh;
    margin-left: 25vw;
    display: flex;
    position: sticky;
    overflow: visible;
  }

  .herobg02div {
    margin-top: -100vh;
    display: none;
  }

  .div-block-173 {
    width: 100%;
    height: 100px;
  }

  .heading-68 {
    margin-top: 0;
    font-size: 38px;
    line-height: 45px;
  }

  .text-block-47 {
    width: 280px;
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 25px;
  }

  .div-block-175 {
    width: 80vw;
    padding-left: 10px;
  }

  .div-block-176 {
    width: 300px;
  }

  .pastwork {
    display: none;
  }

  .heading-70 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
  }

  .heading-70.wnefkjewnf {
    font-size: 15px;
  }

  .div-block-181 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .div-block-188 {
    background-image: linear-gradient(45deg, #000 66%, #fff 66%);
  }

  .div-block-189 {
    width: 100vw;
    height: 100px;
  }

  .div-block-190 {
    flex: none;
    width: 175px;
    height: 350px;
    margin-top: -175px;
  }

  .heading-72 {
    font-size: 16px;
    line-height: 35px;
  }

  .text-block-49 {
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-191 {
    flex: none;
    padding-left: 20px;
  }

  .div-block-193 {
    flex: none;
    width: 275px;
    height: 300px;
    position: relative;
    right: 0;
  }

  .heading-74 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-194 {
    width: 150px;
    height: 150px;
    margin-top: 242px;
    margin-left: -100px;
    margin-right: 0;
  }

  .html-embed-7 {
    width: 150px;
    height: 150px;
  }

  .cocomoviewrapper {
    display: none;
  }

  .div-block-196 {
    width: 97vw;
  }

  .div-block-200 {
    padding-top: 5vh;
    padding-left: 10px;
  }

  .div-block-202 {
    width: 150px;
    height: 200px;
  }

  .div-block-203 {
    display: none;
  }

  .div-block-205, .div-block-206 {
    width: 95vw;
  }

  .div-block-207, .div-block-208 {
    width: 100%;
  }

  .div-block-209 {
    width: 75px;
    margin-top: 30px;
  }

  .heading-77 {
    font-size: 28px;
    line-height: 35px;
  }

  .heading-78 {
    font-size: 38px;
  }

  .faqs-wrapper {
    padding-top: 42vh;
  }

  .div-block-212 {
    width: 90vw;
    height: auto;
    margin-top: 20vh;
  }

  .heading-79 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .heading-80 {
    font-size: 18px;
  }

  .div-block-213 {
    justify-content: space-between;
  }

  .div-block-214 {
    flex: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .paragraph-9 {
    margin-top: 0;
  }

  .footer-wrapper {
    height: auto;
    padding-bottom: 20px;
  }

  .div-block-221 {
    height: 300px;
  }

  .heading-81 {
    width: 80%;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
  }

  .div-block-223 {
    flex-direction: column;
  }

  .div-block-224 {
    width: 90vw;
    height: 300px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-225 {
    width: 90vw;
    height: 300px;
  }

  .div-block-227 {
    margin-right: 0;
  }

  .div-block-229 {
    border-bottom: 1px solid #fff;
    flex-direction: row;
    align-items: flex-start;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .div-block-230 {
    width: 15px;
    height: 15px;
  }

  .link-6 {
    margin-left: auto;
    font-size: 14px;
  }

  .div-block-231 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    margin-top: 100px;
    padding-top: 40px;
  }

  .div-block-232 {
    margin-bottom: 20px;
  }

  .proposal-wapper {
    display: none;
  }

  .div-block-233 {
    border-radius: 0;
    justify-content: center;
    width: 100vw;
    height: 100vh;
  }

  .div-block-235.lwenfklw {
    justify-content: flex-start;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-235.kjwbefjewf {
    width: 100%;
  }

  .div-block-236 {
    margin-top: 20px;
  }

  .text-block-53 {
    width: 300px;
  }

  .div-block-237 {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .div-block-238 {
    display: flex;
  }

  .field-label, .field-label.jwhbefhewb {
    margin-top: 20px;
  }

  .div-block-239 {
    display: none;
  }

  .link-block-28 {
    width: 110px;
  }

  .form-block {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-244 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-84 {
    text-align: right;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-85 {
    margin-top: 0;
    margin-bottom: 100px;
    font-size: 38px;
    line-height: 70px;
  }

  .div-block-248 {
    width: 25%;
  }

  .text-block-56 {
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-249 {
    opacity: 0;
    padding-right: 40px;
    display: none;
  }

  .text-block-57 {
    text-align: center;
  }

  .success-message {
    height: auto;
    padding-top: 15vh;
  }

  .heading-86 {
    margin-top: 40px;
  }

  .iphonehero1 {
    z-index: 1;
    width: 100vw;
    height: 100vh;
    display: block;
    position: sticky;
    top: 55px;
    overflow: hidden;
  }

  .heading-87 {
    z-index: 1;
    text-align: center;
    width: 350px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    font-family: Sf Pro Display, sans-serif;
    position: relative;
  }

  .background-video-9 {
    width: 100vw;
    margin-top: -120px;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(90deg);
  }

  .iphonehero02 {
    z-index: 2;
    background-color: #fff;
    width: 100vw;
    height: 175vh;
    margin-top: -150vh;
    padding-top: 85vh;
    display: block;
    position: sticky;
    top: -75vh;
  }

  .div-block-252 {
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .background-video-10 {
    margin-top: -44px;
  }

  .div-block-253 {
    z-index: 2;
    background-image: linear-gradient(#fff 80%, #fff0);
    width: 100vw;
    padding-bottom: 20px;
    position: relative;
  }

  .ourworkiphone {
    z-index: 3;
    background-color: #fff;
    width: 100vw;
    height: auto;
    padding-bottom: 40px;
    position: relative;
  }

  .pageloaderwrapper {
    z-index: 999;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-bottom: 100px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .div-block-254 {
    background-image: radial-gradient(circle, #fff 11%, #d4d4d480 81%);
    border: 1px solid #d4d4d433;
    border-radius: 1000px;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 175px;
    display: flex;
  }

  .heading-89 {
    color: #416a7a;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Sf Pro Display, sans-serif;
    font-size: 28px;
    font-weight: 500;
  }

  .div-block-255 {
    justify-content: center;
    display: flex;
  }

  .div-block-256 {
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-257 {
    background-image: url('../images/CocoiPhone.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    width: 90vw;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-257.kwjnefjkwehf {
    background-color: #e0fff6;
    background-image: url('../images/shostshto2.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .div-block-257.wmenflkewjhf {
    background-image: url('../images/AutoSipmpleiPhone.webp');
  }

  .link-10 {
    color: var(--blue);
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 30px;
    margin: 10px auto 20px;
    font-family: Sf Pro Display, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }

  .button-11 {
    background-color: var(--blue);
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 45px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-family: Sf Pro Display, sans-serif;
    font-weight: 300;
    display: flex;
  }

  .heading-103 {
    width: 300px;
    margin-top: 20px;
  }

  .div-block-429 {
    width: 100%;
  }

  .heading-104 {
    width: 320px;
  }

  .heading-104.kwhbefwebfw {
    width: 300px;
  }

  .div-block-435 {
    width: 100%;
  }

  .heading-105 {
    width: 320px;
  }

  .div-block-437 {
    width: 45%;
  }

  .paragraph-2 {
    width: 300px;
  }

  .section-19 {
    height: 65vh;
  }

  .div-block-446 {
    width: 300px;
  }

  .heading-9 {
    width: 320px;
    font-size: 28px;
  }

  .kutup-footer-grid-1 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .heading-116 {
    width: 100%;
    font-size: 28px;
  }

  .div-block-543 {
    width: 100%;
  }

  .div-block-544 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    overflow: hidden;
  }

  .heading-121, .heading-122, .text {
    font-size: 38px;
    line-height: 55px;
  }

  .div-block-546 {
    width: 315px;
    height: 500px;
  }

  .div-block-551 {
    margin-bottom: 40px;
  }

  .image-36 {
    display: none;
  }

  .div-block-566 {
    width: 90vw;
  }

  .div-block-570 {
    padding-top: 20px;
  }

  .div-block-570.wlnfklewnf {
    margin-right: 0;
    padding: 5px;
  }

  .text-block-113 {
    font-size: 10px;
    line-height: 15px;
  }

  .heading-126 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-571 {
    display: none;
  }

  .div-block-573, .div-block-574 {
    width: 90vw;
  }

  .heading-127, .link-23 {
    font-size: 38px;
    line-height: 55px;
  }

  .div-block-607 {
    width: 90vw;
  }

  .heading-129 {
    font-size: 28px;
    line-height: 55px;
  }

  .div-block-608, .div-block-608.lwenflke {
    height: 275px;
  }

  .heading-130 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .div-block-613, .div-block-614 {
    height: 275px;
  }

  .div-block-618 {
    text-align: center;
  }

  .div-block-619 {
    width: 90vw;
  }

  .section-44 {
    padding-top: 0;
  }

  .div-block-624, .div-block-624.lnweflkw {
    width: 150px;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .heading-133 {
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 32px;
  }

  .heading-134 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 32px;
  }

  .paragraph-40.sidepushed.wlefwiefpe {
    font-size: 14px;
  }

  .div-block-627 {
    flex-flow: column;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-628 {
    width: 90%;
    margin-bottom: 20px;
  }

  .div-block-629.lwjenfljkbwfe {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 85px;
  }

  .heading-136 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-630 {
    flex: none;
  }

  .div-block-634 {
    padding-bottom: 20px;
  }

  .div-block-635 {
    padding-top: 20px;
  }

  .text-block-126 {
    font-size: 14px;
  }

  .heading-138 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-639 {
    padding-left: 20px;
  }

  .text-block-128 {
    display: none;
  }

  .text-block-129 {
    text-align: center;
  }

  .heading-139 {
    font-size: 38px;
    line-height: 55px;
  }

  .div-block-641 {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-40 {
    height: 200px;
  }

  .div-block-642 {
    width: 90vw;
  }

  .text-block-130.wlenflew {
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-643 {
    flex-flow: column;
  }

  .text-block-132 {
    top: 12px;
    right: 12px;
  }

  .section-52, .section-53 {
    padding-bottom: 0;
  }

  .div-block-647 {
    padding-left: 20px;
  }

  .div-block-653 {
    flex-flow: column;
  }

  .div-block-653.lwkneflkwen, .div-block-653.lwneflwe {
    flex-flow: wrap-reverse;
  }

  .div-block-654, .div-block-655 {
    width: 100%;
  }

  .div-block-656 {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .div-block-659 {
    flex-flow: column;
  }

  .div-block-660 {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-661 {
    width: 100%;
  }

  .div-block-667 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-669 {
    padding-left: 20px;
  }

  .div-block-670 {
    flex-flow: column;
    padding: 20px 20px 5px;
  }

  .div-block-671 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-681 {
    border-radius: 15px;
    width: 95vw;
    padding: 15px;
  }

  .heading-146 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 25px;
  }

  .heading-146.hgcutcut {
    width: 200px;
  }

  .image-42 {
    border-radius: 20px;
    height: 150px;
  }

  .section-57 {
    padding-top: 0;
  }

  .heading-147 {
    padding-right: 40px;
  }

  .div-block-686 {
    width: 95vw;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .tabs-menu-2 {
    z-index: 20;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .tab-link-tab-1-2 {
    margin-bottom: 10px;
    padding: 7px 12px;
  }

  .tab-link-tab-1-2.w--current {
    margin-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .tab-link-tab-2-2, .tab-link-tab-3-2, .tab-link-tab-4, .tab-link-tab-5 {
    margin-bottom: 10px;
    padding: 7px 12px;
  }

  .tab-link-tab-5.w--current {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .div-block-687 {
    text-align: center;
    margin-left: auto;
  }

  .div-block-687.yfuyifvih {
    text-align: center;
    width: 100%;
  }

  .heading-148 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-688 {
    flex-flow: column;
  }

  .div-block-689 {
    width: 100%;
    height: 250px;
  }

  .div-block-689.lwkenflekwf, .div-block-689.wlneflkenwf, .div-block-689.wlenfklew, .div-block-689.wlebflekwbf, .div-block-689.wlknflewnf {
    border-radius: 15px;
    height: 300px;
  }

  .div-block-690 {
    border-radius: 15px;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding: 10px;
  }

  .heading-149 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-149.lwneflw {
    font-size: 18px;
    line-height: 28px;
  }

  .image-44 {
    height: 150px;
  }

  .link-block-73 {
    border-bottom: 1px solid #000;
  }

  .div-block-693 {
    height: 625px;
  }

  .div-block-694 {
    flex-flow: column;
  }

  .link-block-74 {
    padding-top: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-695 {
    width: 100%;
  }

  .div-block-696 {
    width: 100%;
    padding-top: 10px;
  }

  .section-58 {
    padding-top: 40px;
  }

  .heading-150 {
    line-height: 28px;
  }

  .heading-150.lwnflkewf {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-151 {
    font-size: 16px;
  }

  .div-block-697 {
    width: 22px;
    height: 22px;
  }

  .text-block-141 {
    font-size: 14px;
    line-height: 15px;
  }

  .heading-152 {
    font-size: 28px;
    line-height: 38px;
  }

  .image-45, .image-46, .image-47, .image-48, .image-49 {
    object-fit: contain;
    width: 100%;
    height: 90%;
  }

  .div-block-701 {
    padding-bottom: 40px;
  }

  .heading-153 {
    font-size: 38px;
    line-height: 48px;
  }

  .heading-153.kwnfekl-ew {
    margin-top: 0;
  }

  .heading-153.wlenflkewnf {
    padding-right: 0;
  }

  .div-block-702 {
    flex-flow: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-703 {
    width: 100%;
  }

  .heading-154.wknef, .heading-154.kwef-ewwef, .heading-154.wnfe-lenw, .heading-154._w-enf-wenf {
    font-size: 55px;
    line-height: 75px;
  }

  .div-block-704 {
    flex-flow: column;
  }

  .div-block-705 {
    width: 100%;
    height: auto;
    position: static;
  }

  .div-block-706 {
    width: 100%;
  }

  .div-block-707 {
    flex-flow: column;
    width: 100%;
    height: auto;
    padding-top: 20px;
  }

  .paragraph-44 {
    height: 60px;
    padding-right: 0;
  }

  .div-block-708 {
    width: 100%;
  }

  .div-block-711 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-156 {
    font-size: 18px;
  }

  .button-23 {
    margin-top: 25px;
  }

  .div-block-714 {
    flex-flow: column;
  }

  .section-61 {
    padding-bottom: 60px;
  }

  .background-video-18 {
    height: 300px;
  }

  .div-block-722 {
    margin-bottom: 20px;
  }

  .heading-158 {
    margin-left: -11px;
    font-size: 28px;
    line-height: 55px;
  }

  .section-64 {
    padding-top: 0;
  }

  .paragraph-46.wkenfewnf {
    padding-right: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .div-block-729 {
    border-radius: 10px;
    height: 150px;
  }

  .section-66 {
    padding-bottom: 20px;
  }

  .div-block-733 {
    flex-flow: column;
    width: 95vw;
  }

  .div-block-734 {
    border-radius: 15px;
    width: 100%;
    height: 350px;
  }

  .div-block-735 {
    border-radius: 15px;
    margin-top: 10px;
    margin-left: 0;
    padding: 15px;
  }

  .div-block-736 {
    padding: 10px;
    display: block;
  }

  .heading-160 {
    margin-bottom: 0;
  }

  .div-block-740.wnfel-nkwe {
    display: none;
  }

  .div-block-741 {
    margin-top: 5px;
  }

  .div-block-742 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-744 {
    width: 140px;
  }

  .form-3 {
    width: 100%;
  }

  .div-block-745 {
    display: none;
  }

  .div-block-751 {
    flex: none;
  }

  .div-block-755 {
    flex-flow: wrap-reverse;
    width: 95vw;
  }

  .div-block-756 {
    border-radius: 15px;
    margin-right: 0;
    padding: 15px;
  }

  .div-block-757 {
    width: 325px;
    height: 325px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-758 {
    width: 100%;
  }

  .section-67 {
    padding-top: 20px;
  }

  .div-block-759.wlneflnkwf {
    background-size: 400px;
    display: flex;
  }

  .div-block-760 {
    width: 270px;
    height: 125px;
    margin-top: -54px;
  }

  .code-embed-13, .code-embed-14 {
    width: 90%;
  }

  .div-block-765 {
    background-size: 390px;
    display: none;
  }

  .div-block-766 {
    width: 135px;
    height: 120px;
    margin-top: 120px;
  }

  .section-68 {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .div-block-767 {
    flex-flow: column;
    width: 95vw;
  }

  .section-69 {
    padding-bottom: 60px;
  }

  .div-block-768 {
    margin-top: 10px;
    margin-left: 0;
    padding: 15px;
  }

  .div-block-769 {
    width: 90vw;
    height: auto;
  }

  .section-70 {
    padding-top: 125px;
  }

  .div-block-770 {
    width: 100%;
  }

  .div-block-771 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-772, .div-block-773 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-774 {
    width: 90vw;
    min-width: 300px;
  }

  .text-block-161 {
    font-size: 32px;
  }

  .text-block-162 {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 22px;
  }

  .section-72 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .div-block-775 {
    width: 90vw;
  }

  .heading-161 {
    text-align: center;
    font-size: 38px;
    line-height: 55px;
  }

  .paragraph-49 {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
  }

  .div-block-778 {
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-779 {
    width: 90vw;
  }

  .tab-link-tab-1-4 {
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    padding-top: 11px;
    padding-bottom: 11px;
    display: flex;
  }

  .tab-link-tab-1-4.w--current, .tab-link-tab-2-4 {
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    margin-right: 0;
    padding: 11px 15px;
    display: flex;
  }

  .tab-link-tab-3-3 {
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    margin-right: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    display: flex;
  }

  .tab-link-tab-4-2 {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    display: flex;
  }

  .tabs-menu-4 {
    flex-flow: column;
    padding-bottom: 20px;
    display: flex;
  }

  .form-block-5 {
    width: 100%;
  }

  .div-block-781 {
    width: 35px;
    height: 35px;
  }

  .div-block-782 {
    margin-bottom: 7px;
  }

  .heading-162 {
    margin-left: 3px;
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-783 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .img-19, .image-53 {
    width: 22px;
  }

  .heading-163 {
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-784 {
    padding-top: 0;
  }

  .section-74 {
    padding-bottom: 40px;
  }

  .div-block-794 {
    background-image: linear-gradient(90deg, #fff, #fff0 10% 90%, #fff 99%);
    left: -1%;
  }

  .tabs-content-3 {
    width: 100%;
  }

  .code-embed-15 {
    margin-bottom: 0;
  }

  .div-block-795 {
    padding-top: 20px;
  }

  .heading-165 {
    margin-bottom: 0;
  }

  .div-block-797 {
    margin-top: 0;
  }

  .form-block-6 {
    margin-bottom: 0;
  }

  .name-form-div {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-9 {
    border-radius: 0;
  }

  .button-27 {
    flex: none;
  }

  .email-form-div, .websitetype-form-div, .paymentoptions-form-div, .communication-form-div, .backend-form-div, .seo-form-div, .pricing-form-div, .projectname-form-div, .final-form-div {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-167 {
    font-size: 28px;
    line-height: 35px;
  }

  .paragraph-51 {
    margin-bottom: 10px;
    line-height: 22px;
  }

  .div-block-801 {
    flex-flow: column;
    min-width: 100%;
  }

  .link-block-77 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-802 {
    width: 35px;
    height: 35px;
    margin-bottom: 0;
    display: none;
  }

  .text-block-166 {
    margin-bottom: 0;
  }

  .link-block-78 {
    flex: none;
    display: flex;
  }

  .div-block-804 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-168 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-806 {
    height: auto;
  }

  .div-block-807 {
    display: none;
  }

  .section-76 {
    padding-bottom: 60px;
  }

  .div-block-850 {
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed-19, .code-embed-20, .code-embed-21, .code-embed-22, .code-embed-23 {
    display: none;
  }

  .div-block-851 {
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-852 {
    width: 300px;
  }

  .section-80 {
    position: static;
  }

  .section-89 {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-193 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 45px;
  }

  .div-block-926 {
    padding-bottom: 10%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .field-label-9.kwjbfekewjb {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .code-embed-27 {
    margin-top: -30px;
  }

  .div-block-928 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-929 {
    width: 100%;
  }

  .div-block-930 {
    flex-flow: column;
  }

  .div-block-931, .div-block-932 {
    display: none;
  }

  .div-block-934 {
    display: block;
  }

  .div-block-936 {
    width: 90vw;
    height: auto;
  }

  .div-block-938 {
    width: 100%;
    padding-top: 20vh;
    display: none;
    inset: 0%;
  }

  .div-block-939 {
    margin-top: 60px;
  }

  .div-block-943 {
    flex-flow: column;
  }

  .div-block-944 {
    flex-flow: row;
    width: 305px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-95 {
    width: 110px;
    margin-top: 10px;
    margin-right: 10px;
  }

  .div-block-945 {
    width: 300px;
  }
}


@font-face {
  font-family: 'Free Personal Use License Pixel Surplus';
  src: url('../fonts/--Free-Personal-Use-License---Pixel-Surplus.pdf') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacex';
  src: url('../fonts/SpaceX.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype'), url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype'), url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Thin.otf') format('opentype'), url('../fonts/SF-Pro-Display-Thin.otf') format('opentype'), url('../fonts/SF-Pro-Display-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype'), url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype'), url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Ultralight.otf') format('opentype'), url('../fonts/SF-Pro-Display-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Black.otf') format('opentype'), url('../fonts/SF-Pro-Display-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Khepri';
  src: url('../fonts/Khepri.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Khepri Round Rough';
  src: url('../fonts/Khepri-Round-Rough.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Khepri Textured';
  src: url('../fonts/Khepri-Textured.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Khepri Round';
  src: url('../fonts/Khepri-Round.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}