:root {
  --border-color: #313131;
  --1: #8f00ff;
  --2: #ff5858;
  --3: #0e26ff;
  --white: white;
  --text-main: #afb3ca;
  --background: #0a0a0a;
  --text-field: #969696;
  --black: black;
  --color: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: #0a0a0a;
  display: block;
}

.div-block {
  border: 1px solid var(--border-color);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #d6d6d61a;
  border-radius: 999px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image {
  width: 190px;
  height: 65px;
}

.nav-link {
  color: #cad1e9;
  font-family: Fira Code, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.nav-link:hover {
  background-image: linear-gradient(90deg, var(--1), var(--2) 50%, var(--3));
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-link.w--current {
  color: var(--3);
}

.nav-link.w--current:active {
  background-color: var(--3);
  background-image: none;
}

.nav-link-2 {
  color: #cad1e9;
  font-family: Fira Code, sans-serif;
  font-size: 16px;
  transition: all .3s;
}

.nav-link-2:hover {
  background-image: linear-gradient(90deg, var(--1), var(--2) 51%, var(--3));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-link-2.w--current {
  color: var(--3);
}

.nav-link-3 {
  color: #cad1e9;
  font-family: Fira Code, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.nav-link-3:hover {
  background-image: linear-gradient(90deg, var(--1), var(--2) 53%, var(--3));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-link-3:active {
  background-color: var(--3);
  background-image: none;
}

.navbar {
  background-color: #02041a00;
  position: fixed;
  inset: 0% 0% auto;
}

.button {
  background-color: #3898ec00;
  background-image: linear-gradient(90deg, #8f00ff00, #ff585800 51%, #0e26ff00);
  border: 1px solid #4e4e69;
  border-radius: 100px;
  order: 3;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Fira Code, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.button:hover {
  background-image: linear-gradient(90deg, #8f00ff, #ff5858 51%, #0e26ff);
  border-color: #d1d1ff;
  box-shadow: 0 0 20px #a026be;
}

.button:active {
  transform: scale(.9);
  box-shadow: 0 0 #a026be;
}

.div-block-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  display: flex;
}

.div-block-3 {
  order: -1;
  width: 50%;
}

.div-block-4 {
  flex-direction: column;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.text-block {
  color: #fff;
  font-family: Tektur, sans-serif;
  font-size: 67px;
  font-weight: 500;
  line-height: 76px;
  animation-name: slideup;
  animation-duration: .5s;
}

.paragraph {
  color: #afb3ca;
  width: 460px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Fira Code, sans-serif;
  font-size: 18px;
  line-height: 24px;
  animation-name: slideup;
  animation-duration: 1s;
}

.div-block-5 {
  margin-top: 30px;
}

.button-2 {
  background-image: linear-gradient(90deg, var(--1), var(--2) 52%, var(--3));
  border: 1px solid #000;
  border-radius: 100px;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Fira Code, sans-serif;
  transition: all .3s;
}

.button-2:hover {
  border-color: #fff;
  box-shadow: 0 0 20px #a026be;
}

.button-2:active {
  transform: scale(.9);
  box-shadow: 0 0 #a026be;
}

.button-3 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #8f00ff, #ff5858 56%, #0e26ff);
  background-clip: padding-box;
  border-radius: 100px;
}

.button-3.gradient-border {
  -webkit-text-fill-color: transparent;
  background-color: #3898ec00;
  background-image: linear-gradient(90deg, #8f00ff, #ff5858 49%, #0e26ff);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #eb5465;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Fira Code, sans-serif;
  transition: all .3s;
}

.button-3.gradient-border:hover {
  background-image: linear-gradient(90deg, #d094ff, #ffd4d4 49%, #bcc3ff);
  box-shadow: 0 0 20px #a026be;
}

.button-3.gradient-border:active {
  transform: scale(.9);
  box-shadow: 0 0 #a026be;
}

.image-2 {
  z-index: 3;
  opacity: .83;
  mix-blend-mode: screen;
  width: 457px;
  position: absolute;
  inset: 18px 0% 0% 80px;
}

.image-3 {
  z-index: -1;
  filter: blur(4px);
  width: 99px;
  position: absolute;
  inset: auto 90px -47px auto;
}

.image-4 {
  z-index: 2;
  opacity: 0;
  width: 412px;
  position: static;
}

.image-5 {
  z-index: -3;
  filter: blur(2px);
  width: 150px;
  position: absolute;
  inset: 0% -22px 0% auto;
}

.image-6 {
  z-index: 4;
  width: 32px;
  position: absolute;
  inset: 0% auto auto 161px;
}

.image-7 {
  filter: blur(3px);
  width: 60px;
  position: absolute;
  inset: -56px 150px auto auto;
  transform: rotate(115deg);
}

.image-8 {
  filter: blur(2px);
  width: 30px;
  position: absolute;
  inset: 250px auto 0% 32px;
}

.div-block-6 {
  z-index: -5;
  opacity: .41;
  filter: blur(63px);
  background-image: linear-gradient(90deg, #8f00ff, #ff5858 55%, #0e26ff);
  border-radius: 999px;
  position: absolute;
  inset: 0%;
}

.div-block-7 {
  padding-top: 0;
  padding-bottom: 100px;
  overflow: hidden;
}

.div-block-8 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-9 {
  order: -1;
  width: 50%;
  margin-right: 60px;
  position: relative;
}

.div-block-10 {
  order: 1;
  width: 50%;
}

.div-block-11 {
  height: auto;
  margin-bottom: 20px;
  padding-top: 40px;
}

.text-block-2 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Tektur, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.text-block-3 {
  letter-spacing: 2px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #9707f2, #fd575b 11%, #1328fb 22%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: Tektur, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-2 {
  color: #afb3ca;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Fira Code, sans-serif;
}

.div-block-12 {
  border-bottom: 1px solid var(--3);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.button-4 {
  background-image: linear-gradient(90deg, var(--1), var(--2) 55%, var(--3));
  border: 1px solid #4e4e69;
  border-radius: 99px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Fira Code, sans-serif;
  font-size: 16px;
  transition: all .3s;
}

.button-4:hover {
  border: 1px solid var(--white);
  box-shadow: 0 0 20px #a026be;
}

.button-4:active {
  transform: scale(.9);
  box-shadow: 0 0 #a026be;
}

.image-9 {
  width: 264px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-10 {
  filter: blur(2px);
  width: 184px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-11 {
  filter: blur(4px);
  width: 70px;
  position: absolute;
  inset: 0% 100px auto auto;
  transform: rotate(88deg);
}

.div-block-13 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.div-block-14 {
  margin-top: 60px;
  overflow: hidden;
}

.div-block-15 {
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-16 {
  flex-direction: column;
  order: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

.paragraph-2-copy {
  color: var(--text-main);
  width: 480px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-left: 0;
  font-family: Fira Code, sans-serif;
}

.image-12 {
  z-index: 2;
  width: 403px;
  position: relative;
}

.image-13 {
  z-index: 1;
  filter: blur(2px);
  position: absolute;
  inset: -41px 62px auto auto;
}

.image-14 {
  width: 154px;
  position: absolute;
  inset: 77px auto 0% 110px;
}

.image-15 {
  z-index: 3;
  filter: blur(1px);
  position: absolute;
  inset: auto 65px -47px auto;
}

.div-block-17 {
  padding-bottom: 100px;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100%;
  margin-top: 40px;
}

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

.text-block-4 {
  color: var(--text-main);
  text-align: center;
  width: auto;
  font-family: Fira Code, sans-serif;
}

.text-block-5 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Tektur, sans-serif;
  font-size: 20px;
}

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

.div-block-19.hideblock {
  display: none;
}

.text-block-2-cofpy {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Tektur, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.paragraphfd-copy {
  color: #afb3ca;
  text-align: center;
  width: 550px;
  margin-top: 20px;
  font-family: Fira Code, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-21 {
  padding-top: 20px;
}

.div-block-22 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
}

.div-block-22.wirh-pad {
  padding-top: 0;
}

.grid-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-23 {
  cursor: pointer;
  background-color: #171718;
  border: 1px solid #313131;
  border-radius: 25px;
  padding: 30px 20px;
  transition: all .3s;
  position: relative;
}

.div-block-23:hover {
  border-width: 1px;
  border-color: #1328fc;
  transform: scale(1.1);
  box-shadow: 0 0 15px 7px #1328fc73;
}

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

.div-block-25 {
  background-color: #fff0;
  background-image: linear-gradient(90deg, #0000, var(--1) 51%, #fff0);
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-25.divanother-color {
  background-image: linear-gradient(90deg, #0000, var(--2) 51%, #fff0);
}

.div-block-25.divdivanothercolor {
  background-image: linear-gradient(90deg, #0000, var(--3) 51%, #fff0);
}

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

.text-block-6 {
  color: var(--white);
  letter-spacing: 2px;
  font-family: Tektur, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.text-block-6.gradient {
  background-image: linear-gradient(90deg, var(--1), var(--2) 54%, var(--3));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  line-height: 26px;
}

.text-block-7 {
  color: var(--text-main);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fira Code, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.text-block-7.divpad10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-8 {
  color: var(--white);
  margin-right: 5px;
  font-family: Tektur, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.image-16, .image-17, .image-18, .image-19 {
  margin-right: 10px;
}

.div-block-27 {
  margin-bottom: 20px;
}

.button-5 {
  border: 1px solid var(--text-main);
  background-image: linear-gradient(90deg, var(--1), var(--2) 51%, var(--3));
  text-align: center;
  border-radius: 99px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Fira Code, sans-serif;
  font-weight: 500;
  transition: all .3s;
}

.button-5:hover {
  border-color: var(--white);
  box-shadow: 0 0 20px #a026be;
}

.button-5:active {
  transform: scale(.9);
  box-shadow: 0 0 #a026be;
}

.link-block {
  background-color: #171718;
  padding: 20px;
}

.div-block-28 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-29 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-30 {
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.image-20 {
  position: absolute;
}

.image-21 {
  z-index: -1;
  position: absolute;
  inset: auto -23px -29px auto;
}

.image-22 {
  z-index: -1;
  position: absolute;
  inset: 293px 98px auto;
}

.image-23 {
  z-index: -1;
  position: absolute;
  inset: auto auto 60px 464px;
}

.div-block-31 {
  padding-top: 20px;
  padding-bottom: 100px;
  position: relative;
}

.div-block-32 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-33 {
  order: -1;
  width: 50%;
  margin-right: 0;
}

.div-block-34 {
  order: 1;
  width: 50%;
}

.grid-3 {
  grid-column-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
}

.text-block-9 {
  letter-spacing: 2px;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 8px;
  font-family: Tektur, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-35 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-10 {
  color: var(--text-main);
  font-family: Fira Code, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.button-6 {
  background-image: linear-gradient(90deg, var(--1), var(--2) 54%, var(--3));
  border: 1px solid #4e4e69;
  border-radius: 99px;
  font-family: Fira Code, sans-serif;
  font-weight: 500;
  transition: all .3s;
}

.button-6:hover {
  border-color: #fff;
  box-shadow: 0 0 20px #a026be;
}

.button-6:active {
  transform: scale(.9);
  box-shadow: 0 0 #a026be;
}

.image-24 {
  width: 480px;
}

.image-25 {
  width: 227px;
  position: absolute;
  inset: -77px auto auto 25px;
}

.image-26 {
  z-index: -1;
  width: 149px;
  position: absolute;
  inset: auto auto 0% 459px;
}

.div-block-36 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-37 {
  flex-direction: column;
  order: -1;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.div-block-38 {
  flex-direction: column;
  order: 1;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.div-block-39 {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.div-block-40 {
  background-color: #171718;
  border: 1px solid #313131;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 20px 40px;
  display: flex;
}

.image-27 {
  width: 50px;
  margin-bottom: 20px;
}

.div-block-41 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 450px;
  display: flex;
}

.text-block-11 {
  color: var(--text-main);
  text-align: center;
  width: 332px;
  font-family: Fira Code, sans-serif;
  font-weight: 500;
}

.field-label {
  color: var(--text-main);
  font-family: Fira Code, sans-serif;
  font-weight: 300;
}

.text-field {
  background-color: var(--text-main);
  color: var(--border-color);
  border-radius: 10px;
}

.text-field-2 {
  background-color: var(--text-main);
  border-radius: 10px;
}

.textarea {
  background-color: var(--text-main);
  border-radius: 10px;
  margin-bottom: 20px;
  font-family: Fira Code, sans-serif;
}

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

.text-block-12 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Tektur, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.field-label-2 {
  color: var(--text-main);
  font-family: Fira Code, sans-serif;
  font-weight: 400;
}

.submit-button {
  background-image: linear-gradient(90deg, var(--1), var(--2) 52%, var(--3));
  border: 1px solid #4e4e69;
  border-radius: 99px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Fira Code, sans-serif;
  transition: all .3s;
}

.submit-button:hover {
  border-color: #fff;
  box-shadow: 0 0 20px #a026be;
}

.submit-button:active {
  transform: scale(.9);
  box-shadow: 0 0 #a026be;
}

.image-28 {
  width: 353px;
}

.image-29 {
  z-index: -1;
  width: 140px;
  position: absolute;
  inset: 44px 62px auto auto;
}

.image-30 {
  z-index: -1;
  width: 168px;
  position: absolute;
  inset: auto 487px 39px auto;
}

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

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-bottom: 20px;
}

.text-block-13 {
  color: #cad1e9;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Tektur, sans-serif;
  font-weight: 600;
}

.div-block-43 {
  height: 500px;
}

.link-block-2 {
  color: var(--text-main);
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Fira Code, sans-serif;
  text-decoration: none;
}

.link-block-2.class12 {
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-44, .div-block-45, .div-block-46 {
  flex-flow: column;
  display: flex;
}

.div-block-47 {
  background-image: linear-gradient(90deg, #0000, var(--3) 51%, #fff0);
  width: 100%;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.div-block-48 {
  height: 30px;
}

.image-31 {
  width: 158px;
}

.brand {
  order: 1;
}

.menu-button {
  order: 0;
}

.nav-menu {
  order: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lottie-animation {
  z-index: -2;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-33 {
  z-index: 5;
  opacity: .78;
  width: auto;
  position: absolute;
  inset: auto 0% -47px 32px;
}

.div-block-49 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-14 {
  color: #585858;
  text-align: center;
  font-family: Fira Code, sans-serif;
}

.link-block-3 {
  font-family: Fira Code, sans-serif;
}

.text-block-346 {
  margin-left: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.text-field-62 {
  border: 1px solid var(--text-main);
  color: var(--text-main);
  background-color: #ffffff1a;
  border-radius: 99px;
  height: 40px;
  margin-bottom: 15px;
  font-family: Fira Code, sans-serif;
  font-size: 16px;
}

.checkbox-field-4 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.success-message-12 {
  background-color: #212428;
  border: 1px solid #0092ca;
  border-radius: 15px;
}

.text-field-63 {
  border: 1px solid var(--text-main);
  color: var(--text-main);
  background-color: #ffffff1a;
  border-radius: 99px;
  height: 40px;
  margin-bottom: 15px;
  font-family: Fira Code, sans-serif;
  font-size: 16px;
}

.link-block-99 {
  color: var(--white);
  font-family: Fira Code, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  text-decoration: underline;
}

.link-block-99.anotherclasslink {
  margin-left: 5px;
}

.image-245 {
  width: 24px;
  max-width: 50px;
}

.text-field-38 {
  border: 1px solid var(--text-main);
  color: var(--text-main);
  background-color: #ffffff1a;
  border-radius: 99px;
  height: 40px;
  margin-bottom: 20px;
  font-family: Fira Code, sans-serif;
  font-size: 16px;
}

.form-consultation-2 {
  z-index: 91;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #e4e4e42e;
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 780px;
  min-height: 400px;
  padding: 0;
  display: flex;
  position: fixed;
  overflow: hidden;
  box-shadow: -4px 4px 12px #001c634d;
}

.text-block-347 {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  order: 2;
  margin-bottom: 10px;
  font-family: Fira Code, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
}

.field-label-44 {
  color: var(--text-main);
  font-family: Fira Code, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.form-consult {
  z-index: 99;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.submit-button-15 {
  background-color: #3898ec00;
  background-image: linear-gradient(90deg, var(--1), var(--2) 51%, var(--3));
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px solid #4e4e69;
  border-radius: 99px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Fira Code, sans-serif;
  font-weight: 600;
}

.submit-button-15:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0092ca;
  background-image: none;
  background-clip: border-box;
}

.checkbox-label-4 {
  color: var(--text-main);
  margin-right: 5px;
  font-family: Fira Code, sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.blur-bg-form-7 {
  z-index: 90;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #00000078;
  position: fixed;
  inset: 0%;
}

.error-message-7 {
  background-color: #ff937e;
  border-radius: 9px;
}

.field-label-43 {
  color: var(--text-main);
  font-family: Fira Code, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.close-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form-block-22 {
  flex-direction: column;
  order: 1;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  margin: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-345 {
  color: #0092ca;
}

.div-block-50 {
  background-color: #050505;
  flex-flow: column;
  order: -1;
  width: 40%;
  padding: 30px 20px 20px 30px;
  display: flex;
}

.paragraph-3 {
  color: #c1c8e0;
  order: 3;
  margin-bottom: 40px;
  font-family: Fira Code, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.image-246 {
  opacity: .69;
  mix-blend-mode: normal;
  order: 1;
  height: 154px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 22px;
}

.checkbox {
  color: var(--text-main);
  margin-top: 0;
  margin-right: 5px;
}

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

.lottie-animation-2 {
  width: 400px;
}

.lottie-animation-3 {
  z-index: -2;
  position: absolute;
  inset: 0%;
}

.link-block-100, .link-block-101, .link-block-102 {
  text-decoration: none;
}

.div-block-52 {
  border: 3px solid #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  box-shadow: 0 0 40px #9606f4;
}

.lottie-animation-4 {
  width: 30px;
  height: 30px;
}

.body-2 {
  background-color: #0a0a0a;
}

.div-block-53 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
}

.text-block-348 {
  color: var(--white);
  letter-spacing: 4px;
  align-self: center;
  padding-top: 0;
  font-family: Tektur, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
  display: block;
}

.text-block-349 {
  color: var(--text-main);
  text-align: center;
  width: 624px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Fira Code, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-348-copy {
  background-image: linear-gradient(90deg, var(--1), var(--2) 52%, var(--3));
  letter-spacing: 4px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Tektur, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
  display: block;
}

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

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 20px;
}

.grid-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-55 {
  width: 400px;
  height: 400px;
}

.div-block-56 {
  height: 400px;
}

.div-block-57, .div-block-58, .div-block-59 {
  width: 300px;
  height: 300px;
}

.div-block-60 {
  order: 1;
}

.div-block-61 {
  order: 2;
}

.div-block-62 {
  order: 3;
}

.div-block-63 {
  order: 4;
}

.div-block-64 {
  order: 5;
}

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

.div-block-66 {
  background-color: #000;
  border: .5px solid #3e006d;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  height: 300px;
  margin-right: 40px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-67 {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-66-copy {
  height: 300px;
  margin-right: 0;
}

.div-block-68 {
  background-color: #0e26ff00;
  background-image: linear-gradient(157deg, #870eff4d, #4406e814 29%, #0b00d500 54%, #870eff00 78%, #870eff4d);
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  height: 300px;
  padding: 40px;
  display: flex;
}

.div-block-69 {
  background-color: #ec181800;
  background-image: linear-gradient(212deg, #f04c7026, #f04c700a 36%, #f04c7000 62%, #f04c7026);
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-right: 40px;
  padding: 40px;
  display: flex;
}

.div-block-70 {
  background-color: #8f00ff00;
  background-image: linear-gradient(150deg, #a4469833, #a4469800 50%, #a4469833);
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.div-block-66-copy, .div-block-66-copy-copy {
  width: 70%;
  height: 300px;
  margin-right: 40px;
  display: flex;
}

.div-block-71 {
  background-color: #dbdbdb00;
  background-image: linear-gradient(152deg, #282cee30, #282cee00 50%, #282cee3d);
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  height: 300px;
  padding: 40px;
  display: flex;
}

.div-block-72 {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.text-block-350 {
  color: var(--white);
  font-family: Tektur, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.paragraph-4 {
  color: var(--text-main);
  font-family: Fira Code, sans-serif;
  font-size: 12px;
}

.div-block-73 {
  height: 800px;
}

.text-block-351 {
  color: var(--white);
  letter-spacing: 3px;
  margin-bottom: 10px;
  font-family: Tektur, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.paragraph-4-copy {
  color: var(--text-main);
  width: 100%;
  font-family: Fira Code, sans-serif;
  font-size: 14px;
}

.div-block-74 {
  border-radius: 0;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: auto -61px -66px auto;
  overflow: hidden;
}

.div-block-75 {
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  inset: auto 113px -35px auto;
  overflow: hidden;
}

.image-247 {
  border-radius: 0;
  width: 135%;
}

.div-block-74-copy {
  border-radius: 0;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: auto 114px -99px auto;
  overflow: hidden;
}

.div-block-76 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-77 {
  border-radius: 20px;
  width: 60%;
  height: 350px;
  margin-left: 40px;
  overflow: hidden;
}

.div-block-78 {
  width: 35%;
}

.image-92 {
  margin-right: 5px;
}

.text-block-85 {
  color: #2f08f1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 0 solid #0092ca;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  position: static;
  top: 90px;
}

.text-block-85.class-12 {
  color: var(--white);
  letter-spacing: 3px;
  overflow-wrap: anywhere;
  font-family: Tektur, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}

.arrow {
  color: #000;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 10px 0 auto auto;
}

._1-question {
  border-style: solid;
  border-width: 0 0 0 3px;
  border-color: black black black var(--1);
  width: 100%;
  padding: 0 0 0 30px;
}

.dropdown-toggle-4 {
  border: 0 solid #2792c9;
  border-bottom-color: #e5e5e5;
  width: 100%;
  padding: 10px 0;
  transition: all .555s;
}

.dropdown-toggle-4.dropdonw-format {
  border-top-width: 0;
  border-top-color: #585a61;
  border-bottom-width: 0;
  border-bottom-color: #e5e5e5;
  border-left-width: 0;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.paragraph-9 {
  color: #111;
  width: 341px;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.paragraph-9.class-98 {
  color: var(--text-main);
  width: auto;
  margin-bottom: 10px;
  font-family: Fira Code, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-200 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.dropdown-list-5 {
  background-color: #ddd0;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-list-5.w--open {
  background-color: #ddd0;
}

.div-block-199 {
  background-color: #fff0;
  border: 0 solid #e5e5e5;
  border-radius: 30px;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}

.text-block-86 {
  color: #585a61;
  font-weight: 600;
}

.image-91 {
  width: 100%;
}

._1-answer {
  background-color: #0000;
  flex-direction: column;
  align-items: stretch;
  width: 80%;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.bold-text-25 {
  font-size: 14px;
  line-height: 16px;
}

.bold-text-25.class-123 {
  font-size: 18px;
}

.div-block-201 {
  margin-top: 120px;
}

.image-248 {
  border-radius: 0;
}

.div-block-202 {
  background-color: #181818;
  border: .5px solid #3e006d;
  border-radius: 25px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 120px auto;
  padding: 40px;
  display: flex;
}

.grid-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-203, .div-block-204, .div-block-205, .div-block-206, .div-block-207, .div-block-208 {
  border: 1px solid #3b0069;
  border-radius: 12px;
  overflow: hidden;
}

.body-3 {
  background-color: var(--background);
}

.div-block-209 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-210 {
  cursor: default;
  border: 1px solid #313131;
  border-radius: 99px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .15s;
}

.div-block-210:hover {
  border-width: .5px;
  border-color: var(--3);
  box-shadow: 0 0 20px #0112d3;
}

.text-block-352 {
  color: var(--text-main);
  font-family: Tektur, sans-serif;
  font-weight: 300;
}

.div-block-211 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 682px;
  padding-top: 10px;
  display: flex;
}

.div-block-211-copy {
  cursor: default;
  border: 1px solid #313131;
  border-radius: 99px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .15s;
}

.div-block-211-copy:hover {
  border-width: .5px;
  border-color: var(--1);
  box-shadow: 0 0 20px 0 var(--1);
}

.div-block-212-copy {
  cursor: default;
  border: 1px solid #313131;
  border-radius: 99px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .15s;
}

.div-block-212-copy:hover {
  border-width: .5px;
  border-color: var(--2);
  box-shadow: 0 0 20px 0 var(--2);
}

.div-block-213-copy {
  cursor: default;
  border: 1px solid #313131;
  border-radius: 99px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .15s;
}

.div-block-213-copy:hover {
  border-width: .5px;
  border-color: var(--1);
  box-shadow: 0 0 20px 0 var(--1);
}

.div-block-213copy {
  border: 1px solid #313131;
  border-radius: 99px;
  margin-bottom: 10px;
  padding: 10px;
}

.div-block-214-copy-copy {
  cursor: default;
  border: 1px solid #313131;
  border-radius: 99px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .15s;
}

.div-block-214-copy-copy:hover {
  border-width: .5px;
  border-color: var(--3);
  box-shadow: 0 0 20px 0 var(--3);
}

.div-block-215-copy-copy {
  cursor: default;
  border: 1px solid #313131;
  border-radius: 99px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .15s;
}

.div-block-215-copy-copy:hover {
  border-width: .5px;
  border-color: var(--2);
  box-shadow: 0 0 20px 0 var(--2);
}

.div-block-216-copy-copy {
  cursor: default;
  border: 1px solid #313131;
  border-radius: 99px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .15s;
}

.div-block-216-copy-copy:hover {
  border-width: .5px;
  border-color: var(--1);
  box-shadow: 0 0 20px 0 var(--1);
}

.div-block-217-copy-copy {
  cursor: default;
  border: 1px solid #313131;
  border-radius: 99px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .15s;
}

.div-block-217-copy-copy:hover {
  border-width: .5px;
  border-color: var(--3);
  box-shadow: 0 0 20px 0 var(--3);
}

.div-block-218-copy-copy {
  cursor: default;
  border: 1px solid #313131;
  border-radius: 99px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .15s;
}

.div-block-218-copy-copy:hover {
  border-width: .5px;
  border-color: var(--2);
  box-shadow: 0 0 20px 0 var(--2);
}

.div-block-218copy-copy {
  cursor: default;
  border: 1px solid #313131;
  border-radius: 99px;
  margin-bottom: 10px;
  padding: 10px;
  transition: all .15s;
}

.div-block-218copy-copy:hover {
  border-width: .5px;
  border-color: var(--1);
  box-shadow: 0 0 20px 0 var(--1);
}

.div-block-212 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-213 {
  background-image: linear-gradient(121deg, #000 37%, #0f001a 57%, #1a002c 71%, #260041 87%, #300052);
  border: 1px solid #280045;
  border-radius: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-213.red-card {
  background-image: linear-gradient(121deg, #000 37%, #1a0000 57%, #2c0001 71%, #410001 87%, #52000c);
  border-color: #310001;
}

.div-block-213.red-card.blue-card {
  background-image: linear-gradient(121deg, #000 37%, #03001a 57%, #09002c 71%, #050041 87%, #0a0052);
  border-color: #050364;
}

.text-block-353 {
  border: 0px solid var(--1);
  color: var(--white);
  align-self: flex-start;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Tektur, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-353.calsss {
  width: 628px;
}

.rich-text-block {
  color: var(--text-main);
  align-self: flex-start;
  width: 500px;
  margin-top: 40px;
  font-family: Fira Code, sans-serif;
}

.div-block-214 {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 500px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-354 {
  color: var(--text-main);
  margin-right: 3px;
  font-family: Fira Code, sans-serif;
  font-weight: 500;
  line-height: 14px;
}

.text-block-355 {
  color: var(--text-main);
  font-family: Fira Code, sans-serif;
  font-weight: 300;
}

.image-249 {
  margin-right: 10px;
}

.div-block-215 {
  align-self: flex-start;
}

.div-block-216 {
  align-self: flex-start;
  margin-bottom: 20px;
}

.div-block-217 {
  background-image: linear-gradient(90deg, #8f00ff, #8f00ff00);
  border-radius: 999px;
  height: 1px;
}

.div-block-217.redline {
  background-image: linear-gradient(90deg, #6d0305, #8f00ff00);
}

.div-block-217.redline.blueline {
  background-image: linear-gradient(90deg, #05036d, #8f00ff00);
}

.button-7 {
  background-image: linear-gradient(90deg, var(--1), var(--2) 54%, var(--3));
  border-radius: 99px;
  align-self: flex-start;
  margin-top: 30px;
  font-family: Fira Code, sans-serif;
  font-size: 16px;
}

.image-250 {
  filter: blur(2px);
  mix-blend-mode: normal;
  position: absolute;
  inset: 261px 0% auto auto;
}

.image-251 {
  position: absolute;
  inset: 50px 146px auto auto;
}

.image-252 {
  filter: blur(5px);
  width: 83px;
  position: absolute;
  inset: 44px 131px auto auto;
}

.image-253 {
  filter: blur(4px);
  width: 116px;
  position: absolute;
  inset: 56px 0% auto auto;
}

.div-block-218 {
  height: 600px;
  margin-top: 100px;
}

.line-text-div {
  margin-top: 40px;
  margin-bottom: 100px;
  padding-top: 60px;
  padding-bottom: 100px;
  overflow: hidden;
}

.div-block-219 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.text-block-356 {
  color: #fff0;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: var(--white);
  font-family: Tektur, sans-serif;
  font-size: 46px;
  line-height: 46px;
}

.div-block-221 {
  background-image: linear-gradient(21deg, var(--1), var(--2) 58%, var(--3));
  border-radius: 999px;
  width: 14px;
  height: 14px;
  margin: 0 10px;
}

.image-254 {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-357 {
  color: #0e26ff00;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #0e26ff;
  font-family: Fira Code, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.div-block-222 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.text-block-349-copy {
  color: var(--text-main);
  text-align: left;
  width: 573px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Fira Code, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-358 {
  color: var(--white);
  letter-spacing: 3px;
  font-family: Tektur, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
}

.div-block-223 {
  background-color: #26262b;
  background-image: linear-gradient(120deg, #000, #1d0029 69%, #180022 88%, #060009);
  border: 1px solid #280045;
  border-radius: 20px;
  height: 300px;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
}

.grid-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.div-block-224 {
  background-color: #171718;
  border: 1px solid #313131;
  border-radius: 20px;
  overflow: hidden;
}

.div-block-225 {
  border: 1px solid var(--border-color);
  background-color: #171718;
  border-radius: 20px;
  overflow: hidden;
}

.div-block-226 {
  cursor: pointer;
  background-color: #171718;
  border: 1px solid #313131;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-226:hover {
  box-shadow: 0 0 20px 0 var(--1);
}

.div-block-226.case2:hover {
  box-shadow: 0 0 20px 0 var(--2);
}

.div-block-226.case3:hover {
  box-shadow: 0 0 20px 0 var(--3);
}

.div-block-227 {
  border-radius: 0;
  width: 40%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-255 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-228 {
  height: 50%;
  overflow: hidden;
}

.div-block-229 {
  width: 40%;
  margin-left: 20px;
  padding-top: 40px;
}

.text-block-359 {
  color: var(--white);
  width: 400px;
  margin-bottom: 20px;
  font-family: Tektur, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.text-block-360 {
  color: var(--text-main);
  margin-bottom: 20px;
  font-family: Fira Code, sans-serif;
}

.image-256 {
  object-fit: cover;
}

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

.button-8 {
  background-color: #3898ec00;
  border: 1px solid #abb0c6;
  border-radius: 99px;
  padding: 7px 12px;
  font-family: Fira Code, sans-serif;
  font-size: 12px;
  transition: all .3s;
}

.button-8:hover {
  background-color: var(--3);
}

.button-8:active {
  background-color: #0a1580;
  transform: scale(.9);
}

.text-block-361 {
  color: var(--text-main);
  font-family: Fira Code, sans-serif;
}

.text-block-362 {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Tektur, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-block-363 {
  color: var(--text-main);
  font-family: Fira Code, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}

.link-block-103 {
  color: var(--white);
  font-family: Fira Code, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block-103:hover {
  color: var(--3);
  transform: translate(5px);
}

.link-block-103:active {
  transform: translate(10px);
}

.image-257 {
  width: 12px;
}

.text-block-364 {
  margin-right: 5px;
  font-weight: 500;
}

.image-258 {
  width: 50px;
  margin-bottom: 10px;
  margin-left: -10px;
}

.div-block-231 {
  max-width: 1200px;
  margin: 120px auto;
}

.q-a-div-long {
  border: 1px solid var(--border-color);
  background-color: #171718;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}

._1-qestion-long {
  z-index: 72;
  border-style: solid;
  border-width: 0;
  border-color: black black black var(--1);
  width: 100%;
  padding: 0 20px;
}

.text-block-3589-copy {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 40px;
  font-family: Tektur, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
}

.div-block-24-big-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.link-block-104, .link-block-105 {
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-105.w--current {
  display: flex;
}

.link-block-106, .link-block-107 {
  display: flex;
  position: absolute;
  inset: 0%;
}

.body-4 {
  background-color: var(--background);
}

.div-block-232 {
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.tab-link-tab-1 {
  border: 1px solid var(--border-color);
  color: #525252;
  background-color: #1b1b1b;
  border-top-left-radius: 8px;
  font-family: Tektur, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.tab-link-tab-1.w--current {
  border: 1px solid var(--border-color);
  background-color: var(--3);
  color: var(--white);
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
  padding-left: 30px;
  font-family: Tektur, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.tab-link-tab-2 {
  border: 1px solid var(--border-color);
  color: #535353;
  background-color: #1b1b1b;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-family: Tektur, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.tab-link-tab-2.w--current {
  background-color: var(--3);
  color: var(--white);
}

.tab-link-tab-3 {
  border: 1px solid var(--border-color);
  color: #535353;
  background-color: #1b1b1b;
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
  font-family: Tektur, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.tab-link-tab-3.w--current {
  background-color: var(--3);
  color: var(--white);
}

.tabs-content {
  border: 1px solid var(--border-color);
  background-color: #222;
  border-radius: 0 25px 25px;
  padding: 20px;
}

.tabs {
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-block-358-copy {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  max-width: 1200px;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
  font-family: Tektur, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
}

.text-block-349-centre {
  color: var(--text-main);
  text-align: center;
  width: 573px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Fira Code, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-233 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-5 {
  background-color: var(--background);
}

.div-block-234 {
  margin-top: 75px;
}

.div-block-235 {
  height: 450px;
  margin-top: 40px;
  padding-top: 0;
  overflow: hidden;
}

.image-259 {
  object-fit: contain;
}

.div-block-236 {
  max-width: 800px;
  margin: 60px auto 120px;
}

.div-block-237 {
  background-image: linear-gradient(90deg, var(--3), #fff0);
  box-shadow: 0 0 6px 0 var(--3);
  border-radius: 99px;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.text-block-365 {
  color: var(--white);
  font-family: Tektur, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-366 {
  color: var(--text-main);
  font-family: Fira Code, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-238 {
  margin-top: 20px;
}

.text-block-367 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Fira Code, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.bold-text-26, .bold-text-27, .bold-text-28 {
  font-weight: 500;
}

.div-block-239 {
  height: 120px;
}

.div-block-219-copy {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.line-down {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-222-copy {
  max-width: 1200px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-349-987copy {
  color: var(--text-main);
  text-align: left;
  width: 573px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Fira Code, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-another-casses {
  color: var(--white);
  letter-spacing: 3px;
  font-family: Tektur, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
}

.lottie-animation-5 {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  margin-left: -10px;
}

.div-block-240 {
  object-fit: fill;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.image-260 {
  z-index: -1;
  filter: blur(2px);
  width: 134px;
  position: absolute;
  inset: 176px auto auto 50px;
}

.image-261 {
  z-index: -1;
  filter: blur(1px);
  width: 124px;
  position: absolute;
  inset: 24px 85px 0% auto;
}

.image-262 {
  z-index: -1;
  position: absolute;
  inset: auto auto -7px 101px;
}

.image-263 {
  z-index: -1;
  filter: blur(2px);
  position: absolute;
  inset: auto auto 0% 400px;
}

.image-264 {
  width: 40px;
  height: 40px;
  display: none;
}

.div-block-241, .div-block-242 {
  display: none;
}

.body-6 {
  background-color: var(--background);
}

.content-image-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-pink {
  background-color: #f4dcf4;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.action-m {
  color: var(--white);
  font-family: Tektur, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.content-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.section-x-large {
  padding: 144px 5%;
  position: relative;
}

.content-grid {
  grid-column-gap: 100px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 638px) 1fr;
}

.content-feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.wrap-v-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.icon-blue {
  background-color: #e1e7f9;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.paragraph-large {
  color: var(--text-main);
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-family: Fira Code, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.h1-heading {
  color: var(--white);
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tektur, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 68px;
}

.wrap-v-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.paragraph-small {
  color: #030711;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.text-color-gray-600 {
  color: var(--text-main);
  font-family: Fira Code, sans-serif;
}

.f-feature-card-divider {
  background-color: var(--border-color);
  width: 1px;
  height: 200px;
  margin-left: 40px;
  margin-right: 40px;
}

.f-feature-card-divider.hide-deivder {
  display: none;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-container-regular {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-sub-heading-large {
  color: var(--white);
  letter-spacing: 2px;
  font-family: Tektur, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-h3-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tektur, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.f-paragraph-small {
  color: var(--text-main);
  letter-spacing: -.01em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  font-family: Fira Code, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  display: flex;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper {
  border: 1px solid var(--1);
  background-color: #000;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
  box-shadow: 0 2px 20px #8f00ff96;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-feature-card-row {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 32px;
  display: flex;
}

.f-heading-detail-small {
  background-image: linear-gradient(90deg, var(--1), var(--2) 53%, var(--3));
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large {
  color: var(--text-main);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Fira Code, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
  overflow: hidden;
}

.div-block-243 {
  margin-top: 120px;
  position: relative;
}

.div-block-244, .div-block-245, .div-block-246, .div-block-247 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25%;
  height: 250px;
  display: flex;
}

.div-block-247.hideblocj {
  display: none;
}

.f-success-message {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.f-cta-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-h3-heading-2 {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tektur, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.f-form-button {
  border: 1px solid var(--border-color);
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #16004200;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Tektur, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-form-button:hover {
  background-color: #28255600;
  background-image: linear-gradient(90deg, var(--1), var(--2) 54%, var(--3));
}

.f-form-button:active {
  background-color: #160042;
  transform: scale(.9);
}

.f-paragraph-small-2 {
  color: var(--text-main);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Fira Code, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.f-margin-bottom-65 {
  margin-bottom: 8px;
}

.f-input-outlined {
  border: 1px solid #e4e6f1;
  border-radius: 20px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Fira Code, sans-serif;
}

.f-input-outlined:focus {
  border-color: #b6b9ce;
}

.f-input-outlined::placeholder {
  color: #b6b9ce;
}

.f-image-cover {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.f-section-regular {
  max-width: 1200px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 0%;
  position: relative;
}

.f-cta-image-wrapper {
  border: .5px solid var(--1);
  border-radius: 8px;
  height: 360px;
}

.f-cta-form-block {
  max-width: 460px;
  margin-bottom: 8px;
}

.f-paragraph-large-2 {
  color: var(--text-main);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Fira Code, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.f-cta-grid-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 100px;
}

.f-cta-grid-b.hidegrid {
  display: none;
}

.div-block-248 {
  margin-top: 100px;
}

.link-block-108 {
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-108.w--current {
  display: flex;
}

.image-267, .image-268, .image-269, .image-270 {
  width: 100%;
}

.image-271 {
  width: 187px;
}

.div-block-249 {
  width: 50%;
  height: 100%;
  margin-right: 60px;
}

.text-block-370 {
  color: var(--text-main);
  margin: 10px;
  font-family: Fira Code, sans-serif;
  font-size: 12px;
}

.text-block-371 {
  color: var(--white);
  letter-spacing: 3px;
  margin: 10px 10px 0;
  font-family: Tektur, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.image-272 {
  width: 100%;
}

.block-quote {
  border-left-color: var(--1);
  color: var(--text-main);
  font-family: Fira Code, sans-serif;
}

.list {
  color: var(--text-main);
  padding-left: 20px;
  font-family: Fira Code, sans-serif;
}

.rich-text-block-2 {
  font-size: 16px;
}

.list-item, .list-item-2, .list-item-3 {
  margin-bottom: 10px;
}

.list-item-4 {
  margin-bottom: 10px;
  list-style-type: disc;
}

.grid-9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.grid-9.grid8 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-9.sevtiongrid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-9.sevtiongrid-5.class {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-251 {
  border: 1px solid var(--1);
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 20px #0e26ff57;
}

.div-block-251.hideblk {
  display: none;
}

.text-block-372 {
  color: var(--text-main);
  text-align: center;
  padding: 0;
  font-family: Fira Code, sans-serif;
  font-size: 16px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-252 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-253 {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.image-273 {
  width: 128px;
  position: absolute;
  inset: 0% auto auto 2%;
}

.image-274 {
  filter: blur(2px);
  width: 102px;
  position: absolute;
  inset: 14% 7% auto auto;
}

.link-block-109 {
  position: absolute;
  inset: 0%;
}

.list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11 {
  margin-bottom: 10px;
}

.link-block-110, .link-block-111, .link-block-112, .link-block-113, .link-block-114 {
  position: absolute;
  inset: 0%;
}

.div-block-254 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1000px;
  display: flex;
}

.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;
}

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

.div-block-256 {
  text-align: center;
  width: 100%;
}

.div-block-257 {
  height: 60px;
}

.select-field {
  color: var(--text-field);
  -webkit-text-stroke-color: var(--text-main);
  background-color: #ffffff1a;
  border-radius: 99px;
  margin-bottom: 20px;
  padding-right: 10px;
}

.select-field.anotherclass {
  background-color: var(--text-main);
  color: var(--border-color);
  border-radius: 8px;
}

.text-block-381 {
  color: var(--3);
  font-family: Fira Code, sans-serif;
  font-weight: 600;
}

.success-message-13 {
  background-color: var(--text-main);
  border-radius: 14px;
}

.section {
  height: 40px;
}

.div-block-258 {
  z-index: 111;
  border: 1px solid var(--border-color);
  opacity: .5;
  -webkit-backdrop-filter: blur(999px);
  backdrop-filter: blur(999px);
  background-color: #afb3ca1f;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 40px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block-382 {
  color: var(--text-main);
  letter-spacing: 2px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Tektur, sans-serif;
}

.lottie-animation-6 {
  width: 32px;
}

.code-embed {
  font-family: Fira Code, sans-serif;
}

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

.text-block-383 {
  color: var(--white);
  font-family: Fira Code, sans-serif;
}

.dropdown-list-6 {
  font-family: PT Sans, sans-serif;
}

.dropdown-list-6.w--open {
  background-color: #221f20;
  border-radius: 12px;
  padding: 10px;
  font-family: Fira Code, sans-serif;
  text-decoration: none;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.link:active, .link:lang(uk) {
  color: var(--1);
}

.link.w--current {
  color: var(--text-main);
}

.link.w--current:lang(uk) {
  color: var(--1);
}

.icon-2 {
  color: #fff;
}

.locale {
  color: var(--white);
  margin-top: 5px;
}

.dropdown-toggle-5 {
  color: var(--white);
  display: none;
}

.dropdown-toggle-5:lang(uk) {
  color: var(--3);
}

.text-block-384 {
  color: #cad1e9;
  font-family: Fira Code, sans-serif;
}

.dropdown-list-7 {
  padding: 10px;
}

.dropdown-list-7:lang(uk) {
  color: var(--3);
}

.dropdown-list-7.w--open {
  border: 1px solid var(--border-color);
  background-color: #211f20;
  border-radius: 4px;
}

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

.link-2.w--current {
  color: var(--white);
}

.link-2.w--current:lang(uk) {
  color: var(--3);
}

.locale-2 {
  color: var(--white);
  margin-top: 5px;
}

.locales-empty, .icon-3 {
  color: var(--white);
}

.list-2 {
  color: #fff;
  letter-spacing: 2px;
  padding-left: 20px;
  font-family: Tektur, sans-serif;
  font-weight: 600;
}

.rich-text-block-3 {
  font-family: Tektur, sans-serif;
}

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 19px;
}

@media screen and (max-width: 991px) {
  .div-block {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image {
    width: 149px;
  }

  .button {
    order: 2;
  }

  .div-block-2 {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-3 {
    margin-right: 20px;
  }

  .text-block {
    font-size: 42px;
    line-height: 52px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .image-2 {
    top: 25px;
    left: -6px;
  }

  .div-block-8 {
    display: block;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 0;
    display: flex;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 20px;
    display: none;
  }

  .text-block-2 {
    width: auto;
    font-size: 42px;
  }

  .div-block-12 {
    width: 509px;
  }

  .image-9 {
    z-index: -1;
  }

  .image-10 {
    z-index: -1;
    inset: auto 0% 0% auto;
  }

  .div-block-13, .div-block-14 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-15 {
    width: 60%;
  }

  .div-block-16 {
    margin-left: 99px;
  }

  .paragraph-2-copy {
    text-align: left;
    width: 400px;
  }

  .image-14 {
    width: 71px;
    inset: 0% auto auto 0%;
  }

  .image-15 {
    bottom: -13px;
    right: 135px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-21 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-23 {
    width: 450px;
  }

  .div-block-30 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-21 {
    bottom: 301px;
  }

  .image-23 {
    left: 476px;
  }

  .div-block-33 {
    display: none;
  }

  .div-block-34 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-25 {
    top: -756px;
    left: -18px;
  }

  .image-26 {
    left: 622px;
  }

  .div-block-36 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-37 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .div-block-38 {
    width: auto;
    margin-top: 20px;
  }

  .div-block-39 {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .image-29 {
    top: 178px;
    right: 42px;
  }

  .div-block-42 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-4 {
    grid-template-columns: 1fr .5fr 1fr 1fr 1fr;
  }

  .brand {
    order: 1;
  }

  .menu-button {
    order: 3;
  }

  .image-32 {
    align-self: flex-start;
    width: 443px;
  }

  .image-33 {
    bottom: -22px;
    left: -12px;
  }

  .lottie-animation-2 {
    margin-left: 0;
  }

  .div-block-54 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-66 {
    margin-right: 20px;
    padding: 20px;
  }

  .div-block-67 {
    margin-top: 20px;
  }

  .div-block-68 {
    padding: 20px;
  }

  .div-block-69 {
    margin-right: 20px;
    padding: 20px;
  }

  .div-block-70 {
    padding: 20px;
  }

  .div-block-66-copy-copy {
    margin-right: 20px;
  }

  .div-block-71 {
    padding: 20px;
  }

  .paragraph-4 {
    line-height: 16px;
  }

  .paragraph-4-copy {
    width: auto;
  }

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

  .div-block-74-copy {
    width: 150px;
    height: 150px;
    bottom: -65px;
    right: 88px;
  }

  .div-block-76 {
    flex-flow: column;
  }

  .div-block-77 {
    flex: 0 auto;
    width: 50%;
    height: auto;
    display: none;
  }

  .div-block-78 {
    width: auto;
  }

  .text-block-85 {
    line-height: 30px;
  }

  .text-block-85.class-12 {
    word-break: break-all;
    overflow-wrap: break-word;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .bold-text-25 {
    line-height: 30px;
  }

  .div-block-201 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-202 {
    flex-flow: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-7 {
    margin-top: 10px;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-231 {
    max-width: none;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .f-feature-card-divider {
    width: 60%;
    height: 1px;
    margin: 32px 0;
  }

  .f-paragraph-small {
    width: 350px;
  }

  .f-feature-card-row {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-243 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-244, .div-block-245, .div-block-246, .div-block-247 {
    width: auto;
  }

  .f-paragraph-large-2 {
    width: 506px;
  }

  .f-cta-grid-b {
    grid-template-columns: 1fr;
  }

  .div-block-249 {
    width: auto;
  }

  .grid-9, .grid-9.sevtiongrid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-259 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
  }

  .div-block-3 {
    order: 1;
    width: auto;
    margin-right: 0;
  }

  .div-block-4 {
    flex-direction: column;
    order: -1;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .image-4 {
    width: 383px;
  }

  .div-block-13, .div-block-14 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-17 {
    overflow: hidden;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .text-block-4 {
    width: 300px;
  }

  .text-block-5 {
    margin-bottom: 0;
  }

  .div-block-19 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-2-cofpy {
    font-size: 46px;
  }

  .paragraphfd-copy {
    width: auto;
  }

  .div-block-21, .div-block-30 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-31 {
    overflow: hidden;
  }

  .div-block-34 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-37 {
    margin-bottom: 40px;
  }

  .div-block-39 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-32 {
    align-self: center;
  }

  .div-block-52 {
    margin-bottom: 10px;
  }

  .div-block-53 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-349 {
    width: auto;
  }

  .div-block-65 {
    flex-flow: column;
  }

  .div-block-66 {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-67 {
    flex-flow: column;
  }

  .div-block-68 {
    width: auto;
    height: auto;
  }

  .div-block-69 {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-70 {
    width: auto;
    margin-bottom: 20px;
  }

  .div-block-66-copy-copy {
    flex-flow: column;
    width: auto;
    height: auto;
    margin-right: 0;
  }

  .div-block-71 {
    width: auto;
    height: auto;
  }

  .text-block-350 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-85 {
    margin-right: 40px;
    font-size: 22px;
    line-height: 22px;
  }

  .text-block-85.class-12 {
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    width: auto;
  }

  .bold-text-25 {
    line-height: 26px;
  }

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-209 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-211 {
    width: 532px;
  }

  .div-block-212 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-214 {
    width: auto;
  }

  .image-250 {
    right: -164px;
  }

  .image-251 {
    inset: auto 0% -200px auto;
  }

  .image-252 {
    top: -44px;
    right: 2px;
  }

  .image-253 {
    top: 70px;
    right: -59px;
  }

  .div-block-222 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-349-copy {
    width: auto;
    margin-bottom: 20px;
  }

  .div-block-230 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-231 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-feature-grid {
    grid-template-columns: 1fr;
  }

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

  .h1-heading {
    font-size: 54px;
    line-height: 62px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-9.sevtiongrid-5 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 10px;
    padding-right: 5px;
  }

  .image {
    width: 84px;
    height: 19px;
    display: none;
  }

  .button {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-2 {
    margin-top: 60px;
    padding-top: 40px;
  }

  .div-block-3 {
    margin-top: 20px;
  }

  .div-block-4 {
    margin-bottom: 20px;
  }

  .text-block {
    font-size: 36px;
    line-height: 42px;
  }

  .paragraph {
    width: 280px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-5 {
    margin-top: 20px;
  }

  .button-2 {
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 12px;
  }

  .button-3.gradient-border {
    padding: 12px;
  }

  .image-2 {
    width: auto;
    left: 0;
  }

  .image-3 {
    width: 58px;
    bottom: 30px;
    right: 14px;
  }

  .image-4 {
    width: 283px;
  }

  .image-5 {
    width: 62px;
    right: -20px;
  }

  .image-6 {
    display: none;
    left: 84px;
  }

  .image-7 {
    width: 30px;
    top: 30px;
    right: 263px;
  }

  .image-8 {
    left: 14px;
  }

  .div-block-7 {
    padding-bottom: 40px;
  }

  .text-block-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-12 {
    width: auto;
  }

  .image-9 {
    width: 129px;
  }

  .image-10 {
    width: 56px;
  }

  .image-11 {
    width: 41px;
  }

  .div-block-13 {
    flex-flow: column;
    padding-top: 0;
  }

  .div-block-14 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15 {
    order: 1;
    width: auto;
  }

  .div-block-16 {
    flex-direction: column;
    order: -1;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .paragraph-2-copy {
    text-align: left;
    width: auto;
    line-height: 18px;
  }

  .paragraph-2-copy.centtext {
    text-align: center;
    margin-right: 0;
  }

  .image-12 {
    width: 100%;
  }

  .image-13 {
    inset: 0% 0% auto auto;
  }

  .image-14 {
    width: 76px;
    top: -20px;
    left: 0;
  }

  .image-15 {
    width: 44px;
    bottom: -16px;
  }

  .div-block-17 {
    margin-top: 100px;
    overflow: hidden;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-4 {
    width: 320px;
    line-height: 18px;
  }

  .text-block-5 {
    margin-bottom: 0;
  }

  .div-block-19 {
    flex-flow: column;
  }

  .text-block-2-cofpy {
    font-size: 42px;
    line-height: 48px;
  }

  .paragraphfd-copy {
    width: 320px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-22 {
    max-width: none;
  }

  .div-block-23 {
    width: auto;
  }

  .div-block-23:hover {
    transform: scale(1);
  }

  .text-block-7, .text-block-7.divpad10 {
    font-size: 14px;
  }

  .button-5 {
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 18px;
  }

  .image-21 {
    width: 52px;
    inset: 179px -10px 0% auto;
  }

  .image-22 {
    top: 384px;
  }

  .image-25 {
    width: 133px;
    top: -149px;
  }

  .div-block-36 {
    max-width: none;
  }

  .div-block-40 {
    height: auto;
    padding: 20px;
  }

  .form-block, .text-block-11 {
    width: auto;
  }

  .image-29 {
    width: 42px;
    inset: auto auto 95px 0%;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .text-block-13 {
    text-align: center;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    padding-left: 10px;
  }

  .menu-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
    width: 68px;
    height: 62px;
    font-size: 18px;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: #0c0c0c33;
    width: 90%;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
  }

  .image-33 {
    display: none;
    bottom: -18px;
    left: -7px;
  }

  .text-block-346 {
    line-height: 12px;
  }

  .text-field-62 {
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px;
  }

  .checkbox-field-4 {
    margin-top: 20px;
    padding-left: 20px;
  }

  .text-field-63 {
    height: 40px;
    font-size: 16px;
  }

  .link-block-99 {
    font-size: 10px;
  }

  .image-245 {
    width: 32px;
    max-width: 50%;
  }

  .text-field-38 {
    height: 40px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .form-consultation-2 {
    border-color: var(--border-color);
    flex-flow: column;
    width: 90%;
    max-width: none;
    margin-top: 40px;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .text-block-347 {
    text-align: center;
    align-self: center;
    width: 205px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .field-label-44 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .form-consult {
    display: none;
  }

  .submit-button-15 {
    margin-top: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .checkbox-label-4 {
    margin-bottom: 0;
    margin-left: -3px;
    font-size: 10px;
    line-height: 12px;
  }

  .field-label-43 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .form-block-22 {
    width: auto;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-50 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
  }

  .paragraph-3 {
    text-align: center;
    align-self: center;
    width: 168px;
    margin-bottom: 10px;
  }

  .image-246 {
    align-self: center;
    height: 50px;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }

  .checkbox {
    margin-right: 10px;
  }

  .div-block-51 {
    overflow: visible;
  }

  .lottie-animation-2 {
    width: auto;
  }

  .div-block-53 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .text-block-348 {
    text-align: center;
    font-size: 54px;
    line-height: 58px;
  }

  .text-block-349 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-348-copy {
    align-self: center;
    font-size: 54px;
    line-height: 58px;
  }

  .div-block-54 {
    max-width: none;
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-66 {
    width: auto;
    height: 267px;
  }

  .div-block-72 {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .paragraph-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-351 {
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-74 {
    width: 116px;
    height: 124px;
    inset: auto 0% -29px auto;
  }

  .div-block-74-copy {
    bottom: -76px;
    right: 21px;
  }

  .div-block-76 {
    margin-top: 40px;
  }

  .text-block-85 {
    text-align: left;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-85.class-12 {
    font-size: 22px;
    line-height: 24px;
  }

  .arrow {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  ._1-question {
    padding-left: 15px;
  }

  .dropdown-toggle-4.dropdonw-format {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .paragraph-9 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .paragraph-9.class-98 {
    width: auto;
    line-height: 20px;
  }

  .div-block-199 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-91 {
    width: 79%;
  }

  ._1-answer {
    width: 95%;
    margin-top: 10px;
    padding-top: 0;
  }

  .bold-text-25 {
    padding-right: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-202 {
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    align-self: flex-start;
  }

  .div-block-209 {
    max-width: none;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 60px;
  }

  .div-block-210 {
    padding: 5px;
  }

  .text-block-352 {
    font-size: 10px;
  }

  .div-block-211 {
    width: auto;
  }

  .div-block-211-copy, .div-block-212-copy, .div-block-213-copy {
    padding: 5px;
  }

  .div-block-214-copy-copy {
    margin-right: 10px;
    padding: 5px;
    font-size: 8px;
  }

  .div-block-215-copy-copy, .div-block-216-copy-copy, .div-block-217-copy-copy, .div-block-218-copy-copy, .div-block-218copy-copy {
    padding: 5px;
  }

  .div-block-212 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-213 {
    padding: 20px;
  }

  .text-block-353 {
    font-size: 24px;
  }

  .text-block-353.calsss {
    width: auto;
    font-size: 24px;
  }

  .div-block-214 {
    width: auto;
  }

  .image-250 {
    inset: auto -134px -176px auto;
  }

  .image-251 {
    z-index: 0;
    order: 1;
    display: none;
  }

  .image-252 {
    inset: 0% -56px auto auto;
  }

  .image-253 {
    top: 71px;
  }

  .line-text-div {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .div-block-219 {
    margin-bottom: 10px;
  }

  .div-block-222 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .text-block-349-copy {
    word-break: break-all;
    overflow-wrap: anywhere;
    width: 330px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-358 {
    font-size: 36px;
    line-height: 36px;
  }

  .grid-8 {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .div-block-230 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-362 {
    font-size: 16px;
  }

  .text-block-363 {
    font-size: 14px;
    line-height: 16px;
  }

  .link-block-103 {
    font-size: 16px;
  }

  .div-block-231 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .q-a-div-long {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-232 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-content {
    padding: 10px;
  }

  .text-block-358-copy {
    max-width: none;
    margin-top: 120px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 36px;
    line-height: 42px;
  }

  .text-block-349-centre {
    width: auto;
  }

  .div-block-233 {
    margin-bottom: 40px;
  }

  .div-block-235 {
    height: auto;
  }

  .div-block-236, .div-block-222-copy {
    margin-left: 16px;
    margin-right: 16px;
  }

  .text-block-another-casses {
    margin-bottom: 30px;
  }

  .div-block-240 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-264 {
    width: 35px;
    height: 35px;
    display: block;
  }

  .icon {
    color: var(--text-main);
    font-size: 32px;
  }

  .tabs-menu {
    display: flex;
  }

  .text-block-368, .text-block-369 {
    font-size: 14px;
  }

  .image-265 {
    display: none;
    position: absolute;
    inset: 18px 0% 0% 22px;
  }

  .div-block-241 {
    border-bottom: 1px solid #afb3ca33;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .image-266 {
    width: 186px;
    margin-top: 5px;
  }

  .h1-heading {
    letter-spacing: 1px;
    font-size: 38px;
    line-height: 42px;
  }

  .f-container-regular {
    max-width: none;
  }

  .f-paragraph-small {
    width: auto;
  }

  .f-section-large {
    padding-left: 0%;
    padding-right: 0%;
  }

  .f-cta-form-wrapper {
    flex-direction: column;
  }

  .f-h3-heading-2 {
    word-break: normal;
    overflow-wrap: normal;
    font-size: 32px;
  }

  .f-form-button {
    width: 100%;
  }

  .f-section-regular {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .f-cta-image-wrapper {
    display: none;
  }

  .f-cta-form-block {
    width: 100%;
  }

  .f-paragraph-large-2 {
    width: auto;
  }

  .f-cta-grid-b {
    max-width: none;
  }

  .list {
    width: 100%;
  }

  .rich-text-block-2 {
    overflow-wrap: normal;
    width: 100%;
  }

  .list-item {
    width: auto;
  }

  .div-block-250 {
    width: auto;
    max-width: 100%;
  }

  .grid-9, .grid-9.sevtiongrid-5 {
    grid-template-columns: 1fr;
  }

  .bold-text-29 {
    font-size: 24px;
  }

  .text-block-373, .text-block-374, .text-block-375, .text-block-376, .text-block-377, .text-block-378, .text-block-379, .text-block-380 {
    text-align: center;
  }

  .div-block-258 {
    flex-flow: row;
  }

  .text-block-382 {
    text-align: center;
  }

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

#w-node-_189f615e-2033-4626-7319-d74fe789142a-e7891427 {
  order: 1;
  place-self: stretch stretch;
}

#w-node-_189f615e-2033-4626-7319-d74fe789142c-e7891427 {
  order: 2;
}

#w-node-_189f615e-2033-4626-7319-d74fe789142d-e7891427 {
  order: 3;
}

#w-node-_189f615e-2033-4626-7319-d74fe7891439-e7891427 {
  order: 4;
}

#w-node-_189f615e-2033-4626-7319-d74fe7891445-e7891427 {
  order: 5;
}

#w-node-_2c364639-259b-dc00-4c44-d7676e65d133-242ea81f, #w-node-_2c364639-259b-dc00-4c44-d7676e65d133-242ea823, #w-node-_2c364639-259b-dc00-4c44-d7676e65d133-242ea824, #w-node-_2c364639-259b-dc00-4c44-d7676e65d133-242ea825, #w-node-_2c364639-259b-dc00-4c44-d7676e65d133-242ea826, #w-node-_2c364639-259b-dc00-4c44-d7676e65d133-242ea827 {
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_25dacf19-6e57-dd32-753c-8e96ab5fec9f-242ea81f, #w-node-_7d597b8e-98b8-70fe-e212-e708bfbc24f1-242ea81f, #w-node-_25dacf19-6e57-dd32-753c-8e96ab5fec9f-242ea823, #w-node-_7d597b8e-98b8-70fe-e212-e708bfbc24f1-242ea823, #w-node-_25dacf19-6e57-dd32-753c-8e96ab5fec9f-242ea824, #w-node-_7d597b8e-98b8-70fe-e212-e708bfbc24f1-242ea824, #w-node-_165cd5c2-301a-9b4e-85ff-0c049004924f-242ea824, #w-node-_25dacf19-6e57-dd32-753c-8e96ab5fec9f-242ea825, #w-node-_7d597b8e-98b8-70fe-e212-e708bfbc24f1-242ea825, #w-node-_165cd5c2-301a-9b4e-85ff-0c049004924f-242ea825, #w-node-fd65f860-59b8-35c0-4f50-90b5044975a5-242ea825, #w-node-cf17b4b9-2592-d20a-03a1-6504335030b7-242ea825, #w-node-_25dacf19-6e57-dd32-753c-8e96ab5fec9f-242ea826, #w-node-_7d597b8e-98b8-70fe-e212-e708bfbc24f1-242ea826, #w-node-_165cd5c2-301a-9b4e-85ff-0c049004924f-242ea826, #w-node-fd65f860-59b8-35c0-4f50-90b5044975a5-242ea826, #w-node-cf17b4b9-2592-d20a-03a1-6504335030b7-242ea826, #w-node-_25dacf19-6e57-dd32-753c-8e96ab5fec9f-242ea827, #w-node-_7d597b8e-98b8-70fe-e212-e708bfbc24f1-242ea827, #w-node-_165cd5c2-301a-9b4e-85ff-0c049004924f-242ea827 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


