.button {
  background-color: var(--e-global-color-secondary) !important;
  fill: var(--e-global-color-6a29f72) !important;
  color: var(--e-global-color-6a29f72) !important;
  border-radius: 50px 50px 50px 50px;
  padding: 15px 25px 15px 25px;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-accent-font-size) !important;
  font-weight: var(--e-global-typography-accent-font-weight) !important;
  line-height: var(--e-global-typography-accent-line-height) !important;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
}

.button:hover {
  background-color: var(--e-global-color-primary) !important;
  color: var(--e-global-color-6a29f72) !important;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.tws-padding-top-none {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0 !important;
}
@media (min-width: 64rem) {
  .tws-padding-top-none {
    padding-left: 0;
    padding-right: 0;
  }
}
.tws-padding-top-small {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px !important;
}
@media (min-width: 64rem) {
  .tws-padding-top-small {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px !important;
  }
}
.tws-padding-top-medium {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px !important;
}
@media (min-width: 64rem) {
  .tws-padding-top-medium {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px !important;
  }
}
.tws-padding-top-large {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 70px !important;
}
@media (min-width: 64rem) {
  .tws-padding-top-large {
    padding-left: 0;
    padding-right: 0;
    padding-top: 70px !important;
  }
}
.tws-padding-bottom-none {
  padding-bottom: 0 !important;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 64rem) {
  .tws-padding-bottom-none {
    padding-left: 0;
    padding-right: 0;
  }
}
.tws-padding-bottom-small {
  padding-bottom: 10px !important;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 64rem) {
  .tws-padding-bottom-small {
    padding-bottom: 20px !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.tws-padding-bottom-medium {
  padding-bottom: 40px !important;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 64rem) {
  .tws-padding-bottom-medium {
    padding-bottom: 50px !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.tws-padding-bottom-large {
  padding-bottom: 70px !important;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 64rem) {
  .tws-padding-bottom-large {
    padding-bottom: 80px !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.tws-padding-left-none {
  padding-left: 20px;
}
@media (min-width: 64rem) {
  .tws-padding-left-none {
    padding-left: 0;
  }
}
.tws-padding-left-small {
  padding-left: 20px;
}
@media (min-width: 64rem) {
  .tws-padding-left-small {
    padding-left: 20px;
  }
}
.tws-padding-left-medium {
  padding-left: 20px;
}
@media (min-width: 64rem) {
  .tws-padding-left-medium {
    padding-left: 50px;
  }
}
.tws-padding-left-large {
  padding-left: 20px;
}
@media (min-width: 64rem) {
  .tws-padding-left-large {
    padding-left: 70px;
  }
}
.tws-padding-right-none {
  padding-right: 20px;
}
@media (min-width: 64rem) {
  .tws-padding-right-none {
    padding-right: 0;
  }
}
.tws-padding-right-small {
  padding-right: 20px;
}
@media (min-width: 64rem) {
  .tws-padding-right-small {
    padding-right: 20px;
  }
}
.tws-padding-right-medium {
  padding-right: 20px;
}
@media (min-width: 64rem) {
  .tws-padding-right-medium {
    padding-right: 50px;
  }
}
.tws-padding-right-large {
  padding-right: 20px;
}
@media (min-width: 64rem) {
  .tws-padding-right-large {
    padding-right: 70px;
  }
}

.banner-no-image {
  background-color: #f7f7f7;
  position: relative;
  padding: 110px 0px;
}

.banner--title {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: var(--e-global-typography-primary-line-height);
}

.banner-no-image__content-box {
  text-align: left;
  position: relative;
  gap: 20px;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px 20px;
}

@media (min-width: 64rem) {
  .banner-no-image__content-box {
    max-width: 50%;
    padding: 0px;
    text-align: center;
  }

  .banner-no-image {
    padding: 150px 0px;
  }
}

.wysiwyg {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  color: var(--e-global-color-text);
}

.banner-no-image .elementor-shape[data-negative='false'].elementor-shape-bottom,
.banner-no-image .elementor-shape[data-negative='true'].elementor-shape-top {
  transform: rotate(180deg);
}

.banner-no-image .elementor-shape-bottom {
  bottom: -1px;
}

.banner-no-image .elementor-shape {
  direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.banner-no-image .elementor-shape-bottom svg {
  width: calc(124% + 1.3px);
  height: 25px;
}

@media (min-width: 767px) {
  .banner-no-image .elementor-shape-bottom svg {
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .banner-no-image .elementor-shape-bottom svg {
    height: 60px;
  }
}

.banner-no-image .elementor-shape-bottom:not([data-negative='true']) svg {
  z-index: -1;
}

.banner-no-image .elementor-shape svg {
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.banner-no-image .elementor-shape-bottom .elementor-shape-fill {
  fill: var(--e-global-color-6a29f72);
}

.column.is-8 {
  max-width: 75%;
  margin: 0 auto;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  color: #421860 !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-block-end: 1rem !important;
  margin-block-start: 0.5rem !important;
  font-family: 'Nunito', Sans-serif !important;
}

.wysiwyg h1 {
  font-size: 2.5rem !important;
}
.wysiwyg h2 {
  font-size: 2rem !important;
}
.wysiwyg h3 {
  font-size: 1.75rem !important;
}
.wysiwyg h4 {
  font-size: 1.5rem !important;
}
.wysiwyg h5 {
  font-size: 1.25rem !important;
}
.wysiwyg h6 {
  font-size: 1rem !important;
}

.content-switch {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
}
@media (min-width: 64rem) {
  .content-switch {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.content-switch--title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  line-height: var(--e-global-typography-secondary-line-height);
  color: var(--e-global-color-secondary);
  margin-bottom: 20px;
}
.content-switch__content-box--content .wysiwyg {
  margin-bottom: 20px;
}
.content-switch__content-box,
.content-switch__image-box {
  width: 100%;
}
.content-switch__image-box {
  border-radius: 20px;
}
@media (min-width: 64rem) {
  .content-switch__image-box {
    width: 50%;
  }
}

.content-switch__image-box img {
  border-radius: 10px;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.content-switch__content-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: var(--e-global-color-737e31c) !important;
  border-radius: 10px;
  padding: 20px;
}

@media (min-width: 64rem) {
  .content-switch__content-box {
    width: 50%;
  }
  .content-switch__content-box--content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    overflow: visible;
  }
}

.content-switch:nth-of-type(2n) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 64rem) {
  .content-switch:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.content-switch:last-child {
  margin-bottom: 0;
}

@media (min-width: 64rem) {
  .content-switch:nth-of-type(odd).right {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .content-switch:nth-of-type(2n).right,
  .content-switch:nth-of-type(odd).left {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .content-switch:nth-of-type(2n).left {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
}