.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-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.f-paragraph-regular {
  color: #1e1e23;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 1.8;
}

.f-banner-badge {
  outline-offset: 0px;
  color: #fff;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #faf9f6;
  background-clip: border-box;
  border: 3px solid #1e1e23;
  border-radius: 9px;
  outline: 3px #1e1e23;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  box-shadow: 3px 3px #1e1e23;
}

.f-banner-flex-row {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-banner {
  min-height: 56px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #f2f0e9;
  border: 1px #000;
  border-top: 2px rgba(30, 30, 35, .1);
  border-bottom: 2px solid rgba(30, 30, 35, .1);
  justify-content: center;
  align-items: center;
  padding: 10px 5%;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  color: #1e1e23;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.body {
  background-color: #faf9f6;
  background-image: url('../images/Instagram-post---31.svg');
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  border: 1px #000;
  border-radius: 8px;
  box-shadow: 2px 2px #1e1e23;
}

.body:hover {
  box-shadow: none;
}

.f-navigation-link {
  color: #1e1e23;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #f2f0e9;
  border: 2px solid #faf9f6;
  border-radius: 12px;
  padding: 8px 24px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.f-navigation-link:hover {
  color: #1e1e23;
  background-color: #faf9f6;
  border: 2px solid rgba(30, 30, 35, .1);
  border-radius: 12px;
  font-family: Merriweather, serif;
}

.f-navigation-link.w--current {
  color: #ff4a60;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-button {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px #1e1e23;
}

.f-navigation-button:hover {
  background-color: #faf9f6;
  transform: translate(2px, 2px);
  box-shadow: 0 0 #1e1e23;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-logo {
  width: 100px;
}

.f-navigation-container {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-2 {
  width: 100%;
  min-height: 88px;
  background-color: #faf9f6;
  align-items: center;
  padding: 24px 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.text-block-2 {
  color: #1e1e23;
  text-align: center;
  letter-spacing: .01em;
  text-transform: none;
  white-space: normal;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
}

.f-paragraph-large {
  color: #1e1e23;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.f-h1-heading {
  color: #1e1e23;
  text-align: left;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 64px;
  line-height: 1.2;
  display: inline-block;
}

.f-image-cover {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-top: -50px;
}

.f-header-image-wrapper-tall {
  width: 100%;
  height: 630px;
  max-width: 500px;
  border-radius: 12px;
  flex-wrap: nowrap;
  order: 0;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.f-header-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.f-heading-detail-small-2 {
  color: rgba(30, 30, 35, .6);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.f-header-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: .25fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  justify-items: center;
  font-family: Merriweather, serif;
  display: flex;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.f-section-large-2 {
  padding: 0 5% 60px;
  font-family: Merriweather, serif;
  position: relative;
}

.f-icon-regular-2 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-footer-social {
  width: 48px;
  height: 48px;
  color: #160042;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: #642eff;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-link {
  width: 100%;
  clear: none;
  color: #160042;
  letter-spacing: -.01em;
  flex: 0 auto;
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

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

.f-footer-vertical-divider {
  width: 1px;
  height: 16px;
  background-color: #e4e6f1;
}

.f-footer-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.f-footer-detail {
  direction: ltr;
  text-transform: none;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.f-footer-line {
  width: 1px;
  height: 24px;
  background-color: #e4e6f1;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-logo-xs {
  width: 48px;
  height: 48px;
  mix-blend-mode: normal;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.f-footer-small {
  background-color: #f2f0e9;
  border-top: 2px solid rgba(30, 30, 35, .1);
  padding: 32px 5%;
  font-family: Merriweather, serif;
  position: relative;
}

.text-block-3 {
  color: #1e1e23;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.text-block-4 {
  color: #1e1e23;
  font-weight: 700;
  line-height: 20px;
}

.text-block-4:hover {
  color: #1e1e23;
}

.text-block-5 {
  color: #1e1e23;
  font-weight: 700;
  line-height: 20px;
}

.text-block-5:hover {
  color: #1e1e23;
}

.text-block-6 {
  color: #1e1e23;
  font-weight: 700;
  line-height: 20px;
}

.text-block-6:hover {
  font-weight: 700;
}

.div-block {
  margin-top: -50px;
}

.f-navigation-button-hero {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px #1e1e23;
}

.f-navigation-button-hero:hover {
  background-color: #faf9f6;
  transform: translate(2px, 2px);
  box-shadow: 0 0 #1e1e23;
}

.f-navigation-button-hero-alt {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px #1e1e23;
}

.f-navigation-button-hero-alt:hover {
  background-color: #faf9f6;
  transform: translate(2px, 2px);
  box-shadow: 0 0 #1e1e23;
}

.brix---btn-primary-full-width {
  width: 100%;
  max-width: 100%;
  color: #1e1e23;
  text-align: center;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 18px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
}

.brix---btn-primary-full-width:hover {
  color: #1e1e23;
  background-color: #faf9f6;
  font-size: 22px;
  font-weight: 700;
}

.brix---text-200-list-bold {
  color: #1e1e23;
  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: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

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

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---divider-40px {
  height: 1px;
  background-color: #dcddeb;
  margin-top: 40px;
  margin-bottom: 40px;
}

.brix---paragraph-default {
  color: #1e1e23;
  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: 18px;
  line-height: 26px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---text-300-medium {
  color: #1e1e23;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.brix---heading-h1-size {
  color: #1e1e23;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Merriweather, serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---mg-right-8px {
  margin-right: 8px;
}

.brix---flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---heading-h3-size {
  color: #1e1e23;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---pricing-content-v2 {
  border: 1px #1e1e23;
  padding: 40px 28px;
  font-weight: 400;
}

.brix---card {
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 24px;
  transition: transform .25s cubic-bezier(.455, .03, .515, .955), box-shadow .25s cubic-bezier(.455, .03, .515, .955);
  box-shadow: 7px 7px #1e1e23;
}

.brix---card:hover {
  transform: translate(5px, 5px);
  box-shadow: 0 0 #1e1e23;
}

.brix---btn-primary-white-full-width {
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  color: #f7f7f5;
  text-align: center;
  background-color: #1e1e23;
  background-image: none;
  border: 3px #1e1e23;
  border-radius: 18px;
  justify-content: center;
  margin-top: 0;
  padding: 26px 38px;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.brix---btn-primary-white-full-width:hover {
  box-shadow: none;
  color: #faf9f6;
  background-color: #ff4a60;
  border-style: none;
  display: block;
  transform: translate(0, -5px);
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---badge-secondary-small-bold {
  color: #1e1e23;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #ff8484, #a079fc);
  border: 3px solid #1e1e23;
  border-radius: 14px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  box-shadow: 3px 3px #1e1e23;
}

.brix---badge-wrapper-top-right {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.brix---card-pricing-popular {
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 24px;
  transition: box-shadow .25s cubic-bezier(.455, .03, .515, .955), transform .25s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  box-shadow: 7px 7px #1e1e23;
}

.brix---card-pricing-popular:hover {
  transform: translate(5px, 5px);
  box-shadow: 0 0 #1e1e23;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---tabs-content {
  color: #1e1e23;
  overflow: visible;
}

.brix---badge-secondary---tabs {
  color: #1e1e23;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #1e1e23;
  border-radius: 18px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .06);
}

.brix---badge-secondary---tabs:hover {
  color: #1e1e23;
  background-color: rgba(0, 0, 0, 0);
  border-color: #1e1e23;
}

.brix---badge-secondary---tabs.w--current {
  color: #faf9f6;
  background-color: #1e1e23;
  background-image: none;
  border-width: 3px;
  border-color: #1e1e23;
  border-radius: 18px;
  font-weight: 700;
  transition-property: none;
  box-shadow: 3px 3px #1e1e23;
}

.brix---tabs-menu {
  color: #1e1e23;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-weight: 700;
  display: flex;
}

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

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  border-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: #fff;
  margin-top: -200px;
  padding-top: 100px;
  padding-bottom: 40px;
  font-family: Merriweather, serif;
}

.text-block-7 {
  color: #1e1e23;
  font-weight: 700;
}

.text-span-2 {
  color: #f7f7f5;
  -webkit-text-fill-color: inherit;
  background-color: #ff4a60;
  background-image: none;
  background-clip: border-box;
  padding-left: 10px;
  padding-right: 10px;
  transition: background-color .325s cubic-bezier(.455, .03, .515, .955);
}

.cf-resource-visual-item {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.cf-visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  text-decoration: none;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.dropdown-toggle {
  background-color: #f2f0e9;
  border: 2px solid rgba(30, 30, 35, 0);
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.dropdown-toggle:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(30, 30, 35, .1);
}

.icon {
  margin-right: 10px;
}

.dropdown {
  background-color: #faf9f6;
  font-family: Merriweather, serif;
}

.dropdown-list {
  background-color: #f2f0e9;
  border-radius: 14px;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 2px;
  padding-left: 0;
  font-weight: 700;
}

.dropdown-link {
  text-align: center;
  background-color: #f2f0e9;
  border: 3px solid rgba(30, 30, 35, 0);
  border-radius: 10px;
  margin-top: 0;
}

.dropdown-link:hover {
  border-color: rgba(30, 30, 35, .1);
}

.dropdown-link-1 {
  text-align: center;
  background-color: #f2f0e9;
  border: 3px solid rgba(30, 30, 35, 0);
  border-radius: 10px;
  margin-top: 4px;
}

.dropdown-link-1:hover {
  border-color: rgba(30, 30, 35, .1);
}

.dropdown-link-1.w--current {
  color: #ff4a60;
}

.dropdown-link-3 {
  text-align: center;
  background-color: #f2f0e9;
  border: 3px solid rgba(30, 30, 35, 0);
  border-radius: 10px;
  margin-top: 4px;
}

.dropdown-link-3:hover {
  border-color: rgba(30, 30, 35, .1);
}

.cf-logos-image {
  object-fit: contain;
  background-color: #1e1e23;
}

.cf-logo-image-container {
  width: 100%;
  height: 100px;
  max-width: 178px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  margin-right: 47px;
  display: flex;
}

.cf-logo-image-container.last {
  margin-right: 0;
}

.hide {
  display: none;
}

.cf-logos-contain {
  z-index: 10;
  width: 100%;
  max-width: 855px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cf-logo-wrapper {
  width: 90%;
  max-width: 1140px;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
  box-shadow: 8px 8px #1e1e23;
}

.cf-logo-section-1 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.cf-logos-heading-logo {
  z-index: 10;
  max-width: 620px;
  float: none;
  clear: none;
  color: #1e1e23;
  text-align: center;
  object-fit: none;
  margin: 0 auto 10px;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.f-paragraph-large-logo {
  color: #1e1e23;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 80px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.dropdown-column-wrapper {
  width: 672px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #eff0f6;
  border-radius: 0;
  overflow: hidden;
  transform: translate(-50%);
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0b0b0b;
  border: 2px solid #0b0b0b;
  border-radius: 16px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1c92ff;
  border-color: #1c92ff;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  border-radius: 12px;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-primary.white {
  color: #0b0b0b;
  background-color: #fff;
}

.btn-primary.white:hover {
  color: #fff;
  background-color: #1c92ff;
}

.btn-primary.button-row {
  margin-right: 28px;
}

.btn-primary.full-width {
  width: 100%;
}

.header-left-side {
  align-items: center;
  display: flex;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.left {
  padding-left: 0;
  padding-right: 16px;
}

.dropdown-toggle-2 {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle-2:hover {
  color: #ffc431;
}

.dropdown-toggle-2.header-nav-link:hover {
  color: #1c92ff;
}

.container-default {
  max-width: 1300px;
  justify-content: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.container-default.nav-container {
  max-width: 778px;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.hamburger-menu-bar {
  width: 52px;
  height: 4px;
  background-color: #0b0b0b;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-logo {
  max-width: 200px;
}

.footer-link {
  color: #eff0f6;
  transform-style: preserve-3d;
  font-weight: 400;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: inline-block;
}

.footer-link:hover {
  color: #1c92ff;
  transform: translate3d(8px, 0, .01px);
}

.footer-link.w--current {
  transform: translate(0);
}

.footer-link.dropdown {
  color: #0b0b0b;
}

.footer-link.dropdown:hover {
  color: #1c92ff;
}

.footer-link.dropdown.featured-link {
  font-weight: 700;
  text-decoration: underline;
}

.footer-list-item {
  margin-bottom: 24px;
  padding-left: 0;
  line-height: 20px;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.text-400 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.083em;
}

.text-400.bold {
  font-weight: 700;
}

.text-400.bold.dropdown-page {
  color: #0b0b0b;
  margin-bottom: 40px;
}

.header-content-wrapper {
  background-color: #fff;
  border: 2px solid #0b0b0b;
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  display: flex;
}

.header-content-wrapper.shadow-neutral-800---distance-7px {
  box-shadow: 7px 7px #0b0b0b;
}

.header-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 34px;
  padding-bottom: 34px;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-logo-link.w--current:hover {
  transform: translate(0, -4px);
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-lists-wrapper {
  grid-column-gap: 38px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.dropdown-grid {
  grid-column-gap: 40px;
  grid-template-columns: auto auto;
  align-items: start;
}

.grid-2-columns.blog-left-sidebar {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  grid-template-columns: .5fr 1fr;
  align-items: start;
}

.grid-2-columns.blog-left-sidebar.gap-column-64px {
  grid-column-gap: 64px;
  grid-template-columns: .8fr 1fr;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.blog-featured-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1.2fr;
}

.grid-2-columns.post-rigth-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: 1fr .5fr;
}

.grid-2-columns.title-and-buttons {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr auto;
}

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.header-nav-link {
  color: #0b0b0b;
  padding: 0;
  font-weight: 700;
}

.header-nav-link:hover {
  color: #1c92ff;
}

.header-nav-link.w--current {
  color: #0b0b0b;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 4px;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 40px;
  line-height: 1em;
}

.card {
  background-color: rgba(0, 0, 0, 0);
  border: 3px #0b0b0b;
  border-radius: 24px;
}

.card.dropdown {
  box-shadow: none;
  margin-top: 20px;
  padding: 58px 40px;
}

.card.dropdown:hover {
  transform: none;
}

.card.resume-card-v1 {
  max-width: 625px;
  box-shadow: none;
  background-color: #fff;
  overflow: hidden;
}

.card.resume-card-v1:hover {
  transform: none;
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.sticky-top.top-24px.static-mbl {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-radius: 0;
}

.card.sticky-top.top-24px.static-mbl:hover {
  transform: none;
}

.section {
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.pd-top-5---bottom-5 {
  padding-top: 5%;
  padding-bottom: 5%;
  overflow: hidden;
}

.section.hero {
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
}

.section.hero.v4 {
  padding-top: 53px;
  padding-bottom: 113px;
}

.section.hero.v3 {
  padding-top: 92px;
  padding-bottom: 200px;
}

.section.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.pd-200px.pd-top-0 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section.pd-bottom-220px {
  padding-bottom: 220px;
}

.section.pd-bottom-220px.pd-top-0 {
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 100px;
  font-family: Merriweather, serif;
  display: flex;
}

.section.overflow-hidden.testimonial-section {
  display: block;
}

.section.pd-top-0 {
  padding-top: 0;
}

.logo-strip-wrapper {
  width: 110%;
  background-color: #0b0b0b;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
  transform: translate(-15px)rotate(-5deg);
}

.logo-strip-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(max-content, auto) minmax(max-content, auto) minmax(max-content, auto) minmax(max-content, auto) minmax(max-content, auto) minmax(max-content, auto);
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.rotated-strip-image {
  margin-right: 72px;
}

.f-paragraph-large-hero {
  color: #1e1e23;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.f-paragraph-large-flagship {
  color: #1e1e23;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.brix---btn-primary-small {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  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;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  width: 52px;
  height: 4px;
  background-color: #211f54;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: #211f54;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: #4a3aff;
}

.brix---header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold {
  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: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---link-wrapper {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: #4a3aff;
}

.brix---text-200 {
  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: 18px;
  line-height: 20px;
}

.brix---color-neutral-801 {
  color: #6e7191;
}

.brix---color-neutral-802 {
  color: #211f54;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-top-32px {
  margin-top: 32px;
}

.brix---image-width-100 {
  width: 100%;
}

.brix---image-border-radius-24px {
  border-radius: 24px;
  overflow: hidden;
}

.brix---link-content-dropdown {
  color: #6e7191;
  text-decoration: none;
}

.brix---grid-dropdown-cards {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---container-default-dropdown-full-width {
  width: 100%;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---dropdown-full-width-container {
  width: 100%;
  background-color: #fff;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  box-shadow: 0 10px 24px rgba(20, 20, 43, .08);
}

.brix---dropdown-card-full-width {
  min-width: 100%;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #eff0f6;
  border-radius: 0;
  padding-top: 44px;
  top: 32px;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: none;
}

.brix---dropdown-card-full-width.w--open {
  box-shadow: none;
  position: absolute;
  transform: none;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle-static {
  color: #211f54;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
  position: static;
}

.brix---dropdown-toggle-static:hover {
  color: #4a3aff;
}

.brix---dropdown-wrapper-static {
  position: static;
}

.brix---header-nav-list-middle-full-width {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-menu-wrapper-static {
  position: static;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-full-width-wrapper {
  z-index: 9;
  position: relative;
}

.brix---header-wrapper {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.f-paragraph-small {
  color: rgba(30, 30, 35, .8);
  letter-spacing: .01em;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Merriweather, serif;
  font-size: 12px;
  line-height: 1.4;
}

.f-sub-heading-large {
  color: #1e1e23;
  letter-spacing: -.02em;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-margin-bottom-08 {
  outline-offset: 0px;
  border-left: 3px solid #ff4a60;
  border-radius: 0;
  outline: 3px #333;
  margin-bottom: 8px;
  padding-left: 10px;
}

.f-feature-icon-wrapper {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: #f7f9fd;
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px;
}

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

.f-paragraph-large-2 {
  color: #1e1e23;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 26px;
}

.f-h3-heading {
  color: #1e1e23;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 48px;
  line-height: 1.2;
}

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

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.f-margin-bottom-128 {
  margin-bottom: 60px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  border: 3px solid #1e1e23;
  border-radius: 18px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 60px 30px;
  font-family: Merriweather, serif;
  position: relative;
  box-shadow: 7px 7px #1e1e23;
}

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

.list-circle-shadow {
  width: 20px;
  height: 20px;
  border: 3px solid #1e1e23;
  border-radius: 20px;
  margin-right: 6px;
  box-shadow: 2px 2px #1e1e23;
}

.f-paragraph-large-courses {
  color: #1e1e23;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.cf-cta-image-bubbles {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.cf-cta-image-bubbles.rounded-image {
  border-radius: 100px;
}

.cf-cta-circle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.cf-cta-circle._5 {
  width: 120px;
  height: 120px;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 6%;
}

.cf-cta-circle._4 {
  width: 76px;
  height: 76px;
  top: 14%;
  bottom: auto;
  left: auto;
  right: -2%;
}

.cf-cta-circle._3 {
  width: 76px;
  height: 76px;
  top: auto;
  bottom: 18%;
  left: 8%;
  right: auto;
}

.cf-cta-circle._1 {
  width: 52px;
  height: 52px;
  top: 11%;
  bottom: auto;
  left: 3%;
  right: auto;
}

.cf-cta-circle._2 {
  width: 60px;
  height: 60px;
  top: 40%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.cf-arrow-button {
  color: #fff;
  background-color: #101011;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 64px 28px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.cf-arrow-button:hover {
  background-color: #936ab4;
  background-position: 88%;
}

.cf-cta-text {
  z-index: 1;
  color: #1e1e23;
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 140%;
  position: static;
  overflow: visible;
}

.cf-display-heading {
  letter-spacing: -1.5px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
}

.cf-display-heading.heading-cta {
  z-index: 1;
  max-width: 800px;
  color: #1e1e23;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Merriweather, serif;
  line-height: 125%;
  position: static;
}

.cf-wrapper {
  z-index: 10;
  width: 85%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper.cta-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding: 100px 60px;
  position: static;
}

.cta {
  padding-top: 0;
  position: -webkit-sticky;
  position: sticky;
}

.text-span-3 {
  color: #faf9f6;
  -webkit-text-fill-color: inherit;
  background-color: #ff4a60;
  background-image: none;
  background-clip: border-box;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 130%;
}

.brix---btn-primary-grad-cta {
  width: 100%;
  max-width: 60%;
  box-shadow: none;
  color: #faf9f6;
  text-align: center;
  background-color: #1e1e23;
  background-image: none;
  border: 3px #1e1e23;
  border-radius: 18px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 28px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: inline-block;
}

.brix---btn-primary-grad-cta:hover {
  box-shadow: none;
  color: #faf9f6;
  background-color: #ff4a60;
  background-image: none;
  border-style: none;
  transform: translate(0, -5px);
}

.display-4 {
  color: #1e1e23;
  margin-top: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

.mg-bottom-0 {
  margin-bottom: 0;
  font-family: Merriweather, serif;
}

.color-neutral-300 {
  color: #eff0f6;
}

.inner-container._500px---mbl.center {
  flex: 0 auto;
}

.inner-container._535px {
  max-width: 535px;
}

.inner-container._600px---tablet.center {
  text-align: center;
  justify-content: center;
  display: flex;
}

.inner-container._600px---mbl.center {
  text-align: center;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._725px {
  max-width: 725px;
}

.inner-container._725px.center---full-width-mbl {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._894px {
  max-width: 894px;
}

.inner-container._360px {
  max-width: 360px;
}

.inner-container.testimonial-slider {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.inner-container._500px {
  max-width: 500px;
}

.inner-container._500px.grow {
  flex: 1;
}

.inner-container._550px {
  max-width: 550px;
}

.inner-container._550px.center {
  justify-content: flex-start;
  font-family: Merriweather, serif;
  display: block;
  position: static;
}

.inner-container._800px {
  max-width: 800px;
}

.inner-container._800px.center {
  font-family: Merriweather, serif;
  display: inline;
}

.inner-container._1015px {
  max-width: 1015px;
}

.inner-container._758px {
  max-width: 758px;
}

.inner-container._254px {
  max-width: 254px;
}

.inner-container._254px.width-100._100---mbp {
  max-width: none;
}

.image {
  width: 100%;
  height: 100%;
}

.image.width-100 {
  border: 1px #000;
}

.image.width-100:hover {
  border: 3px #000;
}

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

.image.fit-cover.image-circle {
  border-radius: 50%;
}

.text-no-wrap {
  white-space: nowrap;
}

.image-wrapper {
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.rigth-shadow-circle {
  border: 3px solid #0b0b0b;
  box-shadow: 6px 6px #0b0b0b;
}

.image-wrapper.rigth-shadow-circle.small {
  background-color: #0b0b0b;
}

.image-wrapper.border-radius-30px {
  border-radius: 30px;
}

.image-wrapper.width-60 {
  max-width: 60%;
}

.flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horizontal.space-between {
  justify-content: space-between;
}

.flex-horizontal.space-between.wrap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
}

.flex-horizontal.start {
  justify-content: flex-start;
}

.flex-horizontal.start.link---icon-left {
  grid-column-gap: 22px;
  grid-row-gap: 15px;
}

.flex-horizontal.success-message-vertical {
  flex-direction: column;
}

.bottom-content-resume-card {
  padding: 30px 35px 45px;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-top._48px-top {
  top: 48px;
}

.heading-span-secondary-3 {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 10%, #5c42fb 10%);
  padding-left: 4px;
  padding-right: 4px;
}

.resume-card-divider {
  width: 100%;
  height: 3px;
  background-color: #0b0b0b;
}

.display-2 {
  color: #0b0b0b;
  font-family: Merriweather, serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.154em;
}

.display-2.color-neutral-100 {
  color: #fff;
}

.top-content-resume-card {
  background-color: #faf9f6;
  padding: 20px 35px;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.resume-card-period {
  color: #0b0b0b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.083em;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-testimonial-r-arrow {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #1e1e23;
  border: 3px solid #1e1e23;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: none;
  position: absolute;
}

.f-testimonial-r-arrow:hover {
  color: #fff;
  background-color: #1e1e23;
  border-width: 3px;
  border-color: #1e1e23;
  border-radius: 12px;
  box-shadow: 2px 2px #1e1e23;
}

.f-testimonial-l-arrow {
  width: 40px;
  height: 40px;
  color: #393b6a;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 12px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 0 0 #1e1e23;
}

.f-testimonial-l-arrow:hover {
  color: #fff;
  background-color: #1e1e23;
  box-shadow: 2px 2px #1e1e23;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-2.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

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

.f-testimonial-avatar-small {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

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

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: none;
}

.f-testimonial-card {
  color: #1e1e23;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 6px 6px #1e1e23;
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 5px 8px 8px 5px;
}

.f-testimonial-mask {
  position: static;
}

.f-testimonial-slider-regular {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.f-h3-heading-2 {
  color: #1e1e23;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-3 {
  color: rgba(30, 30, 35, .8);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

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

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

.f-container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.f-testimonial-background {
  width: 100%;
  height: 30%;
  background-color: #f7f9fd;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-section-regular {
  color: #1e1e23;
  padding: 40px 5% 72px;
  font-family: Merriweather, serif;
  position: relative;
}

.text-span-4 {
  color: #faf9f6;
  -webkit-text-fill-color: inherit;
  background-color: #ff4a60;
  background-clip: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.brix---cta-v1-floating-item-02 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.brix---cta-v1-floating-item-01 {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.brix---btn-secondary-white {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-white:hover {
  color: #211f54;
  background-color: #fff;
  border-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  color: #4a3aff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size {
  color: #1e1e23;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-803 {
  color: #fff;
}

.brix---grid-cta-v1 {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-section {
  background-color: #4a3aff;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.brix---mg-bottom-0 {
  color: rgba(30, 30, 35, .9);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.brix---color-neutral-804 {
  color: #6e7191;
}

.brix---paragraph-default-2 {
  color: #1e1e23;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size-2 {
  color: #1e1e23;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-805 {
  color: #211f54;
}

.brix---display-2 {
  color: #1e1e23;
  -webkit-text-fill-color: transparent;
  background-color: #1e1e23;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---color-accent-2 {
  color: #4a3aff;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---card-content-center {
  box-shadow: none;
  text-align: center;
  background-color: #fff;
  border: 3px dashed #f2f0e9;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 36px 24px;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.brix---card-content-center:hover {
  transform: none;
  box-shadow: 0 0 #1e1e23;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

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

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 60px;
  padding-right: 60px;
}

.brix---section-2 {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 100px;
  font-family: Merriweather, serif;
}

.text-span-5 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ff5e69, #b16cea);
  -webkit-background-clip: text;
  background-clip: text;
}

.f-button-primary {
  min-height: 48px;
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary:hover {
  background-color: #282556;
}

.f-button-secondary {
  min-height: 48px;
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

.f-modal-button-grid {
  grid-template-rows: auto;
}

.f-modal-wrapper-right {
  grid-column-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.f-modal-line {
  height: 1px;
  background-color: #e4e6f1;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.f-text-area {
  min-height: 112px;
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: #b6b9ce;
}

.f-text-area::-ms-input-placeholder {
  color: #6b7094;
}

.f-text-area::placeholder {
  color: #6b7094;
}

.f-field-label {
  color: #160042;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.f-field-input {
  min-height: 48px;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

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

.f-field-input::-ms-input-placeholder {
  color: #6b7094;
}

.f-field-input::placeholder {
  color: #6b7094;
}

.f-account-input-grid {
  grid-template-columns: 1fr;
}

.f-icon-regular-3 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-modal-close-link {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

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

.f-sub-heading-regular {
  color: #160042;
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-modal-title-wrapper {
  width: 100%;
  color: #160042;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-modal-base-large {
  width: 100%;
  max-width: 408px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #f7f9fd;
  border-radius: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
  box-shadow: 105px 105px 144px -32px rgba(27, 9, 67, .04);
}

.div-block-8 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---icon-square-acent-36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #1e1e23;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---paragraph-default-3 {
  color: rgba(30, 30, 35, .8);
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 24px;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---heading-h3-size-3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---divider-64px {
  height: 1px;
  background-color: #dcddeb;
  margin-top: 30px;
  margin-bottom: 30px;
}

.brix---link {
  color: #4a3aff;
  font-size: 18px;
  text-decoration: none;
  transition: color .3s;
}

.brix---link:hover {
  color: #281ca5;
}

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---text-200-bold-2 {
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---contact-details-mg {
  margin-right: 32px;
}

.brix---contact-details-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---contact-form-right-side {
  background-color: #f2f0e9;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 88px 56px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-806 {
  color: #fff;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  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: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area {
  min-height: 144px;
  background-color: #fff;
  border: 3px solid #1e1e23;
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 6px 6px #1e1e23;
}

.brix---text-area:hover {
  border-color: #1e1e23;
  box-shadow: 6px 6px #1e1e23;
}

.brix---text-area:focus {
  color: #1e1e23;
  border-color: #1e1e23;
}

.brix---text-area::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input-label {
  color: #211f54;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input {
  min-height: 70px;
  background-color: #fff;
  border: 3px solid #1e1e23;
  border-radius: 18px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  box-shadow: 4px 4px #1e1e23;
}

.brix---input:hover {
  border-color: #1e1e23;
  box-shadow: 4px 4px #1e1e23;
}

.brix---input:focus {
  color: #1e1e23;
  border-color: #1e1e23;
}

.brix---input::-ms-input-placeholder {
  color: rgba(30, 30, 35, .6);
  font-size: 16px;
}

.brix---input::placeholder {
  color: rgba(30, 30, 35, .6);
  font-size: 16px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---contact-form-left-side {
  padding: 88px 56px;
}

.brix---grid-contact-v3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #faf9f6;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  box-shadow: 8px 8px #1e1e23;
}

.brix---card-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---heading-h1-size-2 {
  color: #1e1e23;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Merriweather, serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle {
  color: #4a3aff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---inner-container-700px-center-2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 18px;
}

.brix---section-3 {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 60px;
  font-family: Merriweather, serif;
}

.brix---paragraph-link {
  color: #4a3aff;
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: #281ca5;
}

.brix---mg-bottom-2 {
  margin-bottom: 0;
}

.brix---footer-bottom-v14 {
  color: #6e7191;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-bold-3 {
  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: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-3 {
  color: #4a3aff;
}

.brix---text-201 {
  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: 18px;
  line-height: 20px;
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---card-link-icon-wrapper {
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.brix---card-link-icon-wrapper:hover {
  border-color: #4a3aff;
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---footer-col-title {
  color: #211f54;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-link {
  color: #6e7191;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: #4a3aff;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---icon-square-36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---paragraph-default-4 {
  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: 18px;
  line-height: 30px;
}

.brix---color-neutral-807 {
  color: #6e7191;
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.grid-footer-4-cols-v14 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto auto;
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid #eff0f6;
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  background-color: #f2f0e9;
  border-top: 1px solid #eff0f6;
}

.f-icon-regular-4 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-footer-social-2 {
  width: 48px;
  height: 48px;
  color: #160042;
  background-color: #1e1e23;
  background-image: url('../images/instagram-white-social-media-icon-elements-brix-templates.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.f-footer-social-2:hover {
  color: #1e1e23;
  background-color: #ff4a60;
  background-image: url('../images/instagram-white-social-media-icon-elements-brix-templates.svg');
  background-position: 50%;
  background-size: auto;
}

.f-footer-social-group-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-detail-2 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.f-footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(243, 245, 251, 0);
  border-bottom: 3px solid rgba(30, 30, 35, .1);
  margin-top: 32px;
  margin-bottom: 32px;
}

.f-footer-link-2 {
  width: 100%;
  color: #1e1e23;
  letter-spacing: -.01em;
  margin-top: 6px;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

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

.f-footer-title {
  outline-offset: 0px;
  color: rgba(30, 30, 35, .8);
  letter-spacing: -.01em;
  border-bottom: 2px solid rgba(30, 30, 35, .1);
  outline: 3px rgba(30, 30, 35, .8);
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
}

.f-footer-block {
  flex-direction: column;
}

.f-paragraph-small-3 {
  color: rgba(30, 30, 35, .8);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-footer-logo {
  flex: none;
}

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

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

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  position: relative;
}

.f-footer-regular {
  background-color: #f2f0e9;
  padding: 64px 5%;
  font-family: Merriweather, serif;
  position: relative;
}

.text-block-10 {
  color: #1e1e23;
  font-weight: 700;
  text-decoration: none;
}

.text-block-10:hover {
  color: #ff4a60;
}

.text-block-11 {
  color: #1e1e23;
  font-weight: 700;
}

.text-block-11:hover {
  color: #ff4a60;
}

.text-block-12 {
  color: #1e1e23;
  font-weight: 700;
}

.text-block-12:hover {
  color: #ff4a60;
}

.text-block-13 {
  color: #1e1e23;
  font-weight: 700;
}

.text-block-13:hover {
  color: #ff4a60;
}

.text-block-14 {
  color: #1e1e23;
  font-weight: 700;
}

.text-block-14:hover {
  color: #ff4a60;
}

.text-block-15 {
  color: #1e1e23;
  font-weight: 700;
}

.text-block-15:hover {
  color: #ff4a60;
}

.text-block-16 {
  color: #1e1e23;
  font-weight: 700;
}

.text-block-16:hover {
  color: #ff4a60;
}

.text-block-17 {
  color: #1e1e23;
  font-weight: 700;
}

.text-block-17:hover {
  color: #ff4a60;
}

.text-block-18 {
  color: #1e1e23;
  font-weight: 700;
}

.text-block-18:hover {
  color: #ff4a60;
}

.text-block-19 {
  color: #1e1e23;
  font-weight: 700;
}

.text-block-19:hover {
  color: #ff4a60;
}

.text-block-20 {
  color: #1e1e23;
  font-weight: 700;
}

.text-block-20:hover {
  color: #ff4a60;
}

.text-block-21 {
  color: #1e1e23;
  font-weight: 700;
}

.text-block-21:hover {
  color: #ff4a60;
}

.f-footer-social-2-copy {
  width: 48px;
  height: 48px;
  color: #1e1e23;
  background-color: #1e1e23;
  background-image: url('../images/linkedin-white-social-media-icon-elements-brix-templates.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.f-footer-social-2-copy:hover {
  color: #642eff;
  background-color: #ff4a60;
  background-image: url('../images/linkedin-white-social-media-icon-elements-brix-templates.svg');
  background-position: 50%;
  background-size: auto;
}

.f-footer-social-new {
  width: 48px;
  height: 48px;
  color: #160042;
  background-color: #1e1e23;
  background-image: url('../images/facebook-white-social-media-icon-elements-brix-templates.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.f-footer-social-new:hover {
  color: #642eff;
  background-color: #ff4a60;
  background-image: url('../images/facebook-white-social-media-icon-elements-brix-templates.svg');
  background-position: 50%;
  background-size: auto;
}

.f-section-large-3 {
  padding: 0 5%;
  font-family: Merriweather, serif;
  position: relative;
}

.f-navigation-button-hero-alt-2 {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px #1e1e23;
}

.f-navigation-button-hero-alt-2:hover {
  background-color: #faf9f6;
  transform: translate(2px, 2px);
  box-shadow: 0 0 #1e1e23;
}

.f-navigation-button-hero-2 {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px #1e1e23;
}

.f-navigation-button-hero-2:hover {
  background-color: #faf9f6;
  transform: translate(2px, 2px);
  box-shadow: 0 0 #1e1e23;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.btn-secondary {
  color: #0b0b0b;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 2px solid #0b0b0b;
  border-radius: 16px;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #0b0b0b;
  border-color: #0b0b0b;
  transform: translate3d(0, -3px, .01px);
}

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

.border-radius-16px {
  border-radius: 16px;
}

.divider {
  height: 1px;
  background-color: #eceae8;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pd---content-inside-card {
  border-top: 3px #000;
  padding: 10px 30px 10px 20px;
}

.pd---content-inside-card:hover {
  border-top-style: none;
}

.pd---content-inside-card.template-pages---sidebar {
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 24px;
  margin-top: 100px;
  padding: 32px 16px 24px;
  box-shadow: 6px 6px #1e1e23;
}

.pd---content-inside-card.large {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 64px 90px 80px;
  display: flex;
}

.pd---content-inside-card.large.template-pages {
  text-align: left;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 24px;
  align-items: stretch;
  margin-top: 100px;
  padding-top: 50px;
  font-family: Merriweather, serif;
  box-shadow: 6px 6px #1e1e23;
}

.rich-text-alt {
  align-self: center;
}

.rich-text-alt.mg-bottom-24px {
  color: #1e1e23;
}

.template-pages---nav-item-link {
  color: #393939;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  font-family: Merriweather, serif;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  color: #fff;
  background-color: #1e1e23;
}

.template-pages---nav-item-link.w--current {
  color: #fff;
  background-color: #1e1e23;
  font-weight: 700;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-wrapper {
  padding-left: 0;
}

.f-sub-heading-large-about {
  color: #1e1e23;
  letter-spacing: -.02em;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.heading-span-secondary-4 {
  color: #fff;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ff5e69, #b16cea);
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 4px;
  padding-right: 4px;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.accordion-btn-line {
  width: 18px;
  height: 3px;
  background-color: #0b0b0b;
  border-radius: 20px;
  position: absolute;
}

.accordion-btn-line.vertical {
  transform: rotate(90deg);
}

.accordion-title {
  transform-origin: 0%;
  margin-bottom: 0;
}

.acordion-body {
  width: 100%;
  max-width: 660px;
  overflow: hidden;
}

.btn-circle-secondary {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  box-shadow: none;
  color: #0b0b0b;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 2px solid #0b0b0b;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #ffc431;
  border-color: #ffc431;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  border-radius: 12px;
  font-size: 22px;
}

.btn-circle-secondary.small.accordion-btn {
  border-width: 3px;
}

.btn-circle-secondary.small.accordion-btn:hover {
  background-color: #fff;
  border-color: #0b0b0b;
}

.btn-circle-secondary.slider-arrow {
  background-color: #eceae8;
  border-width: 0;
}

.btn-circle-secondary.slider-arrow:hover {
  background-color: #0b0b0b;
}

.accordion-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-item-wrapper {
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #0b0b0b;
  border-radius: 24px;
  padding: 44px 64px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  box-shadow: 10px 10px rgba(11, 11, 11, 0);
}

.accordion-item-wrapper:hover {
  transform: translate(0, -10px);
  box-shadow: 10px 10px #0b0b0b;
}

.accordion-spacer {
  min-height: 2px;
  margin-top: -2px;
}

.accordion-content-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.f-paragraph-small-4 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-list {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon {
  width: 24px;
  height: 24px;
  color: #6b7094;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-accordian-title {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-accordian-title-wrapper {
  width: 100%;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-accordian-toggle {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown {
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper {
  max-width: 500px;
  grid-row-gap: 24px;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.brix---accordion-icon-wrapper {
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.brix---paragraph-default-5 {
  color: #1e1e23;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 26px;
}

.brix---color-neutral-808 {
  color: #6e7191;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---color-neutral-809 {
  color: #1e1e23;
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-width-660px {
  max-width: 660px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-item-wrapper-v7 {
  width: 100%;
  cursor: pointer;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 24px;
  justify-content: space-between;
  padding: 48px 64px;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  box-shadow: 7px 7px #1e1e23;
}

.brix---accordion-item-wrapper-v7:hover {
  box-shadow: none;
  border-width: 3px;
  border-color: #1e1e23;
  transform: translate(5px, 5px);
}

.brix---grid-1-column-gap-row-24px {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-900px-center {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size-3 {
  max-width: 620px;
  color: #1e1e23;
  margin: 0 auto;
  font-family: Merriweather, serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---text-center-3 {
  text-align: center;
}

.brix---inner-container-574px---center {
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---container-default-7 {
  max-width: 1218px;
  color: #1e1e23;
  padding-top: 30px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-4 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Merriweather, serif;
}

.text-span-6 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ff5e69, #b16cea);
  -webkit-background-clip: text;
  background-clip: text;
}

.brix---heading-h2-size-3-faq {
  max-width: 620px;
  color: #1e1e23;
  margin: 0 auto;
  font-family: Merriweather, serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

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

.brix---btn-slider-arrow-right---testimonial-v6 {
  width: 0;
  height: 0;
  min-height: 0;
  min-width: 0;
  color: #211f54;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  display: none;
  top: 50%;
  bottom: 0;
  right: -10px;
}

.brix---btn-slider-arrow-right---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v6 {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  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;
  transition: transform .3s;
  display: none;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-slider-arrow-left---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.brix---text-200-medium {
  color: rgba(30, 30, 35, .6);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-accent-4 {
  color: #4a3aff;
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-810 {
  color: #211f54;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---paragraph-default-6 {
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-811 {
  color: #6e7191;
}

.brix---mg-bottom-32px-3 {
  margin-bottom: 32px;
}

.brix---mg-top-16px-2 {
  margin-top: 16px;
}

.brix---heading-h3-size-4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---text-center-4 {
  text-align: center;
}

.brix---avatar-circle-05-border {
  width: 160px;
  height: 160px;
  max-height: 160px;
  max-width: 160px;
  border: 6px solid #f2edda;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 8px 28px rgba(20, 20, 43, .1);
}

.brix---card-testimonial-v6 {
  text-align: center;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  font-family: Merriweather, serif;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  box-shadow: 8px 8px #1e1e23;
}

.brix---card-testimonial-v6:hover {
  box-shadow: none;
  transform: translate(5px, 5px);
}

.brix---inner-container-800px---center {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.brix---slider-item-pd {
  padding: 15px;
}

.brix---slider-mask {
  height: 100%;
  position: static;
}

.brix---slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: static;
}

.brix---heading-h2-size-4 {
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-40px-4 {
  margin-bottom: 40px;
}

.brix---inner-container-574px---center-2 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-8 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-5 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 60px;
}

.text-span-7 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ff5e69, #b16cea);
  -webkit-background-clip: text;
  background-clip: text;
}

.f-paragraph-large-review {
  color: #1e1e23;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  margin-left: 140px;
  margin-right: 140px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.image-2 {
  display: none;
}

.f-banner-upper {
  min-height: 56px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #f2f0e9;
  border: 1px #000;
  border-top: 2px rgba(30, 30, 35, .1);
  border-bottom: 2px solid rgba(30, 30, 35, .1);
  justify-content: center;
  align-items: center;
  padding: 16px 5%;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.f-paragraph-large-policy {
  color: #1e1e23;
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.f-policy-heading {
  color: #1e1e23;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-size: 48px;
  line-height: 1.2;
}

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

.text-decoration-none.mg-bottom-32px {
  margin-bottom: 20px;
}

.contact-link {
  color: #0b0b0b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.111em;
}

.card-2 {
  background-color: #fff;
  border: 3px solid #0b0b0b;
  border-radius: 24px;
  text-decoration: none;
}

.card-2.contact-card {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 35px;
  display: flex;
}

.card-2.contact-card:hover {
  transform: none;
}

.card-2.link-card {
  color: #393939;
  transform-style: preserve-3d;
  border-color: #1e1e23;
  padding-bottom: 20px;
  transition: box-shadow .3s, transform .3s, color .3s;
}

.card-2.link-card:hover {
  transform: translate3d(0, -10px, .01px);
  box-shadow: 10px 10px #1e1e23;
}

.card-2.card-secondary-1 {
  background-color: #ffc431;
  border-color: #ffc431;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
}

.card-2.card-secondary-1.flex-vertical-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-2.card-secondary-1.flex-vertical-center.card-contact-featured {
  box-shadow: 10px 10px #0b0b0b;
}

.card-2.testimonial-card {
  box-shadow: none;
  margin-right: 100px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
}

.card-2.testimonial-card:hover {
  transform: none;
}

.card-2.author-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  padding: 60px 50px;
  display: flex;
  box-shadow: 10px 10px #0b0b0b;
}

.card-2.author-card:hover {
  transform: none;
}

.brix---btn-primary-regsiter {
  width: 100%;
  max-width: 100%;
  color: #f7f7f5;
  text-align: center;
  background-color: #1e1e23;
  background-image: none;
  border: 3px #1e1e23;
  border-radius: 18px;
  justify-content: center;
  margin-top: 20px;
  padding: 26px 38px;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.brix---btn-primary-regsiter:hover {
  color: #faf9f6;
  background-color: #ff4a60;
  transform: translate(0, -5px);
}

.brix---paragraph-regsiter {
  color: rgba(30, 30, 35, .8);
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 24px;
}

.text-span-8 {
  color: #faf9f6;
  background-color: #ff4a60;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.select-field {
  height: 70px;
  background-color: #fff;
  border: 3px solid #1e1e23;
  border-radius: 18px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  box-shadow: 4px 4px #1e1e23;
}

.image-wrapper---br-top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.grid-3-columns {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #1e1e23;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mg-bottom-2 {
  color: #1e1e23;
  margin-bottom: 0;
}

.color-neutral-800 {
  color: #0b0b0b;
}

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

.mg-bottom-24px.mg-top--80px {
  margin-top: -80px;
}

.image-wrapper---br-top-2 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
}

.testimonial-card-content-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.mg-bottom-56px {
  margin-bottom: 56px;
}

.testimonial-image-wrapper {
  width: 47%;
  margin-top: -100px;
  margin-bottom: -100px;
  margin-right: -100px;
  padding-right: 0;
  position: relative;
}

.text-200 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.111em;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.medium {
  font-weight: 500;
}

.slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

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

.slider-mask {
  height: 100%;
  min-height: 450px;
  padding-top: 30px;
}

.slider-mask.overflow-visible {
  object-fit: fill;
  padding-top: 0;
  position: static;
  overflow: visible;
}

.mg-bottom-48px {
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-span-secondary-2 {
  color: #fff;
  white-space: nowrap;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 10%, #1c92ff 10%);
  padding-left: 4px;
  padding-right: 4px;
}

.display-5 {
  clear: none;
  color: #0b0b0b;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.154em;
}

.combine-text-size-regular {
  color: #1e1e23;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-weight-semibold {
  color: #1e1e23;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

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

.combine-clients4_client {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-clients4_span-tertiary {
  color: #f27900;
  background-color: rgba(248, 179, 75, .18);
}

.combine-clients4_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 3px dashed #f2f0e9;
  border-radius: 1.25rem;
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

.combine-clients4_span-primary {
  color: #472def;
  background-color: rgba(97, 87, 248, .18);
}

.combine-clients4_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-clients4_span-secondary {
  color: #ff4a60;
  background-color: rgba(255, 74, 96, .15);
}

.combine-clients4_grid {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

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

.combine-space-large {
  height: 3rem;
}

.combine-space-medium {
  width: 100%;
  height: 1rem;
}

.combine-heading-style-h2 {
  color: #1e1e23;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_clients4 {
  background-color: rgba(0, 0, 0, 0);
  font-family: Merriweather, serif;
}

.text-span-9 {
  color: #faf9f6;
  background-color: #ff4a60;
  padding-left: 5px;
  padding-right: 5px;
}

.mg-bottom-3 {
  margin-bottom: 0;
}

.heading-span-secondary-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 10%, #ffc431 10%);
  padding-left: 4px;
  padding-right: 4px;
}

.container-default-2 {
  max-width: 1300px;
  padding-left: 24px;
  padding-right: 24px;
}

.display-1 {
  color: #0b0b0b;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.181em;
}

.empty-state {
  color: #0b0b0b;
  text-align: center;
  background-color: #fff;
  border: 3px solid #0b0b0b;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 7px 7px #0b0b0b;
}

.height-100, .collection-list-wrapper {
  height: 100%;
}

.badge-primary {
  color: #fff;
  background-color: #0b0b0b;
  border-radius: 14px;
  padding: 18px 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.111em;
  display: inline-block;
}

.badge-primary.small {
  border-radius: 12px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1.125em;
}

.badge-primary.small.btn-primary {
  border-width: 0;
  font-weight: 700;
}

.cms-featured-image-wrapper {
  background-color: #fff;
  border: 3px solid #0b0b0b;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 10px 10px #0b0b0b;
}

.newsletter-card {
  max-width: 388px;
  background-color: #ffc431;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 45px 32px 55px;
  display: flex;
  box-shadow: 10px 10px #0b0b0b;
}

.social-media-link {
  transition: transform .3s, color .3s;
}

.social-media-link:hover {
  transform: translate(0, -3px);
}

.display-6 {
  color: #0b0b0b;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.429em;
}

.avatar-circle {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle.author-avatar {
  width: 185px;
  height: 185px;
  min-height: 185px;
  min-width: 185px;
  border: 3px solid #0b0b0b;
  padding: 10px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.social-media-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border: 1px solid #ff4a60;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.nesletter-sidebar-form-block {
  width: 100%;
  min-height: 160px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.field-label-3 {
  display: none;
}

.success-message {
  color: #0b0b0b;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.input {
  min-height: 72px;
  color: #0b0b0b;
  background-color: #fff;
  border: 3px solid #0b0b0b;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: #0b0b0b;
  box-shadow: 5px 5px #0b0b0b;
}

.input:focus {
  border-color: #0b0b0b;
  font-weight: 700;
  box-shadow: 5px 5px #0b0b0b;
}

.input::-ms-input-placeholder {
  color: #0b0b0b;
  font-weight: 500;
}

.input::placeholder {
  color: #0b0b0b;
  font-weight: 500;
}

.input.small {
  min-height: 68px;
  border-radius: 12px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.f-section-large-2-left {
  padding: 0 5%;
  font-family: Merriweather, serif;
  position: relative;
}

.f-section-large-right {
  margin-bottom: 0;
  padding: 0 5% 60px;
  font-family: Merriweather, serif;
  position: relative;
}

.f-header-grid-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: .25fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  font-family: Merriweather, serif;
  display: grid;
}

.image-3 {
  border-radius: 20px;
}

.feature-card-mission {
  margin-bottom: 20px;
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-team2_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #5f6570;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-team2_social-link:hover {
  color: #6157f8;
}

.combine-team2_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-text-size-regular-2 {
  color: #5f6570;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-team2_job-title {
  color: #1e1e23;
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.combine-heading-style-h6 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

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

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

.combine-team2_item {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #fff;
  border: 3px #f2f0e9;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.combine-team2_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: flex;
}

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

.combine-space-large-2 {
  height: 2.5rem;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1rem;
}

.combine-heading-style-h2-2 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-2 {
  padding-top: 0;
  padding-bottom: 2rem;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_team2 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  font-family: Merriweather, serif;
}

.combine-team1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #5f6570;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-team1_social-link:hover {
  color: #6157f8;
}

.combine-team1_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-team1_job-title {
  color: #5f6570;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

.combine-team1_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.5rem;
  display: flex;
}

.combine-team1_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: flex;
}

.combine-container-medium {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-section_team1 {
  background-color: rgba(0, 0, 0, 0);
}

.combine-text-size-regular-3 {
  color: #1e1e23;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h6-2 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-space-medium-3 {
  width: 100%;
  height: 1rem;
}

.combine-heading-style-h2-3 {
  color: #1e1e23;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.brix---cta-v6-floating-item-02-2 {
  position: absolute;
  top: auto;
  bottom: 24%;
  left: auto;
  right: 3%;
}

.brix---cta-v7-floating-item-01 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.brix---mg-top-64px {
  margin-top: 64px;
}

.brix---btn-secondary-white-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-white-2:hover {
  color: #211f54;
  background-color: #fff;
  border-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white-2 {
  color: #4a3aff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---text-200-list-bold-2 {
  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: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---color-neutral-812 {
  color: #fff;
}

.brix---icon-list-2 {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper-2 {
  align-items: center;
  display: flex;
}

.brix---grid-3-icon-list {
  grid-column-gap: 56px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.brix---mg-bottom-32px-4 {
  margin-bottom: 32px;
}

.brix---heading-h2-size-5 {
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center-5 {
  text-align: center;
}

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-900px-center-2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-9 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---z-index-2 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-v7-section {
  background-color: #4a3aff;
  padding-top: 160px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

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

.combine-header5_image-wrapper {
  width: 100%;
  max-width: 64rem;
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.combine-container-large-3 {
  width: 100%;
  max-width: 75rem;
  margin: -25px auto -50px;
}

.combine-space-large-3 {
  height: 2rem;
}

.combine-button {
  color: #fff;
  text-align: center;
  background-color: #1f2c3d;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-button-white {
  color: #1f2c3d;
  text-align: center;
  background-color: #fff;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white:hover {
  color: #6157f8;
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-space-medium-4 {
  width: 100%;
  height: 2rem;
}

.combine-text-size-regular-4 {
  color: #1e1e23;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h1 {
  color: #1e1e23;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
  display: block;
}

.combine-text-align-center-3 {
  text-align: center;
}

.combine-container-small-3 {
  width: 100%;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_header5 {
  background-color: rgba(0, 0, 0, 0);
}

.f-section-large-left {
  margin-bottom: 0;
  padding: 0 5% 60px;
  font-family: Merriweather, serif;
  position: relative;
}

.display-7 {
  color: #0b0b0b;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.154em;
}

.text-span-10 {
  color: #faf9f6;
  background-color: #ff4a60;
  padding-left: 5px;
  padding-right: 5px;
}

.display-course {
  color: #1e1e23;
  border: 1px #000;
  border-left: 3px solid #ff4a60;
  border-radius: 0;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

.mg-bottom-course {
  color: #1e1e23;
  margin-bottom: 0;
}

.display-4-course {
  color: #1e1e23;
  border-left: 3px solid #ff4a60;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-span-11, .text-span-12 {
  color: #faf9f6;
  background-color: #ff4a60;
  padding-left: 10px;
  padding-right: 10px;
}

.combine-container-large-course {
  width: 100%;
  max-width: 75rem;
  margin: -30px auto -50px;
}

.f-paragraph-large-hero-main, .f-paragraph-mission {
  color: #1e1e23;
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.f-section-large-brand {
  margin-top: -30px;
  margin-bottom: -30px;
  padding: 0 5%;
  font-family: Merriweather, serif;
  position: relative;
}

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

.combine-chevron-right_icon {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon {
  color: #1f2c3d;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: #6157f8;
}

.combine-blog4_paragraph {
  color: #5f6570;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h6-3 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-blog4_date {
  color: #5f6570;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-blog4_content {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1rem;
  display: flex;
}

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

.combine-blog4_label {
  z-index: 2;
  color: #1f2c3d;
  background-color: #fff;
  border-radius: 4rem;
  margin-top: .75rem;
  margin-left: .75rem;
  padding: .25rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.combine-blog4_image-wrapper {
  width: 100%;
  max-width: 12rem;
  border-radius: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-blog4_item {
  color: #1f2c3d;
  flex-direction: row;
  text-decoration: none;
  display: flex;
}

.combine-blog4_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-text-size-regular-5 {
  color: #1e1e23;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h5 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-blog4_content-featured {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.combine-blog4_image-featured {
  width: 100%;
  height: 24rem;
  min-width: 12rem;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-blog4_featured {
  color: #1f2c3d;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.combine-blog4_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.combine-space-large-4 {
  height: 4rem;
}

.combine-space-medium-5 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-4 {
  color: #1e1e23;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-4 {
  text-align: center;
}

.combine-container-small-4 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global-4 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_blog4 {
  background-color: rgba(0, 0, 0, 0);
  font-family: Merriweather, serif;
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---text-200-bold-4 {
  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: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---link-wrapper-color-primary {
  color: #4a3aff;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary:hover {
  color: #281ca5;
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---color-neutral-813 {
  color: #211f54;
}

.brix---mg-bottom-32px-5 {
  margin-bottom: 32px;
}

.brix---text-202 {
  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: 18px;
  line-height: 20px;
}

.brix---color-neutral-814 {
  color: #6e7191;
}

.brix---divider-details {
  width: 32px;
  height: 1px;
  background-color: #dcddeb;
  margin-left: 16px;
  margin-right: 16px;
}

.brix---color-accent-5 {
  color: #4a3aff;
}

.brix---flex-horizontal-start-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---blog-card-link-block {
  text-decoration: none;
}

.brix---blog-card-item-link-last {
  border-bottom: 1px solid #dcddeb;
  padding-top: 45px;
  padding-bottom: 0;
}

.brix---blog-card-item-link-last:last-child {
  border-bottom-width: 0;
}

.brix---blog-card-item-link {
  border-bottom: 1px solid #dcddeb;
  padding-top: 45px;
  padding-bottom: 45px;
}

.brix---blog-card-item-link:last-child {
  border-bottom-width: 0;
}

.brix---blog-card-item-link-first {
  border-bottom: 1px solid #dcddeb;
  padding-top: 0;
  padding-bottom: 45px;
}

.brix---blog-card-item-link-first:last-child {
  border-bottom-width: 0;
}

.brix---grid-1-column-gap-row-0 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---category-link {
  color: #6e7191;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 26px;
  text-decoration: none;
}

.brix---category-link:hover, .brix---category-link.w--current {
  color: #4a3aff;
}

.brix---blog-categories-item-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brix---heading-h2-size-6 {
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-64px {
  margin-bottom: 64px;
}

.brix---sticky-top-24px {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.brix---grid-blog-sidebar {
  grid-column-gap: 210px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---container-default-10 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-bg-neutral-200 {
  background-color: #f7f7fc;
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---blog-card-content-inside {
  padding: 32px 32px 40px;
}

.brix---blog-card-image-wrapper-inside-card {
  object-fit: fill;
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-featured-wrapper-card {
  width: 100%;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(20, 20, 43, .06);
}

.brix---grid-blog-featured-v7 {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---heading-h1-size-3 {
  margin-top: 0;
  margin-bottom: 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: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle-2 {
  color: #4a3aff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---text-center-6 {
  text-align: center;
}

.brix---inner-container-700px-center-3 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-4 {
  margin-bottom: 48px;
}

.brix---section-6 {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.combine-text-size-small {
  color: #1f2c3d;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-color-grey {
  color: #5f6570;
}

.combine-blog3_date {
  color: #5f6570;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-blog3_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

.combine-blog3_label {
  z-index: 2;
  color: #1f2c3d;
  background-color: #fff;
  border-radius: 4rem;
  margin-top: .75rem;
  margin-left: .75rem;
  padding: .25rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.combine-blog3_image-wrapper {
  width: 100%;
  min-height: 15rem;
  min-width: 12rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-blog3_item {
  color: #1f2c3d;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: row;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, color .25s;
  display: flex;
  overflow: hidden;
}

.combine-blog3_item:hover {
  transform: translate(0, -.75rem);
  box-shadow: 0 16px 20px rgba(140, 148, 165, .2);
}

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

.combine-section_blog3 {
  background-color: rgba(0, 0, 0, 0);
}

.combine-section_header5-about {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
}

.f-h1-heading-hero {
  color: #1e1e23;
  text-align: left;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 64px;
  line-height: 1.2;
  display: inline-block;
}

.brix---btn-primary-course {
  width: 100%;
  max-width: 60%;
  box-shadow: none;
  color: #faf9f6;
  text-align: center;
  background-color: #1e1e23;
  background-image: none;
  border: 3px #1e1e23;
  border-radius: 18px;
  justify-content: center;
  padding: 26px 30px;
  font-size: 28px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: inline-block;
}

.brix---btn-primary-course:hover {
  box-shadow: none;
  color: #faf9f6;
  background-color: #ff4a60;
  background-image: none;
  border-style: none;
  transform: translate(0, -5px);
}

.div-about-mission {
  margin-top: 0;
}

.text-span-13 {
  color: #faf9f6;
  background-color: #ff4a60;
  padding-left: 10px;
  padding-right: 10px;
}

.f-navigation-button-about-register {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px #1e1e23;
}

.f-navigation-button-about-register:hover {
  background-color: #faf9f6;
  transform: translate(2px, 2px);
  box-shadow: 0 0 #1e1e23;
}

.f-navigation-button-community {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px #1e1e23;
}

.f-navigation-button-community:hover {
  background-color: #faf9f6;
  transform: translate(2px, 2px);
  box-shadow: 0 0 #1e1e23;
}

.f-navigation-button-enroll-now-course {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px #1e1e23;
}

.f-navigation-button-enroll-now-course:hover {
  background-color: #faf9f6;
  transform: translate(2px, 2px);
  box-shadow: 0 0 #1e1e23;
}

.f-navigation-button-call-now-course {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px #1e1e23;
}

.f-navigation-button-call-now-course:hover {
  background-color: #faf9f6;
  transform: translate(2px, 2px);
  box-shadow: 0 0 #1e1e23;
}

.f-paragraph-bottom-banner {
  color: #1e1e23;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 1.8;
}

.text-span-14, .text-span-15 {
  color: #faf9f6;
  background-color: #ff4a60;
  padding-left: 10px;
  padding-right: 10px;
}

.f-paragraph-large-hero-community {
  color: #1e1e23;
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.f-navigation-button-enroll-now-bottom-course-bottom {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px #1e1e23;
}

.f-navigation-button-enroll-now-bottom-course-bottom:hover {
  background-color: #faf9f6;
  transform: translate(2px, 2px);
  box-shadow: 0 0 #1e1e23;
}

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

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

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-absolute._404-not-found {
  margin-top: -11%;
  margin-left: 4%;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

._404-not-found-number {
  color: #eceae8;
  font-size: 25.8vw;
  font-weight: 700;
  line-height: 1.181em;
}

.utility-page-wrap-2 {
  min-height: 70vh;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-wrap-2.not-found {
  padding-top: 191px;
  padding-bottom: 168px;
}

.utility-page-content-2 {
  width: 100%;
  max-width: 748px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._404-page {
  text-align: left;
  margin-bottom: 32px;
}

.f-navigation-button-affiliate {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px #1e1e23;
}

.f-navigation-button-affiliate:hover {
  background-color: #faf9f6;
  transform: translate(2px, 2px);
  box-shadow: 0 0 #1e1e23;
}

.brix---section-bootcamps {
  color: #fff;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 40px;
  font-family: Merriweather, serif;
}

.dropdown-link-4 {
  text-align: center;
  background-color: #f2f0e9;
  border: 3px solid rgba(30, 30, 35, 0);
  border-radius: 10px;
  margin-top: 4px;
}

.dropdown-link-4:hover {
  border-color: rgba(30, 30, 35, .1);
}

.combine-button-2 {
  color: #fff;
  text-align: center;
  background-color: #1f2c3d;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-2:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-text-size-regular-6 {
  color: #1e1e23;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

.combine-pricing2_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-pricing2_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.combine-line_divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f2f0e9;
}

.combine-pricing2_span {
  color: #1e1e23;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
}

.combine-pricing2_cost-primary {
  color: #6157f8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-text-weight-semibold-2 {
  color: #1e1e23;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing2_details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.combine-pricing2_item {
  width: 100%;
  max-width: 25rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  background-color: #fff;
  border: 3px dashed #f2f0e9;
  border-radius: 1.25rem;
  flex-direction: column;
  padding: 2.5rem 2rem;
  display: flex;
}

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

.combine-pricing2_cost-secondary {
  color: #00a1c1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing2_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: flex;
}

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

.combine-space-large-5 {
  height: 3rem;
}

.combine-space-medium-6 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-5 {
  color: #1e1e23;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-5 {
  text-align: center;
}

.combine-container-small-5 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-5 {
  color: #1e1e23;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-family: Merriweather, serif;
}

.combine-padding-global-5 {
  color: #1e1e23;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Merriweather, serif;
}

.combine-section_pricing2 {
  background-color: rgba(0, 0, 0, 0);
}

.space {
  width: 100%;
  height: 1rem;
}

.hiring-text {
  color: #1e1e23;
  letter-spacing: .02em;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.hiring-roles-section {
  color: #1e1e23;
  margin-top: -40px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Merriweather, serif;
}

.padding-main-section {
  margin-bottom: -40px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

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

.f-header-image-wrapper-tall-2 {
  width: 100%;
  height: 630px;
  max-width: 500px;
  border-radius: 12px;
  overflow: hidden;
}

.f-button-secondary-2 {
  min-height: 48px;
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-130 {
  margin-bottom: 32px;
}

.f-h1-heading-2 {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

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

.f-heading-detail-small-4 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.f-header-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

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

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

.dropdown-link-2 {
  text-align: center;
  background-color: #f2f0e9;
  border: 3px solid rgba(30, 30, 35, 0);
  border-radius: 10px;
  margin-top: 4px;
}

.dropdown-link-2:hover {
  border-color: rgba(30, 30, 35, .1);
}

.dropdown-link-2.w--current {
  color: #ff4a60;
}

.dropdown-link-5 {
  text-align: center;
  background-color: #f2f0e9;
  border: 3px solid rgba(30, 30, 35, 0);
  border-radius: 10px;
  margin-top: 4px;
}

.dropdown-link-5:hover {
  border-color: rgba(30, 30, 35, .1);
}

.dropdown-link-5.w--current {
  color: #ff4a60;
}

.dropdown-link-6 {
  text-align: center;
  background-color: #f2f0e9;
  border: 3px solid rgba(30, 30, 35, 0);
  border-radius: 10px;
  margin-top: 4px;
}

.dropdown-link-6:hover {
  border-color: rgba(30, 30, 35, .1);
}

.dropdown-link-6.w--current {
  color: #ff4a60;
}

.combine-button-colored {
  color: #1e1e23;
  text-align: center;
  background-color: #faf9f6;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  transition: background-color .25s;
}

.combine-button-colored:hover {
  background-color: #472def;
}

.combine-text-color-white {
  color: #1e1e23;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-cta4_title {
  color: #1e1e23;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.combine-cta4_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #1e1e23;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 4rem;
  display: grid;
  box-shadow: 6px 6px #1e1e23;
}

.combine-container-medium-2 {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

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

.combine-padding-global-6 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_cta4 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: -50px;
}

.text-span-16 {
  color: #faf9f6;
  background-color: #ff4a60;
  padding-left: 5px;
  padding-right: 5px;
}

.f-navigation-button-studio {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px #1e1e23;
}

.f-navigation-button-studio:hover {
  background-color: #faf9f6;
  transform: translate(2px, 2px);
  box-shadow: 0 0 #1e1e23;
}

.image-4 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  position: static;
}

.f-section-large-right-brand {
  margin-bottom: 0;
  padding: 0 5% 60px;
  font-family: Merriweather, serif;
  position: relative;
}

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

.text-span-17 {
  color: #f7f7f5;
  -webkit-text-fill-color: inherit;
  background-color: #ff4a60;
  background-image: none;
  background-clip: border-box;
  padding-left: 10px;
  padding-right: 10px;
  transition: background-color .325s cubic-bezier(.455, .03, .515, .955);
}

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

.text-block-22 {
  color: #1e1e23;
  text-align: center;
  letter-spacing: .01em;
  text-transform: none;
  white-space: normal;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
}

.f-container-regular-5 {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.f-margin-bottom-134 {
  margin-bottom: 32px;
}

.f-navigation-button-hero-3 {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px #1e1e23;
}

.f-navigation-button-hero-3:hover {
  background-color: #faf9f6;
  transform: translate(2px, 2px);
  box-shadow: 0 0 #1e1e23;
}

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

.f-header-button-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  display: flex;
}

.f-navigation-button-about-register-2 {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px #1e1e23;
}

.f-navigation-button-about-register-2:hover {
  background-color: #faf9f6;
  transform: translate(2px, 2px);
  box-shadow: 0 0 #1e1e23;
}

.combine-space-medium-7 {
  width: 100%;
  height: 2rem;
}

.text-block-23 {
  color: #1e1e23;
  text-align: center;
  letter-spacing: .01em;
  text-transform: none;
  white-space: normal;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
}

.brix---heading-h2-size-7 {
  color: #1e1e23;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.text-span-18 {
  color: #f7f7f5;
  -webkit-text-fill-color: inherit;
  background-color: #ff4a60;
  background-image: none;
  background-clip: border-box;
  padding-left: 10px;
  padding-right: 10px;
  transition: background-color .325s cubic-bezier(.455, .03, .515, .955);
}

.f-margin-bottom-137 {
  outline-offset: 0px;
  border-left: 3px solid #ff4a60;
  border-radius: 0;
  outline: 3px #333;
  margin-bottom: 8px;
  padding-left: 10px;
}

.f-paragraph-small-5 {
  color: rgba(30, 30, 35, .8);
  letter-spacing: .01em;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Merriweather, serif;
  font-size: 12px;
  line-height: 1.4;
}

.image-5 {
  border-radius: 20px;
}

.f-margin-bottom-138 {
  margin-bottom: 32px;
}

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

.text-span-19 {
  color: #faf9f6;
  background-color: #ff4a60;
  padding-left: 10px;
  padding-right: 10px;
}

.f-navigation-button-science {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #faf9f6;
  border: 3px solid #1e1e23;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px #1e1e23;
}

.f-navigation-button-science:hover {
  background-color: #faf9f6;
  transform: translate(2px, 2px);
  box-shadow: 0 0 #1e1e23;
}

.text-block-2-copy {
  color: #1e1e23;
  text-align: center;
  letter-spacing: .01em;
  text-transform: none;
  white-space: normal;
  padding: 4px 10px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

@media screen and (min-width: 1440px) {
  .f-navigation-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }

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

  .f-logo {
    width: 120px;
    max-width: 120%;
  }

  .f-navigation-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

  .f-header-image-wrapper-tall {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .f-section-large-2 {
    padding-bottom: 60px;
  }

  .f-footer-menu {
    flex: none;
  }

  .f-navigation-button-hero, .f-navigation-button-hero-alt {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brix---btn-primary-white-full-width {
    box-shadow: none;
    border-style: none;
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
  }

  .brix---btn-primary-white-full-width:hover {
    color: #faf9f6;
    background-color: #ff4a60;
  }

  .dropdown-toggle {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-link, .dropdown-link-1, .dropdown-link-3 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }

  .f-paragraph-large-logo {
    margin-bottom: 80px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .dropdown-column-wrapper {
    transform: none;
  }

  .grid-2-columns.template-page-sidebar {
    margin-top: 120px;
  }

  .card {
    background-color: rgba(0, 0, 0, 0);
    border-color: #1e1e23;
  }

  .card.sticky-top.top-24px.static-mbl {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: #1e1e23;
  }

  .logo-strip-wrapper {
    background-color: #1e1e23;
  }

  .f-grid-four-columns {
    margin-bottom: 40px;
  }

  .f-container-regular {
    padding-bottom: 20px;
  }

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

  .list-circle-shadow {
    width: 20px;
    height: 20px;
    background-color: #faf9f6;
    border: 3px solid #1e1e23;
    border-radius: 20px;
    margin-right: 19px;
    padding-bottom: 0;
    padding-right: 0;
    box-shadow: 2px 2px #1e1e23;
  }

  .lottie-animation {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-block-8, .text-block-9 {
    font-size: 18px;
  }

  .cf-wrapper.cta-wrapper {
    padding-bottom: 200px;
  }

  .inner-container._360px._100---tablet {
    max-width: none;
    display: block;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---contact-details-wrapper {
    padding-right: 0;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }

  .f-section-large-3 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .f-navigation-button-hero-alt-2, .f-navigation-button-hero-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pd---content-inside-card.template-pages---sidebar, .pd---content-inside-card.large.template-pages {
    border: 3px solid #1e1e23;
  }

  .template-pages---nav-item-link {
    color: #1e1e23;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: Merriweather, serif;
    font-size: 16px;
    font-weight: 700;
  }

  .template-pages---nav-item-link:hover {
    background-color: #1e1e23;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .f-paragraph-large-review {
    margin-bottom: 80px;
  }

  .f-paragraph-large-policy {
    margin-bottom: 80px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-9 {
    transition: all .2s;
  }

  .brix---btn-primary-regsiter {
    box-shadow: none;
    border-style: none;
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
  }

  .brix---btn-primary-regsiter:hover {
    color: #faf9f6;
    background-color: #ff4a60;
  }

  .f-section-large-2-left, .f-section-large-right {
    padding-bottom: 60px;
  }

  .brix---z-index-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .f-section-large-left, .f-section-large-brand {
    padding-bottom: 60px;
  }

  .brix---grid-blog-sidebar {
    grid-column-gap: 280px;
  }

  .f-navigation-button-about-register, .f-navigation-button-community, .f-navigation-button-enroll-now-course, .f-navigation-button-call-now-course {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .f-navigation-button-enroll-now-bottom-course-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  ._404-not-found-number {
    font-size: 370px;
  }

  .f-navigation-button-affiliate {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-link-4, .dropdown-link-2, .dropdown-link-5, .dropdown-link-6 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }

  .f-navigation-button-studio {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .f-section-large-right-brand {
    padding-bottom: 60px;
  }

  .text-block-22 {
    font-size: 18px;
  }

  .f-navigation-button-hero-3, .f-navigation-button-about-register-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-23 {
    font-size: 18px;
  }

  .f-navigation-button-science {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-2-copy {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .f-h1-heading {
    letter-spacing: -.01em;
  }

  .f-paragraph-large-logo {
    margin-bottom: 80px;
  }

  .container-default.nav-container, .header-wrapper {
    position: -webkit-sticky;
    position: sticky;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-rows: auto;
    grid-auto-flow: row;
  }

  .card, .card.sticky-top.top-24px.static-mbl {
    box-shadow: none;
    border-style: none;
  }

  .f-grid-four-columns {
    margin-bottom: 40px;
  }

  .inner-container._1015px.center {
    display: inline;
  }

  .f-section-large-3 {
    margin-top: 0;
  }

  .pd---content-inside-card.template-pages---sidebar {
    border-style: solid;
    border-width: 3px;
    border-radius: 24px;
    margin-top: 100px;
    box-shadow: 7px 7px #1e1e23;
  }

  .pd---content-inside-card.large.template-pages {
    border-style: solid;
    border-width: 3px;
    border-radius: 24px;
    margin-top: 100px;
    box-shadow: 10px 10px #1e1e23;
  }

  .f-paragraph-large-review, .f-paragraph-large-policy {
    margin-bottom: 80px;
  }

  .f-h1-heading-hero {
    letter-spacing: -.01em;
  }
}

@media screen and (max-width: 991px) {
  .f-navigation-menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    color: #393b6a;
    background-color: #fff;
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .f-navigation-content {
    width: auto;
    align-items: center;
    display: flex;
  }

  .f-logo {
    width: 120px;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation-2 {
    position: -webkit-sticky;
    position: sticky;
  }

  .text-block-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .f-paragraph-large, .f-h1-heading {
    text-align: center;
  }

  .f-image-cover {
    object-fit: contain;
    margin-top: 50px;
  }

  .f-header-image-wrapper-tall {
    height: 360px;
    max-width: none;
    object-fit: fill;
    margin-top: 20px;
    display: none;
    overflow: hidden;
  }

  .f-header-button-wrapper-2 {
    justify-content: center;
  }

  .f-heading-detail-small-2 {
    text-align: center;
  }

  .f-header-grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .f-container-regular-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
    margin-left: 0;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
    text-align: center;
  }

  .div-block {
    margin-top: 0;
  }

  .brix---btn-primary-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---btn-primary-white-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    margin-top: -100px;
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .cf-resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cf-visual-features-item.navbar {
    padding: 25px;
  }

  .cf-logo-image-container.last {
    margin-right: 47px;
  }

  .cf-logo-image-container.last.hide {
    display: none;
  }

  .cf-logos-contain {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .cf-logo-wrapper {
    padding-top: 60px;
  }

  .cf-logos-heading-logo {
    margin-top: 0;
    font-size: 28px;
  }

  .f-paragraph-large-logo {
    text-align: center;
  }

  .dropdown-column-wrapper {
    width: 100%;
    position: static;
    overflow: visible;
    transform: none;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.small.header-btn---header-v2 {
    margin-right: 20px;
  }

  .header-left-side {
    flex: 1;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-menu-wrapper {
    max-width: 778px;
    background-color: rgba(0, 0, 0, 0);
    border-top: 0 solid #eff0f6;
    border-bottom: 0 solid #eff0f6;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .text-400 {
    font-size: 22px;
  }

  .text-400.bold.dropdown-page {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.11em;
    display: none;
  }

  .header-wrapper {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .header-nav-menu-list {
    background-color: #fff;
    border: 2px solid #0b0b0b;
    border-radius: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    overflow: hidden;
  }

  .footer-lists-wrapper {
    width: 100%;
  }

  .grid-2-columns.dropdown-grid {
    width: 100%;
    grid-template-columns: auto auto;
  }

  .grid-2-columns.blog-left-sidebar, .grid-2-columns.blog-left-sidebar.gap-column-64px {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.blog-featured-grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.post-rigth-sidebar._1-col-tablet {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-buttons._1-col-tablet, .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-1-column.dropdown-link-column {
    width: 100%;
  }

  .card.dropdown {
    max-width: 778px;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    margin-top: 0;
    padding: 32px 0 0;
  }

  .card.resume-card-v1 {
    max-width: 100%;
  }

  .section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.hero {
    padding-top: 90px;
    padding-bottom: 118px;
  }

  .section.hero.v4 {
    padding-bottom: 94px;
  }

  .section.hero.v3 {
    padding-top: 77px;
    padding-bottom: 160px;
  }

  .section.pd-200px {
    padding-top: 166px;
    padding-bottom: 166px;
  }

  .section.pd-bottom-220px {
    padding-bottom: 183px;
  }

  .rotated-strip-image {
    margin-right: 64px;
  }

  .f-paragraph-large-hero, .f-paragraph-large-flagship {
    text-align: center;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---grid-dropdown-cards {
    max-width: 60%;
    grid-row-gap: 65px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---container-default-dropdown-full-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---dropdown-full-width-container {
    box-shadow: none;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---dropdown-card-full-width {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    padding-top: 16px;
    padding-bottom: 0;
    position: static;
    top: 0;
    transform: none;
  }

  .brix---dropdown-card-full-width.w--open {
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
  }

  .brix---dropdown-toggle-static, .brix---dropdown-wrapper-static {
    position: relative;
  }

  .brix---header-nav-list-middle-full-width {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-static {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
    position: absolute;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-full-width-wrapper {
    position: static;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .f-grid-four-columns {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  .f-container-regular {
    padding-bottom: 40px;
  }

  .f-paragraph-large-courses {
    text-align: center;
  }

  .cf-cta-circle._5 {
    width: 90px;
    height: 90px;
  }

  .cf-cta-circle._4 {
    width: 50px;
    height: 50px;
    right: -6%;
  }

  .cf-cta-circle._3 {
    width: 50px;
    height: 50px;
  }

  .cf-cta-circle._1 {
    width: 40px;
    height: 40px;
    top: 8%;
    left: -3%;
  }

  .cf-cta-circle._2 {
    width: 40px;
    height: 40px;
  }

  .cf-cta-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .cf-display-heading {
    font-size: 66px;
    line-height: 80px;
  }

  .cf-display-heading.heading-cta {
    font-size: 64px;
  }

  .cf-wrapper.cta-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta {
    padding-top: 0;
  }

  .brix---btn-primary-grad-cta {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .display-4 {
    font-size: 22px;
    line-height: 1.545em;
  }

  .inner-container._500px---tablet {
    max-width: 500px;
  }

  .inner-container._535px {
    max-width: 100%;
  }

  .inner-container._600px---tablet {
    max-width: 600px;
  }

  .inner-container._725px.center {
    max-width: 100%;
  }

  .inner-container.testimonial-slider {
    max-width: 600px;
  }

  .inner-container._500px, .inner-container._550px.center, .inner-container._800px.center {
    max-width: 100%;
  }

  .inner-container._700px---tablet {
    max-width: 700px;
  }

  .inner-container._1015px.center {
    max-width: 100%;
  }

  .inner-container._400px---tablet {
    max-width: 400px;
  }

  .image-wrapper.width-60 {
    max-width: 50%;
  }

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

  .buttons-row.center-tablet {
    justify-content: center;
  }

  .sticky-top._48px-top.sticky-tbl {
    position: static;
  }

  .heading-span-secondary-3 {
    white-space: normal;
  }

  .display-2 {
    font-size: 48px;
    line-height: 1.25em;
  }

  .resume-card-period {
    font-size: 20px;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .brix---cta-v1-floating-item-02 {
    width: 38%;
    bottom: -3%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---heading-h2-size {
    text-align: center;
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: .7fr;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 80px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---heading-h3-size-3 {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }

  .brix---divider-64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---contact-details-wrapper {
    justify-content: center;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---contact-form-right-side {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
    padding: 64px 40px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---contact-form-left-side {
    padding: 64px 40px;
  }

  .brix---grid-contact-v3 {
    grid-template-columns: 1.2fr;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---footer-bottom-v14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left-2 {
    grid-column-gap: 10px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .f-footer-bottom-2 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

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

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

  .f-section-large-3 {
    padding-bottom: 0;
  }

  .btn-secondary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 34px;
    padding-right: 34px;
  }

  .btn-circle-secondary.slider-arrow.right---center-center {
    top: auto;
    left: 85px;
  }

  .btn-circle-secondary.slider-arrow.left---center-center {
    top: auto;
    right: 85px;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .f-accordian-list {
    width: 100%;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

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

  .brix---heading-h2-size-3-faq {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-32px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size-4 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-testimonial-v6 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-5 {
    padding-top: 40px;
    padding-bottom: 118px;
  }

  .f-paragraph-large-review {
    text-align: center;
    margin-left: 60px;
    margin-right: 60px;
  }

  .f-paragraph-large-policy {
    text-align: center;
  }

  .card-2.testimonial-card {
    margin-right: 0;
    padding-right: 45px;
  }

  .card-2.author-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---btn-primary-regsiter {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .testimonial-card-content-wrapper {
    grid-row-gap: 64px;
    flex-direction: column;
  }

  .testimonial-image-wrapper {
    width: 100%;
    height: 100%;
    max-width: 421px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .slider-wrapper {
    padding-bottom: 120px;
  }

  .display-5 {
    font-size: 48px;
    line-height: 1.25em;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .heading-span-secondary-1 {
    white-space: nowrap;
  }

  .heading-span-secondary-1.v2 {
    background-image: linear-gradient(#ffc431 95%, rgba(0, 0, 0, 0) 95%);
  }

  .display-1 {
    font-size: 64px;
    line-height: 1.188em;
  }

  .cms-featured-image-wrapper {
    padding: 24px;
  }

  .newsletter-card {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .display-6 {
    font-size: 22px;
    line-height: 1.545em;
  }

  .avatar-circle.author-avatar {
    width: 154px;
    height: 154px;
    min-height: 154px;
    min-width: 154px;
  }

  .nesletter-sidebar-form-block {
    min-height: 156px;
  }

  .f-header-grid-left {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .combine-team2_component {
    flex-direction: column;
    align-items: center;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-team1_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .combine-heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .brix---cta-v6-floating-item-02-2 {
    width: 35%;
    bottom: 9%;
    right: -4%;
  }

  .brix---cta-v7-floating-item-01 {
    width: 25%;
    display: none;
  }

  .brix---mg-top-64px {
    margin-top: 48px;
  }

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-3-icon-list {
    grid-row-gap: 16px;
    grid-template-columns: auto;
  }

  .brix---mg-bottom-32px-4 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---cta-v7-section {
    padding-top: 112px;
  }

  .combine-heading-style-h1 {
    font-size: 2.75rem;
  }

  .combine-padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .display-7 {
    font-size: 48px;
    line-height: 1.25em;
  }

  .display-course, .display-4-course {
    font-size: 22px;
    line-height: 1.545em;
  }

  .f-paragraph-large-hero-main, .f-paragraph-mission {
    text-align: center;
  }

  .f-section-large-brand {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .div-block-mission-community {
    margin-top: 0;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

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

  .combine-heading-style-h2-4 {
    font-size: 2.5rem;
  }

  .combine-padding-global-4 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---mg-bottom-32px-5 {
    margin-bottom: 24px;
  }

  .brix---category-link {
    font-size: 22px;
    line-height: 24px;
  }

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-blog-sidebar {
    grid-column-gap: 70px;
  }

  .brix---section-bg-neutral-200 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---blog-card-image {
    width: 100%;
  }

  .brix---grid-blog-featured-v7 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-3 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .brix---section-6 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .combine-blog3_content {
    justify-content: center;
  }

  .combine-blog3_image-wrapper {
    max-width: 15rem;
  }

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

  .f-h1-heading-hero {
    text-align: center;
  }

  .brix---btn-primary-course {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-about-mission {
    margin-top: 0;
  }

  .f-paragraph-large-hero-community {
    text-align: center;
  }

  .position-absolute._404-not-found {
    margin-top: 0%;
    margin-left: 0%;
    top: auto;
    bottom: auto;
    left: auto;
  }

  ._404-not-found-number {
    text-align: center;
    font-size: 47vw;
  }

  .utility-page-wrap-2 {
    min-height: 70vh;
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .utility-page-wrap-2.not-found {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .utility-page-content-2 {
    text-align: center;
    align-items: center;
  }

  .brix---section-bootcamps {
    margin-top: -100px;
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .combine-heading-style-h2-5 {
    font-size: 2.5rem;
  }

  .combine-padding-global-5, .hiring-roles-section, .padding-main-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .f-header-image-wrapper-tall-2 {
    height: 360px;
    max-width: none;
  }

  .f-header-grid-2 {
    grid-template-columns: 1fr;
  }

  .combine-cta4_component {
    grid-auto-columns: 1fr;
    padding: 3rem;
  }

  .combine-padding-global-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .div-block-10 {
    margin-top: 0;
  }

  .text-block-22 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .f-container-regular-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .f-header-button-wrapper-3 {
    justify-content: center;
  }

  .text-block-23 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .brix---heading-h2-size-7 {
    text-align: center;
    font-size: 30px;
    line-height: 46px;
  }

  .text-block-2-copy {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .f-paragraph-regular {
    align-self: center;
  }

  .f-banner-badge {
    align-self: center;
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .f-banner-flex-row {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }

  .f-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-logo {
    width: 110px;
    max-width: 110%;
  }

  .f-h1-heading {
    text-align: center;
    margin-top: 0;
    font-size: 48px;
  }

  .f-image-cover {
    margin-top: 20px;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-margin-bottom-41, .f-heading-detail-small-2 {
    text-align: center;
  }

  .f-container-regular-2 {
    margin-top: -50px;
  }

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

  .f-footer-group {
    margin-left: 0;
  }

  .brix---btn-primary-full-width {
    padding: 20px 32px;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---text-300-medium {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---pricing-content-v2 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-primary-white-full-width {
    padding: 20px 32px;
  }

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary---tabs {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .cf-resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cf-visual-features-item.navbar.w--current {
    padding: 14px;
  }

  .cf-logo-image-container {
    margin-bottom: 0;
    margin-right: 0;
  }

  .cf-logo-image-container.last {
    margin-right: 0;
  }

  .cf-logos-contain {
    width: 90%;
    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;
  }

  .cf-logos-heading-logo {
    width: 90%;
    font-size: 24px;
  }

  .f-paragraph-large-logo {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-column-wrapper {
    width: auto;
    background-color: rgba(0, 0, 0, 0);
  }

  .btn-primary {
    border-radius: 14px;
    padding: 20px 32px;
    font-size: 16px;
  }

  .btn-primary.small {
    border-radius: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
  }

  .btn-primary.small.header-btn---header-v2 {
    display: none;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .header-logo {
    max-width: 90%;
  }

  .footer-list-item {
    margin-bottom: 20px;
  }

  .text-400 {
    font-size: 20px;
  }

  .header-content-wrapper.shadow-neutral-800---distance-7px {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-lists-wrapper {
    justify-content: flex-start;
  }

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

  .grid-2-columns.dropdown-grid {
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .grid-2-columns.template-page-sidebar {
    max-width: 600px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .grid-2-columns.blog-featured-grid {
    max-width: 600px;
  }

  .grid-2-columns.title-and-buttons {
    grid-template-columns: 1fr;
  }

  .line-rounded-icon.success-message-check {
    font-size: 32px;
  }

  .card.dropdown {
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .section {
    padding-top: 168px;
    padding-bottom: 168px;
  }

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

  .section.hero.v4 {
    padding-bottom: 78px;
  }

  .section.hero.v3 {
    padding-top: 60px;
    padding-bottom: 133px;
  }

  .section.pd-200px {
    padding-top: 138px;
    padding-bottom: 138px;
  }

  .section.pd-bottom-220px {
    padding-bottom: 153px;
  }

  .section.overflow-hidden.testimonial-section {
    padding-bottom: 150px;
  }

  .logo-strip-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rotated-strip-image {
    margin-right: 48px;
    transform: scale(.8);
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold, .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-top-32px {
    margin-top: 24px;
  }

  .brix---grid-dropdown-cards {
    max-width: 100%;
  }

  .brix---header-logo {
    max-width: 90%;
  }

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

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

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

  .cf-cta-circle {
    display: none;
  }

  .cf-cta-text {
    font-size: 16px;
  }

  .cf-display-heading {
    font-size: 60px;
    line-height: 75px;
  }

  .cf-display-heading.heading-cta {
    font-size: 48px;
    line-height: 60px;
  }

  .cf-wrapper {
    width: 90%;
  }

  .cf-wrapper.cta-wrapper {
    padding: 100px 20px;
  }

  .brix---btn-primary-grad-cta {
    padding: 20px 32px;
  }

  .display-4 {
    font-size: 20px;
    line-height: 1.6em;
  }

  .inner-container._500px---mbl {
    max-width: 500px;
  }

  .inner-container._300px---mbl {
    max-width: 300px;
  }

  .inner-container._600px---mbl {
    max-width: 600px;
  }

  .inner-container._725px.center---full-width-mbl {
    max-width: 100%;
  }

  .inner-container.testimonial-slider {
    max-width: 500px;
  }

  .inner-container._400px---mbl {
    max-width: 400px;
  }

  .inner-container._350px---mbl {
    max-width: 350px;
  }

  .image-wrapper.border-radius-30px {
    border-radius: 18px;
  }

  .image-wrapper.width-60 {
    max-width: 40%;
  }

  .display-2 {
    font-size: 32px;
    line-height: 1.375em;
  }

  .display-2.color-neutral-100 {
    line-height: 1.375em;
  }

  .resume-card-period {
    font-size: 18px;
  }

  .f-testimonial-r-arrow, .f-testimonial-l-arrow {
    display: none;
  }

  .f-testimonial-slider-regular {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .brix---cta-v1-floating-item-02 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 34%;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

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

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---divider-64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---contact-details-mg {
    margin-right: 24px;
  }

  .brix---contact-form-right-side {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---contact-form-left-side {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---grid-contact-v3 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

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

  .brix---text-200-bold-3, .brix---text-201 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---social-media-grid-left-2 {
    justify-content: start;
    justify-items: start;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

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

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .btn-secondary {
    border-radius: 14px;
    padding: 20px 32px;
    font-size: 16px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.large {
    padding: 56px 34px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .btn-circle-secondary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    border-radius: 12px;
    font-size: 22px;
  }

  .btn-circle-secondary.slider-arrow.right---center-center {
    left: 75px;
  }

  .btn-circle-secondary.slider-arrow.left---center-center {
    right: 75px;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v7 {
    padding: 40px 24px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

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

  .brix---heading-h2-size-3-faq {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    top: auto;
    bottom: -86px;
    left: auto;
    right: 36%;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    top: auto;
    bottom: -86px;
    left: 36%;
    right: auto;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---avatar-circle-05-border {
    width: 80px;
    height: 80px;
    max-height: 80px;
    max-width: 80px;
  }

  .brix---card-testimonial-v6 {
    padding: 44px 32px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-40px-4 {
    margin-bottom: 24px;
  }

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

  .f-paragraph-large-review {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-banner-upper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-paragraph-large-policy {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .contact-link {
    font-size: 18px;
  }

  .card-2.testimonial-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-2.author-card {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 34px;
  }

  .card-2.author-card:hover {
    transform: none;
  }

  .brix---btn-primary-regsiter {
    padding: 20px 32px;
  }

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

  .mg-bottom-24px.keep {
    margin-bottom: 24px;
  }

  .testimonial-card-content-wrapper {
    grid-row-gap: 53px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .testimonial-image-wrapper {
    min-height: auto;
    min-width: auto;
  }

  .logo-image {
    max-height: 30px;
  }

  .text-200 {
    font-size: 16px;
  }

  .full-width-mobile {
    width: 100%;
  }

  .slider-wrapper {
    padding-bottom: 110px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .display-5 {
    font-size: 32px;
    line-height: 1.375em;
  }

  .combine-clients4_grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .display-1 {
    font-size: 40px;
    line-height: 1.3em;
  }

  .badge-primary {
    border-radius: 12px;
    padding: 16px 24px;
    font-size: 16px;
  }

  .badge-primary.small {
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 14px;
  }

  .cms-featured-image-wrapper {
    border-radius: 18px;
    padding: 20px;
  }

  .newsletter-card {
    padding: 40px 34px 50px;
  }

  .display-6 {
    font-size: 20px;
    line-height: 1.6em;
  }

  .avatar-circle.author-avatar {
    width: 128px;
    height: 128px;
    min-height: 128px;
    min-width: 128px;
    padding: 8px;
  }

  .mg-bottom-32px {
    margin-bottom: 26px;
  }

  .nesletter-sidebar-form-block {
    min-height: 136px;
  }

  .flex-vertical-center-mbl {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .input {
    min-height: 60px;
    border-radius: 12px;
    font-size: 16px;
  }

  .input.small {
    min-height: 58px;
    border-radius: 10px;
    font-size: 14px;
  }

  .f-section-large-2-left, .f-section-large-right {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .combine-team2_component {
    flex-direction: column;
    align-items: center;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-team1_component {
    flex-direction: column;
    align-items: center;
  }

  .brix---mg-top-64px {
    margin-top: 40px;
  }

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---text-200-list-bold-2 {
    font-size: 16px;
  }

  .brix---grid-3-icon-list {
    grid-row-gap: 18px;
    grid-template-columns: auto;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---cta-v7-section {
    padding-top: 96px;
  }

  .combine-padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .display-7 {
    font-size: 32px;
    line-height: 1.375em;
  }

  .display-course, .display-4-course {
    font-size: 20px;
    line-height: 1.6em;
  }

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

  .combine-padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-4 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---text-202 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---category-link {
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 22px;
  }

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 48px;
  }

  .brix---sticky-top-24px {
    position: static;
  }

  .brix---grid-blog-sidebar {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .brix---section-bg-neutral-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-blog-featured-v7 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

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

  .f-h1-heading-hero {
    text-align: center;
    margin-top: 0;
    font-size: 48px;
  }

  .brix---btn-primary-course {
    padding: 20px 32px;
  }

  .f-paragraph-bottom-banner {
    align-self: center;
    display: none;
  }

  .utility-page-wrap-2 {
    min-height: 60vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .utility-page-wrap-2.not-found {
    padding-top: 60px;
    padding-bottom: 116px;
  }

  ._404-page {
    margin-bottom: 26px;
  }

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

  .combine-pricing2_component {
    flex-direction: column;
    align-items: center;
  }

  .combine-padding-global-5, .hiring-roles-section, .padding-main-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .f-header-image-wrapper-tall-2 {
    height: 400px;
  }

  .f-h1-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

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

  .combine-cta4_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 2.5rem;
  }

  .combine-padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .f-margin-bottom-133 {
    text-align: center;
  }

  .f-container-regular-5 {
    margin-top: -50px;
  }

  .brix---heading-h2-size-7 {
    font-size: 28px;
    line-height: 40px;
  }

  .f-margin-bottom-136 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .f-banner-badge {
    align-self: center;
    position: static;
  }

  .f-banner-flex-row {
    text-align: left;
    flex-direction: row;
    align-items: center;
  }

  .f-navigation-menu-button:active {
    background-color: #1e1e23;
  }

  .f-navigation-button {
    float: left;
    display: none;
    position: static;
  }

  .f-logo {
    width: 90px;
  }

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

  .f-paragraph-large {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .f-h1-heading {
    margin-top: 20px;
    font-size: 44px;
  }

  .f-image-cover {
    margin-top: -50px;
  }

  .f-header-image-wrapper-tall {
    height: 350px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
    display: block;
  }

  .f-header-button-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: center;
    display: flex;
    position: static;
    overflow: visible;
  }

  .f-heading-detail-small-2 {
    text-align: center;
  }

  .f-section-large-2 {
    padding-top: 40px;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
    align-self: auto;
    margin-bottom: 10px;
  }

  .f-footer-group {
    flex-flow: column;
    margin-left: 0;
    display: flex;
  }

  .f-navigation-button-hero {
    float: left;
    padding: 5px 20px;
    display: flex;
    position: static;
  }

  .f-navigation-button-hero-alt {
    float: left;
    align-self: center;
    padding: 5px 20px;
    display: flex;
    position: static;
  }

  .brix---btn-primary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 22px;
    line-height: 18px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---divider-40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-primary-white-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---badge-secondary-small-bold {
    margin-left: 0;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary---tabs {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section {
    margin-top: -250px;
    padding-bottom: 60px;
  }

  .cf-visual-features-item.navbar {
    padding: 10px;
    font-size: 14px;
  }

  .cf-logo-image-container {
    height: auto;
    min-height: 60px;
  }

  .cf-logos-contain {
    grid-template-columns: 1fr 1fr;
    align-content: center;
    align-items: center;
  }

  .cf-logo-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-logos-heading-logo {
    font-size: 22px;
  }

  .f-paragraph-large-logo {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .btn-primary {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .header-nav-menu-wrapper, .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hamburger-menu-bar {
    width: 40px;
  }

  .header-logo {
    max-width: 86%;
  }

  .header-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-lists-wrapper {
    flex-wrap: wrap;
  }

  .section {
    padding-top: 138px;
    padding-bottom: 138px;
  }

  .section.hero {
    padding-top: 40px;
  }

  .section.hero.v4 {
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .section.hero.v3 {
    padding-top: 50px;
    padding-bottom: 111px;
  }

  .section.pd-200px {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.pd-200px.pd-top-0 {
    padding-bottom: 0;
  }

  .section.pd-bottom-220px {
    padding-bottom: 128px;
  }

  .logo-strip-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rotated-strip-image {
    margin-right: 24px;
    transform: scale(.7);
  }

  .f-paragraph-large-hero, .f-paragraph-large-flagship {
    font-size: 16px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item-middle {
    width: 100%;
    text-align: left;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold, .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---image-border-radius-24px {
    border-radius: 16px;
  }

  .brix---grid-dropdown-cards {
    grid-template-columns: 1fr;
  }

  .brix---container-default-dropdown-full-width {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-nav-list-middle-full-width {
    width: auto;
    text-align: left;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-grid-four-columns {
    margin-bottom: 20px;
  }

  .f-title-wrapper-center {
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .f-container-regular {
    padding: 40px 20px 30px;
  }

  .f-paragraph-large-courses {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .cf-arrow-button {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .cf-cta-text {
    font-size: 14px;
  }

  .cf-display-heading {
    font-size: 55px;
    line-height: 70px;
  }

  .cf-display-heading.heading-cta {
    font-size: 40px;
    line-height: 44px;
  }

  .cf-wrapper.cta-wrapper {
    padding: 60px 10px;
  }

  .brix---btn-primary-grad-cta {
    width: 100%;
    max-width: 90%;
    padding: 18px 10px;
    font-size: 24px;
  }

  .inner-container._360px {
    max-width: 100%;
  }

  .inner-container._400px---mbp {
    max-width: 400px;
  }

  .inner-container._350px---mbp {
    max-width: 350px;
  }

  .image-wrapper.border-radius-30px {
    border-radius: 14px;
  }

  .flex-horizontal.space-between.reverse-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap-reverse;
  }

  .flex-horizontal.start.link---icon-left {
    grid-column-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .bottom-content-resume-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .buttons-row {
    width: 100%;
    flex-direction: column;
  }

  .heading-span-secondary-3 {
    white-space: normal;
  }

  .display-2 {
    font-size: 28px;
    line-height: 1.429em;
  }

  .top-content-resume-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .brix---cta-v1-floating-item-02 {
    width: 44%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 39%;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-2 {
    padding-bottom: 40px;
  }

  .f-modal-button-grid {
    width: 100%;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---icon-square-acent-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    justify-items: center;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---divider-64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---link {
    font-size: 16px;
    line-height: 26px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---contact-details-mg {
    margin-bottom: 20px;
  }

  .brix---contact-details-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---contact-form-right-side {
    padding: 48px 24px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input-label {
    margin-top: 40px;
    margin-bottom: 5px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---form-grid-2-columns {
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    display: block;
  }

  .brix---contact-form-left-side {
    padding: 20px 10px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---container-default-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brix---section-3 {
    padding-top: 60px;
  }

  .brix---text-200-bold-3, .brix---text-201 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 14px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---icon-square-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-left-2 {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-section-large-3 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .f-navigation-button-hero-alt-2 {
    float: left;
    align-self: center;
    padding: 5px 20px;
    display: flex;
    position: static;
  }

  .f-navigation-button-hero-2 {
    float: left;
    padding: 5px 20px;
    display: flex;
    position: static;
  }

  .btn-secondary {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .divider, .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-span-secondary-4 {
    white-space: normal;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .btn-circle-secondary.small.accordion-btn {
    width: 44px;
    height: 44px;
    min-height: 44px;
    min-width: 44px;
  }

  .brix---paragraph-default-5 {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---inner-container-574px---center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-4 {
    padding-top: 0;
  }

  .brix---heading-h2-size-3-faq {
    text-align: center;
    font-size: 40px;
    line-height: 34px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    right: 26%;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    left: 26%;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---paragraph-default-6 {
    color: #1e1e23;
    font-size: 12px;
    line-height: 18px;
  }

  .brix---mg-top-16px-2 {
    margin-top: 12px;
  }

  .brix---heading-h3-size-4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---avatar-circle-05-border {
    border-width: 3px;
  }

  .brix---card-testimonial-v6 {
    padding: 30px 20px;
  }

  .brix---slider-item-pd {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---inner-container-574px---center-2 {
    max-width: 100%;
  }

  .brix---container-default-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-paragraph-large-review, .f-paragraph-large-policy {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .contact-link {
    font-size: 16px;
  }

  .card-2.contact-card, .card-2.card-secondary-1.flex-vertical-center, .card-2.testimonial-card, .card-2.author-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-primary-regsiter {
    width: 100%;
    margin-top: 40px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---paragraph-regsiter {
    font-size: 12px;
    line-height: 18px;
  }

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

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .mg-bottom-24px.keep {
    margin-bottom: 24px;
  }

  .testimonial-card-content-wrapper {
    grid-row-gap: 44px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .mg-bottom-56px {
    margin-bottom: 40px;
  }

  .slider-wrapper {
    padding-bottom: 100px;
  }

  .display-5 {
    font-size: 28px;
    line-height: 1.429em;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-span-secondary-1 {
    white-space: normal;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .display-1 {
    font-size: 34px;
    line-height: 1.353em;
  }

  .badge-primary.small.btn-primary {
    width: auto;
  }

  .cms-featured-image-wrapper {
    border-radius: 14px;
    padding: 12px;
  }

  .newsletter-card {
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mg-bottom-32px {
    margin-bottom: 23px;
  }

  .social-media-wrapper {
    flex-wrap: wrap;
  }

  .input {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-section-large-2-left, .f-section-large-right {
    padding-top: 40px;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---btn-secondary-white-2, .brix---btn-primary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---icon-list-2 {
    width: 24px;
    margin-right: 8px;
  }

  .brix---grid-3-icon-list {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---cta-v7-section {
    padding-top: 72px;
  }

  .combine-container-large-3 {
    margin-bottom: -50px;
  }

  .combine-button-wrapper {
    width: 100%;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-section-large-left {
    padding-top: 40px;
  }

  .display-7 {
    font-size: 28px;
    line-height: 1.429em;
  }

  .combine-container-large-course {
    margin-bottom: -50px;
  }

  .f-paragraph-large-hero-main, .f-paragraph-mission {
    font-size: 16px;
  }

  .f-section-large-brand {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .combine-blog4_content {
    margin-left: 0;
  }

  .combine-blog4_image-wrapper {
    max-width: none;
  }

  .combine-blog4_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .combine-padding-global-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---text-200-bold-4, .brix---text-202 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h2-size-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 40px;
  }

  .brix---container-default-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-bg-neutral-200 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---blog-card-content-inside {
    padding: 24px 24px 31px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .combine-blog3_image-wrapper {
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .combine-blog3_item {
    flex-direction: column;
  }

  .f-h1-heading-hero {
    margin-top: 20px;
    font-size: 44px;
  }

  .brix---btn-primary-course {
    width: 100%;
    max-width: 100%;
    padding: 18px 10px;
  }

  .div-about-mission {
    margin-top: -60px;
  }

  .f-navigation-button-about-register {
    float: left;
    display: block;
    position: static;
  }

  .f-navigation-button-community {
    float: left;
    margin-bottom: 30px;
    display: block;
    position: static;
  }

  .f-navigation-button-enroll-now-course {
    float: left;
    display: block;
    position: static;
  }

  .f-navigation-button-call-now-course {
    float: left;
    margin-bottom: 30px;
    display: block;
    position: static;
  }

  .f-paragraph-bottom-banner {
    display: none;
  }

  .f-paragraph-large-hero-community {
    font-size: 16px;
  }

  .f-navigation-button-enroll-now-bottom-course-bottom {
    float: left;
    display: block;
    position: static;
  }

  .position-absolute._404-not-found {
    top: 18%;
  }

  .utility-page-wrap-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .utility-page-wrap-2.not-found {
    padding-top: 50px;
  }

  ._404-page {
    margin-bottom: 23px;
  }

  .f-navigation-button-affiliate {
    float: left;
    margin-bottom: 30px;
    display: block;
    position: static;
  }

  .brix---section-bootcamps {
    margin-top: -250px;
    padding-bottom: 60px;
  }

  .combine-pricing2_item {
    padding: 2rem 1.5rem;
  }

  .combine-padding-global-5, .hiring-roles-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-main-section {
    margin-bottom: -60px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container {
    max-width: none;
  }

  .combine-cta4_component {
    text-align: center;
    justify-items: center;
    padding: 1.5rem;
  }

  .combine-padding-global-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-navigation-button-studio {
    float: left;
    align-self: center;
    padding: 5px 20px;
    display: flex;
    position: static;
  }

  .f-section-large-right-brand {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .f-navigation-button-hero-3 {
    float: left;
    padding: 5px 20px;
    display: flex;
    position: static;
  }

  .f-header-button-wrapper-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: center;
    display: flex;
    position: static;
    overflow: visible;
  }

  .f-navigation-button-about-register-2 {
    float: left;
    display: block;
    position: static;
  }

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

  .brix---heading-h2-size-7 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }

  .f-navigation-button-science {
    float: left;
    align-self: center;
    padding: 5px 20px;
    display: flex;
    position: static;
  }

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

#w-node-d0bcd84a-4ec8-cf9f-63de-bf1ae801bff5-eba4a9cf {
  align-self: center;
  justify-self: end;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6ab-eba4a9cf {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6ad-eba4a9cf, #w-node-_80a7e233-355d-278f-5af7-9082b102f6af-eba4a9cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6b8-eba4a9cf {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6ba-eba4a9cf, #w-node-_80a7e233-355d-278f-5af7-9082b102f6bc-eba4a9cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6c6-eba4a9cf {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6c8-eba4a9cf, #w-node-_80a7e233-355d-278f-5af7-9082b102f6ca-eba4a9cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6d3-eba4a9cf {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6d5-eba4a9cf, #w-node-_80a7e233-355d-278f-5af7-9082b102f6d7-eba4a9cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6e1-eba4a9cf {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6e3-eba4a9cf, #w-node-_80a7e233-355d-278f-5af7-9082b102f6e5-eba4a9cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6ee-eba4a9cf {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6f0-eba4a9cf, #w-node-_80a7e233-355d-278f-5af7-9082b102f6f2-eba4a9cf, #field.w-node-_3f018d6a-2b78-4264-e238-8b89015d4081-cd3dec35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcdfc3ff-d7f5-3734-62b4-73fb66eabaa1-cd3dec35 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88b2-9930c6f1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88b4-9930c6f1, #w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88b6-9930c6f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88c5-9930c6f1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88c7-9930c6f1, #w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88c9-9930c6f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88d6-9930c6f1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88d8-9930c6f1, #w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88da-9930c6f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88e6-9930c6f1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88e8-9930c6f1, #w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88eb-9930c6f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88fe-9930c6f1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e8900-9930c6f1, #w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e8903-9930c6f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e890f-9930c6f1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e8911-9930c6f1, #w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e8914-9930c6f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c52429e2-d588-74ca-d3e6-5f6ed60b4b16-995ec3cf {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c52429e2-d588-74ca-d3e6-5f6ed60b4b18-995ec3cf, #w-node-c52429e2-d588-74ca-d3e6-5f6ed60b4b1a-995ec3cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c52429e2-d588-74ca-d3e6-5f6ed60b4b29-995ec3cf {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c52429e2-d588-74ca-d3e6-5f6ed60b4b2b-995ec3cf, #w-node-c52429e2-d588-74ca-d3e6-5f6ed60b4b2d-995ec3cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c52429e2-d588-74ca-d3e6-5f6ed60b4b3a-995ec3cf {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c52429e2-d588-74ca-d3e6-5f6ed60b4b3c-995ec3cf, #w-node-c52429e2-d588-74ca-d3e6-5f6ed60b4b3e-995ec3cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c52429e2-d588-74ca-d3e6-5f6ed60b4b4a-995ec3cf {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c52429e2-d588-74ca-d3e6-5f6ed60b4b4c-995ec3cf, #w-node-c52429e2-d588-74ca-d3e6-5f6ed60b4b4f-995ec3cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c52429e2-d588-74ca-d3e6-5f6ed60b4b62-995ec3cf {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c52429e2-d588-74ca-d3e6-5f6ed60b4b64-995ec3cf, #w-node-c52429e2-d588-74ca-d3e6-5f6ed60b4b67-995ec3cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c52429e2-d588-74ca-d3e6-5f6ed60b4b73-995ec3cf {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c52429e2-d588-74ca-d3e6-5f6ed60b4b75-995ec3cf, #w-node-c52429e2-d588-74ca-d3e6-5f6ed60b4b78-995ec3cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cce5-26fa8ac1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cce7-26fa8ac1, #w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cce9-26fa8ac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67ccf8-26fa8ac1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67ccfa-26fa8ac1, #w-node-_4dee47d3-8563-f855-c6d8-30f1ae67ccfc-26fa8ac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd09-26fa8ac1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd0b-26fa8ac1, #w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd0d-26fa8ac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd19-26fa8ac1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd1b-26fa8ac1, #w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd1e-26fa8ac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd31-26fa8ac1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd33-26fa8ac1, #w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd36-26fa8ac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd42-26fa8ac1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd44-26fa8ac1, #w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd47-26fa8ac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e7436ec-334b-e686-0219-47c012596cfb-17b5b996 {
  align-self: center;
  justify-self: end;
}

#w-node-_7aae7a45-c921-6a29-eb6c-17878af96714-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_7aae7a45-c921-6a29-eb6c-17878af96718-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7aae7a45-c921-6a29-eb6c-17878af96726-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_7aae7a45-c921-6a29-eb6c-17878af9672a-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7aae7a45-c921-6a29-eb6c-17878af96738-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_7aae7a45-c921-6a29-eb6c-17878af9673c-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7aae7a45-c921-6a29-eb6c-17878af9674a-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_7aae7a45-c921-6a29-eb6c-17878af9674e-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccfed6ec-5f3f-0c9c-16b8-49116f1ac188-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-ccfed6ec-5f3f-0c9c-16b8-49116f1ac18c-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccfed6ec-5f3f-0c9c-16b8-49116f1ac194-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-ccfed6ec-5f3f-0c9c-16b8-49116f1ac198-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccfed6ec-5f3f-0c9c-16b8-49116f1ac1a0-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-ccfed6ec-5f3f-0c9c-16b8-49116f1ac1a4-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccfed6ec-5f3f-0c9c-16b8-49116f1ac1ac-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-ccfed6ec-5f3f-0c9c-16b8-49116f1ac1b0-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9a3e31d-f308-4b1c-6e13-a59deb7e2d70-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c9a3e31d-f308-4b1c-6e13-a59deb7e2d74-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9a3e31d-f308-4b1c-6e13-a59deb7e2d7c-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c9a3e31d-f308-4b1c-6e13-a59deb7e2d80-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9a3e31d-f308-4b1c-6e13-a59deb7e2d88-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c9a3e31d-f308-4b1c-6e13-a59deb7e2d8c-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9a3e31d-f308-4b1c-6e13-a59deb7e2d94-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c9a3e31d-f308-4b1c-6e13-a59deb7e2d98-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fda08249-9b2d-9202-76d0-de1fd8db5295-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-fda08249-9b2d-9202-76d0-de1fd8db5299-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fda08249-9b2d-9202-76d0-de1fd8db52a2-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-fda08249-9b2d-9202-76d0-de1fd8db52a6-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fda08249-9b2d-9202-76d0-de1fd8db527c-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-fda08249-9b2d-9202-76d0-de1fd8db5280-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fda08249-9b2d-9202-76d0-de1fd8db5288-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-fda08249-9b2d-9202-76d0-de1fd8db528c-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c960b9c-e1bf-7540-0170-71eb66250942-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6c960b9c-e1bf-7540-0170-71eb66250946-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c960b9c-e1bf-7540-0170-71eb6625094e-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6c960b9c-e1bf-7540-0170-71eb66250952-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c960b9c-e1bf-7540-0170-71eb6625095b-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6c960b9c-e1bf-7540-0170-71eb6625095f-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c960b9c-e1bf-7540-0170-71eb66250968-17b5b996 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6c960b9c-e1bf-7540-0170-71eb6625096c-17b5b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e18aa62a-8aec-c160-22bd-5de67d62fb87-0a7e1d6f {
  align-self: center;
  justify-self: end;
}

#w-node-_30f283c5-5f96-88a8-4774-ee0c3bf34172-195aaa1d, #w-node-_30f283c5-5f96-88a8-4774-ee0c3bf34183-195aaa1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6ab-f3456fec {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6ad-f3456fec, #w-node-_80a7e233-355d-278f-5af7-9082b102f6af-f3456fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6b8-f3456fec {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6ba-f3456fec, #w-node-_80a7e233-355d-278f-5af7-9082b102f6bc-f3456fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87ba1b78-d37d-4394-8c40-de8799bae469-f3456fec {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_87ba1b78-d37d-4394-8c40-de8799bae46b-f3456fec, #w-node-_87ba1b78-d37d-4394-8c40-de8799bae46d-f3456fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7d5ff8d-e7ff-0e84-fda9-c575071d7295-f3456fec {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c7d5ff8d-e7ff-0e84-fda9-c575071d7297-f3456fec, #w-node-c7d5ff8d-e7ff-0e84-fda9-c575071d7299-f3456fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81d5617e-2c77-3d25-3208-9072c041c8d7-f3456fec {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_81d5617e-2c77-3d25-3208-9072c041c8d9-f3456fec, #w-node-_81d5617e-2c77-3d25-3208-9072c041c8db-f3456fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6c6-f3456fec {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6c8-f3456fec, #w-node-_80a7e233-355d-278f-5af7-9082b102f6ca-f3456fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6d3-f3456fec {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6d5-f3456fec, #w-node-_80a7e233-355d-278f-5af7-9082b102f6d7-f3456fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_933e8242-a8c3-3041-6ec6-72f109126872-f3456fec {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_933e8242-a8c3-3041-6ec6-72f109126874-f3456fec, #w-node-_933e8242-a8c3-3041-6ec6-72f109126876-f3456fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_544ff4c6-50eb-97e6-b12c-7ab317a14170-f3456fec {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_544ff4c6-50eb-97e6-b12c-7ab317a14172-f3456fec, #w-node-_544ff4c6-50eb-97e6-b12c-7ab317a14175-f3456fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbbe70e4-9733-e671-9eba-fc97e1affdc3-f3456fec {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-bbbe70e4-9733-e671-9eba-fc97e1affdc5-f3456fec, #w-node-bbbe70e4-9733-e671-9eba-fc97e1affdc7-f3456fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6e1-f3456fec {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6e3-f3456fec, #w-node-_80a7e233-355d-278f-5af7-9082b102f6e5-f3456fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6ee-f3456fec {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6f0-f3456fec, #w-node-_80a7e233-355d-278f-5af7-9082b102f6f2-f3456fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a65843da-18dd-e36f-961f-026a10bf438b-f3456fec {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a65843da-18dd-e36f-961f-026a10bf438d-f3456fec, #w-node-a65843da-18dd-e36f-961f-026a10bf4390-f3456fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_747eaa46-5b22-78a0-3371-1d1719f3dbd8-f3456fec {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_747eaa46-5b22-78a0-3371-1d1719f3dbda-f3456fec, #w-node-_747eaa46-5b22-78a0-3371-1d1719f3dbdd-f3456fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37a02278-2b84-e926-36ee-4cc4ba8e7644-f3456fec {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_37a02278-2b84-e926-36ee-4cc4ba8e7646-f3456fec, #w-node-_37a02278-2b84-e926-36ee-4cc4ba8e7649-f3456fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88b2-e88574c5 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88b4-e88574c5, #w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88b6-e88574c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88c5-e88574c5 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88c7-e88574c5, #w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88c9-e88574c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88d6-e88574c5 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88d8-e88574c5, #w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88da-e88574c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88e6-e88574c5 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88e8-e88574c5, #w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88eb-e88574c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88fe-e88574c5 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e8900-e88574c5, #w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e8903-e88574c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e890f-e88574c5 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e8911-e88574c5, #w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e8914-e88574c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6ab-d36e54d5 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6ad-d36e54d5, #w-node-_80a7e233-355d-278f-5af7-9082b102f6af-d36e54d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6b8-d36e54d5 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6ba-d36e54d5, #w-node-_80a7e233-355d-278f-5af7-9082b102f6bc-d36e54d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6c6-d36e54d5 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6c8-d36e54d5, #w-node-_80a7e233-355d-278f-5af7-9082b102f6ca-d36e54d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6d3-d36e54d5 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6d5-d36e54d5, #w-node-_80a7e233-355d-278f-5af7-9082b102f6d7-d36e54d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6e1-d36e54d5 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6e3-d36e54d5, #w-node-_80a7e233-355d-278f-5af7-9082b102f6e5-d36e54d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6ee-d36e54d5 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_80a7e233-355d-278f-5af7-9082b102f6f0-d36e54d5, #w-node-_80a7e233-355d-278f-5af7-9082b102f6f2-d36e54d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50a833f7-2c32-3a4b-7b86-753e9ad46374-d36e54d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0bcd84a-4ec8-cf9f-63de-bf1ae801bff5-1d537c44, #w-node-_476f66af-c7bb-ff43-2db9-35bcb2998817-1d537c44 {
  align-self: center;
  justify-self: end;
}

#w-node-_015b3f11-bfc1-ca32-9467-c20d1b4304b3-1d537c44 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_37c80cc7-3c00-942b-fe04-dc866a7c2a60-7a4fa255 {
  align-self: center;
  justify-self: end;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cce5-5cec82bc {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cce7-5cec82bc, #w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cce9-5cec82bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67ccf8-5cec82bc {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67ccfa-5cec82bc, #w-node-_4dee47d3-8563-f855-c6d8-30f1ae67ccfc-5cec82bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd09-5cec82bc {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd0b-5cec82bc, #w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd0d-5cec82bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd19-5cec82bc {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd1b-5cec82bc, #w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd1e-5cec82bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd31-5cec82bc {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd33-5cec82bc, #w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd36-5cec82bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd42-5cec82bc {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd44-5cec82bc, #w-node-_4dee47d3-8563-f855-c6d8-30f1ae67cd47-5cec82bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88b2-2400c551 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88b4-2400c551, #w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88b6-2400c551 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88c5-2400c551 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88c7-2400c551, #w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88c9-2400c551 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88d6-2400c551 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88d8-2400c551, #w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88da-2400c551 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88e6-2400c551 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88e8-2400c551, #w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88eb-2400c551 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e88fe-2400c551 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e8900-2400c551, #w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e8903-2400c551 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e890f-2400c551 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e8911-2400c551, #w-node-_4b1d5d8b-aafd-d414-9c95-d2b3299e8914-2400c551 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-d0bcd84a-4ec8-cf9f-63de-bf1ae801bff5-eba4a9cf, #w-node-_2e7436ec-334b-e686-0219-47c012596cfb-17b5b996, #w-node-e18aa62a-8aec-c160-22bd-5de67d62fb87-0a7e1d6f, #w-node-d0bcd84a-4ec8-cf9f-63de-bf1ae801bff5-1d537c44, #w-node-_476f66af-c7bb-ff43-2db9-35bcb2998817-1d537c44, #w-node-_37c80cc7-3c00-942b-fe04-dc866a7c2a60-7a4fa255 {
    align-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d0bcd84a-4ec8-cf9f-63de-bf1ae801bfde-eba4a9cf {
    order: -9999;
  }

  #w-node-_4afd71e3-4ec9-c599-6f9a-00cfac410f39-eba4a9cf, #w-node-_5f417a4e-8916-2921-98c9-209621a7aed5-cd3dec35, #w-node-f9dea51e-9d47-e5d6-d667-4da9dee8d976-9930c6f1, #w-node-_4f9f46da-45eb-bb9c-0d2e-fe6f25ceb0cc-995ec3cf, #w-node-f36b64e7-a90e-3bbf-96c0-a38b6a97af31-26fa8ac1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2e7436ec-334b-e686-0219-47c012596cea-17b5b996 {
    order: -9999;
  }

  #w-node-_94872f74-04dc-00ac-02c0-e49281d08083-17b5b996, #w-node-_93c7fce9-1ed5-c080-69f3-153f521dabdd-88daef41, #w-node-c22ac6b7-bb54-1359-99a7-e4baafb18265-e2528014, #w-node-adcd834b-6577-f006-9cd4-6418afd6592c-9db5c4cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e18aa62a-8aec-c160-22bd-5de67d62fb89-0a7e1d6f {
    order: -9999;
  }

  #w-node-_9cc98420-11d2-bf77-50e1-60b3bad3ccaf-0a7e1d6f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_30f283c5-5f96-88a8-4774-ee0c3bf34179-195aaa1d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cae0dcae-3244-2922-5077-d3d9683daf3c-195aaa1d, #w-node-a538fbba-b979-ff1e-dca1-f0ffd35c0ce4-f3456fec, #w-node-_47e67fcd-0db0-c4b5-6a32-eb19bdbf7d79-1379d0c8, #w-node-_11612ea8-eedc-c7ac-28c1-4c6feb653d42-e88574c5, #w-node-_776bed40-7a0e-ffaf-ed7d-b0e52dff28e2-d36e54d5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d0bcd84a-4ec8-cf9f-63de-bf1ae801bfde-1d537c44, #w-node-_476f66af-c7bb-ff43-2db9-35bcb2998819-1d537c44 {
    order: -9999;
  }

  #w-node-c214ccb6-f905-95f4-a955-e5ff316331ba-1d537c44 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37c80cc7-3c00-942b-fe04-dc866a7c2a62-7a4fa255 {
    order: -9999;
  }

  #w-node-_4e187ed9-8484-6f10-8abe-442d45f727bd-7a4fa255, #w-node-_8a2ac702-0387-d254-2c9c-51defa6f9082-5cec82bc, #w-node-_433958d9-d140-7144-feb5-7f113f416748-2400c551 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


