.banner-no-image {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
}

.banner--title {
  color: #421860;
  font-size: 44px;
  line-height: 1.2em;
  font-family: 'Nunito';
  font-weight: 700;
  text-align: left;
}

.banner-no-image .wysiwyg {
  text-align: left;
}

@media (min-width: 64rem) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.banner-no-image .elementor-shape.elementor-shape-bottom {
  transform: rotate(180deg);
  bottom: -1px;
  direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.banner-no-image .elementor-shape.elementor-shape-bottom svg {
  height: 60px;
  width: calc(124% + 1.3px);
  z-index: -1;
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.banner-no-image .elementor-shape-bottom .elementor-shape-fill {
  fill: #fff;
  transform: rotateY(0deg);
  transform-origin: center;
}

.tws-padding {
  padding: 50px 20px;
}
@media (min-width: 64rem) {
  .tws-padding {
    padding: 80px 0px;
  }

  .banner-no-image .elementor-shape.elementor-shape-bottom svg {
    height: 40px;
  }

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

  .banner-no-image .wysiwyg {
    text-align: center;
  }
}

.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: 20px !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: 40px !important;
}
@media (min-width: 64rem) {
  .tws-padding-top-large {
    padding-left: 0;
    padding-right: 0;
    padding-top: 80px !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-left: 0;
    padding-right: 0;
    padding-bottom: 20px !important;
  }
}

.tws-padding-bottom-medium {
  padding-bottom: 40px !important;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 64rem) {
  .tws-padding-bottom-medium {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px !important;
  }
}

.tws-padding-bottom-large {
  padding-bottom: 50px !important;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 64rem) {
  .tws-padding-bottom-large {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 80px !important;
  }
}

.wysiwyg {
  color: #000;
  line-height: 1.4;
}
.wysiwyg blockquote {
  margin-bottom: 20px;
  line-height: 1.4;
}
.wysiwyg p {
  margin-bottom: 10px;
  font-family: 'Nunito', Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}
.wysiwyg p a {
  color: #000;
}
.wysiwyg p:last-of-type {
  margin-bottom: 0;
}
.wysiwyg img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.wysiwyg ol,
.wysiwyg ul {
  margin: 10px 20px;
  font-family: 'Nunito', Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  padding-left: 0px;
}
.wysiwyg ul {
  list-style-type: disc;
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg ol li,
.wysiwyg ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  font-family: 'Nunito', Sans-serif;
  padding-left: 0px;
  list-style-position: inside;
}
.wysiwyg a {
  display: inline-block;
  font-weight: 700;
  font-family: 'Nunito', Sans-serif;
}
.wysiwyg h1 {
  font-size: 2.25rem;
}
@media (min-width: 64rem) {
  .wysiwyg h1 {
    font-size: 2.5rem;
  }
}
.wysiwyg h2 {
  font-size: 1.75rem;
}
@media (min-width: 64rem) {
  .wysiwyg h2 {
    font-size: 2rem;
  }
}
.wysiwyg h3 {
  font-size: 1.5rem;
}
@media (min-width: 64rem) {
  .wysiwyg h3 {
    font-size: 1.75rem;
  }
}
.wysiwyg h4 {
  font-size: 1.25rem;
}
@media (min-width: 64rem) {
  .wysiwyg h4 {
    font-size: 1.5rem;
  }
}
.wysiwyg h5 {
  font-size: 1.125rem;
}

/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.mx-auto {
  margin: 0 auto;
}

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

@media (min-width: 64rem) {
  .wysiwyg h5 {
    font-size: 1.25rem;
  }

  .column.is-8,
  .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
}
.wysiwyg h6 {
  font-size: 1.115rem;
}
@media (min-width: 64rem) {
  .wysiwyg h6 {
    font-size: 1.125rem;
  }
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  margin-bottom: 10px !important;
  color: #421860;
  text-wrap: pretty;
}
@media (min-width: 64rem) {
  .wysiwyg h1,
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6 {
    text-wrap: revert;
  }
}

.content-switch {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 64rem) {
  .content-switch {
    flex-direction: row-reverse;
    gap: 0px;
    margin-bottom: 50px;
  }
}

.content-switch:last-child {
  margin-bottom: 0px;
}

.content-switch--title {
  line-height: 2.8125rem;
}
.content-switch--text {
  line-height: 1.6;
  font-size: 1.125rem;
  position: relative;
  margin-bottom: 48px;
}

.content-switch .button {
  border-radius: 50px 50px 50px 50px;
  padding: 15px 25px 15px 25px;
  color: #fff;
  fill: #fff;
  background-color: #421860;
  font-family: 'Nunito', Sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  display: flex;
  width: max-content;
}
.content-switch__content-box {
  background-color: #f7f7f7;
}
.content-switch__content-box,
.content-switch__image-box {
  width: 100%;
}
@media (min-width: 64rem) {
  .content-switch__content-box {
    width: 55%;
  }
  .content-switch__image-box {
    width: 50%;
    display: flex;
    align-items: center;
  }
}
.content-switch__image-box {
  position: relative;
}
.content-switch__image-box--inner {
  height: 100%;
}
.content-switch__image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.content-switch__content-box {
  display: flex;
  align-items: center;
  padding: 0px;
}
@media (min-width: 64rem) {
  .content-switch__content-box {
    padding: 60px;
  }
}

.content-switch:nth-of-type(even) {
  flex-direction: column;
}
@media (min-width: 64rem) {
  .content-switch:nth-of-type(even) {
    flex-direction: row;
  }
}

@media (min-width: 64rem) {
  .content-switch:nth-of-type(even) .content-switch--title,
  .content-switch:nth-of-type(even) .content-switch--text {
    text-align: right;
  }
}

@media (min-width: 64rem) {
  .content-switch:nth-of-type(even) .content-switch--text::after {
    left: unset;
    right: 0;
  }
}

.content-switch:last-child {
  margin-bottom: 0px;
}

@media (min-width: 64rem) {
  .content-switch.right:nth-of-type(odd) {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 64rem) {
  .content-switch.right:nth-of-type(odd) .content-switch__content-box {
    padding-right: 0px;
  }
}

@media (min-width: 64rem) {
  .content-switch.right:nth-of-type(even) {
    flex-direction: row !important;
  }
}
@media (min-width: 64rem) {
  .content-switch.right:nth-of-type(even) .content-switch__content-box {
    padding-left: 0px;
  }
}

@media (min-width: 64rem) {
  .content-switch.left:nth-of-type(odd) {
    flex-direction: row !important;
  }
  .content-switch.left:nth-of-type(odd) .content-switch__image-box--inner {
    z-index: -1;
    margin: 0px -140px 0px -0px;
  }
  .content-switch.left:nth-of-type(even) .content-switch__image-box--inner {
    margin: 0px 0px 0px -140px;
    z-index: -1;
  }
}

@media (min-width: 64rem) {
  .content-switch.left:nth-of-type(even) {
    flex-direction: row-reverse !important;
  }
}
