/*
 Theme Name:   Nova
 Theme URI:    https://wwforever.com/
 Description:
 Author:       iron318i@gmail.com
 Author URI:   https://somnowellmarketing.com/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/
html {
  min-width: 375px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1.2;
  color: var(--bricks-color-xhmwnp);
}

:root {
  --font-heading-scale: .7;
}

h1 {
  font-size: calc(var(--font-heading-scale) * 5.2rem);
  margin-bottom: 2rem;
}

h2 {
  font-size: calc(var(--font-heading-scale) * 4rem);
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}

h3 {
  font-size: calc(var(--font-heading-scale) * 3rem);
  margin-bottom: 2rem;
}

h4 {
  font-size: calc(var(--font-heading-scale) * 2.8rem);
  margin-bottom: 2rem;
}

h5 {
  font-size: calc(var(--font-heading-scale) * 2.4rem);
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  :root {
    --font-heading-scale: 1;
  }
}
.bricks-button.outline {
  border: 0 none;
}

.bricks-button.outline.bricks-color-primary {
  box-shadow: inset 0 0 0 1px var(--bricks-color-xhmwnp);
}

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

.site-header .sub-menu {
  padding: 2rem;
}
.site-header .sub-menu a {
  position: relative;
}
.site-header .sub-menu a:after {
  content: "";
  left: 0;
  bottom: -0.25rem;
  width: 0;
  height: 0.1rem;
  display: block;
  background-color: #fff;
  transition: 0.3s ease-out;
  position: absolute;
  opacity: 0.5;
}
.site-header .sub-menu a:hover:after {
  width: 100%;
}

.sticky:not(.scrolling) .site-header {
  background: none !important;
}

.sticky.scrolling .site-header {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.show-mobile-menu .bricks-mobile-menu-wrapper {
  padding-top: 7rem;
}
.show-mobile-menu .bricks-mobile-menu-toggle {
  position: absolute;
  right: 5%;
  top: 20%;
}

.link-decor a {
  position: relative;
}
.link-decor a:after {
  content: "";
  left: 0;
  bottom: -0.25rem;
  width: 0;
  height: 0.1rem;
  display: block;
  background-color: #fff;
  transition: 0.3s ease-out;
  position: absolute;
  opacity: 0.5;
}
.link-decor a:hover:after {
  width: 100%;
}

.user-links strong {
  display: inline-block;
  font-weight: 400;
  padding: 0 1.2rem;
}

.main-banner, .page-banner {
  background-color: #2e3192;
  background-image: linear-gradient(-51deg, #19214f 0%, transparent 100%);
  color: #fff;
}

.bricks-button:not([class*=bricks-background-]):not([class*=bricks-color-]):not(.outline) {
  background-image: linear-gradient(to right, #595dc7 0%, transparent 100%);
  transition: background-image 0.5s ease-in;
  min-width: 18rem;
}
.bricks-button:not([class*=bricks-background-]):not([class*=bricks-color-]):not(.outline):hover {
  background-image: linear-gradient(to right, transparent 0%, #595dc7 100%);
}

.footer-nav li a {
  position: relative;
}
.footer-nav li a:before {
  content: ">";
  display: inline-block;
  margin-right: 1rem;
}
.footer-nav li a:after {
  content: "";
  left: 0;
  bottom: -0.25rem;
  width: 0;
  height: 0.1rem;
  display: block;
  background-color: #fff;
  transition: 0.3s ease-out;
  position: absolute;
  opacity: 0.5;
}
.footer-nav li a:hover:after {
  width: 100%;
}

.footer-follow .icon {
  margin-left: 2rem;
}

.footer-linked {
  background: linear-gradient(to right, #595dc7 0%, #007BB6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.teach-box {
  background-color: white;
  box-shadow: -1.7px 1px 81px rgba(214, 215, 234, 0.48);
}

.home-accordion .listening {
  transition: all 0.2s ease-in;
  position: relative;
  border-bottom: 1px solid #d1d1d1;
}
.home-accordion .listening:before {
  transition: all 0.1s ease-in;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.7rem;
}
.home-accordion .listening .brxe-text {
  max-width: 47rem;
}
.home-accordion .brxe-svg {
  color: var(--bricks-color-xhmwnp);
}
.home-accordion .brx-open {
  background-color: #fff;
  border-color: #fff;
  margin-top: -1px;
}
.home-accordion .brx-open:before {
  background-color: #3d4299;
  background-image: linear-gradient(10deg, #595dc7 0%, transparent 100%);
}
.home-accordion .brx-open .brxe-svg,
.home-accordion .brx-open .accordion-heading {
  color: #2e3192;
}
.home-accordion .accordion-heading span {
  font-size: 0.8em;
}
.home-accordion.with-icons .icon-wrp {
  width: 5rem;
  flex: 0 0 auto;
}
.home-accordion.with-icons .accordion-tittle.brxe-block {
  padding-right: 2rem;
}

.page-accordion .accordion-heading {
  color: #d6d7ea;
  font-weight: 500;
}
.page-accordion .icon-wrp {
  color: #d6d7ea;
}
.page-accordion .listening {
  border-width: 0 0 1px 0.7rem;
  border-style: solid;
  border-color: transparent;
  border-bottom: 1px solid #d1d1d1;
  transition: all 0.3s ease-in;
}
.page-accordion .accordion-content-wrapper {
  transition: all 0.1s ease-in;
  padding: 0;
  transform: scale(1, 0);
  transform-origin: top;
  height: 0;
  overflow: hidden;
}
.page-accordion .accordion-content-wrapper .brxe-text {
  max-width: 50rem;
}
.page-accordion .accordion-tittle.brxe-block {
  padding: 2rem 2rem 2rem 1rem !important;
  transition: all 0.3s ease-in;
}
.page-accordion .brx-open {
  background-color: #26285b;
  border-width: 0 0 0 0.7rem;
  border-style: solid;
  border-image: linear-gradient(to bottom, #3d4299, #595dc7) 1 100%;
}
.page-accordion .brx-open .accordion-content-wrapper {
  margin-top: -3rem;
  padding-right: 3rem !important;
  padding-bottom: 3rem !important;
  padding-left: 9.5rem !important;
  transform: scale(1, 1);
  height: auto;
}
.page-accordion .brx-open .accordion-heading {
  color: #fff;
}
.page-accordion .brx-open .icon-wrp {
  color: #fff;
}

.accordion-img-box {
  background-color: #0d1048;
  background-image: linear-gradient(10deg, transparent 0%, rgba(89, 93, 199, 0.37) 50%, transparent 100%);
  border-radius: 1rem;
  padding: 7rem 2.8rem 8.4rem 7.5rem;
  overflow: hidden;
  position: relative;
}
.accordion-img-box img {
  border-radius: 1.5rem 0 0 1.5rem;
}
.accordion-img-box .tab-img {
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.7s ease;
  position: absolute;
}
.accordion-img-box .tab-img.show {
  position: static;
  transform: translateX(0);
  opacity: 1;
  height: auto;
  width: 100%;
}

.section-img-left {
  position: relative;
}
.section-img-left .brxe-container {
  max-width: 100%;
}

.img-with-offset img {
  margin: -4vw 0 0 auto;
}

.section-accordion {
  overflow-x: clip;
}

.footer-cta {
  background-color: #f5f7fa;
  position: relative;
}
.footer-cta .img-graph {
  width: 18rem;
}
.footer-cta .img-preview {
  width: 29rem;
}
.footer-cta .brxe-container {
  gap: 2rem;
  justify-content: space-between;
}
.page-id-623 .footer-cta {
  display: none !important;
}
.page-id-636 .footer-cta, .page-id-659 .footer-cta, .page-id-1215 .footer-cta, .page-id-815 .footer-cta {
  background-color: #fff;
}

.instruction-step {
  background-color: white;
  box-shadow: -0.17rem 1px 2.7rem rgba(214, 215, 234, 0.66);
  padding: 4rem 3rem;
  width: 100%;
}
.instruction-step + .instruction-step {
  margin-top: 2.3rem;
}
.instruction-step .brxe-heading {
  color: #292e95;
  font-size: 16px;
  font-weight: 500;
  font-family: "Rubik";
}
.instruction-step .brxe-text-basic {
  font-size: 2.4rem;
  color: #151c4f;
  max-width: 95%;
}
.instruction-step .brxe-divider {
  margin: 3rem 0 2rem;
  color: #d6d7ea;
}

.brxe-text-link {
  font-family: "Poppins";
  font-weight: 400;
  color: #140532;
}
.brxe-text-link:hover {
  color: rgb(75.6363636364, 18.9090909091, 189.0909090909);
}
.brxe-text-link svg {
  fill: #2e3192;
  width: 0.8em;
  height: 0.8em;
}

.have-a-question {
  gap: 2rem;
}
.have-a-question h4 {
  margin-bottom: 0;
}
.have-a-question .icon {
  color: #5357c2;
}
.have-a-question svg {
  width: 6.3rem;
  height: 6.3rem;
}

.accrordion-faq {
  background-color: #f5f7fa;
  border-radius: 1.5rem;
  padding: 0 2rem;
}
.accrordion-faq .accordion-item + .accordion-item {
  border-top: 1px solid #d6dae1;
}
.accrordion-faq .accordion-title-wrapper {
  padding: 2rem 0;
}
.accrordion-faq .title {
  font-weight: 400;
  font-size: 2.4rem;
}
.accrordion-faq .brx-open .title {
  font-weight: 500;
}
.accrordion-faq .accordion-content-wrapper {
  color: #140532;
}
.accrordion-faq .icon {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background-color: #fff;
  font-size: 2rem;
  position: relative;
  color: #2a2e96;
}
.accrordion-faq .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-info {
  background-color: #0d1048;
  background-image: radial-gradient(circle 6713px at center, transparent 0%, rgba(89, 93, 199, 0.37) 100%);
  border-radius: 1.5rem;
  padding: 3rem;
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: space-evenly;
}

.box-office {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.box-office .inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 3rem;
  color: #fff;
}
.box-office .brxe-text-basic {
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}
.box-office .brxe-heading {
  color: #fff;
  font-size: 2.4rem;
}

.executive-leadership {
  background-color: #f5f7fa;
  border-radius: 1.5rem;
  overflow: hidden;
  align-items: center;
  justify-content: space-evenly;
}
.executive-leadership .brxe-block {
  align-items: center;
  padding: 0 2rem;
}
.executive-leadership .inner {
  max-width: 53rem;
}
.executive-leadership .brxe-image {
  max-width: 55.4rem;
  width: 100%;
}
.executive-leadership .brxe-text strong {
  color: #000000;
  font-weight: 300;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table {
  text-align: center;
  font-size: 1.4rem;
}
.table th {
  max-width: 21rem;
}
.table > :not(caption) > * > * {
  padding: 0.25rem 1rem;
}
.table > :not(caption) > * {
  border-width: 1px 0;
}
.table > :not(caption) > * > * {
  border-width: 0 1px;
}
.table tr:nth-child(odd) > * {
  background-color: #e1e1e1;
}

.mt-2 {
  margin-top: 4rem;
}

.locations-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.locations-list p {
  margin-bottom: 0.5rem;
}

.city-info {
  align-items: stretch;
}
.city-info > .brxe-block {
  background-color: #f5f7fa;
}
.city-info > .brxe-block:first-child {
  border-radius: 1.5rem 0 0 1.5rem;
}
.city-info > .brxe-block:last-child {
  border-radius: 0 1.5rem 1.5rem 0;
}
.city-info .brxe-code {
  padding: 1rem 2rem;
  color: #140532;
}
.city-info table {
  border-collapse: collapse;
}
.city-info table td:first-child {
  font-family: "Poppins", serif;
  font-weight: 500;
  padding-right: 1rem;
}
.city-info table td {
  padding: 1.6rem 0;
}
.city-info table tr + tr td {
  border-top: 1px solid #dee2e8;
  box-shadow: inset 0 1px 0 #edeff3;
}

.testimonials-box {
  background-color: white;
  border-radius: 1.5rem;
  box-shadow: -1.7px 1px 27px rgba(214, 215, 234, 0.66);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.testimonials-box .brxe-heading {
  margin-top: 2rem;
}

.testimonials-slider {
  flex-grow: 1;
  border-bottom: 1px solid #d9daeb;
  margin-bottom: 6rem;
}
.testimonials-slider .slider-content {
  padding: 0;
  text-align: left;
}
.testimonials-slider .title {
  color: #292e95;
  font-size: 1.8rem;
  font-family: "Rubik", serif;
  font-weight: 500;
  margin-bottom: 2rem;
}
.testimonials-slider .content {
  color: #151c4f;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.38;
  margin-bottom: 2rem;
}
.testimonials-slider .swiper-button {
  color: #140532;
  top: 102%;
  transform: none;
  width: auto;
  font-size: 2rem;
}
.testimonials-slider .bricks-swiper-button-prev {
  left: 0 !important;
}
.testimonials-slider .bricks-swiper-button-prev:after {
  content: "Previous";
  font-size: 1.6rem;
  margin-left: 1rem;
  font-weight: 500;
}
.testimonials-slider .bricks-swiper-button-next {
  right: 0 !important;
}
.testimonials-slider .bricks-swiper-button-next:before {
  content: "Next";
  font-size: 1.6rem;
  margin-right: 1rem;
  font-weight: 500;
}

.find-out-what {
  background-color: #0d1048;
  background-image: radial-gradient(circle 11250px at center, transparent 0%, rgba(89, 93, 199, 0.37) 100%);
  border-radius: 15px;
  color: #fff;
  padding: 4rem 5rem 5rem;
}
.find-out-what .brxe-heading {
  color: #fff;
}
.find-out-what h3.brxe-heading {
  margin-bottom: 0;
}
.find-out-what .brxe-svg {
  width: 5.1rem;
}
.find-out-what .row {
  align-items: center;
  justify-content: space-evenly;
  gap: 3rem;
}
.find-out-what .row .col-md-auto {
  flex: 0 0 auto;
  width: auto;
}

.form-wrp {
  background-color: white;
  border: 1px solid #e7f5fa;
  border-radius: 15px;
  padding: 4rem 2.8rem;
  max-width: 80rem;
  margin: 0 auto;
}

.wpcf7-spinner {
  display: none !important;
}

:focus-visible {
  outline: none !important;
}

label {
  color: #140532;
  font-weight: 300;
  font-size: 1.6rem;
  text-transform: none;
}

.input, input:not([type=submit]), select, textarea {
  border-width: 0 0 1px 0;
  background: none;
  color: #140532;
  font-size: 1.6rem;
  font-weight: 300;
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3E%3Cpath d='m26,0c14.36,0,26,11.64,26,26s-11.64,26-26,26S0,40.36,0,26,11.64,0,26,0Z' fill='%23f5f7fa' fill-rule='evenodd' stroke-width='0'/%3E%3Cpolygon points='37.73 17.17 39.36 18.91 25.86 33.37 12.36 18.91 13.99 17.17 25.86 29.86 37.73 17.17' fill='%232a2e96' stroke-width='0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 4.5rem;
  background-position: 100% 50%;
  padding: 1rem 6rem 1rem 0;
}

.wpcf7-list-item {
  margin: 0 1rem 0 0;
}

.form-floating {
  position: relative;
}
.form-floating .wpcf7-form-control {
  position: relative;
  z-index: 10;
}
.form-floating input::placeholder, .form-floating select::placeholder, .form-floating textarea::placeholder {
  opacity: 0;
}
.form-floating label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translateY(0.5rem);
  transition-duration: 300ms;
}
.form-floating:focus-within label,
.form-floating input:not(:placeholder-shown) ~ label {
  transform: translateY(-1.5rem);
  font-size: 0.8em;
}

.form-group {
  margin-bottom: 2rem;
}

.btn-w-icon {
  position: relative;
  padding-left: 9rem !important;
  padding-right: 5rem !important;
}
.btn-w-icon svg {
  position: absolute;
  left: 0.4rem;
  width: 5rem;
  height: 5rem;
  color: #2a2e96;
}

.wpcf7-checkbox .wpcf7-list-item {
  --borderColor: #d6d7ea;
  --borderWidth: .2em;
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  background: #f5f7fa;
  font-size: 1.1em;
  display: inline-block;
  border: 1px solid var(--borderColor);
  width: 1em;
  height: 1em;
  position: relative;
  padding: 0;
  margin-right: 0.8rem;
}
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:before,
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:after {
  content: "";
  position: absolute;
  background: #2a2e96;
  width: calc(var(--borderWidth) * 3);
  height: calc(var(--borderWidth) / 2);
  top: 50%;
  left: 10%;
  transform-origin: left center;
}
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:before {
  transform: rotate(45deg) translate(calc(var(--borderWidth) / -1), calc(var(--borderWidth) / -3)) scaleX(0);
  transition: transform 200ms ease-in 200ms;
}
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:after {
  width: calc(var(--borderWidth) * 5);
  transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(0);
  transform-origin: left center;
  transition: transform 200ms ease-in;
}
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked:before {
  transform: rotate(45deg) translate(calc(var(--borderWidth) / -1), calc(var(--borderWidth) / -3)) scaleX(1);
  transition: transform 200ms ease-in;
}
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked:after {
  width: calc(var(--borderWidth) * 5);
  transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(1);
  transition: transform 200ms ease-out 200ms;
}
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:focus {
  outline: calc(var(--borderWidth) / 2) dotted rgba(0, 0, 0, 0.25);
}

.form-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 2rem;
  padding: 3.5rem 1.5rem;
  background-color: white;
  border: 1px solid #e7f5fa;
  border-radius: 15px;
}
.form-row + .form-row {
  margin-top: 2rem;
}
.form-row h3 {
  margin: 0;
  font-weight: 500;
  --font-heading-scale: .8 ;
}
.form-row h4 {
  margin: 0;
  font-weight: 500;
  --font-heading-scale: .64 ;
}
.form-row .col-30 {
  color: #140532;
}
.form-row .inner {
  display: flex;
  row-gap: 2rem;
  align-items: center;
  flex-direction: column;
}
.form-row .inner .form-floating {
  width: 100%;
}
.form-row .max-width {
  flex-grow: 1;
}
.form-row [class*=col-] {
  padding: 0 0.5rem;
  width: 100%;
}

.codedropz-upload-handler {
  background-color: #f5f7fa;
  border: 1px dashed #d6d7ea;
}
.codedropz-upload-handler .codedropz-upload-container {
  padding: 2rem;
}
.codedropz-upload-handler .codedropz-upload-inner {
  font-weight: 300;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.codedropz-upload-handler .codedropz-upload-inner h3 {
  font-weight: 300;
  font-size: 1.6rem;
}
.codedropz-upload-handler .cd-upload-btn {
  display: inline-block;
  font-size: 1.28rem;
  font-weight: 600;
  font-family: "Poppins";
  color: #0d1048;
  text-transform: uppercase;
  padding: 1.2rem 3rem;
  border-radius: 100px;
  background-color: #fff;
}

.dnd-upload-status .dnd-upload-image {
  width: 3rem;
  height: 3rem;
}
.dnd-upload-status .dnd-upload-image span.file {
  height: 1.6rem;
  width: 1.2rem;
}
.dnd-upload-status .dnd-upload-details .name {
  font-size: 0.8em;
}
.dnd-upload-status .dnd-upload-details .name span {
  color: var(--bricks-color-xhmwnp);
}
.dnd-upload-status .dnd-upload-details .name em {
  color: var(--bricks-color-xhmwnp);
  font-weight: 500;
  font-style: normal;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background-color: var(--bricks-color-asbjhk);
  background-image: linear-gradient(to right, #595dc7 0%, transparent 100%);
}

@media (min-width: 576px) {
  .form-row [class*=col-] {
    padding: 0 1rem;
  }
  .form-row .col-25 {
    width: 40%;
  }
  .form-row .col-30 {
    width: 100%;
  }
  .form-row .col-45 {
    width: 60%;
  }
  .form-row .col-70 {
    width: 100%;
  }
  .form-row .col-75 {
    width: 60%;
  }
  .form-row .inner {
    flex-direction: row;
    column-gap: 2.4rem;
  }
}
@media (min-width: 768px) {
  .pe-10 {
    padding-right: 4rem;
  }
  .row > .brxe-block {
    width: 50%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .page-banner {
    position: relative;
    overflow: hidden;
  }
  .page-banner .video-box {
    width: 52vw;
    max-width: 52vw;
  }
  .section-img-left {
    position: relative;
  }
  .section-img-left .brxe-container {
    padding-left: 0;
    padding-right: 0;
  }
  .section-accordion .brxe-container {
    justify-content: space-between;
  }
  .section-accordion .col-left {
    width: 47%;
  }
  .section-accordion .col-right {
    width: 49%;
    margin-top: -7.5rem;
  }
  .section-accordion .accordion-img-box {
    margin-left: 2rem;
    width: 73vw;
    max-width: 83rem;
  }
  .section-accordion.type-2 .col-right {
    margin-top: 0;
  }
  .super-accordion .col-right {
    width: 48%;
    margin-top: 0;
  }
  .super-accordion .accordion-img-box {
    width: 50vw;
    max-width: 96rem;
  }
  .page-accordion .accordion-tittle.brxe-block {
    padding: 4.9rem 3rem 4.9rem 5rem !important;
  }
  .page-accordion .brx-open .accordion-content-wrapper {
    padding-right: 3rem;
    padding-bottom: 5rem;
    padding-left: 13.5rem;
  }
  .footer-cta .img-preview {
    margin-top: -3rem;
  }
  .footer-cta .brxe-text {
    max-width: 47rem;
  }
  .big-offset .text-24 {
    margin-top: 4vw;
    margin-bottom: 3vw;
  }
  .instruction-step {
    padding: 4rem 4.8rem;
  }
  .contact-info {
    transform: translateY(-50%);
  }
  .row-reverse.brxe-container {
    flex-direction: row-reverse !important;
  }
  .bricks-button:not([class*=bricks-background-]):not([class*=bricks-color-]):not(.outline) {
    min-width: 23rem;
  }
  .city-info .brxe-code {
    font-size: 2rem;
    padding: 2rem 3rem;
  }
  .testimonials-box {
    padding: 2rem 4rem;
  }
}
@media (min-width: 992px) {
  .section-accordion .accordion-img-box {
    width: 51vw;
  }
  .footer-cta .img-graph {
    width: 23rem;
  }
  .footer-cta .img-preview {
    margin-top: -10rem;
    width: 42rem;
  }
  .footer-cta .brxe-text {
    max-width: 52rem;
  }
  .pe-10 {
    padding-right: 10rem;
  }
  .accrordion-faq {
    max-width: 125rem;
    padding: 0 4.5rem;
  }
  .accrordion-faq .accordion-title-wrapper {
    padding: 3rem 0;
  }
  .accrordion-faq .accordion-content-wrapper {
    color: #140532;
    margin-bottom: 3rem;
    margin-top: -2rem;
  }
  .accrordion-faq .icon {
    width: 5.4rem;
    height: 5.4rem;
    font-size: 3rem;
  }
  .contact-info {
    gap: 2rem;
    padding: 6rem;
  }
  .form-row [class*=col-] {
    padding: 0 3.5rem;
  }
  .form-row .col-25 {
    width: 25%;
  }
  .form-row .col-30 {
    width: 30%;
  }
  .form-row .col-45 {
    width: 45%;
  }
  .form-row .col-70 {
    width: 70%;
  }
  .form-row .col-75 {
    width: 75%;
  }
}
@media (min-width: 1280px) {
  .img-with-offset img {
    margin: -16rem 0 0 auto;
  }
  .big-offset .img-with-offset img {
    margin: -12vw 0 0 auto;
  }
  .text-24 h2.brxe-heading {
    font-size: 4.4rem;
    line-height: 1.3;
  }
  .text-24 .brxe-text-basic {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .section-accordion .col-right {
    width: 41%;
  }
  .section-accordion .accordion-img-box {
    width: 43vw;
  }
  .section-accordion.type-2 .col-right {
    width: 48%;
    margin-top: 0;
  }
  .section-accordion.type-2 .accordion-img-box {
    width: 50vw;
    max-width: 96rem;
  }
  .super-accordion .accordion-img-box {
    padding: 10rem 0 10rem 12rem;
  }
  .page-accordion .brx-open .accordion-content-wrapper {
    padding-right: 3rem !important;
    padding-bottom: 5rem !important;
    padding-left: 13.5rem !important;
  }
  .footer-cta .img-graph {
    width: 30.9rem;
  }
  .footer-cta .img-preview {
    width: 61rem;
  }
  .city-info .brxe-code {
    padding: 2rem 5rem;
    font-size: 2.4rem;
  }
  .testimonials-box {
    padding: 3rem 7rem;
  }
  .testimonials-box .brxe-heading {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
  .testimonials-slider .content {
    font-size: 2.6rem;
  }
  .testimonials-slider .swiper-button {
    top: 105%;
  }
  .find-out-what {
    padding: 5rem 12rem 6rem;
  }
}
@media (min-width: 1921px) {
  .page-banner .video-box {
    width: 998px;
    max-width: 998px;
  }
  .big-offset .img-with-offset img {
    margin: -44rem 0 0 auto;
  }
  .big-offset .text-24 {
    margin-top: 12rem;
    margin-bottom: 9rem;
  }
  .accordion-img-box img {
    border-radius: 1.5rem;
  }
}
@media (max-width: 1279px) {
  .home-accordion .accordion-content-wrapper {
    padding: 0 1rem 2rem 3rem !important;
  }
  .brx-submenu-toggle.icon-right button {
    margin-left: 7px;
  }
}
@media (min-width: 1441px) and (max-width: 1660px) {
  html {
    font-size: 9px !important;
  }
}
@media (max-width: 991px) {
  .footer-cta h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .footer-cta {
    padding: 3rem 0;
    text-align: center;
  }
  .footer-cta .img-preview {
    display: none !important;
  }
  .footer-cta .brxe-block {
    align-items: center;
  }
  .contact-info {
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
  }
  .contact-info .brxe-button {
    min-width: 30rem !important;
  }
  .executive-leadership {
    padding-top: 3rem;
    flex-direction: column-reverse !important;
  }
  .find-out-what {
    text-align: center;
  }
  .find-out-what #brxe-wdmoer {
    align-items: center;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 8px !important;
  }
  #brxe-ldrlwy .bricks-site-logo {
    width: 14rem !important;
  }
  .site-header .bricks-button {
    font-size: 1.4rem;
    padding: 1.5rem 2rem;
  }
  .have-a-question {
    align-items: center;
    text-align: center;
  }
  .accordion-heading {
    max-width: 79%;
    font-size: 2.5rem;
  }
  .with-icons .accordion-heading {
    font-size: 2rem;
  }
  .text-copyright.brxe-text-basic {
    text-align: center;
  }
}
@media (max-width: 374px) {
  html {
    font-size: 7.5px !important;
  }
}

/*# sourceMappingURL=style.css.map */
