:root {
  --white: white;
  --black: black;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.dropdown-card-title {
  color: #3d3d3d;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-card-title.not-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.flowbase-logo-2 {
  width: 200px;
}

.div-block-464 {
  width: 1px;
  height: 50px;
  background-color: #beb8b8;
  margin-left: 10px;
}

.menu-2 {
  height: 65px;
  float: none;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.dropdown-9 {
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  position: static;
}

.uui-navbar02_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.dropdown-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 70% 25%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dropdown-list-12 {
  min-width: 100%;
}

.dropdown-list-12.w--open {
  max-width: none;
  min-width: auto;
  background-color: #fff;
  border-top: 1px #b9b9b9;
  padding-top: 0;
  position: fixed;
  top: 15%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: -3px -12px 9px -15px rgba(0, 0, 0, .33);
}

.uui-navbar07_dropdown-list-2 {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-navbar07_dropdown-list-2.w--open {
  width: 20rem;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: .75rem;
  padding: .75rem;
  right: 0%;
}

.uui-navbar02_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.brand-2 {
  flex: none;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.menu-right-2 {
  display: flex;
}

.divider {
  width: 1px;
  height: 22px;
  background-color: #e0e6e8;
}

.navigation-wrap.new {
  z-index: 1000;
  height: 70px;
  background-color: #fff;
  border-bottom: 1px solid rgba(46, 46, 46, .28);
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  padding-top: 10px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.uui-navbar07_icon-wrapper {
  color: #7f56d9;
  flex: none;
}

.uui-dropdown-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.navigation-2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(68, 85, 103, .11);
  flex-direction: column;
  align-items: center;
  padding: 0 0%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-container-mob {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-left {
  display: flex;
}

.uui-navbar07_dropdown-toggle {
  color: #000;
  background-image: linear-gradient(120deg, #fded39 23%, #dfc503);
  border: 1px #000;
  border-radius: 8px;
  align-items: center;
  margin-left: 10px;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: #000;
  background-image: linear-gradient(120deg, #cab303, #e4ca03 80%);
}

.dropdown-card-content {
  align-items: center;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.dropdown-column-title {
  color: #151b26;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #acb5b8;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}

.image-104 {
  width: 20px;
  height: 20px;
}

.dropdown-toggle-13 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(98deg, #dfc500, #fcef00 63%);
  border-radius: 7px;
  padding: 8px 30px 8px 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle-13:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(98deg, #ece000, #eeca00);
}

.dropdown-toggle-13:focus {
  background-image: linear-gradient(98deg, #dfc500, #fcef00 61%);
}

.dropdown-toggle-13:focus-visible {
  background-image: linear-gradient(98deg, #dfc500, #fcef00 65%);
}

.dropdown-toggle-13[data-wf-focus-visible] {
  background-image: linear-gradient(98deg, #dfc500, #fcef00 65%);
}

.dropdown-toggle-13.w--open {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(124deg, #dbc204 25%, #f0dc00);
  border-radius: 11px;
}

.dropdown-footer {
  height: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-navbar07_dropdown-link-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: .5rem .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link-2:hover {
  background-color: #f9fafb;
}

.div-block-310-copy {
  width: auto;
  max-height: 420px;
  max-width: 100%;
  min-height: auto;
  min-width: 100%;
  background-color: rgba(107, 107, 107, 0);
  flex-flow: column wrap;
  flex: 0 auto;
  align-content: stretch;
  align-items: stretch;
  margin-left: 10px;
  padding: 0 10px 10px 0;
  display: flex;
}

.tabs {
  z-index: 1;
  width: auto;
  display: flex;
}

.container-15 {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
}

.footer-divider {
  margin-left: 10px;
  margin-right: 10px;
}

.image-icon {
  width: 15px;
  height: 15px;
}

.image-154 {
  width: 25px;
}

.tabs-menu {
  width: 25%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  display: flex;
}

.dropdown-footer-wrapper {
  background-color: #fbfdfe;
  border-top: 1px solid #e0e6e8;
  margin-top: 0;
  position: relative;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.tabs-content {
  width: 85%;
}

.uui-navbar02_dropdown-link-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-right: 10px;
  padding: .5rem .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar02_dropdown-link-2:hover {
  background-color: #f6faff;
}

.navbar-wrapper-2 {
  width: 100%;
  justify-content: center;
  display: flex;
}

.drop-arrow-plain {
  margin-right: 10px;
  font-size: 14px;
}

.navigation-mob-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.uui-navbar02_item-heading-2 {
  color: #101828;
  margin-bottom: .25rem;
  font-size: .8rem;
  font-weight: 500;
}

.container-12 {
  width: 95%;
  max-width: 100%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0;
}

.tab-link-tab-1 {
  color: #393737;
  background-color: #fff;
  padding: 10px 13px;
  display: flex;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: rgba(250, 248, 248, .69);
  border-radius: 0;
  padding: 10px 13px;
}

.div-block-310 {
  width: auto;
  max-width: 300px;
  min-height: 400px;
  min-width: 300px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 0 auto;
  margin-left: 10px;
  padding: 10px;
  display: block;
}

.dropdown-link-mobile {
  width: 100%;
  color: #283338;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.dropdown-card {
  margin-bottom: 36px;
  text-decoration: none;
  display: block;
  position: relative;
}

.dropdown-card.has-icon {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.dropdown-card.has-icon:hover {
  color: #b50d0d;
}

.dropdown-footer-link {
  color: #000;
  background-color: #def2ff;
  border: 1px #000;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: color .2s;
}

.dropdown-footer-link:hover {
  color: #0e0e0e;
  background-color: #d2ffd8;
  border-width: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.text-block-61 {
  color: #242e33;
  font-size: 14px;
  text-decoration: none;
}

.icon-square {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, .09);
}

.uui-navbar02_icon-wrapper {
  color: #7f56d9;
  flex: none;
}

.dropdown-column.first {
  width: 70%;
  height: auto;
}

.dropdown-toggle-12 {
  height: 100%;
  color: #646f79;
  align-items: center;
  padding: 6px 13px 0;
  font-size: 15px;
  transition: color .2s cubic-bezier(.4, 0, .2, .01);
  display: flex;
}

.dropdown-toggle-12:hover {
  color: #796eff;
}

.dropdown-toggle-12.w--open {
  color: #796eff;
  box-shadow: inset 0 -3px #796eff;
}

.dropdown-toggle-12.type-2 {
  color: #475467;
  border-bottom: 1px #a8a8a8;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.dropdown-toggle-12.type-2:hover {
  color: #085cdb;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: #1dd1e6;
}

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

.uui-navbar07_item-heading-2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
}

.nav-content-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.dropdown-list-full-wrapper {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
}

.top-nav {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle, #000, #313236);
  padding: 0 0%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wbs-alert-bar-3-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  display: flex;
  position: relative;
}

.wbs-alert-bar-3-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.wbs-alert-bar-3-close-link {
  flex: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 15px;
}

.wbs-alert-bar-3-close-icon {
  height: 18px;
}

.wbs-button-small-primary-2 {
  color: #000;
  letter-spacing: 2px;
  background-color: #fff;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.wbs-button-small-primary-2:hover {
  color: #08b54f;
  background-color: #cef0dc;
}

.ths11-hero-block {
  height: 35vh;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.ths11-wrapper {
  z-index: 8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ths11-hero-slider-arrow {
  display: none;
}

.ths11-heading-h1 {
  width: 100%;
  max-width: 1100px;
  color: #ecc900;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rebeqa, sans-serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 127px;
}

.ths11-overlay {
  z-index: 7;
  mix-blend-mode: multiply;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ths11-hero-blocks-wrapper {
  width: 28.5vw;
}

.ths11-hero-slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}

.ths11-hero-slider.ths11-rotated {
  border-style: solid none none solid;
  border-top-width: 1px;
  border-top-color: #f1f1f1;
  border-left-width: 1px;
  border-left-color: #f1f1f1;
  transform: rotate(180deg);
}

.ths11-hero-slider.ths11-rotated.ths11-width-50 {
  width: 50%;
}

.ths11-hero-slider-wrapper {
  height: 65vh;
}

.ths11-hero-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ths11-hero-slide-image.ths11-rotated {
  transform: rotate(180deg);
}

.ths11-hero-slider-nav {
  display: none;
}

.ths11-hero-section {
  max-height: 90vh;
  min-height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths11-hero-blocks-wrapper-2 {
  width: 36vw;
}

.ths11-hero-paragraph {
  width: 100%;
  max-width: 768px;
  color: #f1f1f1;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 35px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.pilot-img-div {
  width: 100%;
  height: 100%;
  background-image: url('../images/Untitled-design-60.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 19px;
}

.div-block-592 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-590 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-18 {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-591 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-subtitle-flex {
  grid-column-gap: 20px;
  align-items: center;
}

.section-64 {
  background-color: rgba(241, 241, 241, .99);
  padding-top: 60px;
  padding-bottom: 40px;
}

.heading-121 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.card-cell {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  padding: 26px;
  font-family: Plus Jakarta Sans, sans-serif;
}

.paragraph-large {
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.hero-feature-cell {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  align-items: center;
  padding: 20px 40px;
}

.heading-120 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-subtitle {
  color: #5f6773;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
}

.heading-119 {
  margin-top: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 29px;
  font-weight: 400;
}

.crypto-table_head {
  text-align: left;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  font-size: .75rem;
  font-weight: 400;
}

.crypto-table_head.is-name {
  width: 19rem;
}

.crypto-table_head.is-position {
  width: 4rem;
}

.crypto-table_cell_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 2rem;
  display: flex;
}

.crypto-table_text-large {
  font-size: 1.1rem;
  line-height: 29px;
}

.crypto-table_header {
  background-color: #363636;
}

.text-block-98 {
  font-weight: 500;
}

.crypto-table_cell {
  padding: 2rem 1rem 2rem 2rem;
  font-size: 13px;
  font-weight: 500;
}

.crypto-table_cell.is-label {
  min-height: 7.5rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-62 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.crypto-table_head_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 1rem;
  display: flex;
}

.crypto-table_head_content.is-text-center {
  align-items: center;
}

.crypto-table_body {
  color: #fff;
  background-color: #111;
}

.crypto-table_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #222;
  grid-template-rows: auto;
  grid-template-columns: 4rem;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
}

.button-10 {
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(127deg, #f8e402 40%, #f1bd00 69%);
  border-radius: 5px;
  font-weight: 500;
}

.button-10:hover {
  background-image: linear-gradient(127deg, #f1bd00 31%, #f8e402 60%);
}

.crypto-table_component {
  width: 95%;
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 13px;
}

.image-main {
  border-radius: 20px;
  flex: 1;
  position: relative;
  box-shadow: 0 80px 60px rgba(0, 0, 0, .06), 0 40px 32px rgba(0, 0, 0, .05), 0 10px 16px rgba(0, 0, 0, .07), 0 10px 8px rgba(0, 0, 0, .03), 0 2px 4px rgba(0, 0, 0, .02);
}

.bold-text {
  color: #d5ae00;
}

.div-block-593 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 40px;
  display: grid;
}

.heading-124 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.div-block-594 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
}

.container-19 {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.heading-125 {
  margin-top: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 31px;
}

.process_card {
  background-color: #202020;
  border: 1px solid #000;
  border-radius: 13px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 33rem;
}

.max-width-medium.align-center {
  max-width: 50rem;
}

.process_card-image {
  width: auto;
  height: 7.81rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.max-width-large-2 {
  width: 100%;
  max-width: 40rem;
}

.max-width-large-2.align-center {
  max-width: 50rem;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_process {
  background-color: #000;
}

.heading-126 {
  color: #fff;
  font-size: 27px;
  font-weight: 400;
}

.padding-section-large {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Plus Jakarta Sans, sans-serif;
}

.margin-bottom-3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-3.margin-custom1 {
  display: flex;
}

.text-size-small {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: .875rem;
}

.process_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.container-large-3 {
  width: 100%;
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium-3 {
  color: silver;
  font-size: 1rem;
}

.process_card-content {
  background-image: url('../images/noise_1noise.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 800px 800px;
  border: 2px solid #1d1d1d;
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.text-align-center {
  text-align: center;
  margin-bottom: 40px;
}

.uui-blogsection12_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.uui-blogsection12_mask {
  width: 33%;
  overflow: visible;
}

.uui-blogsection12_slide {
  margin-right: 10px;
  padding-left: 0;
  padding-right: .5rem;
}

.uui-button-9 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-9:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-9:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-button-9.is-button-medium {
  grid-column-gap: .5rem;
  background-color: rgba(32, 31, 32, 0);
  background-image: linear-gradient(122deg, #0a0a0a 44%, #ffb700);
  border-style: none;
  padding: .625rem 1.125rem;
  font-size: .9rem;
  font-weight: 400;
}

.uui-blogsection12_arrow {
  width: 3rem;
  height: 3rem;
  color: #667085;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.uui-blogsection12_arrow:hover {
  background-color: #f9fafb;
}

.uui-blogsection12_arrow.left {
  right: 4rem;
}

.uui-blogsection12_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 2rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.uui-padding-vertical-xhuge-16 {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.combine-heading-style-h5-black {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.course-details-data {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.uui-blogsection12_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.course-card {
  height: auto;
  min-height: auto;
  border-radius: 12px;
  display: block;
  position: static;
  overflow: hidden;
}

.vacation-card-info {
  min-height: 60px;
  grid-column-gap: 12px;
  grid-row-gap: 9px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
}

.training-course-half {
  width: 100%;
  max-height: 450px;
  min-height: 450px;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: #faf9f9;
  border: 1px rgba(192, 192, 211, .2);
  border-radius: 11px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 18px;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  box-shadow: 4px 7px 8px -1px #dbdbdb;
}

.training-course-half:hover {
  background-color: #fff;
  box-shadow: 0 9px 48px -6px rgba(53, 64, 117, .12);
}

.course-details {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(127, 86, 217, 0);
  background-image: linear-gradient(to right, #000 38%, #fff201);
  border: 1px rgba(192, 192, 211, .2);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.course-details:hover {
  color: #fff;
  background-color: #7f55d8;
  border-style: none;
  border-color: #081c3a;
}

.vacation-details {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border-top: 1px solid rgba(192, 192, 211, .2);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
}

.uui-page-padding-12 {
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Plus Jakarta Sans, sans-serif;
}

.f-h1-heading-4 {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
}

.uui-max-width-large-7 {
  width: 100%;
  max-width: 48rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vacation-price {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.uui-button-icon-5 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-87 {
  letter-spacing: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 11px;
}

.uui-section_blogsection12 {
  overflow: hidden;
}

.combine-text-size-regular-small {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}

.uui-container-large-10 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-padding-vertical-xhuge-24 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.wrapper-hori {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: grid;
}

.p-12 {
  font-size: 12px;
}

.p-12.grey-p {
  color: #9ba3ae;
  font-weight: 400;
}

.uui-page-padding-16 {
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Plus Jakarta Sans, sans-serif;
}

.heading-4 {
  color: #413f3f;
  margin-top: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.date {
  flex-direction: row;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.uui-blogsection12_heading-wrapper-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.week-p {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.uui-container-large-15 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.week-card {
  min-height: 110px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 20px;
  display: grid;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.uui-space-xsmall-9 {
  width: 100%;
  min-height: 1rem;
}

.uui-blogsection12_button-row-2 {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection12_button-row-2.hide-mobile-landscape {
  display: none;
}

.content-3 {
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: center;
  margin: 10px 0 20px;
  display: flex;
}

.week-circle {
  width: 60px;
  height: 60px;
  background-color: #fdf6f4;
  border: 3px solid #ffe30b;
  border-left-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px rgba(250, 136, 106, .4);
}

.small-heading-1 {
  color: #011657;
  margin-top: 0;
  margin-left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}

.uui-heading-medium-10 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.3;
}

.uui-blogsection12_heading {
  flex: 1;
}

.uui-text-size-large-11 {
  color: #475467;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-max-width-large-11 {
  width: 100%;
  max-width: 48rem;
  margin-bottom: 20px;
}

.uui-button-13 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-13:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-13:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-button-13.is-button-medium {
  grid-column-gap: .5rem;
  padding: .625rem 1.125rem;
  font-size: 1rem;
}

.uui-blogsection12_item {
  border-radius: 9px;
  padding: 12px;
  box-shadow: 6px 6px 12px -8px rgba(0, 0, 0, .2);
}

.uui-blogsection12_date-wrapper {
  align-items: flex-start;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.uui-blogsection12_title-link {
  color: #101828;
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blogsection12_author-heading {
  color: #000;
  letter-spacing: normal;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogsection12_author-text {
  display: block;
}

.uui-blogsection12_image {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-button-14 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-14:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-14:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-button-14.is-button-medium {
  grid-column-gap: .5rem;
  background-color: rgba(32, 31, 32, 0);
  background-image: linear-gradient(122deg, #0a0a0a 44%, #ffb700);
  border-style: none;
  padding: .625rem 1.125rem;
  font-size: .9rem;
  font-weight: 400;
}

.uui-blogsection12_author-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 10px;
  display: flex;
}

.uui-heading-xsmall-4 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}

.uui-blogsection12_author-image {
  width: 2rem;
  height: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  object-fit: cover;
  border-radius: 100%;
}

.uui-blogsection12_author-image-wrapper {
  margin-right: .75rem;
}

.uui-text-divider-3 {
  color: #475467;
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider-3.text-size-small {
  color: #475467;
  margin-top: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .875rem;
}

.text-block-88 {
  color: #000;
  font-family: Plus Jakarta Sans, sans-serif;
}

.f-h1-heading-5 {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
}

.uui-max-width-large-12 {
  width: 100%;
  max-width: 50rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blogsection12_icon {
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-blogsection12_category-link {
  color: #6941c6;
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blogsection12_category-link:hover {
  color: #53389e;
}

.uui-blogsection12_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-text-size-medium-10 {
  color: #000;
  letter-spacing: normal;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.6;
}

.uui-blogsection12_image-wrapper {
  width: 100%;
  height: auto;
  min-height: auto;
  margin-bottom: 10px;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.uui-text-size-small-3 {
  color: #000;
  letter-spacing: normal;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.heading-127 {
  color: #1d1e1f;
  margin-top: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.combine-clients1_details {
  grid-column-gap: .75rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: flex;
}

.combine-clients2_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px #d1c8c8;
  border-radius: 0;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  display: flex;
  box-shadow: 0 8px 8px -5px rgba(0, 0, 0, .2);
}

.combine-clients1_rate {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  border-radius: 1.25rem;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.combine-text-size-regular-11 {
  color: #5f6570;
  text-align: justify;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.8;
}

.div-block-9 {
  padding-top: 10px;
}

.combine-text-weight-semibold-2 {
  color: #1f2c3d;
  margin-bottom: .2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.combine-icon_small {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  display: flex;
}

.combine-icon_color3 {
  color: #f8b34b;
}

.uui-max-width-large-13 {
  width: 100%;
  max-width: 48rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-8 {
  width: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-text-size-regular-12 {
  color: #333;
  text-align: justify;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.8;
}

.cf-testimonial-logos {
  width: 100%;
  max-width: 80px;
}

.combine-clients1_details-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.combine-text-size-regular-13 {
  color: #5f6570;
  text-align: justify;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.8;
}

.combine-clients2_client {
  grid-column-gap: .75rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.combine-text-weight-semibold-3 {
  color: #1f2c3d;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
}

.uui-max-width-large-14 {
  width: 100%;
  max-width: 48rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-clients1_image-wrapper {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 4rem;
  overflow: hidden;
}

.combine-clients2_company {
  height: 2.25rem;
}

.combine-text-weight-semibold {
  color: #1f2c3d;
  text-align: center;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.5;
}

.div-block-466 {
  padding-top: 10px;
}

.combine-clients1_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uui-form_input-2 {
  height: auto;
  min-height: 2.5rem;
  color: #6b6d72;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input-2:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form_input-2::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input-2::placeholder {
  color: #667085;
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-3:hover {
  background-color: #e6be0d;
  border-style: none;
  border-color: #6941c6;
}

.uui-button-3:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.f-heading-detail-small-6 {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.form-field-2col-2-full {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-form-checkbox-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input-3 {
  height: auto;
  min-height: 2.75rem;
  color: #6b6d72;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input-3:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form_input-3::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input-3::placeholder {
  color: #667085;
}

.uui-form_input-3.text-area {
  height: auto;
  min-height: 8.2rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .9rem;
  overflow: auto;
}

.uui-form_input-3.select {
  min-height: 2.5rem;
  color: #909092;
  background-color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .9rem;
}

.uui-form-radio-label-2 {
  color: #344054;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.f-margin-bottom-75 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.uui-heading-xxsmall-5 {
  color: #101828;
  text-align: left;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-header09_form {
  max-width: 40rem;
  text-align: left;
  border: 1px solid #c9c9c9;
  border-radius: 14px;
  margin: 0 auto 0;
  padding: 20px;
}

.uui-icon-featured-outline-large-3 {
  width: 2rem;
  height: 2rem;
  color: #7f56d9;
  background-color: #ebfaff;
  border: .5rem solid #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-text-style-link-2 {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: #344054;
}

.uui-form-radio-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.uui-contact06_contact-list {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact06_map-wrapper {
  height: 200px;
  position: static;
}

.uui-section_contact06 {
  flex-wrap: wrap;
  display: block;
}

.uui-contact06_component {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 2rem;
  display: grid;
}

.uui-form-radio-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-radio-icon-2:hover {
  background-color: #f9f5ff;
  border-color: #7f56d9;
}

.uui-form-radio-icon-2.w--redirected-checked {
  background-color: #f9f5ff;
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 1px;
  border-color: #7f56d9;
}

.uui-form-radio-icon-2.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #7f56d9;
  margin-top: 0;
  box-shadow: 0 0 0 4px #f4ebff;
}

.uui-form-radio-icon-2.tick-icon.w--redirected-checked {
  background-color: #7f56d9;
  background-image: url('../images/check-tick.svg');
}

.uui-form-field-wrapper-2 {
  position: relative;
}

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

.uui-form-checkbox-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .375rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon-2:hover {
  background-color: #f9f5ff;
  border-color: #7f56d9;
}

.uui-form-checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #f9f5ff;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #7f56d9;
  border-radius: .25rem;
}

.uui-form-checkbox-icon-2.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #7f56d9;
  border-radius: .25rem;
  box-shadow: 0 0 0 4px #f4ebff;
}

.form-radio-2col-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.heading-108 {
  margin-top: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 38px;
}

.uui-contact06_map {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.f-margin-bottom-74 {
  margin-bottom: 20px;
}

.uui-text-style-link-02 {
  color: #0d44b4;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.form-field-2col-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-field-label-2 {
  color: #000;
  margin-bottom: .5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-padding-vertical-xhuge-21 {
  padding-top: 1rem;
  padding-bottom: 0;
}

.uui-page-padding-11 {
  padding: 20px 2rem;
}

.uui-form-checkbox-label-2 {
  color: #344054;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-footer01_social-icon-2 {
  width: 25px;
  height: 25px;
  color: #00a1c1;
  justify-content: center;
  align-items: center;
  margin-right: .75rem;
  display: flex;
}

.uui-footer01_social-icon-2.linkedin {
  color: #095bd6;
}

.uui-footer01_legal-link {
  color: #dededf;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer01_legal-link:hover {
  color: #475467;
}

.uui-footer01_bottom-wrapper {
  border-top: 1px solid #eaecf0;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-top: 2rem;
  display: flex;
}

.spark-section-8 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section-8.spark-primary-dark-background {
  color: #fff;
  background-color: #fafafa;
  border-radius: 16px;
  padding: 20px;
}

.spark-section-8.spark-primary-color-background {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(135deg, #4d4d4d 5%, #000 52%, #363636 94%);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 110px;
  padding: 40px 20px;
  display: flex;
}

.uui-footer01_left-wrapper {
  max-width: 32rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-97 {
  color: #757575;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 400;
}

.uui-padding-vertical-xlarge {
  padding-top: 1rem;
  padding-bottom: 0;
}

.uui-footer01_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.combine-contact4_feature-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.uui-logo_logotype {
  width: auto;
  height: 100%;
  flex: 0 auto;
}

.spark-button-4 {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-4:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-4.spark-dark-button {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #1e116e;
}

.spark-button-4.spark-dark-button:hover {
  opacity: .5;
}

.uui-logo_component {
  width: auto;
  height: 70px;
  flex-wrap: nowrap;
  display: flex;
}

.text-block-90 {
  color: #c5ced1;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.uui-footer06_link-list-heading {
  color: #e6e6e6;
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.uui-footer01_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  display: flex;
}

.logo-box {
  width: 50px;
  height: 30px;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-box.medium {
  width: 50px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

.uui-footer01_link-list-heading {
  color: #667085;
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  color: #f5faf8;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #ecfdf3;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.heading-110 {
  margin-top: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.payment-logo {
  height: 40px;
  object-fit: contain;
  flex: 0 auto;
}

.payment-logo.medium {
  height: 40px;
  padding-left: 0;
}

.payment-logo.visa-custom {
  height: 25px;
  padding-left: 0;
}

.uui-footer06_link-list-heading-2 {
  color: #acafb4;
  letter-spacing: normal;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-footer01_logo-link {
  margin-bottom: 0;
}

.uui-footer06_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.combine-icon_color1-2 {
  color: #6157f8;
}

.uui-footer01_component {
  background-color: #fdfdfd;
  background-image: linear-gradient(131deg, #313131, #000 34%, #535353 92%);
  padding-bottom: 40px;
}

.uui-footer01_social-link {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_social-link:hover {
  color: #475467;
}

.uui-page-padding-17 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-footer06_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.spark-hero-sub-paragraph-3 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-sub-paragraph-3.spark-secondary-font-color {
  color: #f0ecfd;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.spark-container-6 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-6.spark-primary-background {
  z-index: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(120deg, #000, #444);
  border-radius: 12px;
  padding: 20px;
}

.uui-footer01_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-medium-11 {
  color: #e0e4eb;
  letter-spacing: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-footer06_link {
  grid-column-gap: .5rem;
  color: #dadada;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .4rem;
  padding-bottom: .4rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer06_link:hover {
  color: #a5a6a8;
}

.combine-icon_color2-2 {
  color: #00a1c1;
}

.spark-flex-row-4 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spark-flex-row-4.spark-split-and-wrapped {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.spark-flex-row-4.spark-right {
  width: 80%;
  grid-column-gap: 16px;
  justify-content: flex-start;
  margin-top: 20px;
}

.uui-footer01_link {
  grid-column-gap: .5rem;
  color: #475467;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_link:hover {
  color: #344054;
}

.combine-text-size-regular-5 {
  color: #ebebeb;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.uui-footer01_top-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 60%;
  align-items: start;
  margin-bottom: 40px;
}

.combine-icon_medium-2 {
  width: 1.7rem;
  height: 1.7rem;
  color: #7f56d9;
}

.link-14 {
  color: #00b0f6;
  text-decoration: none;
}

.div-block-568 {
  width: auto;
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
}

.social-icon-big {
  width: 50px;
  height: 30px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-99 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.text-block-100, .text-block-101 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
}

.heading-2 {
  color: #fff;
  margin-top: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.f-h1-heading {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.link-label {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.home-review {
  width: auto;
  float: left;
  color: #fff;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 0;
  padding-top: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.f-heading-detail-small2 {
  color: #fdea14;
  letter-spacing: 0;
  text-transform: none;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.banner-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 28px;
  display: none;
}

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

.text-block {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 11px;
}

.f-breadcrumb-home-svg {
  width: 20px;
  height: 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-wrapper {
  color: #fff;
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.link-wrapper:hover {
  transform: translate(0, -2px);
}

.featuredshow-desc {
  width: 100%;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.banner-grid-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: block;
  position: relative;
}

.button-wrap {
  width: 80%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

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

.f-breadcrumb-seperator {
  width: 20px;
  height: 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-586 {
  width: auto;
  background-color: rgba(252, 252, 252, 0);
  border: 1px solid #cecece;
  border-radius: 6px;
  padding: 11px 11px 10px;
}

.link-icon {
  width: 34px;
  height: 34px;
  background-color: #e4cb10;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-118 {
  margin-left: 5px;
}

.home-banner-tab {
  float: left;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  background-color: #ffc800;
  border-radius: 4px;
  margin-top: 0;
  margin-left: 0;
  padding: 1px 6px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px;
  position: relative;
}

.week-circle-2 {
  width: 40px;
  height: 40px;
  background-color: #fdf6f4;
  border: 3px solid #fa886a;
  border-left-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px rgba(250, 136, 106, .4);
}

.para-2 {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.div-block-587 {
  width: 90%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.f-breadcrumb-link {
  color: #393b6a;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-breadcrumb-link:hover {
  color: #642eff;
}

.f-breadcrumb-link.w--current {
  color: #160042;
}

.f-breadcrumb-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-breadcrumb-home {
  color: #393b6a;
  transition: color .3s;
}

.f-breadcrumb-home:hover {
  color: #642eff;
}

.f-breadcrumb-home.w--current {
  color: #160042;
}

.f-heading-detail-small {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
}

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

.f-breadcrumb {
  margin-bottom: 20px;
}

.mb-0 {
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

.separator {
  width: 80px;
  height: 2px;
  background-color: #1968fc;
  margin-left: -35px;
}

.separator.blue {
  background-color: #1968fc;
  box-shadow: 0 2px #d1e1fe;
}

.separator.blue.mt-30 {
  margin-top: 30px;
  margin-left: 0;
}

.section-custom.highlights {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section-custom.highlights.pb-80 {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
}

.container-custom {
  width: 90%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
}

.grid-2x2-40x40 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon-feature {
  width: 30px;
  height: 30px;
}

.bold-large {
  letter-spacing: 0;
}

.div-bg-white {
  align-items: center;
  display: flex;
}

.title-container.mb-60 {
  max-width: 700px;
  margin-bottom: 40px;
}

.title-feature-element {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-feature-element.p-20 {
  padding: 10px 20px 10px 10px;
}

.basic-card {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(124, 140, 170, .2);
}

.heading-111 {
  margin-top: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 43px;
}

.div-square-blue {
  width: 120px;
  height: 120px;
  background-color: #1968fc;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-square-blue.small {
  width: auto;
  height: 60px;
  min-width: 50px;
  background-color: #fff;
  border-radius: 7px;
}

.combine-clients2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.brix---btn-slider-arrow-right---top-left {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 84px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---slide-item-mg {
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-577 {
  margin-top: 10px;
}

.combine-text-size-regular-8 {
  color: #5f6570;
  text-align: justify;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.8;
}

.f-section-large-3 {
  max-width: none;
  padding: 20px 1.3rem;
  font-family: Plus Jakarta Sans, sans-serif;
  position: relative;
  overflow: hidden;
}

.combine-padding-section-medium-2 {
  max-width: 1200px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

.heading-128 {
  color: #413f3f;
  text-align: left;
  margin-top: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.brix---slider-mask-width-490px {
  height: 100%;
  max-width: 300px;
  overflow: visible;
}

.card-top {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.line {
  width: 80%;
  height: 100%;
  background-color: #8dd067;
}

.line.orange {
  width: 50%;
  background-color: #3a3635;
}

.heading-3 {
  color: #1d1e1f;
  margin-top: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.image-157 {
  width: 280px;
  max-width: none;
}

.brix---hidden-desktop {
  display: none;
}

.card {
  width: auto;
  min-height: auto;
  color: #000;
  border-radius: 10px;
  flex-direction: column;
  padding: 3px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.combine-container-large-2 {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.card-wrap {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.liine-holder {
  width: 40px;
  height: 7px;
  background-color: #f1f3f4;
}

.brix---btn-slider-arrow-right---top-right {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.features_text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-heading-style-h6 {
  color: #1f2c3d;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
}

.brix---slider-wrapper {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
}

.div-block-595 {
  margin-top: 10px;
}

.combine-text-size-regular-14 {
  color: #5f6570;
  text-align: justify;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.8;
}

.heading-129 {
  color: #413f3f;
  text-align: left;
  margin-top: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-130 {
  color: #1d1e1f;
  margin-top: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.image-158 {
  width: 280px;
  max-width: none;
}

.bold-text-3 {
  font-weight: 600;
}

.pill {
  background-color: #f5f2d8;
  border-radius: 50px;
  margin-bottom: 5px;
  padding: 6px 20px 6px 7px;
  display: inline-block;
}

.div-block-463 {
  width: 20px;
  height: 20px;
  float: left;
  clear: none;
  background-color: #e9ce00;
  border-radius: 50px;
  padding: 0;
  display: block;
}

.combine-text-size-regular-15 {
  color: #5f6570;
  text-align: justify;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.8;
}

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

.heading-131 {
  color: #1d1e1f;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
}

.text-block-96 {
  float: left;
  padding-top: 2px;
  padding-left: 12px;
  font-size: 11px;
}

.job-item {
  max-width: none;
  min-width: auto;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  margin: 8px;
  padding: 25px;
  transition: all .1s ease-in-out;
  box-shadow: 10px 10px 11px -6px #bbb6b6;
}

.job-item:hover {
  box-shadow: 0 1px 28px rgba(147, 155, 180, .23);
}

.heading-116 {
  color: #142649;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.bold-text-4 {
  font-weight: 600;
}

.combine-text-size-regular-4 {
  color: #333;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.combine-icon_color2 {
  color: #00a1c1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  display: flex;
}

.form-field-2col-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pilot-training-heading-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 30px;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact6-1_form-wrapper-2 {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 0;
}

.combine-text-size-regular-2 {
  color: #2b2b2b;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.image-119 {
  width: 100%;
}

.contact6-1_form-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-contact4_feature {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 9px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
}

.ms-dropdown {
  z-index: 10;
  width: 50px;
  height: 30px;
  color: #252323;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  padding-left: 6px;
  padding-right: 0;
  font-size: 11px;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 12%;
  right: auto;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.flag {
  width: auto;
  height: 20px;
  margin-bottom: 10px;
  margin-right: 5px;
  position: absolute;
  top: 24%;
  bottom: 0%;
  left: 3%;
  right: auto;
}

.combine-text-size-regular-3 {
  color: #5f6570;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.pilot-training-courses-h2-heading {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.combine-feature7_content-sticky-3 {
  width: 100%;
  max-width: 400px;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}

.combine-feature7_content-sticky-3.contact6-1_form-wrapper {
  max-width: 400px;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  background-image: none;
  border-radius: 6px;
  align-items: flex-end;
  padding: 12px;
  position: static;
  top: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.combine-section_wrapper {
  background-color: rgba(242, 243, 247, 0);
  background-image: radial-gradient(circle, #fafdff, rgba(228, 235, 255, .57));
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Plus Jakarta Sans, sans-serif;
}

.success-text {
  font-weight: 600;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.combine-feature7_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.field-label-2 {
  color: #344054;
  margin-bottom: .5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.combine-container-large {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.title-container-white {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px 31px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.combine-padding-section-medium {
  padding-top: 0;
  padding-bottom: 20px;
}

.form-field-wrapper {
  position: relative;
}

.heading-132 {
  color: #1d1e1f;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
}

.form-input-2 {
  height: auto;
  min-height: 2.75rem;
  color: #646568;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .8rem .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .9rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.form-input-2:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.form-input-2::-ms-input-placeholder {
  color: #667085;
}

.form-input-2::placeholder {
  color: #667085;
}

.form-input-number {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .9rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.form-input-number:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.form-input-number::-ms-input-placeholder {
  color: #667085;
}

.form-input-number::placeholder {
  color: #667085;
}

.button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button-2:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.button-2.max-width-full {
  width: 100%;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1a68fc;
  background-image: linear-gradient(95deg, #f1d500, #ceb319);
  border-style: none;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
}

.kramate-medium-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
  color: #1a68fc;
  -webkit-text-stroke-color: #1a68fc;
  margin-right: 20px;
}

._4achievers-desc {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 24px;
  display: flex;
  box-shadow: 0 8px 20px -1px rgba(16, 24, 40, .1);
}

.combine-contact4_feature-3 {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 9px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
}

.combine-feature7_wrapper2 {
  max-width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-feature7_content-sticky {
  width: 400px;
  max-width: none;
  min-width: 400px;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 16%;
}

.div-block-596 {
  margin-top: 10px;
}

.combine-text-size-regular-16 {
  color: #5f6570;
  text-align: justify;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.8;
}

.heading-133 {
  color: #413f3f;
  text-align: left;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-134 {
  color: #1d1e1f;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
}

.image-159 {
  width: 280px;
  max-width: none;
}

.combine-container-large-3 {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.form-field-2col-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-text-size-regular-17 {
  color: #2b2b2b;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.image-160 {
  width: 100%;
}

.combine-contact4_feature-4 {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 9px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
}

.combine-text-size-regular-18 {
  color: #5f6570;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.list--1 {
  padding-left: 20px;
  font-size: 14px;
}

.combine-feature7_content-sticky-4 {
  width: 100%;
  max-width: 400px;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}

.combine-feature7_content-sticky-4.contact6-1_form-wrapper {
  max-width: 400px;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  background-image: none;
  border-radius: 6px;
  align-items: flex-end;
  padding: 12px;
  position: static;
  top: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.combine-padding-section-medium-3 {
  padding-top: 0;
  padding-bottom: 20px;
}

.heading-135 {
  color: #1d1e1f;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
}

._4achievers-para {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

._4achievers-para.paragraph {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-597 {
  margin-top: 10px;
}

.combine-text-size-regular-19 {
  color: #5f6570;
  text-align: justify;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.8;
}

.heading-136 {
  color: #413f3f;
  text-align: left;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-137 {
  color: #1d1e1f;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
}

.image-161 {
  width: 280px;
  max-width: none;
}

.combine-container-large-4 {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.combine-text-size-regular {
  color: #5f6570;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.heading-5 {
  color: #142649;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.text-block-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
}

.combine-feature7_item {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem 1.5rem 1.5rem;
  display: flex;
  box-shadow: 0 5px 19px rgba(0, 0, 0, .2);
}

._4achievers-blog {
  max-height: none;
  min-height: auto;
  background-color: #fff;
  border-radius: 13px;
  padding: 15px;
  box-shadow: 1px 1px 11px rgba(0, 0, 0, .1);
}

.journal-category-tag {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #f7f8fc;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 10px 8px 12px;
  font-size: 8px;
  line-height: 1.2em;
  display: inline-block;
}

.combine-feature7_wrapper {
  max-width: none;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-padding-section-medium-4 {
  padding-top: 0;
  padding-bottom: 20px;
}

.heading-138 {
  color: #1d1e1f;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
}

.combine-heading-style-h5 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
}

.hr {
  height: 1px;
  background-color: #e9ebee;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-465 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  display: flex;
}

.week-circle-3 {
  width: 40px;
  height: 40px;
  background-color: #fdf6f4;
  border: 3px solid #e4cb10;
  border-left-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px rgba(250, 136, 106, .4);
}

.button-secondary-gray {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border: 1px solid #d0d5dd;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  padding: .6rem .9rem .6rem 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button-secondary-gray:hover {
  color: #fff;
  background-color: #054fda;
}

.button-secondary-gray:focus {
  color: #161616;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

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

.div-block-598 {
  margin-top: 10px;
}

.combine-text-size-regular-20 {
  color: #5f6570;
  text-align: justify;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.8;
}

.heading-139 {
  color: #413f3f;
  text-align: left;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-140 {
  color: #1d1e1f;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
}

.image-162 {
  width: 280px;
  max-width: none;
}

.combine-container-large-5 {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.form-field-2col-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-text-size-regular-21 {
  color: #2b2b2b;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.image-163 {
  width: 100%;
}

.combine-text-size-regular-22 {
  color: #5f6570;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.combine-contact4_feature-5 {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 9px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
}

.combine-feature7_content-sticky-5 {
  width: 100%;
  max-width: 400px;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}

.combine-feature7_content-sticky-5.contact6-1_form-wrapper {
  max-width: 400px;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  background-image: none;
  border-radius: 6px;
  align-items: flex-end;
  padding: 12px;
  position: static;
  top: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.combine-padding-section-medium-5 {
  padding-top: 0;
  padding-bottom: 20px;
}

.heading-141 {
  color: #1d1e1f;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
}

.div-block-3 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  display: flex;
}

.combine-feature7_content-sticky-6 {
  width: 400px;
  max-width: none;
  min-width: 400px;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 16%;
}

.process_left-1 {
  z-index: 0;
  margin-top: 0;
  padding-left: 0;
  position: relative;
}

.heading-112-h1-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}

.combine-padding-section-medium-6 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.button-9-type-2 {
  color: #fff;
  text-align: center;
  background-color: #2178f9;
  border-radius: .25rem;
  padding: 1.25rem 2rem;
  font-weight: 500;
  transition: transform .2s, background-color .2s;
}

.button-9-type-2:hover {
  background-color: #0025a9;
  transform: translate(0, -5px);
}

.button-9-type-2.is-icon {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #2c2c2c;
  background-color: #fff;
  border: 1px solid #e6cb00;
  border-radius: .3rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .7rem 1rem;
  text-decoration: none;
  display: flex;
}

.button-9-type-2.is-icon:hover {
  background-color: #d8e8ff;
  transform: none;
}

.cf-testimonial-text---h1-2 {
  color: #0d0e10;
  text-align: center;
  margin-bottom: 0;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 156%;
}

.image-164 {
  width: 100%;
  max-width: 42%;
}

.services_left {
  border: 1px #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.combine-contact4_feature-7 {
  width: 400px;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  padding: 9px;
  display: flex;
  box-shadow: 2px 4px 14px rgba(0, 0, 0, .2);
}

.services_card-large-content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.combine-container-large-6 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.icon-1x1-large {
  width: 2rem;
  height: 2rem;
  border-radius: .5rem;
  margin-right: 10px;
}

.paragraph-61 {
  font-size: 15px;
  line-height: 26px;
}

.button-9 {
  color: #fff;
  text-align: center;
  background-color: #2178f9;
  border-radius: .25rem;
  padding: 1.25rem 2rem;
  font-weight: 500;
  transition: transform .2s, background-color .2s;
}

.button-9:hover {
  background-color: #0025a9;
  transform: translate(0, -5px);
}

.button-9.is-icon {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #2e0681;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .7rem 1rem;
  text-decoration: none;
  display: flex;
}

.button-9.is-icon:hover {
  background-color: #3e68ff;
  transform: none;
}

.combine-padding-global-5 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Plus Jakarta Sans, sans-serif;
}

.layout253-2_content {
  width: auto;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
}

.combine-feature7_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.services_component-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-142 {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 43px;
}

.form-field-2col-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-padding-section-medium-7 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.combine-feature7_component-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.combine-text-size-regular-23 {
  color: #2b2b2b;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.combine-contact4_feature-8 {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 9px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
}

.image-165 {
  width: 100%;
  max-width: 55%;
}

.button-11 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button-11:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.button-11:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.button-11.max-width-full {
  width: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #020202;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
}

.heading-143 {
  margin-top: 10px;
  font-size: 23px;
  font-weight: 500;
  line-height: 43px;
}

.combine-contact4_feature-9 {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 9px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
}

.combine-feature7_content-sticky-7 {
  width: 400px;
  max-width: none;
  min-width: 400px;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 16%;
}

.image-166 {
  width: 40px;
  height: 40px;
}

.image-167 {
  width: 30px;
  height: 30px;
}

.text-block-102 {
  color: #fff;
}

.text-block-95 {
  color: #212327;
  margin-top: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.uui-badge-small-success-3-copy {
  grid-column-gap: .25rem;
  color: #0c0c0c;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(108deg, #fffedf, #fff0d3);
  border-radius: .9rem;
  justify-content: space-between;
  align-items: center;
  padding: .225rem 1rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.uui-badge-small-success-3-copy:hover {
  background-image: linear-gradient(108deg, #d6ffdd, #bed9ff);
}

.uui-footer01_link-2 {
  grid-column-gap: .5rem;
  color: #475467;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 10px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_link-2:hover {
  color: #344054;
}

.combine-contact4_feature-10 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.footer-div-wrap {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e2dede;
  border-radius: 7px;
  margin-bottom: 0;
  padding: 14px 14px 14px 0;
}

.combine-text-size-regular-24 {
  color: #2d2e31;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.5;
}

.div-block-576 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.combine-icon_color2-4 {
  color: #00a1c1;
}

.image-156 {
  width: 30px;
}

.div-block-575 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-badge-small-success-3 {
  grid-column-gap: .25rem;
  color: #642eff;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #dae0ff;
  border-radius: 10rem;
  justify-content: space-between;
  align-items: center;
  padding: .225rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.image-125 {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.start_embed {
  width: 30.68%;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
}

.div-block-599 {
  flex-direction: column;
  display: flex;
}

.portfolio_image {
  width: 100%;
  height: auto;
}

.button {
  z-index: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(97, 209, 128, .7);
  border: 2px solid rgba(97, 209, 128, .7);
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
}

.button.is-portfolio {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0d0d0d;
  border-style: none;
  align-items: center;
  padding-top: .88rem;
  padding-bottom: .88rem;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.text-align-center-2 {
  text-align: center;
}

.portfolio_wrapper {
  width: 100%;
  background-image: url('../images/noise_1noise.webp'), linear-gradient(#141414, rgba(20, 20, 20, 0));
  background-position: 0 0, 0 0;
  background-size: 800px 800px, auto;
  border-radius: 2rem;
  overflow: hidden;
  transform: none;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-section-large {
  padding-bottom: 2rem;
}

.portfolio_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  display: grid;
}

.padding-global-portfolio {
  width: 95%;
}

.button_text-small {
  padding-top: .1rem;
  padding-bottom: .09rem;
  font-size: .88rem;
}

.section_portfolio {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.portfolio_list-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  display: flex;
}

.portfolio_list-wrapper.is-bottom {
  margin: 2.5rem 5vw 2.5rem 0;
}

.portfolio_image-overlay-layer {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.padding-section-large-2 {
  padding-top: 0;
  padding-bottom: 4rem;
}

.portfolio_item {
  z-index: 0;
  width: 32vw;
  height: 21vw;
  cursor: pointer;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.portfolio_item.hide-tablet {
  width: 28vw;
  height: auto;
}

.text-size-medium {
  color: #e4e4e4;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.13rem;
}

.portfolio_component {
  background-color: #141414;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.plyr_cover {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.plyr_cover-button {
  z-index: 20;
  width: 4rem;
  height: 4rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  background-color: rgba(26, 26, 26, .41);
  border: 3px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .35s ease-in-out;
  display: flex;
  position: relative;
}

.plyr_cover-button:hover {
  opacity: .7;
}

.plyr_cover-icon {
  width: 39.64%;
  justify-content: flex-start;
  align-items: center;
  padding-left: .3rem;
  display: flex;
  position: relative;
  left: 0%;
}

.heading-144 {
  color: #d4d4d4;
  margin-top: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 50px;
}

.img-arrow {
  width: 20px;
}

.underline-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.underline-link.large-underline-link {
  font-size: 1.25rem;
}

.heading-xlarge {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.25;
}

.home-hero-content {
  width: 100%;
  height: 100%;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 2rem;
  display: flex;
}

.home-hero-images {
  max-width: 100vw;
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.home-hero-component {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
}

.image-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.01);
}

.hero-trigger {
  margin-top: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrow-icon {
  width: 1.7rem;
  height: 1.7rem;
  opacity: 1;
  filter: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-text {
  color: #e0dcdc;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Plus Jakarta Sans, sans-serif;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.section-hero-home {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-intro {
  max-width: 50rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-image-strip {
  justify-content: flex-start;
  display: flex;
}

.arrow-icon-wrapper {
  width: 2.875rem;
  height: 2.875rem;
  background-color: #1a242c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding-top: 2px;
  display: flex;
  overflow: hidden;
}

.arrow-icon-wrapper.large-arrow-icon {
  width: 3.25rem;
  height: 3.25rem;
  background-color: #fff200;
  justify-content: center;
  align-items: center;
  margin-right: 1.25rem;
  overflow: hidden;
}

.page-padding {
  width: 100%;
  max-width: 93vw;
  padding-left: 7vw;
  padding-right: 5vw;
}

.arrow-icon-clip {
  width: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hero-image {
  width: 70vh;
  height: auto;
  min-width: 70vh;
  margin-left: .5rem;
  position: relative;
  overflow: hidden;
}

.home-hero-top {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
}

.hero-image-2 {
  width: 50vh;
  height: 50vh;
  min-width: 50vh;
  margin-left: .5rem;
  position: relative;
  overflow: hidden;
}

.scroll-container {
  width: 100%;
  height: 100vh;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-wrapper {
  width: 23vw;
  height: 23vw;
  border-radius: 20px;
  margin-bottom: 3vw;
  position: relative;
  overflow: hidden;
}

.wrapper {
  height: 170vw;
}

.column-alt {
  width: 28vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-alt._2 {
  width: 23vw;
  margin-top: 10vw;
}

.image-168 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
}

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

.column._3, .column._1 {
  width: 23vw;
}

.scroller {
  z-index: 100;
  width: 100%;
  height: 35px;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle, #4e4d4e 17%, #0e0e0e 63%);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.custom-css {
  display: none;
}

.track-horizontal {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.scroll-text {
  color: #fff;
  text-align: left;
  letter-spacing: -.02em;
  flex: 1;
  margin-right: 0;
  font-size: 13px;
  line-height: 1.37;
}

.wbs-feature-split {
  max-width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wbs-feature-list-item {
  grid-column-gap: 10px;
  display: flex;
}

.wbs-feature-split-right {
  height: 85vh;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: scroll;
}

.wbs-spacing-32, .wbs-spacing-33 {
  height: 1.25rem;
}

.wbs-spacing-34 {
  height: 1.875rem;
}

.uui-page-section-wrap {
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  display: flex;
}

.wbs-feature-split-left {
  background-color: #f7f7f7;
  background-image: linear-gradient(117deg, #000 41%, #f5e109 96%);
  border-radius: 10px;
  flex-direction: column;
  padding: 30px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.wbs-hero-3-title {
  color: #f7f7f7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3em;
}

.wbs-hero-3-title.small {
  font-size: 1.7rem;
}

.wbs-feature-split-3-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid rgba(1, 11, 21, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: none;
}

.wbs-cta-6-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
}

.uui-icon-1x1-xsmall-4 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-square-large {
  width: 3rem;
  height: 3rem;
  color: #fff;
  background-color: rgba(158, 119, 237, 0);
  background-image: linear-gradient(138deg, #000, #ce9b05);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-space-xxlarge, .uui-space-xxlarge-3 {
  width: 100%;
  min-height: 2rem;
}

.large-hero-title {
  width: 90%;
  color: #131313;
  text-align: center;
  margin: 0 auto 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 47px;
  display: block;
}

.wbs-hero-6-lead-text {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6rem;
}

.hero-description-title {
  width: auto;
  opacity: .65;
  text-align: justify;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.uui-text-size-medium-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.wbs-feature-list-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.uui-container-large-9 {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 26px;
}

.uui-layout94_item {
  width: 100%;
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.uui-page-section-wrap-2 {
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.uui-icon-1x1-xsmall-5 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-square-large-2 {
  width: 3rem;
  height: 3rem;
  color: #fff;
  background-color: rgba(158, 119, 237, 0);
  background-image: linear-gradient(138deg, #020202, #c9a216);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-space-xxlarge-4 {
  width: 100%;
  min-height: 2rem;
}

.uui-layout94_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: grid;
}

.uui-text-size-medium-12 {
  color: #475467;
  letter-spacing: normal;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.uui-container-large-16 {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid-focus {
  width: 100%;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  align-items: start;
  margin-bottom: 48px;
}

.wbs-spacing-35 {
  height: .7rem;
}

.uui-page-section-wrap-3 {
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.focus-block {
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 20px 28px;
  display: flex;
}

.wbs-spacing-31 {
  height: 1.5rem;
}

.focus {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 13px 23px rgba(0, 0, 0, .03);
}

.focus.gradient {
  background-image: linear-gradient(262deg, rgba(34, 34, 34, .15), rgba(228, 228, 228, .31) 21%, rgba(197, 197, 197, .29));
  padding-top: 20px;
}

.uui-space-xxlarge-5 {
  width: 100%;
  min-height: 2rem;
}

.large-hero-title-2 {
  width: 90%;
  color: #131313;
  text-align: center;
  margin: 0 auto 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 47px;
  display: block;
}

.large-hero-title-2.center-align {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.wbs-lead-text {
  color: #010b15;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.content {
  width: 90%;
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-container-large-17 {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wbs-button-black {
  color: #fff;
  background-color: rgba(1, 11, 21, 0);
  background-image: linear-gradient(112deg, #0e0e0e, #b19e10);
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-button-black:hover {
  color: #fff;
  background-color: #333;
}

.image-focus {
  width: 90%;
  border-top-right-radius: 10px;
  margin-top: auto;
}

.wbs-feature-image {
  border-radius: 10px;
}

.wbs-feature-component {
  margin-top: 60px;
  margin-bottom: 60px;
}

.wbs-feature-split-3 {
  width: auto;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wbs-spacing-36 {
  height: 1.25rem;
}

.wbs-spacing-37 {
  height: 1.5rem;
}

.uui-page-section-wrap-type-2 {
  background-color: rgba(232, 239, 248, .32);
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.large-hero-title-3 {
  width: 90%;
  color: #131313;
  text-align: center;
  margin: 0 auto 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 47px;
  display: block;
}

.large-hero-title-3.center-align {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.wbs-lead-text-2 {
  color: #010b15;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.uui-container-large-18 {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wbs-button-black-2 {
  color: #fff;
  background-color: rgba(1, 11, 21, 0);
  background-image: linear-gradient(112deg, #3a1cd8, #3c0368);
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-button-black-2:hover {
  color: #fff;
  background-color: #333;
}

.div-block-600 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-119-white {
  color: #edc900;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 78px;
}

.uui-text-size-large-5 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall-4 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-pricing08_price-text {
  color: #475467;
  letter-spacing: normal;
  margin-left: .25rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-pricing08_content {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.uui-pricing08_plan {
  border: 1px solid #eaecf0;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 2.5rem;
  padding: 1rem;
  position: relative;
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-max-width-large-10 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-10.align-center {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-pricing08_price {
  color: #101828;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-space-xsmall-5 {
  width: 100%;
  min-height: 1rem;
}

.uui-pricing08_feature {
  display: flex;
}

.uui-icon-1x1-xsmall-7 {
  width: 1.5rem;
  height: 1.5rem;
  color: #ff6161;
}

.uui-pricing08_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-text-size-medium-6 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-pricing08_components {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.uui-heading-medium-5 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-page-padding-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-container-large-13 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-heading-subheading-4 {
  color: #7f56d9;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-pricing08_popular-label {
  z-index: 1;
  width: 100%;
  height: 2.5rem;
  outline-offset: 0px;
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(124deg, #000 13%, #bda51f);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  outline: 1px solid #e9d7fe;
  justify-content: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.uui-pricing08_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-pricing08_popular-plan {
  border: 1px solid #eaecf0;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-text-align-center {
  text-align: center;
  margin-bottom: 40px;
}

.uui-padding-vertical-xhuge-7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-button-7 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(127, 86, 217, 0);
  background-image: linear-gradient(107deg, #0f0f0f, #b48e02);
  border: 1px #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-7:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-7:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.contact6-1_form-type-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-2col-type-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.uui-field-label-3 {
  color: #344054;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.ths06-contact-form {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-direction: column;
  grid-template: ". ."
                 ". ."
                 "Area-2 Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: flex;
}

.ths06-form-open-button {
  z-index: 1000;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 20px #8a8484;
}

.ths06-form-error {
  text-align: center;
  border-radius: 5px;
}

.ths06-footer {
  z-index: 100;
  height: 100px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.ths06-dropdown-list-header-title-wrapper {
  width: 100%;
  background-color: #0137da;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  overflow: hidden;
}

.uui-form_input-4 {
  height: auto;
  min-height: 2.75rem;
  color: #6b6d72;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input-4:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form_input-4::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input-4::placeholder {
  color: #667085;
}

.uui-form_input-4.select {
  min-height: 2.5rem;
  color: #909092;
  background-color: #fff;
  font-size: .9rem;
}

.ths06-dropdown-list-header-title {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.ths06-dropdown-list-header-title.ths06-big {
  width: 4000px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.ths06-form-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  margin-top: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.ths06-solutions-icon-bars-wrapper {
  margin-top: 6px;
  margin-right: 15px;
}

.submit-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#227fcf, #063dd8);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.ths06-form-text-link {
  color: #f36e93;
  text-decoration: none;
}

.ths06-form-text-link:hover {
  text-decoration: underline;
}

.ths06-form-block-header {
  height: 40px;
  background-color: rgba(0, 0, 0, .05);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.ths06-email-icon {
  width: 30px;
}

.ths06-form-success {
  background-color: rgba(114, 142, 255, .1);
  border-radius: 5px;
  margin-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.ths06-solutions-icon-bar {
  width: 20px;
  height: 2px;
  background-color: rgba(0, 0, 0, .5);
  margin-bottom: 3px;
}

.ths06-solutions-icon-bar.ths06-last {
  width: 12px;
}

.ths06-close-icon {
  width: 30px;
  position: absolute;
}

.uui-field-label-4 {
  color: #000;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

.ths06-form-block {
  z-index: 10000;
  width: 400px;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 20px 20px;
  transition: opacity .2s;
  display: none;
  position: fixed;
  top: auto;
  bottom: 58px;
  left: auto;
  right: 40px;
  box-shadow: 7px 7px 30px rgba(76, 17, 48, .15);
}

@media screen and (min-width: 1280px) {
  .dropdown-grid {
    grid-template-columns: 200px 516px 300px;
  }

  .div-block-310-copy {
    width: 230px;
    padding-top: 0;
    padding-right: 0;
  }

  .container-15, .container-12 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .div-block-310 {
    width: 230px;
    padding-top: 0;
    padding-right: 0;
  }

  .cf-testimonial-logos {
    max-width: 130px;
  }
}

@media screen and (min-width: 1440px) {
  .cf-testimonial-logos {
    max-width: 140px;
  }

  .div-block-586 {
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .flowbase-logo-2 {
    width: 100px;
  }

  .menu-2 {
    height: auto;
    padding-bottom: 64px;
    overflow: auto;
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

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

  .uui-navbar07_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list-2.w--open {
    width: auto;
    box-shadow: none;
    border-style: none;
    border-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .brand-2 {
    display: none;
  }

  .menu-right-2 {
    flex-direction: column-reverse;
  }

  .navigation-wrap.new {
    z-index: 1000;
    height: 80px;
  }

  .uui-dropdown-icon-2 {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navigation-2 {
    display: none;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .menu-left {
    z-index: 1;
    margin-top: 32px;
    display: block;
    position: relative;
  }

  .uui-navbar07_dropdown-toggle {
    color: #101828;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: #101828;
  }

  .dropdown-footer {
    height: 96px;
    padding-bottom: 48px;
  }

  .uui-navbar07_dropdown-link-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link-2:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-310-copy {
    width: 1000%;
  }

  .image-icon {
    width: 30px;
    height: 30px;
  }

  .uui-navbar02_dropdown-link-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar02_dropdown-link-2:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button {
    width: 66px;
    height: 100%;
    flex-direction: column;
    padding: 20px 25px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-button.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .navigation-mob-2 {
    width: 100%;
    height: 85px;
    border-bottom: 1px solid rgba(68, 85, 103, .11);
    flex-direction: row;
    justify-content: center;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .div-block-310 {
    width: 1000%;
  }

  .dropdown-list {
    background-color: #fff;
    border-top: 1px solid #b6abab;
    border-bottom: 1px solid #b6abab;
  }

  .dropdown-list.w--open {
    max-height: 300px;
    background-color: #f7f7f8;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: none;
    flex-direction: column;
    padding: 10px 20px 16px;
    display: flex;
    position: relative;
    overflow: scroll;
  }

  .dropdown-link-mobile {
    background-color: #eee;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-link-mobile._2 {
    background-color: #fff;
    margin-bottom: 10px;
  }

  .dropdown-link-mobile._2:hover {
    background-color: #f8faff;
  }

  .dropdown-card {
    margin-bottom: 28px;
  }

  .dropdown-footer-link {
    width: 50%;
    text-align: center;
    font-size: 14px;
  }

  .text-block-61 {
    font-family: Montserrat, sans-serif;
  }

  .icon-square {
    width: 30px;
    height: 30px;
  }

  .menu-button-line {
    width: 16px;
    height: 2px;
    background-color: #b7bfc6;
    border-radius: 1px;
    margin-bottom: 4px;
  }

  .menu-button-line.last {
    margin-bottom: 0;
  }

  .mobile-toggle {
    width: 100%;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .text-block-74 {
    margin-left: 10px;
    font-family: Montserrat, sans-serif;
  }

  .dropdown-column {
    margin-bottom: 64px;
  }

  .dropdown-toggle-12 {
    z-index: 2;
    box-shadow: none;
    color: #151b26;
    border-top: 1px solid #e0e6e8;
    justify-content: space-between;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 700;
    transition: background-color .2s, color .2s cubic-bezier(.4, 0, .2, .01);
  }

  .dropdown-toggle-12:hover {
    color: #151b26;
  }

  .dropdown-toggle-12.w--open {
    box-shadow: none;
    background-color: #f0f0ff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .dropdown-toggle-12.type-2 {
    text-align: center;
    border: 1px solid #273240;
    border-radius: 2px;
    justify-content: center;
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu-mob-2 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(#0d22bd, #0c81db);
    border-radius: 100px;
    padding: 9px;
    font-size: 22px;
  }

  .menu-mob-2.w--open {
    background-color: #824bf1;
  }

  .mobile-nav-3 {
    height: 95vh;
    min-height: auto;
    background-color: #fff;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .mobile-dropdown {
    width: 100%;
    background-color: #f7f7f8;
    border-bottom: 1px solid #dad9d9;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .top-nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pilot-img-div {
    height: 400px;
  }

  .div-block-590 {
    flex-direction: column;
    display: flex;
  }

  .section-64 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .crypto-table_head.is-position {
    min-width: 4rem;
  }

  .crypto-table_cell {
    min-width: auto;
  }

  .crypto-table_cell.is-label {
    min-width: 4rem;
  }

  .div-block-593 {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .div-block-594 {
    flex-direction: column;
    display: flex;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .uui-blogsection12_heading-wrapper {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogsection12_mask {
    width: 50%;
  }

  .uui-blogsection12_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge-16 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .training-course-half {
    width: 100%;
  }

  .f-h1-heading-4 {
    text-align: left;
    font-size: 30px;
    font-weight: 600;
  }

  .uui-padding-vertical-xhuge-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .wrapper-hori {
    width: 100%;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .heading-4 {
    font-size: 17px;
  }

  .uui-blogsection12_heading-wrapper-2 {
    grid-column-gap: 3rem;
  }

  .week-card {
    width: 100%;
  }

  .uui-blogsection12_button-row-2 {
    flex: none;
  }

  .content-3 {
    margin-top: 20px;
  }

  .uui-blogsection12_heading {
    margin-right: 3rem;
  }

  .f-h1-heading-5 {
    text-align: left;
    font-size: 30px;
    font-weight: 600;
  }

  .f-heading-detail-small-6 {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .uui-heading-xxsmall-5 {
    font-size: 1.2rem;
  }

  .uui-contact06_component {
    min-height: auto;
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-top: 1rem;
    display: flex;
  }

  .uui-padding-vertical-xhuge-21 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .spark-section-8 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-8.spark-primary-color-background {
    background-position: 0%;
    background-size: cover;
    margin-top: 110px;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .payment-logo.medium, .payment-logo.visa-custom {
    padding-right: 0;
  }

  .uui-footer06_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .spark-hero-sub-paragraph-3.spark-secondary-font-color {
    margin-bottom: 2rem;
  }

  .spark-container-6.spark-primary-background {
    padding: 32px;
  }

  .spark-flex-row-4.spark-split-and-wrapped {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .spark-flex-row-4.spark-right {
    justify-content: flex-start;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .banner-item-wrap {
    grid-column-gap: 55px;
  }

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

  .button-wrap {
    grid-column-gap: 55px;
  }

  .div-block-587 {
    grid-template-columns: 1fr;
  }

  .grid-2x2-40x40 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-111 {
    font-size: 22px;
    line-height: 34px;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    top: auto;
    bottom: -55px;
    left: 39.5%;
    right: auto;
  }

  .combine-padding-section-medium-2 {
    padding-bottom: 4rem;
  }

  .heading-128 {
    font-size: 17px;
  }

  .brix---slider-mask-width-490px {
    max-width: 49%;
    position: static;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    top: auto;
    bottom: -55px;
    left: auto;
    right: 39.5%;
  }

  .heading-129 {
    font-size: 17px;
  }

  .combine-feature7_content-sticky-3 {
    position: -webkit-sticky;
    position: sticky;
  }

  .combine-feature7_content-sticky-3.contact6-1_form-wrapper {
    max-width: none;
  }

  .combine-feature7_component {
    flex-direction: column-reverse;
    align-items: center;
    position: static;
  }

  .combine-padding-section-medium {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .combine-feature7_content-sticky {
    position: static;
  }

  .heading-133 {
    font-size: 17px;
  }

  .combine-feature7_content-sticky-4 {
    position: -webkit-sticky;
    position: sticky;
  }

  .combine-feature7_content-sticky-4.contact6-1_form-wrapper {
    max-width: none;
  }

  .combine-padding-section-medium-3 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .heading-136 {
    font-size: 17px;
  }

  ._4achievers-blog {
    max-height: none;
    min-height: auto;
  }

  .combine-feature7_wrapper {
    max-width: none;
  }

  .combine-padding-section-medium-4 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .heading-139 {
    font-size: 17px;
  }

  .combine-feature7_content-sticky-5 {
    position: -webkit-sticky;
    position: sticky;
  }

  .combine-feature7_content-sticky-5.contact6-1_form-wrapper {
    max-width: none;
  }

  .combine-padding-section-medium-5 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .combine-feature7_content-sticky-6 {
    position: static;
  }

  .process_left-1 {
    padding-left: 0;
  }

  .combine-padding-section-medium-6 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .combine-container-large-6 {
    width: 100%;
  }

  .combine-padding-global-5 {
    padding-bottom: 20px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .layout253-2_content {
    width: auto;
  }

  .combine-feature7_component-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: flex;
  }

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

  .heading-142 {
    font-size: 22px;
    line-height: 34px;
  }

  .combine-padding-section-medium-7 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .combine-feature7_component-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    grid-template-columns: 1.5fr;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .heading-143 {
    font-size: 22px;
    line-height: 34px;
  }

  .combine-feature7_content-sticky-7 {
    position: static;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-section-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .portfolio_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .portfolio_list-wrapper.is-bottom {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-section-large-2 {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .portfolio_item {
    width: 55vw;
    height: 36vw;
  }

  .portfolio_item.hide-tablet {
    width: 45vw;
  }

  .heading-144 {
    margin-bottom: 0;
    font-size: 26px;
  }

  .heading-xlarge {
    font-size: 3.5rem;
  }

  .home-hero-images {
    max-width: 100vw;
  }

  .home-hero-intro {
    max-width: none;
  }

  .page-padding {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero-image, .hero-image-2 {
    width: 60vh;
    height: 60vh;
    min-width: 60vh;
  }

  .wrapper {
    height: auto;
  }

  .scroller {
    height: 30px;
  }

  .wbs-feature-split {
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .wbs-feature-split-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .uui-page-section-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .wbs-hero-3-title {
    font-size: 2rem;
    line-height: 1.2em;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-space-xxlarge-3 {
    min-height: 2rem;
  }

  .large-hero-title {
    width: 90%;
    font-size: 27px;
    line-height: 35px;
  }

  .wbs-hero-6-lead-text {
    font-size: 16px;
  }

  .hero-description-title {
    width: 90%;
    font-size: 16px;
  }

  .uui-page-section-wrap-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-space-xxlarge-4 {
    min-height: 2rem;
  }

  .uui-layout94_list {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1rem;
  }

  .grid-focus {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .uui-page-section-wrap-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-space-xxlarge-5 {
    min-height: 2rem;
  }

  .large-hero-title-2 {
    width: 90%;
    font-size: 27px;
    line-height: 35px;
  }

  .wbs-feature-image {
    width: 100%;
  }

  .wbs-feature-split-3 {
    width: 100%;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .large-hero-title-3 {
    width: 90%;
    font-size: 27px;
    line-height: 35px;
  }

  .uui-pricing08_plan {
    margin-top: 0;
  }

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

  .uui-padding-vertical-xhuge-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .flowbase-logo-2 {
    width: 100px;
  }

  .uui-navbar02_dropdown-link-list {
    max-width: none;
    grid-row-gap: .5rem;
  }

  .navigation-wrap.new {
    height: 80px;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .div-block-310-copy, .navbar-wrapper-2 {
    width: 100%;
  }

  .navigation-mob-2 {
    height: 84px;
    border-bottom-style: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-310 {
    width: 100%;
  }

  .dropdown-list.w--open {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-nav {
    padding: 0 2%;
  }

  .wbs-alert-bar-3-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
    padding-right: 40px;
  }

  .wbs-alert-bar-3-icon {
    flex: none;
  }

  .wbs-alert-bar-3-title {
    font-size: 14px;
  }

  .wbs-alert-bar-3-close-link {
    right: 3%;
  }

  .wbs-button-small-primary-2 {
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ths11-wrapper {
    justify-content: center;
    padding-bottom: 0;
  }

  .ths11-heading-h1 {
    margin-top: 0;
    font-size: 100px;
    line-height: 99px;
  }

  .ths11-hero-blocks-wrapper, .ths11-hero-blocks-wrapper-2 {
    width: 34vw;
  }

  .ths11-hero-paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .pilot-img-div {
    height: 500px;
  }

  .div-block-590 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-64 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-cell {
    margin-top: 20px;
    padding: 20px 25px 25px;
  }

  .paragraph-large {
    font-size: 15px;
  }

  .hero-feature-cell {
    width: 100%;
  }

  .heading-120 {
    font-size: 19px;
  }

  .heading-119 {
    margin-top: 10px;
    font-size: 27px;
  }

  .crypto-table_head {
    padding: .5rem;
    font-size: .7rem;
  }

  .crypto-table_head.is-position {
    width: auto;
    max-width: none;
    min-width: auto;
    display: none;
  }

  .crypto-table_text-large {
    font-size: .9rem;
    line-height: 26px;
  }

  .text-block-98 {
    font-size: .8rem;
  }

  .crypto-table_cell {
    min-width: auto;
    padding: .5rem;
  }

  .crypto-table_cell.is-label {
    min-width: auto;
    display: none;
  }

  .crypto-table_row {
    grid-template-columns: minmax(4rem, 4rem);
  }

  .image-main {
    min-width: 100%;
  }

  .heading-124 {
    font-size: 19px;
  }

  .div-block-594 {
    margin-top: 0;
  }

  .heading-125 {
    margin-top: 10px;
    font-size: 27px;
  }

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

  .process_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .process_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .process_card-content {
    padding: 1.5rem;
  }

  .uui-blogsection12_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-blogsection12_mask {
    width: 80%;
  }

  .uui-blogsection12_slide {
    padding-right: 1.5rem;
  }

  .uui-button-9 {
    font-size: 1rem;
  }

  .uui-button-9:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-blogsection12_arrow:hover {
    background-color: #fff;
  }

  .uui-blogsection12_arrow.left {
    right: 3.5rem;
  }

  .uui-blogsection12_component {
    margin-top: 1rem;
    padding-bottom: 6rem;
  }

  .uui-padding-vertical-xhuge-16 {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .course-card {
    height: auto;
  }

  .training-course-half {
    width: 100%;
    max-height: none;
    min-height: auto;
    margin-bottom: 10px;
  }

  .uui-page-padding-12 {
    background-color: #fff;
    border-top: 1px solid #f0eeee;
    padding: 20px 1rem;
  }

  .f-h1-heading-4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.75rem;
    font-weight: 500;
  }

  .uui-padding-vertical-xhuge-24 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-hori {
    width: 100%;
    flex-direction: row;
    grid-template-columns: 1fr;
  }

  .uui-page-padding-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-blogsection12_heading-wrapper-2 {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .week-card {
    width: 100%;
  }

  .uui-space-xsmall-9 {
    min-height: .75rem;
  }

  .uui-blogsection12_button-row-2 {
    width: 100%;
    justify-content: flex-start;
  }

  .content-3 {
    width: 100%;
    margin-top: 0;
  }

  .uui-heading-medium-10 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-blogsection12_heading {
    margin-right: 0;
  }

  .uui-text-size-large-11, .uui-button-13 {
    font-size: 1rem;
  }

  .uui-button-13:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button-14 {
    font-size: 1rem;
  }

  .uui-button-14:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-heading-xsmall-4 {
    font-size: 1.25rem;
  }

  .f-h1-heading-5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.75rem;
    font-weight: 500;
  }

  .heading-127 {
    font-size: 21px;
    line-height: 33px;
  }

  .combine-text-size-regular-11, .combine-text-size-regular-12 {
    font-size: 14px;
  }

  .cf-testimonial-logos {
    max-width: 80px;
  }

  .combine-text-size-regular-13 {
    font-size: 14px;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .f-margin-bottom-75 {
    margin-bottom: 10px;
  }

  .uui-heading-xxsmall-5 {
    font-size: 1.125rem;
  }

  .uui-header09_form {
    width: 100%;
    max-width: none;
    margin-top: 2rem;
  }

  .uui-contact06_contact-list {
    grid-row-gap: 2.5rem;
  }

  .uui-contact06_component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .f-title-wrapper-center-big {
    max-width: 100%;
    align-items: flex-start;
  }

  .heading-108 {
    font-size: 23px;
    line-height: 36px;
  }

  .uui-padding-vertical-xhuge-21 {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .uui-page-padding-11 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer01_legal-link:hover {
    color: #98a2b3;
  }

  .uui-footer01_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 1rem;
  }

  .spark-section-8 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section-8.spark-primary-color-background {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: .5rem;
  }

  .uui-logo_logotype {
    height: 100%;
  }

  .uui-logo_component {
    height: 70px;
    align-items: center;
  }

  .uui-footer01_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .logo-box.medium {
    width: 50px;
    height: 30px;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .payment-logo {
    height: 25px;
    padding-right: 0;
  }

  .payment-logo.medium {
    height: 25px;
  }

  .uui-footer01_logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .uui-footer06_top-wrapper {
    grid-row-gap: 2rem;
  }

  .uui-footer01_component {
    background-color: rgba(253, 253, 253, 0);
    background-image: linear-gradient(#313131, #000 40%, #535353 92%);
  }

  .uui-footer01_social-link:hover {
    color: #667085;
  }

  .uui-page-padding-17 {
    background-color: rgba(255, 255, 255, 0);
    border-top: 1px solid #f0eeee;
    padding: 0 1rem 20px;
  }

  .spark-hero-sub-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-container-6 {
    width: 100%;
  }

  .uui-footer01_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer06_link:hover {
    color: #667085;
  }

  .spark-flex-row-4 {
    flex-direction: column;
  }

  .spark-flex-row-4.spark-right {
    flex-direction: row;
  }

  .uui-footer01_link:hover {
    color: #667085;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 3rem;
  }

  .div-block-568 {
    flex-wrap: wrap;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 27px;
  }

  .div-block-586 {
    width: 100%;
  }

  .grid-2x2-40x40 {
    grid-template-columns: 1fr;
  }

  .heading-111 {
    margin-top: 0;
    font-size: 24px;
  }

  .combine-clients2_component {
    flex-direction: column;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    font-size: 22px;
    line-height: 24px;
    bottom: -50px;
    left: 36%;
  }

  .combine-text-size-regular-8 {
    font-size: 14px;
  }

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

  .combine-padding-section-medium-2 {
    padding-top: .5rem;
  }

  .brix---slider-mask-width-490px {
    height: auto;
    max-width: 100%;
  }

  .heading-3 {
    font-size: 21px;
    line-height: 33px;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    font-size: 22px;
    line-height: 24px;
    bottom: -50px;
    right: 36%;
  }

  .features_text-wrapper {
    align-items: center;
  }

  .combine-heading-style-h6 {
    text-align: center;
  }

  .brix---slider-wrapper {
    height: auto;
  }

  .combine-text-size-regular-14 {
    font-size: 14px;
  }

  .heading-130 {
    font-size: 21px;
    line-height: 33px;
  }

  .combine-text-size-regular-15 {
    font-size: 14px;
  }

  .heading-131 {
    font-size: 21px;
    line-height: 33px;
  }

  .combine-feature7_content-sticky-3 {
    max-width: none;
    position: static;
  }

  .combine-feature7_component {
    flex-direction: column-reverse;
  }

  .combine-container-large {
    width: 95%;
    max-width: none;
  }

  .combine-padding-section-medium {
    padding-top: 0;
  }

  .heading-132 {
    font-size: 21px;
    line-height: 33px;
  }

  .button-2 {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .combine-feature7_wrapper2 {
    max-width: 100%;
  }

  .combine-feature7_content-sticky {
    max-width: none;
    flex-direction: column-reverse;
    align-items: flex-start;
    position: static;
  }

  .combine-text-size-regular-16 {
    font-size: 14px;
  }

  .heading-134 {
    font-size: 21px;
    line-height: 33px;
  }

  .combine-feature7_content-sticky-4 {
    max-width: none;
    position: static;
  }

  .combine-padding-section-medium-3 {
    padding-top: 0;
  }

  .heading-135 {
    font-size: 21px;
    line-height: 33px;
  }

  ._4achievers-para.paragraph {
    line-height: 25px;
  }

  .combine-text-size-regular-19 {
    font-size: 14px;
  }

  .heading-137 {
    font-size: 21px;
    line-height: 33px;
  }

  .combine-feature7_wrapper {
    max-width: 100%;
  }

  .combine-padding-section-medium-4 {
    padding-top: 0;
  }

  .heading-138 {
    font-size: 21px;
    line-height: 33px;
  }

  .button-secondary-gray {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-gray:hover {
    background-color: #fff;
  }

  .combine-text-size-regular-20 {
    font-size: 14px;
  }

  .heading-140 {
    font-size: 21px;
    line-height: 33px;
  }

  .combine-feature7_content-sticky-5 {
    max-width: none;
    position: static;
  }

  .combine-padding-section-medium-5 {
    padding-top: 0;
  }

  .heading-141 {
    font-size: 21px;
    line-height: 33px;
  }

  .combine-feature7_content-sticky-6 {
    max-width: none;
    flex-direction: column-reverse;
    align-items: flex-start;
    position: static;
  }

  .combine-padding-section-medium-6 {
    padding-top: 0;
  }

  .combine-container-large-6 {
    width: 95%;
    max-width: none;
  }

  .paragraph-61 {
    font-size: 14px;
    line-height: 26px;
  }

  .combine-padding-global-5 {
    padding-top: 20px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-feature7_component-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .services_component-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .heading-142 {
    margin-top: 0;
    font-size: 24px;
  }

  .combine-padding-section-medium-7 {
    padding-top: 0;
  }

  .combine-feature7_component-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-11 {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-11:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .heading-143 {
    margin-top: 0;
    font-size: 24px;
  }

  .combine-feature7_content-sticky-7 {
    max-width: none;
    flex-direction: column-reverse;
    align-items: flex-start;
    position: static;
  }

  .uui-badge-small-success-3-copy {
    padding: .125rem .5rem;
  }

  .uui-footer01_link-2:hover {
    color: #667085;
  }

  .uui-badge-small-success-3 {
    padding: .125rem .5rem;
  }

  .button.is-portfolio {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    transform: translate(10%, -10%);
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .portfolio_list-wrapper.is-bottom {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .plyr_cover-button {
    width: 4rem;
    height: 4rem;
  }

  .plyr_cover-icon {
    padding-left: .3rem;
  }

  .underline-link.large-underline-link {
    font-size: 1.125rem;
  }

  .heading-xlarge {
    font-size: 2.875rem;
  }

  .home-hero-content {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .home-hero-intro {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .arrow-icon-wrapper.large-arrow-icon {
    margin-right: 1.125rem;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .scroll-container {
    flex-flow: wrap;
  }

  .image-wrapper {
    width: 48vw;
    height: 48vw;
  }

  .column-alt._2, .column._1 {
    width: 49vw;
  }

  .scroller {
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

  .wbs-spacing-32 {
    height: .5rem;
  }

  .wbs-spacing-34 {
    height: 1rem;
  }

  .uui-page-section-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wbs-hero-3-title {
    margin-bottom: 0;
    font-size: 1.7rem;
    line-height: 1.5em;
  }

  .uui-space-xxlarge {
    min-height: 2rem;
  }

  .uui-space-xxlarge-3 {
    min-height: 1rem;
  }

  .large-hero-title {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .hero-description-title {
    width: 100%;
    opacity: .95;
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-layout94_item {
    padding: 1rem 1.5rem;
  }

  .uui-page-section-wrap-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-space-xxlarge-4 {
    min-height: 1rem;
  }

  .uui-layout94_list {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .grid-focus {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .wbs-spacing-35 {
    height: .5rem;
  }

  .uui-page-section-wrap-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .focus-block {
    margin-bottom: 10px;
  }

  .focus {
    padding-right: 25px;
  }

  .focus.gradient {
    padding: 14px;
  }

  .uui-space-xxlarge-5 {
    min-height: 1rem;
  }

  .large-hero-title-2 {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .large-hero-title-2.center-align {
    font-size: 20px;
  }

  .wbs-lead-text {
    margin-bottom: 0;
  }

  .image-focus {
    width: 100%;
  }

  .wbs-feature-component {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .wbs-feature-split-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .wbs-spacing-36 {
    height: .5rem;
  }

  .uui-page-section-wrap-type-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .large-hero-title-3 {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .large-hero-title-3.center-align {
    font-size: 20px;
  }

  .wbs-lead-text-2 {
    margin-bottom: 0;
  }

  .div-block-600 {
    grid-template-columns: 1fr;
  }

  .heading-119-white {
    margin-top: 10px;
    font-size: 27px;
  }

  .uui-text-size-large-5 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-4 {
    font-size: 1.125rem;
  }

  .uui-pricing08_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-pricing08_price {
    font-size: 2.25rem;
  }

  .uui-space-xsmall-5 {
    min-height: .75rem;
  }

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

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-pricing08_feature-list {
    margin-bottom: 2rem;
  }

  .uui-pricing08_popular-plan {
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button-7 {
    font-size: 1rem;
  }

  .uui-button-7:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }
}

@media screen and (max-width: 479px) {
  .flowbase-logo-2 {
    width: 83px;
  }

  .navigation-wrap.new {
    height: 60px;
    margin-top: 30px;
    overflow: visible;
  }

  .uui-navbar07_dropdown-link-2, .uui-navbar02_dropdown-link-2 {
    padding-left: 0;
  }

  .navbar-wrapper-2, .navigation-mob-2 {
    width: 100%;
    height: 70px;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-link-mobile._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-toggle {
    padding: 10px 20px 10px 10px;
  }

  .text-block-74 {
    font-size: 13px;
  }

  .menu-mob-2 {
    padding: 9px;
  }

  .mobile-nav-3 {
    width: 100%;
    height: 91vh;
    margin-top: 60px;
    padding-right: 20px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .wbs-alert-bar-3-wrap {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .wbs-alert-bar-3-icon {
    display: none;
  }

  .wbs-alert-bar-3-title {
    font-size: 11px;
  }

  .wbs-button-small-primary-2 {
    font-size: 10px;
    line-height: 12px;
  }

  .ths11-wrapper {
    justify-content: center;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ths11-heading-h1 {
    font-size: 65px;
    line-height: 70px;
  }

  .ths11-hero-blocks-wrapper {
    width: 100vw;
    display: block;
  }

  .ths11-hero-section {
    max-height: 100vh;
    min-height: 90vh;
    margin-top: 80px;
  }

  .ths11-hero-blocks-wrapper-2 {
    display: none;
  }

  .ths11-hero-paragraph {
    margin-left: 0;
    line-height: 17px;
  }

  .pilot-img-div {
    height: 400px;
  }

  .div-block-590 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .container-18 {
    width: 90%;
  }

  .heading-123 {
    margin-top: 10px;
  }

  .div-block-591 {
    grid-template-columns: 1fr;
  }

  .hero-subtitle-flex {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-64 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-121 {
    margin-top: 10px;
    font-size: 28px;
  }

  .card-cell {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-top: 0;
    padding: 10px 0 20px;
  }

  .paragraph-large {
    font-size: 14px;
    line-height: 23px;
  }

  .hero-feature-cell {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
  }

  .heading-120 {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
  }

  .heading-119 {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .crypto-table_head {
    padding: .3rem;
  }

  .crypto-table_head.is-name {
    width: 19.4rem;
  }

  .crypto-table_head.is-position {
    display: none;
  }

  .crypto-table_text-large {
    font-size: .7rem;
    line-height: 19px;
  }

  .text-block-98 {
    font-size: .6rem;
    line-height: 16px;
  }

  .crypto-table_cell {
    min-width: auto;
    padding: .3rem;
  }

  .crypto-table_cell.is-label {
    display: none;
  }

  .crypto-table_cell.first {
    min-width: 5rem;
    padding-left: .6rem;
  }

  .section-62 {
    padding: 10px 0;
  }

  .button-10 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

  .image-main {
    width: 100%;
  }

  .div-block-593 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .heading-124 {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
  }

  .div-block-594 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .container-19 {
    width: 85%;
  }

  .container-19.small {
    width: 90%;
  }

  .heading-125 {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .uui-blogsection12_mask {
    width: 100%;
  }

  .uui-blogsection12_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-blogsection12_arrow, .uui-blogsection12_arrow.left {
    width: 2rem;
    height: 2rem;
  }

  .uui-blogsection12_component {
    margin-top: 0;
    padding-bottom: 4rem;
  }

  .uui-padding-vertical-xhuge-16 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .combine-heading-style-h5-black {
    font-size: 17px;
  }

  .course-card {
    height: auto;
  }

  .vacation-card-info {
    padding-left: 0;
    padding-right: 0;
  }

  .training-course-half {
    width: 100%;
    max-height: none;
    min-height: auto;
    grid-template-rows: auto auto;
  }

  .uui-page-padding-12 {
    border-top-style: none;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .f-h1-heading-4 {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .combine-text-size-regular-small {
    font-size: 15px;
  }

  .uui-container-large-10 {
    max-width: none;
  }

  .wrapper-hori {
    width: 100%;
    flex-direction: column;
  }

  .uui-page-padding-16 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .heading-4 {
    font-size: 15px;
  }

  .uui-blogsection12_heading-wrapper-2 {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .week-card {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: .25fr 1fr;
    padding: 14px;
  }

  .uui-blogsection12_button-row-2.hide-mobile-landscape {
    display: none;
  }

  .content-3 {
    width: 95%;
    max-width: none;
    align-items: flex-start;
  }

  .week-circle {
    width: 40px;
    height: 40px;
  }

  .uui-heading-medium-10 {
    font-size: 1.4rem;
  }

  .f-h1-heading-5 {
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
  }

  .heading-127 {
    font-size: 19px;
    line-height: 30px;
  }

  .combine-text-size-regular-11, .combine-text-size-regular-12, .combine-text-size-regular-13 {
    text-align: justify;
  }

  .uui-form_input-2 {
    min-height: 2rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: .8rem;
    line-height: 1.6;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-button-3 {
    margin-top: 10px;
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: .8rem;
    font-weight: 500;
  }

  .f-heading-detail-small-6 {
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 20px;
  }

  .form-field-2col-2-full {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .uui-form_input-3 {
    min-height: 2rem;
    padding-top: 0;
    padding-bottom: .1rem;
    font-size: .7rem;
  }

  .uui-form_input-3.text-area {
    font-size: .8rem;
  }

  .uui-form_input-3.select {
    min-height: 2rem;
    font-size: .8rem;
  }

  .uui-form-radio-label-2 {
    font-size: 13px;
    line-height: 19px;
  }

  .uui-header09_form {
    border-radius: 7px;
    padding: 14px;
  }

  .uui-contact06_contact-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    display: flex;
  }

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

  .f-title-wrapper-center-big {
    max-width: 100%;
  }

  .form-radio-2col-2 {
    grid-template-columns: 1fr;
  }

  .heading-108 {
    text-align: left;
    font-size: 19px;
    line-height: 30px;
  }

  .form-field-2col-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .uui-field-label-2 {
    font-size: .7rem;
  }

  .uui-padding-vertical-xhuge-21 {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .uui-page-padding-11 {
    padding-top: 0;
  }

  .uui-form-checkbox-label-2 {
    font-size: .8rem;
  }

  .uui-footer01_social-icon-2 {
    width: 20px;
    height: 20px;
  }

  .uui-footer01_bottom-wrapper {
    flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 10px;
  }

  .spark-section-8 {
    padding: 64px 20px;
  }

  .spark-section-8.spark-primary-dark-background {
    border-radius: 7px;
    padding: 10px;
  }

  .spark-section-8.spark-primary-color-background {
    margin-top: 90px;
    padding: 20px 20px 40px;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-logo_component {
    height: 60px;
  }

  .uui-footer06_component {
    margin-left: 10px;
    margin-right: 10px;
  }

  .uui-footer06_link-list-heading {
    font-weight: 700;
  }

  .uui-footer01_menu-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr;
  }

  .logo-box {
    width: 50px;
    height: 30px;
  }

  .logo-box.medium {
    width: 40px;
    height: 25px;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-110 {
    font-size: 26px;
  }

  .payment-logo {
    height: 30px;
  }

  .payment-logo.medium, .payment-logo.visa-custom {
    height: 25px;
  }

  .uui-footer01_logo-link {
    margin-bottom: .25rem;
  }

  .uui-footer06_top-wrapper {
    grid-template-columns: 1fr;
  }

  .uui-footer01_component {
    padding-bottom: 0;
    padding-left: 0;
  }

  .uui-footer01_social-link {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .uui-page-padding-17 {
    border-top-style: none;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .spark-hero-sub-paragraph-3.spark-secondary-font-color {
    font-size: 15px;
  }

  .spark-container-6.spark-primary-background {
    padding: 20px 10px;
  }

  .uui-footer01_legal-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .uui-text-size-medium-11 {
    font-size: 14px;
  }

  .uui-footer06_link {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 13px;
  }

  .spark-flex-row-4 {
    align-items: flex-start;
  }

  .spark-flex-row-4.spark-right {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .combine-text-size-regular-5 {
    font-size: 14px;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 21px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-568 {
    flex-wrap: wrap;
  }

  .heading-2 {
    text-align: center;
    display: flex;
  }

  .f-h1-heading {
    font-size: 25px;
  }

  .home-review {
    width: auto;
    flex: 0 auto;
    margin-left: 0;
    font-size: 12px;
    line-height: 21px;
  }

  .f-heading-detail-small2 {
    font-weight: 500;
  }

  .banner-item-wrap {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: start;
  }

  .bold-text-2 {
    text-align: left;
  }

  .link-wrapper {
    border-radius: 7px;
  }

  .featuredshow-desc {
    width: 100%;
    flex-wrap: wrap;
  }

  .banner-grid-wrap {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .button-wrap {
    width: auto;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .div-block-586 {
    padding: 7px;
  }

  .link-icon {
    width: 30px;
    height: 30px;
    border-radius: 7px;
  }

  .image-118 {
    margin-top: 0;
  }

  .home-banner-tab {
    flex: none;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .hero-check-image-wrap {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .para-2 {
    text-align: left;
  }

  .div-block-587, .banner-item {
    width: 100%;
  }

  .image {
    margin-left: 10px;
  }

  .mb-0 {
    font-size: 1.3em;
    font-weight: 400;
  }

  .separator.blue.mt-30 {
    margin-top: 10px;
  }

  .section-custom.highlights {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-custom.highlights.pb-80 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .grid-2x2-40x40 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .icon-feature {
    width: 25px;
    height: 25px;
  }

  .bold-large {
    font-weight: 600;
  }

  .div-bg-white {
    font-size: .8em;
  }

  .title-feature-element.p-20 {
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-111 {
    font-size: 19px;
    line-height: 27px;
  }

  .div-square-blue.small {
    width: 30px;
    height: 50px;
    min-width: 40px;
    justify-content: center;
  }

  .combine-clients2_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    bottom: -30px;
    left: 26%;
  }

  .combine-text-size-regular-8 {
    text-align: justify;
  }

  .f-section-large-3 {
    padding-bottom: 20px;
    padding-left: .9rem;
    padding-right: .9rem;
  }

  .combine-padding-section-medium-2 {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .heading-128 {
    font-size: 15px;
  }

  .brix---slider-mask-width-490px {
    height: auto;
    max-width: 100%;
    min-height: 340px;
  }

  .heading-3 {
    font-size: 19px;
    line-height: 30px;
  }

  .card {
    align-items: flex-start;
  }

  .combine-container-large-2 {
    width: 100%;
  }

  .card-wrap {
    align-items: flex-start;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    bottom: -30px;
    right: 26%;
  }

  .combine-heading-style-h6 {
    text-align: left;
    font-size: 16px;
  }

  .combine-text-size-regular-14 {
    text-align: justify;
    line-height: 1.6;
  }

  .heading-129 {
    font-size: 15px;
  }

  .heading-130 {
    font-size: 19px;
    line-height: 30px;
  }

  .combine-text-size-regular-15 {
    text-align: justify;
  }

  .heading-131 {
    font-size: 19px;
    line-height: 30px;
  }

  .job-item {
    max-width: none;
    min-width: auto;
    margin-left: 0;
  }

  .combine-text-size-regular-4 {
    font-size: 14px;
  }

  .combine-icon_color2 {
    margin-left: 0;
  }

  .form-field-2col-3 {
    grid-template-columns: 1fr;
  }

  .contact6-1_form-wrapper-2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .combine-text-size-regular-2 {
    font-size: 1.4rem;
  }

  .combine-contact4_feature {
    margin-bottom: 20px;
  }

  .combine-text-size-regular-3 {
    font-size: 14px;
  }

  .pilot-training-courses-h2-heading {
    font-size: 18px;
    line-height: 24px;
  }

  .combine-feature7_content-sticky-3, .combine-feature7_content-sticky-3.contact6-1_form-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .combine-section_wrapper {
    padding-top: 20px;
  }

  .title-container-white {
    padding: 17px;
  }

  .combine-padding-section-medium {
    padding-top: 10px;
  }

  .heading-132 {
    font-size: 19px;
    line-height: 30px;
  }

  .combine-icon_medium {
    margin-right: 10px;
  }

  ._4achievers-desc {
    padding: 20px 10px;
  }

  .combine-contact4_feature-3 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .combine-feature7_wrapper2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .combine-feature7_content-sticky {
    width: auto;
    min-width: auto;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .combine-text-size-regular-16 {
    text-align: justify;
  }

  .heading-133 {
    font-size: 15px;
  }

  .heading-134 {
    font-size: 19px;
    line-height: 30px;
  }

  .combine-container-large-3 {
    width: 100%;
  }

  .form-field-2col-4 {
    grid-template-columns: 1fr;
  }

  .combine-text-size-regular-17 {
    font-size: 1.4rem;
  }

  .combine-contact4_feature-4 {
    margin-bottom: 20px;
  }

  .combine-text-size-regular-18, .list--1 {
    font-size: 14px;
  }

  .combine-feature7_content-sticky-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .combine-feature7_content-sticky-4.contact6-1_form-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 20px;
  }

  .combine-padding-section-medium-3 {
    padding-top: 10px;
  }

  .heading-135 {
    font-size: 19px;
    line-height: 30px;
  }

  ._4achievers-para.paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .combine-text-size-regular-19 {
    text-align: justify;
  }

  .heading-136 {
    font-size: 15px;
  }

  .heading-137 {
    font-size: 19px;
    line-height: 30px;
  }

  .combine-container-large-4 {
    width: 100%;
  }

  .combine-text-size-regular {
    font-size: 14px;
  }

  .combine-feature7_item {
    padding: .125rem .7rem .5rem;
  }

  ._4achievers-blog {
    margin-top: 10px;
  }

  .combine-padding-section-medium-4 {
    padding-top: 10px;
  }

  .heading-138 {
    font-size: 19px;
    line-height: 30px;
  }

  .combine-heading-style-h5 {
    font-size: 16px;
  }

  .combine-text-size-regular-20 {
    text-align: justify;
  }

  .heading-139 {
    font-size: 15px;
  }

  .heading-140 {
    font-size: 19px;
    line-height: 30px;
  }

  .combine-container-large-5 {
    width: 100%;
  }

  .form-field-2col-5 {
    grid-template-columns: 1fr;
  }

  .combine-text-size-regular-21 {
    font-size: 1.4rem;
  }

  .combine-text-size-regular-22 {
    font-size: 14px;
  }

  .combine-contact4_feature-5 {
    margin-bottom: 20px;
  }

  .combine-feature7_content-sticky-5, .combine-feature7_content-sticky-5.contact6-1_form-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .combine-padding-section-medium-5 {
    padding-top: 10px;
  }

  .heading-141 {
    font-size: 19px;
    line-height: 30px;
  }

  .combine-feature7_content-sticky-6 {
    width: auto;
    min-width: auto;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .heading-112-h1-2 {
    font-size: 23px;
  }

  .combine-padding-section-medium-6 {
    padding-top: 10px;
  }

  .cf-testimonial-text---h1-2 {
    font-size: 16px;
  }

  .services_left {
    flex-direction: column;
    display: flex;
  }

  .combine-contact4_feature-7 {
    width: 100%;
    margin-bottom: 10px;
  }

  .services_card-large-content {
    display: block;
  }

  .combine-container-large-6 {
    width: 98%;
  }

  .combine-padding-global-5 {
    padding: 10px 10px 20px;
  }

  .layout253-2_content {
    width: 100%;
  }

  .services_component-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    display: flex;
  }

  .heading-142 {
    font-size: 19px;
    line-height: 27px;
  }

  .form-field-2col-6 {
    grid-template-columns: 1fr;
  }

  .combine-padding-section-medium-7 {
    padding-top: 10px;
  }

  .combine-text-size-regular-23 {
    font-size: 1.3rem;
  }

  .combine-contact4_feature-8 {
    margin-bottom: 20px;
  }

  .heading-143 {
    font-size: 18px;
    line-height: 27px;
  }

  .combine-contact4_feature-9 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .combine-feature7_content-sticky-7 {
    width: 100%;
    min-width: auto;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .image-166 {
    width: 30px;
    height: 30px;
  }

  .uui-footer01_link-2 {
    font-size: .8rem;
  }

  .footer-div-wrap {
    padding-left: 0;
  }

  .div-block-576 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .image-156 {
    width: 20px;
  }

  .div-block-575 {
    grid-template-columns: 1fr 1fr;
  }

  .button.is-portfolio {
    padding: .68rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .portfolio_item.hide-tablet {
    width: 95vw;
  }

  .plyr_cover-button {
    width: 4rem;
    height: 4rem;
  }

  .plyr_cover-icon {
    z-index: 0;
    width: 1.5rem;
    height: 1.5rem;
    padding-left: .25rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .hero-image, .hero-image-2 {
    width: 80vw;
    height: 80vw;
    min-width: 80vw;
  }

  .scroll-container {
    height: 84vh;
  }

  .scroller {
    height: 30px;
    overflow: hidden;
  }

  .wbs-feature-split-right {
    height: auto;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .wbs-spacing-33 {
    height: 1rem;
  }

  .uui-page-section-wrap {
    padding: 20px .5rem;
  }

  .wbs-feature-split-left {
    padding: 15px;
  }

  .wbs-hero-3-title {
    font-size: 23px;
    line-height: 1.3em;
  }

  .wbs-hero-3-title.small {
    font-size: 1.2rem;
  }

  .wbs-feature-split-3-list {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    padding-top: 30px;
  }

  .icon-featured-square-large {
    width: 2.5rem;
    height: 2.5rem;
  }

  .uui-space-xxlarge {
    min-height: 1.5rem;
  }

  .large-hero-title {
    text-align: left;
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
  }

  .wbs-hero-6-lead-text {
    font-size: 15px;
  }

  .hero-description-title {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .uui-container-large-9 {
    max-width: 95%;
  }

  .uui-heading-xxsmall {
    font-size: 1rem;
  }

  .uui-layout94_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-page-section-wrap-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .icon-featured-square-large-2 {
    width: 2.5rem;
    height: 2.1rem;
  }

  .uui-text-size-medium-12 {
    font-size: 14px;
  }

  .uui-container-large-16 {
    max-width: 95%;
  }

  .uui-page-section-wrap-3 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .focus-block {
    margin: 20px 0 18px;
  }

  .wbs-spacing-31 {
    height: 1rem;
  }

  .focus {
    padding-left: 5%;
    padding-right: 5%;
  }

  .focus.gradient {
    padding-bottom: 10px;
  }

  .large-hero-title-2 {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }

  .large-hero-title-2.center-align {
    line-height: 30px;
  }

  .wbs-lead-text {
    font-size: 15px;
  }

  .content {
    width: 100%;
  }

  .uui-container-large-17 {
    max-width: 95%;
  }

  .wbs-button-black {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .wbs-spacing-37 {
    height: 1rem;
  }

  .large-hero-title-3 {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }

  .large-hero-title-3.center-align {
    line-height: 30px;
  }

  .wbs-lead-text-2 {
    font-size: 15px;
  }

  .uui-container-large-18 {
    max-width: 95%;
  }

  .wbs-button-black-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .heading-119-white {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .form-field-2col-type-2 {
    grid-template-columns: 1fr;
  }

  .uui-field-label-3 {
    font-size: .7rem;
  }

  .ths06-contact-form {
    width: 100%;
    margin-top: 20px;
  }

  .ths06-form-open-button {
    width: 50px;
    height: 50px;
    margin-left: 0;
  }

  .ths06-footer {
    height: 60px;
    padding-right: 20px;
  }

  .uui-form_input-4 {
    min-height: 2rem;
    padding-top: 0;
    padding-bottom: .1rem;
    font-size: .7rem;
  }

  .uui-form_input-4.select {
    min-height: 2rem;
    font-size: .8rem;
  }

  .ths06-dropdown-list-header-title.ths06-big {
    font-size: 15px;
  }

  .ths06-form-text {
    display: none;
  }

  .ths06-form-block-header {
    padding-left: 10px;
    padding-right: 20px;
  }

  .ths06-email-icon, .ths06-close-icon {
    width: 20px;
  }

  .uui-field-label-4 {
    font-size: .7rem;
  }

  .ths06-form-block {
    z-index: 99;
    width: auto;
    min-width: 300px;
    margin: 0 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }
}

#w-node-e8d0e1c0-5a20-ed55-24e9-7a7b63975ae0-c890252e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88847683-6332-ee1c-3892-837c37d37f7e-c890252e, #w-node-_88847683-6332-ee1c-3892-837c37d37f8e-c890252e, #w-node-_88847683-6332-ee1c-3892-837c37d37f9e-c890252e, #w-node-_88847683-6332-ee1c-3892-837c37d37fae-c890252e {
  align-self: center;
  justify-self: start;
}

#w-node-a7600b80-68e6-c2c0-4683-bd406e9f57e7-6e9f57bf, #w-node-a7600b80-68e6-c2c0-4683-bd406e9f57f7-6e9f57bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d941-1fd7d92e {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d943-1fd7d92e, #w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d945-1fd7d92e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d955-1fd7d92e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d956-1fd7d92e, #w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d958-1fd7d92e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d959-1fd7d92e, #w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d95b-1fd7d92e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d95c-1fd7d92e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d963-1fd7d92e {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d965-1fd7d92e, #w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d967-1fd7d92e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d977-1fd7d92e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d978-1fd7d92e, #w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d97a-1fd7d92e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d97b-1fd7d92e, #w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d97d-1fd7d92e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d97e-1fd7d92e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d985-1fd7d92e {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d987-1fd7d92e, #w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d989-1fd7d92e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d999-1fd7d92e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d99a-1fd7d92e, #w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d99c-1fd7d92e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d99d-1fd7d92e, #w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d99f-1fd7d92e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6b1c1cc4-079a-aebc-45f1-d7e31fd7d9a0-1fd7d92e, #w-node-_665db1e3-836b-9d8d-1350-5c38ac054e23-ac054e0f, #w-node-_665db1e3-836b-9d8d-1350-5c38ac054e25-ac054e0f, #w-node-_665db1e3-836b-9d8d-1350-5c38ac054e37-ac054e0f, #w-node-_665db1e3-836b-9d8d-1350-5c38ac054e39-ac054e0f, #w-node-_665db1e3-836b-9d8d-1350-5c38ac054e4b-ac054e0f, #w-node-_665db1e3-836b-9d8d-1350-5c38ac054e4d-ac054e0f, #w-node-f04ff1c0-92b4-2dd1-0e12-e39d97032adb-97032ac9, #w-node-f04ff1c0-92b4-2dd1-0e12-e39d97032b5a-97032ac9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14c99e2a-30c1-a43c-fd57-668660ba6291-1edef1d3, #w-node-_14c99e2a-30c1-a43c-fd57-668660ba6298-1edef1d3, #w-node-_14c99e2a-30c1-a43c-fd57-668660ba629f-1edef1d3, #w-node-_14c99e2a-30c1-a43c-fd57-668660ba62a6-1edef1d3, #w-node-_14c99e2a-30c1-a43c-fd57-668660ba62af-1edef1d3, #w-node-_14c99e2a-30c1-a43c-fd57-668660ba62b6-1edef1d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_640b92b8-cbc4-8b81-4627-27bd58226527-1edef1d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_640b92b8-cbc4-8b81-4627-27bd58226530-1edef1d3 {
  justify-self: center;
}

#w-node-ca51b47d-fb53-16db-9d84-ba49ef905763-1edef1d3, #w-node-ca51b47d-fb53-16db-9d84-ba49ef905767-1edef1d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81ed6f55-9a52-0469-c6f5-f298a7c162f6-1edef1d3 {
  justify-self: center;
}

#w-node-_85d1b2c9-874d-7661-fbd2-c7d878effd18-1edef1d3, #w-node-_85d1b2c9-874d-7661-fbd2-c7d878effd2c-1edef1d3, #w-node-_85d1b2c9-874d-7661-fbd2-c7d878effd40-1edef1d3, #w-node-_85d1b2c9-874d-7661-fbd2-c7d878effd54-1edef1d3 {
  align-self: center;
}

#w-node-_9f6bf03a-9677-742c-ccfa-543661f17019-1edef1d3 {
  justify-self: center;
}

#w-node-_130a7769-14a2-38f1-b086-4af47cb7389a-1edef1d3, #w-node-_130a7769-14a2-38f1-b086-4af47cb738a5-1edef1d3, #w-node-_130a7769-14a2-38f1-b086-4af47cb738b0-1edef1d3 {
  align-self: center;
}

#w-node-_130a7769-14a2-38f1-b086-4af47cb738e3-1edef1d3 {
  justify-self: center;
}

#w-node-eb311771-f66c-d691-fe00-2ba0bb9b6a42-bb9b6a3c, #w-node-eb311771-f66c-d691-fe00-2ba0bb9b6a46-bb9b6a3c, #w-node-aacdd00a-3e88-77a3-4afb-c61cd7d8d485-bb9b6a3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb311771-f66c-d691-fe00-2ba0bb9b6a9e-bb9b6a3c {
  justify-self: center;
}

#w-node-_14c99e2a-30c1-a43c-fd57-668660ba6291-dd8b98db, #w-node-_14c99e2a-30c1-a43c-fd57-668660ba6298-dd8b98db, #w-node-_14c99e2a-30c1-a43c-fd57-668660ba629f-dd8b98db, #w-node-_14c99e2a-30c1-a43c-fd57-668660ba62a6-dd8b98db, #w-node-_14c99e2a-30c1-a43c-fd57-668660ba62af-dd8b98db, #w-node-_14c99e2a-30c1-a43c-fd57-668660ba62b6-dd8b98db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4de2fb60-7e94-15cc-10f2-d7c30281518e-dd8b98db, #w-node-_4de2fb60-7e94-15cc-10f2-d7c30281518f-dd8b98db, #w-node-_4de2fb60-7e94-15cc-10f2-d7c3028151a0-dd8b98db, #w-node-d56b857f-930a-9810-c7e4-74741e277c87-dd8b98db, #w-node-d56b857f-930a-9810-c7e4-74741e277c89-dd8b98db, #w-node-dd766136-6c50-84cb-4d04-0fb89ffee672-dd8b98db, #w-node-dd766136-6c50-84cb-4d04-0fb89ffee670-dd8b98db, #w-node-_4142f20b-b9a9-e7dd-2e11-1a99b833e2f6-dd8b98db, #w-node-_4142f20b-b9a9-e7dd-2e11-1a99b833e2f8-dd8b98db, #w-node-a8b254ae-9704-3e57-00bb-c2e91a2b21ef-dd8b98db, #w-node-a8b254ae-9704-3e57-00bb-c2e91a2b21f7-dd8b98db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0eba0e92-5cb7-ccf1-2dc3-992f83e2d8a1-dd8b98db, #w-node-_0eba0e92-5cb7-ccf1-2dc3-992f83e2d8a6-dd8b98db, #w-node-_0eba0e92-5cb7-ccf1-2dc3-992f83e2d8ab-dd8b98db, #w-node-_0eba0e92-5cb7-ccf1-2dc3-992f83e2d8b0-dd8b98db, #w-node-_0eba0e92-5cb7-ccf1-2dc3-992f83e2d8b5-dd8b98db, #w-node-_53934e88-b25d-b362-acfc-cf5741b76045-dd8b98db, #w-node-_53934e88-b25d-b362-acfc-cf5741b7604a-dd8b98db, #w-node-_53934e88-b25d-b362-acfc-cf5741b7604f-dd8b98db, #w-node-_53934e88-b25d-b362-acfc-cf5741b76054-dd8b98db, #w-node-_53934e88-b25d-b362-acfc-cf5741b76059-dd8b98db, #w-node-c51cff6d-d075-8fd5-43be-fca29815e078-dd8b98db, #w-node-c51cff6d-d075-8fd5-43be-fca29815e07d-dd8b98db, #w-node-c51cff6d-d075-8fd5-43be-fca29815e082-dd8b98db, #w-node-c51cff6d-d075-8fd5-43be-fca29815e087-dd8b98db, #w-node-c51cff6d-d075-8fd5-43be-fca29815e08c-dd8b98db {
  align-self: start;
}

#w-node-_11d323d2-7d6b-5373-6f41-95cd9a586e38-dd8b98db, #w-node-_11d323d2-7d6b-5373-6f41-95cd9a586e39-dd8b98db, #w-node-_11d323d2-7d6b-5373-6f41-95cd9a586e4a-dd8b98db, #w-node-_11d323d2-7d6b-5373-6f41-95cd9a586e59-dd8b98db, #w-node-_11d323d2-7d6b-5373-6f41-95cd9a586e67-dd8b98db, #w-node-_11d323d2-7d6b-5373-6f41-95cd9a586e75-dd8b98db, #w-node-_11d323d2-7d6b-5373-6f41-95cd9a586e83-dd8b98db, #w-node-_280f764d-0488-fc4c-9fd6-81d064e39388-dd8b98db, #w-node-_280f764d-0488-fc4c-9fd6-81d064e39389-dd8b98db, #w-node-_280f764d-0488-fc4c-9fd6-81d064e3939a-dd8b98db, #w-node-_280f764d-0488-fc4c-9fd6-81d064e393aa-dd8b98db, #w-node-_280f764d-0488-fc4c-9fd6-81d064e393b2-dd8b98db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-ca51b47d-fb53-16db-9d84-ba49ef905763-1edef1d3, #w-node-eb311771-f66c-d691-fe00-2ba0bb9b6a42-bb9b6a3c {
    grid-column: span 1 / span 1;
  }

  #w-node-d56b857f-930a-9810-c7e4-74741e277c89-dd8b98db, #w-node-dd766136-6c50-84cb-4d04-0fb89ffee672-dd8b98db, #w-node-_4142f20b-b9a9-e7dd-2e11-1a99b833e2f8-dd8b98db, #w-node-a8b254ae-9704-3e57-00bb-c2e91a2b21ef-dd8b98db {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ca51b47d-fb53-16db-9d84-ba49ef905763-1edef1d3, #w-node-eb311771-f66c-d691-fe00-2ba0bb9b6a42-bb9b6a3c {
    grid-column: span 1 / span 1;
  }

  #w-node-b795e6c8-04a2-59c2-8d1c-c6b3332f025e-dd8b98db {
    align-self: center;
    justify-self: center;
  }

  #w-node-_1c39e870-a82f-0e35-9cd8-76f5f51c0501-f51c04f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-ExtraBold.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rebeqa';
  src: url('../fonts/Rebeqa-SemiBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}