.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

p {
  margin-bottom: 10px;
}

ul {
  white-space: normal;
  border-style: none;
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.brix---btn-primary-small {
  width: 100%;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #016a9e;
  background-image: linear-gradient(#016a9e, #05457c);
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: PT Serif, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: background-color .3s, transform .3s, color .3s;
  display: inline-block;
}

.brix---btn-primary-small:hover {
  color: #fff;
  background-color: #016a9e;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  color: #fff;
  margin-left: 24px;
  display: block;
}

.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-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: #333;
  padding: 0;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: #016a9e;
}

.brix---header-nav-link.w--current {
  color: #016a9e;
  font-family: PT Serif, serif;
}

.brix---header-nav-link.w--current:active, .brix---header-nav-link.w--current:focus, .brix---header-nav-link.w--current:visited {
  color: #016a9e;
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.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-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo {
  width: 300px;
  color: #333;
}

.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-v9 {
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.brix---social-media-grid-right---mbl-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 189px);
  align-content: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  justify-items: end;
  display: flex;
}

.brix---top-header-left-col {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---link-text {
  color: #333;
  font-family: PT Serif, serif;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text:hover {
  color: #016a9e;
}

.brix---link-icon-left {
  width: 24px;
  height: 24px;
  color: #438ac8;
  margin-right: 6px;
}

.brix---link-wrapper {
  color: #000;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: #4a3aff;
}

.brix---mg-left-24px---mg-top-16px-mbp {
  margin-left: 24px;
}

.brix---top-header-right-col {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---grid-header-top {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 2fr minmax(200px, 1.75fr);
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---header-top-wrapper {
  border-bottom: 1px solid #eff0f6;
  padding-top: 22px;
  padding-bottom: 22px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper-v9 {
  background-color: #fff;
  padding-top: 0;
  padding-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;
  position: static;
}

.body {
  color: #000;
}

.body:hover {
  color: #333;
}

.brix---btn-secondary {
  color: #016a9e;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  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;
  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:hover {
  color: #fff;
  background-color: #016a9e;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #016a9e;
  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;
  position: static;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #016a9e;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-top: 32px;
  padding-top: 0;
}

.brix---button-row-left._1 {
  margin-top: 0;
}

.brix---paragraph-default {
  width: 100%;
  color: #fff;
  text-align: center;
  justify-content: space-around;
  font-family: PT Serif, serif;
  font-size: 24px;
  line-height: 30px;
  display: block;
}

.brix---mg-bottom-40px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-family: PT Serif, serif;
  display: block;
}

.brix---heading-h1-size {
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: PT Serif, serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.brix---color-neutral-802 {
  color: #6e7191;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: block;
}

.brix---buttons-row {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---color-neutral-804 {
  color: #211f54;
}

.brix---btn-secondary-2 {
  color: #016a9e;
  text-align: center;
  -webkit-text-stroke-color: #016a9e;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #016a9e;
  border-radius: 48px;
  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;
  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-2:hover {
  color: #016a9e;
  background-color: #fff;
  border-width: 1px;
  border-color: #016a9e;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-image: linear-gradient(#016a9e, #05457c);
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---paragraph-default-3 {
  color: #333;
  text-align: left;
  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: 16px;
  line-height: 30px;
}

.brix---paragraph-default-3.about_mobile {
  color: #fff;
  text-align: justify;
}

.brix---paragraph-default-3.about_mobile._1 {
  color: #333;
  text-align: justify;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-family: PT Serif, serif;
  display: block;
}

.brix---paragraph-default-3.hr-text {
  width: 100%;
  margin-bottom: 0;
  font-family: PT Serif, serif;
}

.brix---color-neutral-810 {
  color: #211f54;
}

.brix---grid-1-column-gap-row-32px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: stretch;
  margin-top: 20px;
  font-family: PT Serif, serif;
  display: flex;
}

.brix---grid-1-column-gap-row-32px.forms {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.brix---mg-bottom-48px-2 {
  margin-top: 20px;
}

.brix---heading-h2-size-4 {
  color: #fff;
  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---heading-h2-size-4._1 {
  color: #016a9e;
  font-family: PT Serif, serif;
}

.brix---mg-bottom-24px-2 {
  color: #438ac8;
  margin-bottom: 24px;
}

.brix---grid-2-columns-text-2 {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---container-default-2 {
  max-width: 1218px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.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---icon-menu-dropdown {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.brix---dropdown-link-2 {
  width: 100%;
  color: #6e7191;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: #4a3aff;
}

.brix---dropdown-grid-v1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-items: start;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: grid;
  position: static;
}

.brix---dropdown-pd-2 {
  color: #333;
  padding: 40px;
  display: block;
}

.brix---dropdown-card-2 {
  min-width: 332px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  display: block;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---dropdown-card-wrapper {
  z-index: 12;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-top: 28px;
  display: none;
  position: absolute;
  left: 134px;
  transform: translate(-42%);
}

.brix---dropdown-card-wrapper.w--open {
  display: block;
  position: absolute;
}

.brix---dropdown-chevron-2 {
  width: 14px;
  color: #333;
  margin-left: 6px;
}

.brix---dropdown-chevron-2:hover {
  color: #016a9e;
}

.brix---dropdown-toggle-2 {
  color: #333;
  align-items: center;
  padding: 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: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-2:hover {
  color: #4a3aff;
}

.brix---dropdown-wrapper-2 {
  z-index: 2;
}

.text-block-2 {
  color: #333;
  font-family: PT Serif, serif;
}

.text-block-2:hover {
  color: #016a9e;
}

.submenu {
  color: #fff;
  justify-content: space-between;
  font-family: PT Serif, serif;
}

.submenu:hover {
  color: #016a9e;
}

.submenu:active {
  flex: 1;
}

.submenu._1 {
  color: #333;
  font-family: PT Serif, serif;
}

.submenu._1:hover {
  color: #016a9e;
}

.brix---btn-primary-7 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #016a9e;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-7:hover {
  color: #016a9e;
  background-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-7._1 {
  color: #016a9e;
  background-color: #fff;
}

.brix---btn-primary-7._1:hover {
  color: #333;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
}

.brix---text-area {
  min-height: 144px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  padding: 16px 24px;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(67, 138, 200, .15);
}

.brix---text-area:hover {
  border-color: #438ac8;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---text-area:focus {
  color: #333;
  border-color: #016a9e;
}

.brix---text-area::-ms-input-placeholder {
  color: rgba(51, 51, 51, .7);
  font-size: 18px;
}

.brix---text-area::placeholder {
  color: rgba(51, 51, 51, .7);
  font-size: 18px;
}

.brix---input-label-2 {
  color: #fff;
  margin-bottom: 16px;
  font-family: PT Serif, serif;
  font-size: 16px;
  line-height: 20px;
}

.brix---input-2 {
  min-height: 70px;
  color: #9b9b9b;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  padding: 16px 24px;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  display: block;
  box-shadow: 0 2px 7px rgba(67, 138, 200, .15);
}

.brix---input-2:hover {
  border-color: #438ac8;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input-2:focus {
  color: #333;
  border-color: #016a9e;
}

.brix---input-2::-ms-input-placeholder {
  color: rgba(51, 51, 51, .5);
  font-size: 18px;
}

.brix---input-2::placeholder {
  color: rgba(51, 51, 51, .5);
  font-size: 18px;
}

.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;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: block;
}

.brix---link-icon-left-2 {
  width: 24px;
  color: #438ac8;
  margin-right: 6px;
}

.brix---link-text-2 {
  color: #333;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text-2:hover {
  color: #438ac8;
}

.brix---link-wrapper-color-primary {
  color: #4a3aff;
  align-items: center;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary:hover {
  color: #281ca5;
}

.text-block-5 {
  color: #333;
  text-decoration: none;
}

.text-block-5:hover {
  color: #438ac8;
}

.brix---error-message-3 {
  color: #f01;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-big-3 {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message-3 {
  color: #fff;
  background-color: #016a9e;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  color: #fff;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.brix---icon-square-acent-36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---icon-square-acent-36px:hover {
  transform: scale(.92);
}

.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-10 {
  color: rgba(51, 51, 51, .7);
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-820 {
  color: #6e7191;
}

.brix---heading-h3-size-3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: PT Serif, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-821 {
  color: #211f54;
}

.brix---divider-64px {
  height: 1px;
  background-color: #dcddeb;
  margin-top: 64px;
  margin-bottom: 64px;
}

.brix---text-200-bold-2 {
  color: #016a9e;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---text-200-bold-2:hover {
  color: #016a9e;
}

.brix---contact-details-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-32px-3 {
  margin-bottom: 32px;
}

.brix---contact-form-right-side {
  background-color: rgba(67, 138, 200, .1);
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 88px 56px;
}

.brix---color-neutral-822 {
  color: #fff;
}

.brix---contact-form-left-side {
  background-color: #016a9e;
  border-radius: 16px 0 0 16px;
  padding: 88px 56px;
}

.brix---grid-contact-v3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.brix---card-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  margin-top: 32px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---heading-h1-size-5 {
  color: #333;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: PT Serif, serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle-2 {
  color: #438ac8;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---text-center-3 {
  text-align: center;
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---paragraph-link {
  color: #016a9e;
  text-decoration: none;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: #281ca5;
}

.brix---paragraph-link.w--current {
  color: #016a9e;
  text-decoration: none;
}

.brix---paragraph-link.w--current:hover {
  color: #016a9e;
}

.brix---color-accent-3 {
  color: #4a3aff;
}

.brix---text-201 {
  font-family: PT Serif, 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: rgba(51, 51, 51, .7);
  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: #438ac8;
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---footer-col-title {
  color: #fff;
  margin-bottom: 40px;
  font-family: PT Serif, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-link {
  color: #fff;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: #016a9e;
}

.brix---footer-link.w--current {
  color: #fff;
  font-family: PT Serif, serif;
}

.brix---footer-list-item {
  color: #fff;
  margin-bottom: 18px;
  padding-left: 0;
  font-family: PT Serif, serif;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  list-style-type: none;
}

.brix---footer-logo {
  width: 100%;
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-24px-4 {
  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---footer-wrapper {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#016a9e, #05457c);
  border-top: 1px #eff0f6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.brix---footer-wrapper.footer {
  background-color: #fff;
  background-image: none;
}

.brix---paragraph-default-12 {
  color: rgba(51, 51, 51, .7);
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 14px;
  line-height: 30px;
}

.brix---text-left---t-center {
  text-align: left;
}

.brix---grid-footer-v12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  align-items: center;
}

.brix---footer-bottom-v12 {
  color: #6e7191;
  text-align: center;
  border-top: 1px solid #eff0f6;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 18px;
  line-height: 30px;
}

.image-2 {
  width: 100%;
  text-align: right;
}

.div-block {
  width: 30%;
  text-align: right;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block {
  text-align: right;
}

.image-3 {
  width: 100%;
  text-align: right;
  padding-right: 37px;
}

.list {
  color: #333;
  -webkit-text-stroke-color: #333;
  border: 1px #000;
  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;
}

.list-item {
  -webkit-text-stroke-color: #333;
  font-family: PT Serif, serif;
}

.text-span {
  font-family: PT Serif, serif;
}

.bold-text {
  color: #333;
  font-family: PT Serif, serif;
  font-style: normal;
  font-weight: 700;
}

.bold-text-3 {
  color: #333;
}

.div-block-3 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-block-2 {
  min-width: 260px;
  color: #fff;
  padding: 8px;
  font-family: PT Serif, serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  overflow: visible;
}

.link-block-2:hover {
  color: #dcddeb;
}

.link-block-2._1 {
  color: #333;
}

.link-block-2._1._2 {
  width: 100%;
}

.text-span-4 {
  color: #fff;
}

.text-span-4._1 {
  color: #333;
}

.text-span-4._1._2 {
  color: #016a9e;
}

.heading {
  color: #016a9e;
  border-bottom: 2px solid #438ac8;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: PT Serif, serif;
  display: block;
}

.file-link {
  color: #333;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.file-link:hover {
  color: #016a9e;
}

.file-image {
  width: 30px;
  height: 30px;
}

.text-block-7 {
  padding-left: 16px;
  font-family: PT Serif, serif;
}

.text-block-link {
  font-family: PT Serif, serif;
}

.brix---grid-2-columns-text-2-state, .brix---grid-2-columns-text-2-hr {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.fs_modal-1_close:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_cover {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
}

.fs_modal-1_button:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.form-bg {
  z-index: 98;
  background-color: rgba(0, 0, 0, .3);
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.center-bg {
  z-index: 97;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-light-box-form {
  width: 30px;
  height: 30px;
  background-color: #438ac8;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .555s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 3px;
  left: auto;
  right: -35px;
}

.close-light-box-form:hover {
  background-color: #fff;
}

.close-light-box-form:active {
  background-color: rgba(255, 255, 255, .4);
}

.circle-form-box {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  transition: all .555s;
  display: flex;
}

.circle-form-box:hover {
  width: 30px;
  height: 30px;
  background-color: #016a9e;
  border-radius: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.light-box-form {
  z-index: 99;
  min-height: 330px;
  min-width: 330px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px;
  display: none;
  position: fixed;
  overflow: visible;
  box-shadow: 0 12px 30px -12px rgba(0, 0, 0, .1);
}

.close {
  width: 20px;
}

.title_forms {
  color: #016a9e;
  border-bottom: 2px solid #438ac8;
  margin-bottom: 40px;
  font-family: PT Serif, serif;
}

.button_check {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #333;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.form_input {
  margin-bottom: 20px;
  display: block;
}

.form_input.name {
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  display: flex;
}

.checkbox-label {
  color: #fff;
  font-family: PT Serif, serif;
  font-size: 12px;
  font-weight: 400;
}

.formcontainer {
  width: 600px;
}

.div-block-432 {
  display: flex;
}

.div-block-433 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.div-block-434 {
  display: flex;
}

.div-block-435 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.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: 400px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-6 {
  width: 100%;
}

.div-block-436 {
  flex: 1;
  display: block;
}

.background-video {
  height: 80vh;
  background-color: rgba(0, 0, 0, .5);
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.bold-text-124 {
  color: #016a9e;
  font-family: PT Serif, serif;
}

.section-2 {
  background-color: rgba(1, 106, 158, .04);
  padding-top: 60px;
  padding-bottom: 60px;
}

.column {
  padding-left: 30px;
  display: block;
  overflow: visible;
}

.column-2 {
  padding-right: 30px;
}

.bold-text-125 {
  color: #016a9e;
}

.bold-text-125.city {
  font-size: 16px;
}

.dropdown-toggle {
  font-family: PT Serif, serif;
  display: inline-block;
}

.dropdown-toggle.w--open {
  z-index: 1;
}

.dropdown {
  z-index: auto;
  display: inline-block;
}

.text-block-9 {
  display: inline;
}

.dropdown-list {
  background-color: #016a9e;
  border-radius: 1px;
}

.dropdown-list.w--open {
  z-index: 2;
  border-radius: 6px;
  padding: 8px;
  display: block;
}

.text-block-10 {
  font-family: PT Serif, serif;
  display: block;
}

.div-block-438 {
  height: 2px;
  outline-offset: 0px;
  background-image: linear-gradient(#016a9e, #016a9e);
  outline: 3px #333;
  margin-top: 10px;
}

.div-block-440 {
  color: #fff;
  text-align: center;
  background-color: #016a9e;
  padding: 16px;
}

.div-block-441 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: PT Sans, sans-serif;
  display: flex;
}

.text-block-14, .text-span-6, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .bold-text-127, .bold-text-128, .text-block-15, .text-block-16, .text-block-17, .checkbox-label-2 {
  font-family: PT Serif, serif;
}

.div-block-443 {
  flex: 1;
  padding-right: 7px;
}

.div-block-444 {
  flex: 1;
  padding-left: 7px;
}

.field-label {
  font-family: PT Serif, serif;
}

.text-span-7 {
  font-size: 64px;
}

.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: #016a9e;
  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;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  color: #016a9e;
  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---heading-h2-size {
  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: 48px;
  font-weight: 500;
  line-height: 50px;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---text-center {
  text-align: center;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---cta-card {
  background-color: #1378d1;
  background-image: linear-gradient(#016a9e, #438ac8);
  border-radius: 30px;
  padding: 110px 60px;
  position: relative;
}

.brix---container-default-8 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.body-2 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.text-thank-you {
  font-size: 24px;
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .brix---container-default {
    max-width: 1300px;
  }

  .body {
    color: #333;
  }

  .brix---paragraph-default {
    color: #fff;
  }

  .brix---heading-h1-size {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    line-height: 48px;
  }

  .brix---paragraph-default-3 {
    color: #333;
  }

  .brix---paragraph-default-3.about_mobile._1 {
    flex: 0 auto;
  }

  .brix---grid-2-columns-text-2 {
    display: flex;
  }

  .brix---container-default-2 {
    max-width: 1300px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---container-default-7 {
    max-width: 1300px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }

  .brix---footer-wrapper {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  }

  .brix---paragraph-default-12 {
    color: rgba(51, 51, 51, .7);
    font-size: 14px;
  }

  .image-2 {
    width: 100%;
    text-align: right;
    display: inline-block;
  }

  .div-block {
    width: 30%;
    text-align: right;
  }

  .div-block-2 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .link-block {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .image-3 {
    width: 100%;
    text-align: right;
    padding-right: 36px;
  }

  .list {
    color: #333;
    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;
  }

  .bold-text, .bold-text-3 {
    color: #333;
  }

  .brix---grid-2-columns-text-2-state, .brix---grid-2-columns-text-2-hr {
    display: block;
  }

  .background-video {
    height: 80vh;
  }
}

@media screen and (min-width: 1920px) {
  .brix---header-nav-link.w--current {
    color: #016a9e;
  }

  .brix---container-default {
    max-width: 1400px;
  }

  .body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  }

  .brix---btn-primary {
    background-color: #016a9e;
  }

  .brix---btn-secondary-2 {
    border-style: solid;
    border-color: #016a9e;
  }

  .brix---btn-secondary-2:hover {
    border-width: 1px;
    border-color: #016a9e;
  }

  .brix---btn-primary-2 {
    color: #fff;
    background-color: #016a9e;
  }

  .brix---btn-primary-2:hover {
    color: #fcfcfc;
  }

  .brix---paragraph-default-3 {
    color: #333;
    font-size: 16px;
  }

  .brix---grid-2-columns-text-2 {
    display: flex;
  }

  .brix---container-default-2 {
    max-width: 1400px;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .brix---dropdown-card-wrapper.w--open {
    left: 130px;
  }

  .brix---container-default-7 {
    max-width: 1400px;
  }

  .brix---text-200-bold-2 {
    color: #016a9e;
  }

  .brix---paragraph-link {
    color: #438ac8;
    text-decoration: none;
  }

  .brix---paragraph-link:hover {
    color: #016a9e;
  }

  .brix---text-201 {
    color: rgba(51, 51, 51, .7);
  }

  .brix---card-link-icon-wrapper:hover {
    border-color: #438ac8;
  }

  .brix---footer-col-title, .brix---footer-link {
    color: #fff;
  }

  .brix---footer-link:hover {
    color: #016a9e;
  }

  .brix---footer-list-item {
    color: #fff;
  }

  .brix---footer-logo {
    width: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  }

  .brix---footer-wrapper {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  }

  .brix---paragraph-default-12 {
    color: rgba(51, 51, 51, .7);
    font-size: 14px;
  }

  .brix---text-left---t-center {
    color: #333;
  }

  .image-2 {
    width: 100%;
  }

  .div-block {
    width: 30%;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .div-block-2 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .link-block {
    text-align: right;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-3 {
    width: 100%;
    text-align: right;
    margin-right: 24px;
    padding-right: 38px;
  }

  .list {
    color: #333;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    list-style-type: disc;
  }

  .list-item, .text-span, .bold-text, .bold-text-3 {
    color: #333;
  }

  .brix---grid-2-columns-text-2-state, .brix---grid-2-columns-text-2-hr {
    display: block;
  }

  .div-block-432 {
    display: flex;
  }

  .background-video {
    height: 80vh;
  }

  .section-2 {
    background-color: rgba(1, 106, 158, .04);
  }

  .div-block-440 {
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .div-block-441 {
    flex-flow: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-block-12, .text-block-13, .text-block-14 {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .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;
    display: block;
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .brix---header-menu-wrapper {
    z-index: 50;
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
    position: fixed;
    top: 18%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-column-gap: 10px;
    display: none;
  }

  .brix---top-header-left-col {
    display: none;
  }

  .brix---grid-header-top {
    text-align: center;
    grid-template-columns: 1.8fr 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .brix---header-top-wrapper {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---header-wrapper-v9, .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---paragraph-default {
    text-align: center;
  }

  .brix---heading-h1-size {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    line-height: 60px;
    display: block;
  }

  .brix---buttons-row {
    justify-content: center;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---paragraph-default-3 {
    text-align: center;
  }

  .brix---paragraph-default-3.about_mobile {
    text-align: justify;
  }

  .brix---paragraph-default-3.about_mobile._1 {
    padding-right: 0%;
  }

  .brix---paragraph-default-3.hr-text {
    text-align: justify;
  }

  .brix---grid-1-column-gap-row-32px {
    justify-content: start;
    align-items: flex-start;
    justify-items: start;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size-4 {
    text-align: center;
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    display: block;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-2 {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-card-wrapper {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    padding-top: 0;
  }

  .brix---dropdown-card-wrapper.w--open {
    position: static;
    transform: none;
  }

  .brix---btn-primary-7 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---input-label-2 {
    font-size: 16px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .brix---paragraph-default-10 {
    text-align: justify;
  }

  .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: flex-start;
  }

  .brix---mg-bottom-32px-3 {
    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---contact-form-left-side {
    padding: 64px 40px;
  }

  .brix---grid-contact-v3 {
    grid-template-columns: 1.2fr;
  }

  .brix---heading-h1-size-5 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .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;
  }

  .brix---paragraph-default-12 {
    width: 100%;
    display: block;
  }

  .brix---text-left---t-center {
    text-align: center;
  }

  .brix---grid-footer-v12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "Area-2 Area-2"
                   "Area Area"
                   / 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .brix---footer-bottom-v12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .div-block {
    width: 35%;
    text-align: center;
  }

  .div-block-2 {
    justify-content: center;
    display: flex;
  }

  .link-block {
    text-align: center;
    align-self: auto;
  }

  .list {
    text-align: left;
  }

  .div-block-3 {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .brix---grid-2-columns-text-2-state, .brix---grid-2-columns-text-2-hr {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    display: block;
  }

  .center-bg {
    display: none;
  }

  .title_forms {
font-size: 24px;
    text-align: center;
  }

  .div-block-432, .div-block-434, .div-block-435 {
    display: block;
  }

  .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---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---cta-card {
    padding: 72px 54px;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
    background-color: #333;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-nav-menu-list {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .brix---header-menu-wrapper {
    z-index: 99;
    display: block;
    position: fixed;
    top: 156px;
  }

  .brix---header-right-col {
    position: relative;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---header-content-wrapper-v9 {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .brix---social-media-grid-right---mbl-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---top-header-left-col {
    justify-content: center;
    display: none;
  }

  .brix---top-header-right-col {
    justify-content: center;
  }

  .brix---grid-header-top {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---header-top-wrapper {
    padding-top: 0;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 46px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---paragraph-default-3 {
    text-align: center;
  }

  .brix---paragraph-default-3.about_mobile, .brix---paragraph-default-3.hr-text {
    text-align: justify;
  }

  .brix---grid-1-column-gap-row-32px, .brix---grid-1-column-gap-row-32px.forms {
    align-items: flex-start;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-2-columns-text-2 {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-7 {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input-label-2 {
    font-size: 16px;
  }

  .brix---input-2 {
    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---section-3 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .brix---social-media-grid-left {
    justify-content: center;
    justify-items: start;
  }

  .brix---paragraph-default-10 {
    text-align: justify;
  }

  .brix---divider-64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---contact-form-right-side, .brix---contact-form-left-side {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---grid-contact-v3 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .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---footer-logo-wrapper {
    width: 239px;
  }

  .brix---mg-bottom-24px-4 {
    text-align: center;
  }

  .grid-footer-4-cols-v14 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block {
    width: 70%;
  }

  .text-span-2, .bold-text {
    color: #333;
  }

  .div-block-3 {
    display: block;
  }

  .heading {
    text-align: center;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .brix---grid-2-columns-text-2-state, .brix---grid-2-columns-text-2-hr {
    grid-template-columns: 1fr;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .center-bg {
    display: none;
  }

  .close-light-box-form {
    top: 2%;
    bottom: auto;
    left: auto;
    right: 2%;
  }

  .title_forms {
    text-align: center;
  }

  .formcontainer {
    width: 100%;
  }

  .div-block-435 {
    display: block;
  }

  .column {
    padding-left: 10px;
  }

  .column-2 {
    padding-right: 10px;
  }

  .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-2 {
    margin-right: 16px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---cta-card {
    padding: 56px 40px;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    width: 100%;
    text-align: left;
  }

  .brix---header-nav-list-item {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    display: block;
  }

  .brix---header-menu-wrapper {
    z-index: 14;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    top: 200px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .brix---header-right-col {
    position: relative;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---top-header-left-col {
    display: none;
  }

  .brix---mg-left-24px---mg-top-16px-mbp {
    margin-top: 16px;
    margin-left: 0;
  }

  .brix---top-header-right-col {
    flex-direction: column;
    flex: 1;
    align-items: center;
  }

  .brix---grid-header-top {
    justify-content: center;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
    display: block;
  }

  .brix---button-row-left {
    width: 100%;
    align-self: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 37px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
  }

  .brix---btn-secondary-2, .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---paragraph-default-3 {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---paragraph-default-3.about_mobile, .brix---paragraph-default-3.hr-text {
    text-align: justify;
  }

  .brix---grid-1-column-gap-row-32px {
    align-items: flex-start;
    justify-items: center;
  }

  .brix---grid-1-column-gap-row-32px.forms {
    align-items: flex-start;
    padding-left: 0;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size-4 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-primary-7 {
    width: 100%;
    margin-top: 20px;
    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-2 {
    font-size: 16px;
  }

  .brix---input-2 {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-2::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .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-10 {
    text-align: justify;
    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---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---contact-details-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---contact-form-right-side, .brix---contact-form-left-side {
    padding: 48px 24px;
  }

  .brix---heading-h1-size-5 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .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---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---mg-bottom-24px-4 {
    text-align: center;
    margin-bottom: 16px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 0px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---paragraph-default-12 {
    color: rgba(51, 51, 51, .6);
    font-size: 16px;
    line-height: 28px;
  }

  .image-2 {
    text-align: center;
    display: inline-block;
  }

  .div-block {
    width: 70%;
    text-align: center;
    display: inline-block;
  }

  .div-block-2 {
    text-align: center;
    display: block;
  }

  .link-block {
    margin-bottom: 40px;
    display: block;
  }

  .image-3 {
    padding-right: 0;
  }

  .list {
    align-self: auto;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .div-block-5 {
    display: block;
  }

  .center-bg {
    display: none;
  }

  .close-light-box-form {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    top: 2%;
    bottom: auto;
    left: auto;
    right: 2%;
  }

  .light-box-form {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .title_forms {
font-size: 24px;
    text-align: center;
  }

  .button_check {
    margin-top: 0;
    display: block;
  }

  .form_input {
    margin-bottom: 10px;
  }

  .checkbox-field {
    text-align: left;
    margin-top: 16px;
  }

  .checkbox-field-2 {
    margin-top: 20px;
  }

  .text-span-7 {
    font-size: 36px;
  }

  .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-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---cta-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---container-default-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

#w-node-_770dacd6-363c-9e0c-63db-a7510e1fb0e6-0ba050a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e35718b5-099a-a54e-25c0-6e385dd463bf-5dd4638e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e35718b5-099a-a54e-25c0-6e385dd463c7-5dd4638e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e35718b5-099a-a54e-25c0-6e385dd463ee-5dd4638e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: end;
}

#w-node-f8901dd1-96c2-7dc0-a4dc-5371649c5e08-649c5dfa {
  justify-self: end;
}

#w-node-f8901dd1-96c2-7dc0-a4dc-5371649c5e0a-649c5dfa, #w-node-f8901dd1-96c2-7dc0-a4dc-5371649c5e28-649c5dfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8901dd1-96c2-7dc0-a4dc-5371649c5e30-649c5dfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1689c454-88fb-bb9d-7f9a-47214d9cf027-d864656b, #w-node-_1fed9166-f295-7cce-12e1-de412527f7e5-19b1af33, #w-node-c61bbac1-3c78-8b38-a057-84cb07b48678-c195ddc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1caf3f6f-baa0-396b-159f-5b6cd5a0490b-dc95eb7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5fb40694-d1a4-f8d7-889b-9a23e5461051-dc95eb7d, #w-node-_6965386e-054e-f0ce-91b6-e70db4a1603a-dc95eb7d, #w-node-_5f0a9d10-c3c6-cfca-bec3-a01cea371f4a-dc95eb7d, #w-node-_62bab86b-ba17-a9c7-a6cd-4da3f3d18bc4-dc95eb7d, #w-node-_62bab86b-ba17-a9c7-a6cd-4da3f3d18bc6-dc95eb7d, #w-node-_16002630-8ab5-2275-ae38-991a030c5e49-dc95eb7d, #w-node-_16002630-8ab5-2275-ae38-991a030c5e4b-dc95eb7d, #w-node-_5e6aba08-7706-3d4e-9e69-d21f5c2f7072-dc95eb7d, #w-node-_5e6aba08-7706-3d4e-9e69-d21f5c2f7074-dc95eb7d, #w-node-ba14d7d8-6abc-d9fb-d285-77c4f7382a46-dc95eb7d, #w-node-ba14d7d8-6abc-d9fb-d285-77c4f7382a48-dc95eb7d, #w-node-c9d98cae-dc38-496a-8352-fed2f1a23bf0-dc95eb7d, #w-node-c9d98cae-dc38-496a-8352-fed2f1a23bf2-dc95eb7d, #w-node-_3c53fda6-dae4-1409-d30c-e1155db49c08-dc95eb7d, #w-node-_3c53fda6-dae4-1409-d30c-e1155db49c0a-dc95eb7d, #w-node-_54fd1876-529f-ab88-5140-38c5c93f1ba5-dc95eb7d, #w-node-_54fd1876-529f-ab88-5140-38c5c93f1ba7-dc95eb7d, #w-node-db014d03-790a-095b-bd98-70407b1a63dc-dc95eb7d, #w-node-db014d03-790a-095b-bd98-70407b1a63de-dc95eb7d, #w-node-_77fa3cc6-ab6e-c8ed-2f14-380fdef6be2b-dc95eb7d, #w-node-_77fa3cc6-ab6e-c8ed-2f14-380fdef6be2d-dc95eb7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58613227-6f9a-2ea7-5453-93d32facdfeb-dc95eb7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_58613227-6f9a-2ea7-5453-93d32facdfed-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32facdfee-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32facdff0-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32facdff3-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32facdff5-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32facdff8-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32facdffa-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32facdffd-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32facdfff-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32face002-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32face004-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32face007-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32face009-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32face00c-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32face00e-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32face011-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32face013-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32face016-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32face018-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32face01b-dc95eb7d, #w-node-_58613227-6f9a-2ea7-5453-93d32face01d-dc95eb7d, #w-node-f2cb6821-b9fe-d6f0-446e-c418c807192b-dc95eb7d, #w-node-f2cb6821-b9fe-d6f0-446e-c418c807192d-dc95eb7d, #w-node-_7f8ccab8-43ea-a684-d4c7-be8b36796a82-dc95eb7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ed4736c-8d5e-f538-f0fd-1b1e6197f811-2d481b8e, #w-node-_6b926259-8739-ad94-446a-2a0049f622c3-49f622a4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-e35718b5-099a-a54e-25c0-6e385dd463ee-5dd4638e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: end;
  }

  #w-node-e35718b5-099a-a54e-25c0-6e385dd463ef-5dd4638e, #w-node-e35718b5-099a-a54e-25c0-6e385dd463f0-5dd4638e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e35718b5-099a-a54e-25c0-6e385dd463f1-5dd4638e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e35718b5-099a-a54e-25c0-6e385dd463f2-5dd4638e, #w-node-_5bf631f3-7776-baf8-0d6e-a437edaebd76-19b1af33, #w-node-_316bae95-7875-426f-8123-15c855252591-c195ddc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-e35718b5-099a-a54e-25c0-6e385dd463ee-5dd4638e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e35718b5-099a-a54e-25c0-6e385dd46392-5dd4638e, #w-node-e35718b5-099a-a54e-25c0-6e385dd463cf-5dd4638e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e35718b5-099a-a54e-25c0-6e385dd463e9-5dd4638e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e35718b5-099a-a54e-25c0-6e385dd463ee-5dd4638e {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e35718b5-099a-a54e-25c0-6e385dd46392-5dd4638e {
    grid-column: span 2 / span 2;
  }

  #w-node-e35718b5-099a-a54e-25c0-6e385dd463cf-5dd4638e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-f8901dd1-96c2-7dc0-a4dc-5371649c5e08-649c5dfa {
    order: -9999;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e35718b5-099a-a54e-25c0-6e385dd463a1-5dd4638e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b926259-8739-ad94-446a-2a0049f622c3-49f622a4 {
    grid-column: span 1 / span 1;
  }
}


