html {
  --color-purple: #702082;
  --color-purple-light: #973FAD;
  --color-pink: #D0006F;
  --color-pink-light: #D34C8D;
  --color-blue: #007FA3;
}

.page-template-template-landing {
  overflow-x: hidden;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 1320px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.image-mask img {
  mask: url("../svg/circle.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask: url("../svg/circle.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.btn-primary {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  color: var(--color-purple);
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 25px;
  font-size: 18px;
  white-space: nowrap;
  transition: all 0.25s;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: var(--color-pink-light);
  color: #fff;
}

.section-banner {
  padding: 60px 0 0;
}
.section-banner__inner {
  position: relative;
}
.section-banner__inner .banner-image {
  position: absolute;
  top: 0;
  right: -150px;
  width: 900px;
  height: 900px;
  z-index: -2;
}
.section-banner__inner .banner-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background-image: url("../svg/circle.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
}
.section-banner__inner .banner-text .logo-wrapper {
  display: block;
  width: 200px;
  margin-bottom: 80px;
}
.section-banner__inner .banner-text h1 {
  font-size: 74px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: var(--color-purple);
}
.section-banner__inner .banner-text p {
  font-size: 40px;
  color: var(--color-pink);
}

@media (max-width: 1200px) {
  .section-banner__inner .banner-image {
    width: 700px;
    height: 700px;
  }
  .section-banner__inner .banner-image:before {
    width: 250px;
    height: 250px;
  }
  .section-banner__inner .banner-text h1 {
    font-size: 60px;
  }
  .section-banner__inner .banner-text p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .section-banner__inner .banner-image {
    width: 500px;
    height: 500px;
  }
  .section-banner__inner .banner-image:before {
    width: 180px;
    height: 180px;
  }
  .section-banner__inner .banner-text .logo-wrapper {
    margin-bottom: 300px;
  }
  .section-banner__inner .banner-text h1 {
    font-size: 42px;
  }
  .section-banner__inner .banner-text p {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .section-banner__inner .banner-image {
    width: 400px;
    height: 400px;
    top: 100px;
  }
}
.section-video {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.section-video__inner {
  padding: 40px;
  border-radius: 20px;
}
.section-video__inner.pink {
  background-color: var(--color-pink);
}
.section-video__inner.purple {
  background-color: var(--color-purple);
}
.section-video__inner .video-text h2 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #fff;
}
.section-video__inner .video-text p {
  font-size: 20px;
  color: #fff;
}
.section-video__inner .video-wrapper {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.section-video__inner .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.section-video__inner .video-wrapper button.play {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: url("../svg/play.svg") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  outline: none;
}
.section-video__inner .video-wrapper button.play:hover, .section-video__inner .video-wrapper button.play:focus {
  outline: none;
}
.section-video__inner .video-container {
  position: relative;
}
.section-video__inner .video-container .video-wrapper {
  display: none;
}
.section-video__inner .video-container .video-wrapper.active {
  display: block;
}
.section-video__inner .video-toggle-container {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.section-video__inner .video-toggle-container .video-toggle-btn {
  padding: 0;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.25s ease;
}
.section-video__inner .video-toggle-container .video-toggle-btn:hover, .section-video__inner .video-toggle-container .video-toggle-btn:focus {
  background: none;
  outline: none;
}
.section-video__facts {
  padding-top: 40px;
}
.section-video__facts .fact-list {
  background-color: var(--color-pink-light);
  padding: 20px;
  border-radius: 20px;
}
.section-video__facts .fact-list .row {
  --bs-gutter-y: 40px;
}
.section-video__facts .fact-list h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.section-video__facts .fact-list .fact-item {
  display: flex;
  align-items: flex-start;
}
.section-video__facts .fact-list .fact-item .fact-icon {
  flex-shrink: 0;
  width: auto;
  height: 120px;
  padding-right: 20px;
}
.section-video__facts .fact-list .fact-item .fact-icon img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.section-video__facts .fact-list .fact-item .fact-content {
  flex: 1;
}
.section-video__facts .fact-list .fact-item .fact-content .title {
  font-size: 32px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 10px;
}
.section-video__facts .fact-list .fact-item .fact-content .text {
  font-size: 16px;
  color: #fff;
}

@media (max-width: 1200px) {
  .section-video__inner .video-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .section-video__inner {
    padding: 20px;
  }
  .section-video__inner .video-text h2 {
    font-size: 32px;
  }
  .section-video__inner .video-text p {
    font-size: 18px;
  }
  .section-video__inner .video-wrapper {
    margin-top: 30px;
  }
  .section-video__facts .fact-list .fact-item .fact-icon {
    width: 180px;
  }
  .section-video__facts .fact-list .fact-item .fact-content .title {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
.section-steps {
  padding: 60px 0;
}
.section-steps__image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.section-steps__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.section-steps__inner {
  background-color: var(--color-purple);
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}
.section-steps__inner .steps-list .step-item {
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.section-steps__inner .steps-list .step-item:nth-child(3n+1) {
  background-color: var(--color-purple-light);
}
.section-steps__inner .steps-list .step-item:nth-child(3n+2) {
  background-color: var(--color-pink);
}
.section-steps__inner .steps-list .step-item:nth-child(3n) {
  background-color: var(--color-blue);
}
.section-steps__inner .steps-list .step-item .step-content h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.section-steps__inner .steps-list .step-item .step-content p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.section-steps__inner .cta-heading {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  padding-top: 10px;
}

@media (max-width: 991px) {
  .section-steps__image {
    height: 300px;
    margin-bottom: 20px;
  }
}
.section-info {
  padding: 60px 0;
  background-color: rgba(208, 0, 111, 0.1);
}
.section-info .info-list .info-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.section-info .info-list .info-item__heading {
  font-size: 32px;
  color: var(--color-purple);
}
.section-info .info-list .info-item p, .section-info .info-list .info-item li {
  font-size: 18px;
}

@media (max-width: 768px) {
  .section-info .info-list .info-item__heading {
    font-size: 28px;
  }
  .section-info .info-list .info-item p, .section-info .info-list .info-item li {
    font-size: 16px;
  }
}
.section-cta {
  padding: 60px 0;
}
.section-cta__inner {
  background-color: var(--color-pink);
  padding: 20px 200px 20px 20px;
  border-radius: 15px;
  position: relative;
}
.section-cta__inner .cta-text h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.section-cta__inner .cta-image {
  position: absolute;
  top: -20px;
  bottom: -20px;
  right: 20px;
  width: 200px;
}
.section-cta__inner .cta-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .section-cta {
    padding: 200px 0 60px;
  }
  .section-cta__inner {
    padding: 60px 20px 20px 20px;
  }
  .section-cta__inner .cta-text h2 {
    font-size: 28px;
  }
  .section-cta__inner .cta-image {
    top: -140px;
    left: 20px;
    bottom: auto;
    right: auto;
    width: 200px;
    height: 200px;
  }
}
.section-downloads {
  padding: 60px 0;
}
.section-downloads h2 {
  color: #000;
  font-size: 32px;
  margin-bottom: 30px;
}
.section-downloads__inner .downloads-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-downloads__inner .downloads-list li a {
  padding: 20px;
  background-color: #4DC5D7;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
  border-radius: 15px;
  position: relative;
}
.section-downloads__inner .downloads-list li a span {
  font-size: 14px;
  display: block;
  width: 100%;
  font-weight: 300;
}
.section-downloads__inner .downloads-list li a:before {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../svg/download.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section-downloads__inner .downloads-list.indigenous li a {
  background-color: rgba(77, 197, 215, 0.5);
}

@media (max-width: 768px) {
  .section-downloads__inner .downloads-list li a {
    font-size: 18px;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.section-faqs {
  padding: 60px 0;
  background-color: #E6E6E6;
}
.section-faqs h2 {
  color: #000;
  font-size: 32px;
  margin-bottom: 30px;
}
.section-faqs__inner .faq-tabs .tab-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.section-faqs__inner .faq-tabs .tab-nav .tab-btn {
  padding: 15px 30px;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 20px 20px 0px 0px;
  font-size: 20px;
  cursor: pointer;
  width: 50%;
  text-transform: none;
  text-align: left;
  font-weight: 600;
  white-space: normal;
  transition: all 0.25s ease;
}
.section-faqs__inner .faq-tabs .tab-nav .tab-btn:hover {
  background-color: var(--color-purple-light);
}
.section-faqs__inner .faq-tabs .tab-nav .tab-btn.active {
  background-color: var(--color-purple);
  color: #fff;
}
.section-faqs__inner .faq-tabs .tab-content .tab-pane {
  display: none;
  background-color: var(--color-purple);
  padding: 30px;
  border-radius: 0 0 20px 20px;
}
.section-faqs__inner .faq-tabs .tab-content .tab-pane.active {
  display: block;
}
.section-faqs__inner .faq-tabs .tab-content .tab-pane .faq-list .faq-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
.section-faqs__inner .faq-tabs .tab-content .tab-pane .faq-list .faq-item .faq-question {
  padding: 15px 50px 15px 15px;
  background-color: var(--color-purple-light);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.25s ease;
  position: relative;
}
.section-faqs__inner .faq-tabs .tab-content .tab-pane .faq-list .faq-item .faq-question:before {
  content: "";
  width: 25px;
  height: 15px;
  background-image: url("../svg/chev.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.section-faqs__inner .faq-tabs .tab-content .tab-pane .faq-list .faq-item .faq-question h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.section-faqs__inner .faq-tabs .tab-content .tab-pane .faq-list .faq-item .faq-question .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.25s ease;
}
.section-faqs__inner .faq-tabs .tab-content .tab-pane .faq-list .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease, padding 0.25s ease;
}
.section-faqs__inner .faq-tabs .tab-content .tab-pane .faq-list .faq-item .faq-answer .faq-content {
  padding: 20px;
}
.section-faqs__inner .faq-tabs .tab-content .tab-pane .faq-list .faq-item .faq-answer .faq-content p {
  font-size: 16px;
  color: #000;
}
.section-faqs__inner .faq-tabs .tab-content .tab-pane .faq-list .faq-item.active .faq-question {
  background-color: #fff;
}
.section-faqs__inner .faq-tabs .tab-content .tab-pane .faq-list .faq-item.active .faq-question:before {
  background-image: url("../svg/chev-purple.svg");
}
.section-faqs__inner .faq-tabs .tab-content .tab-pane .faq-list .faq-item.active .faq-question h3 {
  color: var(--color-purple);
}
.section-faqs__inner .faq-tabs .tab-content .tab-pane .faq-list .faq-item.active .faq-question .faq-toggle {
  transform: rotate(45deg);
}
.section-faqs__inner .faq-tabs .tab-content .tab-pane .faq-list .faq-item.active .faq-answer {
  max-height: 200px;
}

@media (max-width: 768px) {
  .section-faqs__inner .faq-tabs .tab-nav {
    gap: 10px;
  }
  .section-faqs__inner .faq-tabs .tab-nav .tab-btn {
    padding: 15px;
    font-size: 16px;
  }
  .section-faqs__inner .faq-tabs .tab-content .tab-pane {
    padding: 15px;
  }
}
.social-share {
  display: flex;
  gap: 15px;
  margin: 20px 0;
}
.social-share .share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}
.social-share .share-btn img {
  width: 40px;
  height: 40px;
}

.section-footer {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.section-footer:before {
  content: "";
  height: 100%;
  aspect-ratio: 1/1;
  background-image: url("../svg/circle-purple.svg");
  background-size: 100%;
  background-position: top left;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.section-footer h2 {
  color: #000;
  font-size: 32px;
  margin-bottom: 30px;
}
.section-footer h3 {
  color: #000;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 60px;
}
.section-footer a:not([class]) {
  color: #000;
  text-decoration: underline;
}
.section-footer .logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  height: 100%;
}
.section-footer .logo .btn-primary {
  margin-top: 120px;
}
.section-footer .wpcf7 form .wpcf7-submit {
  width: 240px;
  background-color: var(--color-purple);
  color: #fff;
  font-weight: 600;
  border: 0;
}

@media (max-width: 991px) {
  .section-footer:before {
    height: 450px;
  }
  .section-footer h2 {
    font-size: 28px;
  }
  .section-footer h3 {
    font-size: 20px;
  }
  .section-footer .logo {
    margin-top: 140px;
    height: auto;
  }
  .section-footer .logo .btn-primary {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .section-footer:before {
    height: 400px;
  }
  .section-footer .logo {
    margin-top: 100px;
  }
}
