:root {
  --morado: #9c0080;
  --white: white;
  --black: black;
  --azulclaro: #6189b3;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --azul: #0e3768;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-no-shadow {
  z-index: 99;
  color: #9c0080;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  position: static;
  inset: 0 0 auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 0;
  font-family: Poppins, sans-serif;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-top: -4%;
  margin-bottom: 0%;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -3%;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #18336a;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  pointer-events: auto;
  color: #980080;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #980080;
  vertical-align: baseline;
  mix-blend-mode: darken;
  transition: opacity .2s;
  display: inline;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #9c0080;
  border: 1px solid #9c0080;
  border-radius: 10px;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 2px;
  margin-left: 0;
  padding: 4px 0%;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.footer-subscribe {
  background-color: #0e3768;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  font-family: Poppins, sans-serif;
  position: relative;
}

.footer-form-two {
  text-align: right;
  background-color: #0000;
  border-radius: 20px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  line-height: 50%;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -3%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.headersocial {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin: 0%;
  font-size: 14px;
  display: flex;
}

.headersociallink {
  margin-left: 32px;
}

.headerdivider {
  text-align: right;
  background-color: #4180a1;
  width: 100%;
  height: 1px;
  margin-top: 34px;
  margin-bottom: 40px;
  margin-left: 0%;
  position: static;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footerdivider {
  background-color: red;
}

.hero-heading-center {
  text-transform: capitalize;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-without-image {
  background-color: #2d2b6d;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-stack {
  background-color: #2d2b6d;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  width: 50%;
}

.paragraph {
  color: #fff;
  border: 1px solid #f7f6f6;
}

.pricing-items {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: #f5f7fa;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.tagline {
  color: #0e3768;
  -webkit-text-stroke-color: #0e3768;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 0;
  margin-right: 0%;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.pricing-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-divider-two {
  background-color: #e4ebf3;
  height: 1px;
  margin: 9px -16px 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.image {
  margin-left: 0;
  margin-right: 0;
}

.image-2 {
  margin-right: 0%;
}

.image-3 {
  margin-left: -290%;
}

.image-4 {
  margin-left: -97%;
  margin-right: 0%;
}

.image-5 {
  margin-left: -158%;
}

.container-6 {
  background-color: red;
  width: 100%;
  height: 1000px;
}

.body {
  text-align: center;
  background-color: #18336a;
  height: 1000px;
  margin-top: 0%;
  display: block;
}

.image-6 {
  pointer-events: auto;
  margin-top: 25%;
  position: relative;
  inset: auto auto 0% 15px;
}

.list-item {
  width: 100%;
  margin-top: -1%;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.hero-without-image-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 101%;
  max-width: 940px;
  height: 49px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #0e3768;
  text-align: left;
  width: 100%;
  margin-top: 0%;
  margin-bottom: 5%;
  margin-left: 0%;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.left-arrow {
  background-image: url('../images/slide0.png');
  background-position: 0 0;
  background-size: cover;
}

.right-arrow {
  background-image: url('../images/slide1.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-nav, .slide-nav-2, .slide, .slide-2, .slide-3, .slide-4, .slide-5, .slide-6, .slide-7, .slide-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-9 {
  background-image: url('../images/slide0.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-10 {
  background-color: #fff;
  background-image: url('../images/slide2.png');
  background-position: 50%;
  background-size: 100% 50vh;
}

.slide-11 {
  background-image: url('../images/slide0.png');
  background-position: 50%;
  background-size: 100% 50vh;
  width: 100%;
  height: 0%;
}

.slide-12 {
  background-color: #fff;
  background-image: url('../images/logoClaro.png');
  background-position: 50%;
  background-size: 100% 50vh;
  height: 0;
}

.slide-13 {
  background-color: #fff;
  background-image: url('../images/slide1.png');
  background-position: 50%;
  background-size: 100% 50vh;
  border: 1px solid #fff;
  line-height: 20px;
}

.section {
  background-color: #0000;
  height: 394px;
}

.slider {
  height: 342px;
}

.slide-nav-3 {
  background-color: #0000;
}

.slide-14 {
  background-color: #fff;
  background-image: url('../images/slide3.png');
  background-position: 50%;
  background-size: 100% 50vh;
}

.heading {
  color: #18336a;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.heading-2 {
  color: #6189b3;
  flex: 1;
}

.div-block {
  border: 0 solid #000;
}

.hero-heading-center-2 {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e4ebf3;
  height: 700px;
  padding: 30px 30px 0 12%;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  color: #0e3768;
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0%;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-top: 0;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-3 {
  color: #6189b3;
  text-align: right;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 2px;
  width: 50%;
  height: 52px;
  margin-top: -4%;
  margin-bottom: 23px;
  margin-left: -22%;
  font-size: 58px;
  line-height: 60px;
}

.heading-4 {
  color: #0e3768;
  text-align: left;
  letter-spacing: 5px;
  -webkit-text-stroke-width: 3px;
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 60px;
}

.image-7 {
  width: 25%;
  max-width: none;
  margin-top: 0%;
  margin-bottom: 20px;
  margin-left: -6px;
}

.text-block {
  color: #0e3768;
  margin-right: 0;
}

.paragraph-2 {
  font-size: 34px;
}

.paragraph-3 {
  font-size: 40px;
}

.paragraph-4 {
  font-size: 50px;
}

.text-block-2 {
  color: #0e3768;
  -webkit-text-stroke-width: 2px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.bold-text {
  -webkit-text-stroke-width: 1px;
  font-size: 31px;
}

.image-8 {
  margin-top: 5%;
}

.bold-text-2 {
  width: 0%;
  margin-left: 75%;
}

.section-2 {
  width: 120px;
  margin-top: 5%;
}

.paragraph-5 {
  color: #0f3869;
  -webkit-text-stroke-width: 1px;
  width: 112%;
  margin-top: -22%;
  margin-left: 40%;
  font-size: 18px;
  line-height: 24px;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  background-color: #9c0080;
  border-radius: 20px;
  width: 45%;
  height: 0;
  margin-top: -13%;
  padding: 2% 0 50% 0%;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #454e57;
  background-color: #0000;
  border: 1px solid #0000;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.field-label {
  width: 34%;
  margin-bottom: -29px;
  margin-left: -30%;
}

.text-field {
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  line-height: 5px;
}

.field-label-2 {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: white;
  margin-left: -1px;
}

.text-field-2 {
  text-align: left;
  background-color: #9c0080;
  border-radius: 20px;
  width: 100%;
}

.text-field-3, .text-field-4, .text-field-5 {
  background-color: #9c0080;
  border-radius: 20px;
}

.submit-button {
  text-align: center;
  vertical-align: middle;
  background-color: #8aca8a;
  border-radius: 15px;
  margin-left: 20%;
}

.submit-button-2 {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 13%;
}

.checkbox-label {
  color: #fff;
  -webkit-text-stroke-color: white;
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two {
  color: #9c0080;
  margin-top: 10px;
  font-size: 45px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 77%;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template: "."
                 "Area"
                 / 3.75fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.clients-grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 1px 12px 26px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-3 {
  font-size: 32px;
  line-height: 33%;
}

.bold-text-3 {
  font-size: 43px;
  line-height: 40px;
}

.text-block-4 {
  color: #0f3869;
  text-transform: uppercase;
  min-width: 0;
  font-size: 35px;
  line-height: 35px;
}

.slider-card {
  flex-flow: row;
  flex: 2 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 400px;
  position: relative;
}

.slider-card.vertical {
  flex-flow: column-reverse;
  width: auto;
  margin-right: 0%;
  position: static;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #2d6648;
  border-radius: 8px;
  margin-top: 24px;
  padding: 8px 15px;
  font-weight: 600;
}

.button:hover {
  opacity: .75;
  background-color: #2d6648;
}

.button.blue {
  color: #fff;
  background-color: #00a4e1;
  font-weight: 500;
}

.button.blue.rounded {
  border-radius: 16px;
  height: auto;
  margin-top: 24px;
}

.slider-card-title {
  color: #00a4e1;
  font-weight: 700;
}

.slider-card-info {
  z-index: 199;
  background-color: #fff;
  border-radius: 1rem;
  flex: 0 auto;
  align-self: center;
  height: auto;
  margin-top: -30px;
  padding: 1rem;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.carousel-slider {
  width: 40%;
}

.carousel-slider._3 {
  right: -4rem;
}

.carousel-slider._2 {
  right: -2rem;
}

.carousel {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-right: 50%;
  padding-bottom: 75px;
  overflow: visible;
}

.carousel-mask {
  width: 100%;
  margin-left: -15%;
  margin-right: 0%;
  padding-left: 0%;
  overflow: visible;
}

.justify {
  text-align: justify;
}

.slider-card-image {
  object-fit: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  flex: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.slider-card-image-container {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: block;
  position: static;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  margin-left: 10%;
  padding: 0;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
  padding-right: 0;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
  height: 192px;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
  margin-left: -106%;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.image-9 {
  background-color: #0000;
  width: 95px;
  font-weight: 400;
}

.image-10 {
  color: #bc1d1d;
  width: 100px;
}

.headersocial-copy {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0%;
  font-size: 14px;
  display: flex;
}

.paragraph-6 {
  color: #fff;
  width: 22%;
  margin-bottom: 20px;
  margin-left: auto;
}

.link, .paragraph-7 {
  color: #4180a1;
}

.paragraph-8 {
  color: #4180a1;
  margin-top: 10px;
}

.paragraph-9 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0% 10%;
}

.button-2 {
  background-color: #0000;
  border: 1px solid #4180a1;
  border-radius: 10px;
}

.paragraph-10 {
  color: #4180a1;
  margin-bottom: 10px;
}

.div-block-2 {
  width: 30%;
  height: 80px;
}

.image-11 {
  margin-right: -3%;
}

.footer-subscribe-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two-2 {
  background-color: red;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-2 {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input-2::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-2 {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three-2 {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -3%;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 483px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-container {
  width: 50%;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image-12 {
  width: 100%;
  margin-left: 0;
  font-size: 14px;
}

.right-arrow-2 {
  height: 147px;
}

.slide-15 {
  background-image: url('../images/slide0.png');
  background-position: 50%;
  background-size: auto;
  margin-top: 20px;
}

.slide-16 {
  background-color: #fff;
  background-image: url('../images/slide0.png');
  background-position: 50%;
  background-size: 100% 50vh;
  border: 1px solid #000;
  height: auto;
}

.image-13 {
  margin-top: 5px;
}

.image-14, .image-15, .image-16, .image-17 {
  width: 95px;
}

.slide-17 {
  background-image: url('../images/nosotros.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100px;
  padding-bottom: 0;
  padding-right: 0;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  background-color: #e5e5e5;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  color: #0e3768;
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.image-18 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0%;
}

.paragraph-11 {
  color: #9c0080;
}

.image-19 {
  border-radius: 25px;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.mask {
  width: 104%;
  height: 0%;
}

.slide-18 {
  background-image: url('../images/equipo.png');
  background-position: 50%;
  background-size: cover;
}

.mask-2 {
  width: 150%;
  height: 314px;
  line-height: 20px;
}

.testimonial-slider-large-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 10px 10px 2px;
  position: relative;
}

.testimonial-slider-two-2 {
  background-color: #0000;
  height: auto;
}

.testimonial-slide-2 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-left: 25%;
  margin-right: 25%;
  padding: 12px 0;
  display: flex;
}

.testimonial-content-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-2 {
  margin-bottom: 24px;
}

.testimonial-quote-2 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-2 {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image-2.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-2 {
  font-weight: 700;
}

.testimonial-image-two-2 {
  clear: none;
  text-align: left;
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  height: 397px;
  overflow: hidden;
}

.testimonial-author-image-three-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-2 {
  display: none;
}

.testimonial-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 10px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-slider-large-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slide-3 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 26%;
  padding: 12px 0;
  display: flex;
}

.testimonial-image-two-3 {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.pricing-overview {
  color: #e5e5e5;
  background-color: #e5e5e5;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 0;
  font-family: Poppins, sans-serif;
  display: block;
  position: relative;
}

.pricing-description {
  color: #0e3768;
  text-align: center;
  max-width: 550px;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.cardtalento {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.image-20 {
  border-radius: 25px;
  transition: transform .2s;
}

.image-21, .image-22 {
  border-radius: 25px;
}

.testimonial-slider-large-4 {
  background-color: #e5e5e5;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two-3 {
  background-color: #0000;
  height: auto;
}

.testimonial-slide-4 {
  background-color: #ededed;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-3 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-3 {
  margin-bottom: 24px;
}

.testimonial-quote-3 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-3 {
  align-items: center;
  display: flex;
}

.testimonial-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-3 {
  font-weight: 700;
}

.testimonial-image-two-4 {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-3 {
  display: none;
}

.testimonial-slider-nav-3 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-image-left-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-wrapper-four-2 {
  justify-content: space-between;
  display: flex;
}

.testimonial-left-2 {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-right-2 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small-2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four-2 {
  margin-bottom: 32px;
}

.testimonial-author-name-three-2 {
  margin-bottom: 10px;
}

.slide-19 {
  text-align: left;
  background-image: url('../images/ex_comentario.png');
  background-position: 50%;
  background-size: 99% 309px;
  height: auto;
  padding-bottom: 20px;
}

.slide-20 {
  background-image: url('../images/ex_comentario.png');
  background-position: 50%;
  background-size: 100% 326px;
  height: 0;
}

.slide-nav-4 {
  inset: auto 0% 0%;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.hero-wrapper-two-3 {
  text-align: center;
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.image-23 {
  border-radius: 25px;
  margin-top: 10%;
  margin-left: 18%;
}

.paragraph-12 {
  color: #0e3768;
  font-size: 30px;
  line-height: 28px;
}

.image-24 {
  width: 100%;
  max-width: none;
  margin-top: -5%;
  margin-left: 10%;
}

.logos-quote-divider-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-two-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two-2 {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider-2 {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info-2 {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image-2 {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.heading-5 {
  color: #0e3768;
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 3px;
  width: 49%;
  margin-bottom: -6px;
  font-size: 60px;
  line-height: 68px;
}

.hero-stack-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.div-block-3 {
  height: 192px;
}

.form {
  width: 135%;
  padding-top: 20%;
  padding-left: 15%;
  padding-right: 0%;
}

.hero-without-image-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-2 {
  width: 100%;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-4.margin-bottom-32px {
  margin-bottom: 32px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.section-3 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.slide-23 {
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  object-fit: fill;
  background-color: #fff;
  background-image: url('../images/slide0.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  margin-bottom: 0;
}

.slider-3 {
  background-color: #fff;
  height: 620px;
}

.slide-24 {
  background-color: #fff;
  background-image: url('../images/slide1.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-25 {
  background-color: #fff;
  background-image: url('../images/slide2.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-26 {
  background-color: #fff;
  background-image: url('../images/slide3.png');
  background-position: 0 0;
  background-size: cover;
}

.mask-4 {
  height: 600px;
  margin-bottom: 20px;
}

.image-25 {
  width: 34%;
  max-width: 0%;
}

.hero-heading-center-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 60px;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.testimonial-image-left-3 {
  border-bottom: 1px solid #e4ebf3;
  margin-top: 60px;
  padding: 2px 30px;
  position: relative;
}

.testimonial-wrapper-four-3 {
  justify-content: space-between;
  display: flex;
}

.testimonial-left-3 {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-right-3 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small-3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four-3 {
  margin-bottom: 32px;
}

.testimonial-author-name-three-3 {
  margin-bottom: 10px;
}

.gallery-slider-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1.5fr;
  align-items: start;
  margin-bottom: 0;
  display: grid;
}

.gallery-block-2 {
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 66px;
  display: flex;
  position: static;
}

.gallery-slide-2 {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper-2 {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image-2 {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-slide-text-2 {
  color: #f5f7fa;
  width: auto;
  margin-top: 10px;
  margin-bottom: 40%;
  margin-left: 10px;
  font-size: 45px;
  line-height: 42px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
  background-image: url('../images/logoIUCN.png');
  background-position: 0 0;
  background-size: auto;
}

.gallery-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav-2 {
  display: none;
}

.form-3 {
  padding-left: 0%;
}

.heading-6 {
  color: #0e3768;
  margin-top: -24px;
  font-size: 42px;
  line-height: 40px;
}

.heading-7 {
  color: #9c0187;
  margin-top: -5px;
  font-size: 45px;
  line-height: 38px;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-5 {
  width: 100%;
  display: flex;
}

.image-26 {
  width: 102%;
  max-width: 0%;
}

.image-28 {
  align-self: center;
  width: 6%;
  margin-right: 5px;
}

.div-block-6 {
  margin: 10px 0 0;
}

.slider-arrow-embed-3 {
  color: #1a1b1f;
}

.heading-8 {
  color: #88bb87;
  margin-top: 11%;
  margin-bottom: 27%;
  margin-left: 2%;
  font-size: 53px;
  line-height: 40px;
}

.bold-text-4 {
  -webkit-text-stroke-width: 4px;
  margin-left: 20px;
  font-size: 50px;
}

.bold-text-5 {
  -webkit-text-stroke-width: 2px;
}

.image-29 {
  margin-top: 20%;
}

.paragraph-13 {
  margin-top: 140px;
}

.div-block-7 {
  margin-top: 20px;
}

.heading-9 {
  color: #fff;
  letter-spacing: 4px;
  -webkit-text-stroke-width: 2px;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 46px;
}

.heading-10 {
  color: #88bb87;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 2px;
  margin-top: 0;
  font-size: 45px;
}

.paragraph-14 {
  color: #fff;
  text-align: justify;
  width: 38%;
  margin-top: -4%;
  font-size: 17px;
}

.image-30 {
  margin-top: 20px;
  margin-bottom: 70px;
}

.gallery-wrapper-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide-text-3 {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.slider-arrow-embed-4 {
  color: #1a1b1f;
}

.heading-11 {
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 3px;
  background-color: #0000;
  margin-top: 47px;
  font-size: 50px;
}

.heading-12 {
  color: #9c0080;
  -webkit-text-stroke-width: 3px;
  margin-top: -156px;
  margin-left: 40%;
  font-size: 50px;
}

.image-31 {
  margin-top: 2%;
  margin-bottom: 0%;
}

.paragraph-15 {
  color: #fff;
  margin-top: 10%;
}

.italic-text {
  font-size: 19px;
}

.heading-13 {
  color: #9c0080;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 2px;
  margin-top: -54px;
  margin-left: 54%;
  font-size: 50px;
}

.heading-14 {
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 2px;
  margin-top: 40px;
  font-size: 50px;
}

.paragraph-16 {
  color: #fff;
  margin-top: -4%;
  margin-bottom: 31px;
}

.heading-15 {
  color: #fff;
  margin-top: 60px;
  font-size: 60px;
}

.heading-16 {
  color: #9c0080;
  margin-top: -54px;
  margin-left: 23%;
  font-size: 60px;
}

.paragraph-17 {
  color: #fff;
  margin-top: -5%;
}

.hero-heading-center-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-5.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

.testimonial-slider-large-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.testimonial-slider-two-4 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-left: 40px;
}

.testimonial-slide-5 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-4 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-4 {
  margin-bottom: 24px;
}

.testimonial-quote-4 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-4 {
  align-items: center;
  display: flex;
}

.testimonial-image-4 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-4 {
  font-weight: 700;
}

.testimonial-image-two-5 {
  object-fit: cover;
  width: 387px;
  height: 246px;
}

.testimonial-author-image-three-4 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-4 {
  display: none;
}

.testimonial-slider-nav-4 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 30px 30px 60px;
  position: relative;
}

.hero-wrapper-6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.margin-bottom-24px-7 {
  margin-bottom: 24px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.shadow-two-6 {
  box-shadow: 0 4px 24px #96a3b514;
}

.image-33 {
  width: 100%;
  max-width: none;
}

.mask-5 {
  line-height: 20px;
}

.hero-heading-left-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 80px 0;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-7 {
  background-color: #d3d9e1;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-7 {
  color: #0e3768;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 73%;
  max-width: 46%;
  margin-left: 0;
  margin-right: 72px;
  display: flex;
}

.margin-bottom-24px-8 {
  color: #0e3768;
  text-align: left;
  width: 100%;
  margin: -45px 24px -9% 9px;
  padding-left: 7px;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.shadow-two-7 {
  margin-left: 10px;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-center-5 {
  background-color: #f6f6f6;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Poppins, sans-serif;
  position: relative;
}

.centered-heading-6 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-6.margin-bottom-32px {
  color: #6184ae;
  letter-spacing: 5px;
  -webkit-text-stroke-width: 3px;
  margin-bottom: 32px;
  font-size: 64px;
}

.image-34 {
  margin-top: -15%;
  margin-left: 10%;
  padding-left: 0;
}

.image-35 {
  margin-top: -9%;
}

.hero-stack-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 80px;
  position: relative;
}

.hero-wrapper-two-5 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image-3 {
  width: 100%;
  margin-top: 50px;
}

.pricing-overview-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Poppins, sans-serif;
  position: relative;
}

.pricing-description-2 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-3 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.image-36 {
  margin-top: 3%;
  margin-left: 1%;
}

.button-3, .button-4 {
  background-color: #0e3768;
  border-radius: 8px;
  margin-top: 5%;
}

.testimonialtalento {
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px 20px;
  font-family: Poppins, sans-serif;
  display: none;
  position: relative;
}

.testimonial-card-three-2 {
  float: none;
  clear: none;
  text-align: left;
  background-color: #f5f7fa;
  border-radius: 25px;
  margin-top: 60px;
  padding: 60px 42px 64px;
  display: none;
  position: relative;
}

.testimonial-card-content-2 {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading-2 {
  margin-bottom: 24px;
}

.testimonial-text-three-2 {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-5 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image-5.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three-4 {
  margin-bottom: 10px;
}

.hero-without-image-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.form-4, .form-5 {
  text-align: left;
}

.submit-button-3 {
  float: left;
  clear: both;
  text-align: center;
  background-color: #0e3768;
  border-radius: 8px;
  position: relative;
  inset: 0% 0% 0% 45%;
}

.button-5 {
  background-color: #b0b0b0;
  border-radius: 8px;
  position: relative;
  left: 50%;
}

.field-label-3 {
  text-align: left;
  -webkit-text-stroke-color: black;
}

.bold-text-6, .field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8, .field-label-9, .field-label-10 {
  color: #000;
}

.submit-button-4 {
  float: left;
  background-color: #0e3768;
  border-radius: 8px;
  margin-left: 30px;
  position: relative;
  left: 38%;
}

.button-6 {
  background-color: #b0b0b0;
  border-radius: 8px;
  position: relative;
  left: 40%;
}

.heading-17 {
  color: #0e3768;
  letter-spacing: 4px;
  -webkit-text-stroke-width: 3px;
  font-size: 63px;
  line-height: 50px;
}

.heading-18 {
  color: #0e3768;
  -webkit-text-stroke-width: 2px;
  margin-top: -18px;
  margin-left: 0;
  font-size: 30px;
}

.heading-19 {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #0e3768;
  width: 121%;
  margin-top: 0%;
  font-size: 30px;
}

.heading-20 {
  -webkit-text-stroke-width: 2px;
  font-size: 32px;
}

.heading-21 {
  color: #0e3768;
  -webkit-text-stroke-width: 2px;
  margin-top: 0%;
  font-size: 30px;
}

.features-table-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table-2 {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title-2 {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.image-37 {
  margin-top: -15%;
}

.paragraph-18 {
  font-size: 20px;
  line-height: 26px;
}

.paragraph-19 {
  color: #0e3564;
  font-size: 20px;
}

.paragraph-20 {
  font-size: 20px;
  line-height: 42px;
}

.paragraph-21 {
  line-height: 21px;
}

.paragraph-22 {
  color: #0e3564;
  text-align: justify;
  letter-spacing: 0;
  text-indent: 0;
  word-break: keep-all;
  font-size: 22px;
  line-height: 27px;
}

.text-span {
  background-color: #980aad;
  width: 0;
}

.bold-text-7 {
  color: #fff;
}

.list {
  margin-left: 20%;
  padding-left: 0;
}

.list-item-2 {
  font-size: 14px;
}

.hero-heading-left-4 {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-wrapper-8 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  font-family: Poppins, sans-serif;
  display: flex;
}

.margin-bottom-24px-9 {
  color: #0e3768;
  margin-bottom: 24px;
  font-size: 22px;
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-9:active {
  background-color: #43464d;
}

.shadow-two-8 {
  box-shadow: 0 4px 24px #96a3b514;
}

.features-table-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-7 {
  color: #6185af;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-width: 1.5px;
  margin-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 45px;
  line-height: 45px;
}

.centered-subheading-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table-3 {
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
  padding-left: 50px;
  padding-right: 40px;
  display: flex;
}

.comparison-row-main-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title-3 {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.comparison-negative-3 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive-3 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.image-39 {
  margin-left: 0;
  margin-right: 10px;
}

.footer-light-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two-2 {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two-2:hover {
  color: #1a1b1fbf;
}

.footer-form-2 {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field-2 {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field-2:hover, .footer-form-field-2:focus {
  border-color: #76879d;
}

.footer-form-field-2::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit-2 {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit-2:hover {
  background-color: #3a4554;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-3 {
  color: #3a4554;
}

.footer-social-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-subscribe-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two-3 {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-3 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-3 {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input-3::placeholder {
  color: #1a1b1fcc;
}

.button-primary-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-10:active {
  background-color: #43464d;
}

.button-primary-10.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-block-three-3 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-3 {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three-3:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 100px;
  margin-right: 0;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-legal-block-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-3 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-3:hover {
  color: #3a4554;
}

.footer-social-block-three-3 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.image-41 {
  margin-top: 5px;
}

.hero-heading-center-6 {
  text-align: left;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
  position: relative;
}

.container-16 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.centered-heading-8 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-8.margin-bottom-32px {
  color: #0e3768;
  text-align: left;
  letter-spacing: 7px;
  -webkit-text-stroke-width: 3px;
  margin-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 64px;
  line-height: 44px;
}

.hero-wrapper-9 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 230px;
  padding-right: 90px;
  display: flex;
}

.hero-split-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  display: flex;
}

.margin-bottom-24px-10 {
  margin-bottom: 24px;
}

.button-primary-11 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-11:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-11:active {
  background-color: #43464d;
}

.shadow-two-9 {
  width: 70%;
  max-width: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-22 {
  color: #6189b3;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 365px;
  font-size: 60px;
  line-height: 60px;
}

.hero-heading-left-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.image-42 {
  margin-top: 45px;
  margin-left: 0;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  color: #0e3768;
  margin-bottom: 24px;
}

.text-link-arrow-4 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.features-block-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.paragraph-23 {
  text-align: left;
}

.heading-23 {
  color: #0e3768;
}

.features-paragraph-2 {
  color: #0e3768;
  text-align: left;
  margin-bottom: 24px;
}

.features-paragraph-3 {
  margin-bottom: 24px;
}

.features-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-paragraph-4, .features-paragraph-5, .features-paragraph-6 {
  margin-bottom: 24px;
}

.image-43 {
  width: 8%;
  max-width: none;
  margin-top: -90px;
  margin-left: 220px;
}

.heading-24 {
  color: #0e3768;
  -webkit-text-stroke-color: #0e3768;
  margin-top: 0;
}

.heading-25 {
  color: #0e3768;
  margin-top: 0;
}

.paragraph-24 {
  color: #0e3768;
  text-align: left;
}

.paragraph-25 {
  color: #0e3768;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  font-style: italic;
}

.heading-26 {
  color: #0e3768;
  margin-top: 10px;
}

.image-44 {
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.heading-27 {
  color: #0e3768;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-10 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-10 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-11 {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-12 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-12:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-12:active {
  background-color: #43464d;
}

.text-link-arrow-5 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-5 {
  margin-left: 2px;
  display: flex;
}

.paragraph-26 {
  color: #0e3768;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  font-size: 18px;
}

.paragraph-27, .paragraph-28 {
  text-align: left;
  -webkit-text-stroke-width: 0px;
  font-size: 18px;
}

.paragraph-29 {
  color: #0e3768;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  font-size: 18px;
}

.paragraph-30, .paragraph-31 {
  text-align: left;
  -webkit-text-stroke-width: 0px;
  font-size: 18px;
}

.hero-without-image-5 {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.hero-wrapper-two-6 {
  text-align: center;
  background-color: #ebebeb;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  color: #0e3768;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-slider-small {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 80px;
  position: relative;
}

.container-19 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-9 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-5 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 43%;
  margin-right: 0%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-6 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline-2 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-5 {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.image-45 {
  width: 50%;
  margin-top: 20px;
}

.image-47, .image-48 {
  width: 50%;
}

.image-49 {
  width: 100%;
}

.hero-heading-left-6 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  font-family: Poppins, sans-serif;
  position: relative;
}

.container-20 {
  text-align: left;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-11 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-12 {
  margin-bottom: 24px;
}

.button-primary-13 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-13:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-13:active {
  background-color: #43464d;
}

.shadow-two-11 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  font-family: Poppins, sans-serif;
  position: relative;
}

.image-50 {
  width: 100%;
}

.gallery-slider-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: .25fr;
  place-items: start stretch;
  display: grid;
}

.gallery-block-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide-3 {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper-3 {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image-3 {
  position: relative;
}

.gallery-image-3 {
  width: 100%;
}

.gallery-slide-text-4 {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left-3 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left-3:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left-3[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-6 {
  color: #1a1b1f;
}

.gallery-slider-right-3 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right-3:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right-3[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav-3 {
  display: none;
}

.testimonial-slider-large-6 {
  background-color: #e5e5e5;
  border: 0 solid #000;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.container-21 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two-5 {
  background-color: #0000;
  height: auto;
}

.testimonial-slide-6 {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-5 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.testimonial-quote-icon-5 {
  margin-bottom: 24px;
}

.testimonial-quote-5 {
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-5 {
  align-items: center;
  display: flex;
}

.testimonial-image-7 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-5 {
  color: #0e3768;
  font-size: 16px;
  font-weight: 700;
}

.testimonial-image-two-6 {
  object-fit: cover;
  width: 439px;
  height: 400px;
}

.testimonial-author-image-three-5 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-5 {
  display: none;
}

.testimonial-slider-nav-5 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-subscribe-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-12 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-form-2 {
  margin-bottom: 12px;
}

.hero-form-container-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input-2 {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input-2:hover, .hero-form-input-2:focus {
  border-color: #76879d;
}

.hero-form-input-2::placeholder {
  color: #1a1b1fcc;
}

.text-link-arrow-6 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-6 {
  margin-left: 2px;
  display: flex;
}

.gallery-wrapper-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.testimonial-image-two-7 {
  object-fit: cover;
  border-radius: 25px;
  width: 450px;
  height: 400px;
}

.text-block-5 {
  color: #aa017a;
  -webkit-text-stroke-width: 1px;
  font-size: 16px;
}

.image-51 {
  width: 100%;
}

.pricing-overview-3 {
  background-color: #f6f6f6;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 30px 0;
  position: relative;
}

.container-22 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-10 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description-3 {
  color: #0e3768;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 20px;
}

.pricing-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-4 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text-3 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-link-arrow-7 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-7 {
  margin-left: 2px;
  display: flex;
}

.text-block-6 {
  background-color: #fff;
  margin-top: -101px;
  margin-left: 437px;
  font-size: 25px;
  line-height: 44px;
}

.features-list-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 80px 0;
  position: relative;
}

.features-wrapper-two-2 {
  background-color: #f6f6f6;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-7 {
  margin-bottom: 24px;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-bottom: -16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.features-block-two-3 {
  border: 2px solid #511c74;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 10px;
  display: flex;
}

.features-image-2 {
  object-fit: cover;
  width: 95px;
  height: 80px;
  margin-top: 10px;
  margin-right: 16px;
}

.image-52 {
  border-radius: 8px;
}

.image-53 {
  width: 100%;
}

.bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  color: #0e3768;
}

.left-arrow-2 {
  margin-bottom: 0;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-23 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-11 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #0000;
  align-items: center;
  padding: 5px 16px 24px;
  display: flex;
}

.testimonial-image-8 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  color: #0e3666;
  margin-bottom: 2px;
  font-size: 19px;
  font-weight: 600;
}

.image-54, .image-55, .image-56, .image-57, .image-58, .image-59 {
  margin-top: 15px;
  margin-right: 5px;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current {
  color: #9c0080;
  -webkit-text-stroke-width: 1px;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-14 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-14:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-14:active {
  background-color: #43464d;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #0f3666;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.bold-text-13, .bold-text-14 {
  color: #9c0080;
}

.bold-text-15 {
  color: #9c0080;
  font-style: italic;
}

.field-label-11 {
  color: #000;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.link-block, .link-block.w--current {
  width: 50%;
}

.image-60 {
  width: 100%;
  padding-left: 0;
  padding-right: 10px;
}

.div-block-8 {
  width: 50%;
}

.container-24 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-61 {
  width: 70%;
  max-width: none;
}

.text-span-2 {
  color: #980080;
}

.paragraph-32 {
  color: red;
  margin-top: 40px;
  font-size: 21px;
}

.italic-text-2 {
  color: #462020;
  font-size: 20px;
}

.text-span-3 {
  color: red;
}

.image-62, .image-63 {
  margin-top: -3px;
}

.container-25 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.paragraph-33 {
  color: #0e3767;
  letter-spacing: 5px;
  -webkit-text-stroke-width: 1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 700;
}

.text-span-4 {
  color: #980080;
}

.text-span-5, .text-span-6, .text-span-7 {
  color: #0e3767;
}

.bold-text-17 {
  letter-spacing: 3px;
  -webkit-text-stroke-width: 2px;
}

.hero-stack-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-26 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-7 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-13 {
  margin-bottom: 24px;
}

.button-primary-15 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-15:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-15:active {
  background-color: #43464d;
}

.hero-image-4 {
  width: 100%;
  margin-top: 50px;
}

.heading-28 {
  color: #6185af;
  letter-spacing: 5px;
  -webkit-text-stroke-width: 3px;
  margin-top: -28px;
  margin-bottom: 20px;
  margin-left: 140px;
  font-size: 57px;
}

.hero-stack-6 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-27 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-8 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-14 {
  margin-bottom: 24px;
}

.button-primary-16 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-16:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-16:active {
  background-color: #43464d;
}

.hero-image-5 {
  width: 100%;
  margin-top: 50px;
}

.heading-29 {
  color: #0e3768;
  letter-spacing: 3px;
  -webkit-text-stroke-width: 3px;
  margin-left: 220px;
  font-size: 60px;
}

.image-64 {
  margin-top: 20px;
}

.heading-30 {
  color: #6185af;
  -webkit-text-stroke-width: 3px;
  font-size: 65px;
}

.image-66 {
  margin-top: -110px;
}

.image-67 {
  margin-top: -104px;
}

.heading-31 {
  color: #6185af;
  -webkit-text-stroke-width: 3px;
  margin-top: 0;
  margin-left: 140px;
  font-size: 60px;
}

.image-68 {
  width: 12%;
  max-width: none;
  margin-top: -91px;
}

.text-span-9, .text-span-10, .text-span-11 {
  color: #9c0080;
}

.body-3 {
  font-family: Poppins, sans-serif;
}

.list-item-3 {
  text-align: left;
}

.text-block-7 {
  color: green;
}

.text-block-8, .text-field-6, .text-field-7, .text-field-8, .textarea {
  color: #000;
}

.link-block-3 {
  width: 80.8932%;
}

.navbar-logo-center-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-28 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-3 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-3 {
  width: 100%;
}

.nav-menu-three-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

.button-primary-17 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-17:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-17:active {
  background-color: #43464d;
}

.hero-heading-left-7 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-13 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-15 {
  margin-bottom: 24px;
}

.shadow-two-12 {
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block-11 {
  z-index: 2;
  box-sizing: border-box;
  background-color: var(--morado);
  border-radius: 20px;
  width: 75%;
  height: 32vh;
  margin-top: 0;
  position: sticky;
}

.section-5 {
  width: 50%;
  margin-top: -100px;
  margin-left: 0;
  padding-left: 60px;
}

.image-69 {
  text-align: center;
  margin-left: 30px;
  padding-left: 0;
}

.link-block-4 {
  width: 100%;
  margin-left: 0;
}

.div-block-12 {
  width: 80%;
  margin-left: 25px;
}

.section-6 {
  display: none;
}

.image-70 {
  margin-left: 91%;
}

.link-block-5 {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .navbar-no-shadow-container {
    margin-bottom: 2%;
    font-family: Poppins, sans-serif;
  }

  .navbar-wrapper {
    margin-bottom: 0%;
  }

  .nav-link {
    font-size: 12px;
  }

  .button-primary {
    margin-bottom: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .footer-subscribe {
    font-family: Poppins, sans-serif;
  }

  .footer-form-container-two {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tagline {
    margin-top: 0;
  }

  .image {
    margin-top: -6px;
  }

  .container-7 {
    width: 100%;
  }

  .margin-bottom-24px-2 {
    margin-top: 0%;
    margin-bottom: 5%;
  }

  .slide-10 {
    background-size: 110% 70vh;
    height: 500px;
  }

  .slide-13 {
    width: auto;
    height: 500px;
    padding-bottom: 0;
    padding-right: 0;
    bottom: auto;
  }

  .slider {
    height: 563px;
  }

  .heading-3 {
    width: 50%;
    margin-top: -4%;
    margin-bottom: 0;
    margin-left: -22%;
  }

  .heading-4 {
    aspect-ratio: auto;
    text-align: left;
    -webkit-text-stroke-width: 3px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
  }

  .image-7 {
    width: 28%;
    max-width: none;
    margin-top: 2%;
    margin-bottom: 10px;
    margin-left: -2%;
  }

  .text-block-2 {
    margin-top: 0;
  }

  .image-8 {
    width: 50%;
    max-width: none;
  }

  .section-2 {
    width: 26%;
    margin-left: 0;
    display: flex;
  }

  .paragraph-5 {
    flex-flow: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: 137%;
    margin-top: 0%;
    margin-left: 0%;
    padding-top: 0%;
    display: block;
  }

  .pricing-price {
    color: #8aca8b;
  }

  .paragraph-8 {
    margin-top: 10px;
  }

  .container-8 {
    font-family: Poppins, sans-serif;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .image-24 {
    width: 80%;
    max-width: none;
    margin-left: 10%;
  }

  .heading-5 {
    letter-spacing: 4px;
    -webkit-text-stroke-width: 2px;
    font-size: 62px;
    line-height: 62px;
  }

  .form {
    padding-top: 10%;
    padding-left: 0%;
    padding-right: 10%;
  }

  .hero-without-image-3 {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .slide-21 {
    background-color: #fff;
    background-image: url('../images/slide0.png');
    background-position: 50%;
    background-size: 100% 50vh;
    height: 500px;
  }

  .mask-3 {
    padding-bottom: 10px;
  }

  .slider-2 {
    height: 1000px;
  }

  .slide-22 {
    height: 267px;
  }

  .section-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 140px;
    padding-right: 140px;
  }

  .slide-23 {
    background-color: #fff;
    background-image: url('../images/slide0.png');
    background-position: 0 0;
    background-size: cover;
    margin-bottom: 20px;
  }

  .slider-3 {
    height: 600px;
  }

  .slide-nav-5 {
    background-color: #fff;
  }

  .slide-24 {
    background-color: #fff;
    background-image: url('../images/slide1.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .slide-25 {
    background-color: #fff;
    background-image: url('../images/slide2.png');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-26 {
    background-color: #fff;
    background-image: url('../images/slide3.png');
    background-position: 0 0;
    background-size: cover;
  }

  .mask-4 {
    height: 650px;
    margin-bottom: 0;
  }

  .hero-heading-center-3 {
    padding-top: 20px;
    padding-left: 30px;
  }

  .testimonial-image-left-3 {
    margin-top: 0;
  }

  .gallery-slide-text-2 {
    margin-top: 20px;
    font-size: 77px;
    line-height: 56px;
  }

  .div-block-4 {
    display: flex;
  }

  .image-30 {
    line-height: 20px;
  }

  .heading-12 {
    margin-top: -152px;
    margin-left: 28%;
  }

  .heading-13 {
    margin-left: 50%;
  }

  .heading-16 {
    margin-left: 19.5%;
  }

  .hero-heading-left-2 {
    font-family: Poppins, sans-serif;
  }

  .image-36 {
    width: 12%;
    max-width: none;
    margin-left: 0%;
  }

  .testimonialtalento {
    padding-bottom: 40px;
  }

  .testimonial-card-three-2 {
    font-family: Poppins, sans-serif;
  }

  .hero-split-8 {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    max-width: none;
  }

  .hero-heading-center-6 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-family: Poppins, sans-serif;
  }

  .container-16 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 140px;
    padding-right: 220px;
  }

  .centered-heading-8.margin-bottom-32px {
    margin-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 65px;
  }

  .hero-wrapper-9 {
    margin-left: 100px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 140px;
  }

  .heading-22 {
    margin-left: 370px;
  }

  .features-right {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 140px;
  }

  .image-43 {
    width: 10%;
    margin-left: 240px;
  }

  .container-17 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonial-card {
    padding-right: 0;
  }

  .image-45 {
    width: 50%;
    margin-top: 20px;
  }

  .image-46, .image-47, .image-48 {
    width: 50%;
  }

  .image-49 {
    height: auto;
  }

  .testimonial-quote-5 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
  }

  .testimonial-author-name-5, .text-block-5 {
    font-family: Poppins, sans-serif;
  }

  .image-55, .image-56, .image-57, .image-58, .image-59 {
    margin-top: 15px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-block, .link-block.w--current {
    width: 50%;
  }

  .bold-text-16 {
    -webkit-text-stroke-width: 3px;
    font-size: 55px;
  }

  .image-61 {
    width: 80%;
    max-width: none;
  }

  .container-25 {
    max-width: none;
  }

  .paragraph-33 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .bold-text-17 {
    -webkit-text-stroke-width: 1px;
    line-height: 50px;
  }

  .heading-29 {
    color: #0e3768;
    letter-spacing: 6px;
    -webkit-text-stroke-width: 4px;
    width: 90%;
    margin-left: 237px;
    font-size: 50px;
  }

  .image-64 {
    margin-top: 14px;
  }

  .heading-30 {
    color: #6185af;
    letter-spacing: 4px;
    -webkit-text-stroke-width: 4px;
    margin-top: -32px;
    margin-left: 140px;
    font-size: 57px;
    line-height: 60px;
  }

  .image-67 {
    width: 12%;
    max-width: none;
    margin-top: -70px;
  }

  .heading-31 {
    width: 100%;
  }

  .image-68 {
    width: 12%;
    max-width: none;
  }

  .body-2 {
    font-family: Georgia, Times, Times New Roman, serif;
  }

  .link-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .div-block-10 {
    display: flex;
  }

  .bold-text-18 {
    width: 100%;
  }

  .image-69 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    flex-flow: row;
    margin-top: -6%;
    margin-bottom: 2%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .button-primary {
    padding: 0 2%;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .footer-form-two {
    margin-left: 0;
    padding: 0;
  }

  .footer-form-container-two {
    width: 100%;
    margin-top: -14px;
    margin-bottom: -5%;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .headersocial {
    width: 100%;
    margin-top: 14px;
    margin-left: -11%;
    padding-right: 0;
  }

  .headerdivider {
    margin-top: 45px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-3, .container-4, .container-5 {
    max-width: 728px;
  }

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .list-item {
    margin-top: 0%;
  }

  .container-7 {
    max-width: 728px;
  }

  .margin-bottom-24px-2 {
    text-align: justify;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
  }

  .hero-wrapper-2 {
    text-align: justify;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-3 {
    text-align: center;
    width: 55%;
    height: 50px;
    margin-top: -5%;
    margin-bottom: 3px;
    margin-left: 0%;
    font-size: 50px;
    line-height: 50px;
  }

  .heading-4 {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 48px;
    line-height: 46px;
  }

  .image-7 {
    width: 14%;
    max-width: none;
    margin-top: 5%;
    margin-bottom: 4px;
    margin-left: 0;
  }

  .text-block-2 {
    margin-top: 20px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .pricing-card.featured-pricing {
    text-align: justify;
    width: 60%;
    margin-top: 0%;
    margin-bottom: 0;
    margin-left: 30%;
    padding-top: 1%;
    padding-bottom: 50%;
    padding-left: 0%;
  }

  .checkbox-label {
    margin-bottom: 5px;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .carousel-slider {
    width: 28%;
  }

  .carousel {
    flex-flow: row;
    justify-content: flex-start;
    display: flex;
  }

  .carousel-mask {
    flex: 0 auto;
    width: 100%;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .headersocial-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 5%;
  }

  .paragraph-6 {
    width: 100%;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
  }

  .paragraph-8 {
    margin-top: 0%;
  }

  .paragraph-9 {
    margin-bottom: -3%;
  }

  .paragraph-10 {
    margin-left: 0;
    font-size: 15px;
  }

  .div-block-2 {
    width: 40%;
    margin-top: 5%;
    padding-right: 15px;
  }

  .footer-form-two-2 {
    padding: 40px;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input-2 {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .image-12 {
    width: 100%;
  }

  .container-8 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .testimonial-slide-2 {
    padding-left: 32px;
  }

  .testimonial-quote-2 {
    overflow: visible;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .testimonial-slide-3 {
    padding-left: 32px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .testimonial-slider-large-4 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .container-9 {
    max-width: 728px;
    margin-bottom: 10px;
  }

  .testimonial-slider-two-3 {
    margin-bottom: 0;
  }

  .testimonial-slide-4 {
    padding-left: 32px;
  }

  .testimonial-quote-3 {
    overflow: visible;
  }

  .testimonial-left-2 {
    width: 40%;
    margin-right: 40px;
  }

  .image-24 {
    width: 65%;
  }

  .clients-quote-two-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-5 {
    width: 40%;
    font-size: 55px;
  }

  .container-10 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .slide-23 {
    background-image: url('../images/slide1.png');
    background-position: 0 0;
  }

  .hero-heading-center-3 {
    margin-top: 10px;
    padding-top: 60px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 54px;
    margin-bottom: 0;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .testimonial-image-left-3 {
    margin-bottom: 0;
  }

  .testimonial-left-3 {
    width: 40%;
    margin-right: 40px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .form-3 {
    margin-bottom: 0%;
  }

  .image-28 {
    width: 8%;
  }

  .paragraph-14 {
    width: 47%;
    margin-top: -9%;
    margin-bottom: 15px;
  }

  .image-30 {
    margin-top: 2px;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-12 {
    margin-top: -136px;
    margin-left: 39%;
  }

  .heading-13 {
    margin-left: 70%;
  }

  .heading-16 {
    margin-left: 27%;
  }

  .container-11 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-12 {
    max-width: 728px;
  }

  .testimonial-slider-two-4 {
    margin-left: 0;
  }

  .testimonial-slide-5 {
    padding-left: 32px;
  }

  .testimonial-quote-4 {
    overflow: visible;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-13 {
    max-width: 728px;
  }

  .hero-wrapper-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px;
    padding: 20px 100px;
  }

  .hero-split-7 {
    max-width: 100%;
    margin: 10px 20px 40px 65px;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-24px-8 {
    text-align: center;
    margin: 0 0 0% 50px;
    padding-left: 0;
  }

  .shadow-two-7 {
    text-align: center;
    border-radius: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-35 {
    margin-top: -2%;
  }

  .hero-stack-4 {
    padding-top: 10px;
  }

  .pricing-overview-2 {
    padding-top: 40px;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

  .submit-button-4 {
    margin-left: 20px;
  }

  .heading-18, .heading-19 {
    text-align: center;
    width: 100%;
  }

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

  .image-37 {
    margin-top: -6%;
  }

  .container-14 {
    max-width: 728px;
  }

  .hero-wrapper-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-8 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .centered-heading-7 {
    font-size: 40px;
  }

  .comparison-table-3 {
    padding-left: 0;
    padding-right: 19px;
  }

  .container-15 {
    max-width: 728px;
  }

  .footer-wrapper-two-2 {
    flex-wrap: wrap;
  }

  .footer-form-2 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container-2 {
    max-width: 350px;
  }

  .footer-form-two-3 {
    padding: 40px;
  }

  .footer-form-title-3 {
    margin-right: 15px;
  }

  .footer-form-input-3 {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .footer-social-block-three-3 {
    margin-top: 40px;
  }

  .form-block {
    margin-bottom: 0;
  }

  .image-41 {
    margin-top: 18px;
  }

  .container-16 {
    max-width: 728px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .centered-heading-8.margin-bottom-32px {
    text-align: left;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 60px;
  }

  .hero-wrapper-9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split-9 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-9 {
    text-align: left;
  }

  .heading-22 {
    text-align: center;
    margin-left: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .image-43 {
    width: 18%;
    margin-left: 0;
  }

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

  .container-17 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .hero-wrapper-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-10 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31 {
    font-size: 15px;
  }

  .container-18 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .container-19 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .container-20 {
    max-width: 728px;
  }

  .hero-wrapper-11 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-11 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .gallery-wrapper-4 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left-3 {
    left: -20px;
  }

  .gallery-slider-right-3 {
    right: -20px;
  }

  .container-21 {
    max-width: 728px;
  }

  .testimonial-slide-6 {
    padding-left: 32px;
  }

  .testimonial-quote-5 {
    font-size: 12px;
    line-height: 25px;
    overflow: visible;
  }

  .hero-wrapper-12 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .gallery-wrapper-5 {
    grid-template-columns: 1fr 1fr;
  }

  .container-22 {
    max-width: 728px;
  }

  .pricing-grid-3 {
    grid-column-gap: 30px;
  }

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .image-52 {
    border-radius: 15px;
    margin-left: 60px;
  }

  .container-23 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .link-block {
    width: 70%;
  }

  .link-block.w--current {
    width: 100%;
  }

  .div-block-8 {
    width: 80%;
  }

  .container-24 {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .bold-text-16 {
    font-size: 44px;
  }

  .image-61 {
    width: 100%;
  }

  .container-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph-33 {
    margin-top: 20px;
  }

  .container-26 {
    max-width: 728px;
  }

  .heading-28 {
    margin-top: -27px;
  }

  .container-27 {
    max-width: 728px;
  }

  .heading-29 {
    text-align: left;
    width: 100%;
    margin-left: 0;
  }

  .image-65 {
    margin-top: 20px;
  }

  .image-67 {
    margin-top: 0;
  }

  .container-28 {
    max-width: 728px;
  }

  .navbar-wrapper-three-3 {
    justify-content: space-between;
  }

  .navbar-brand-three-3 {
    position: relative;
  }

  .nav-menu-wrapper-three-3 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper-13 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-12 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-11 {
    width: 115%;
    margin-top: 140px;
  }

  .image-70 {
    margin-left: 88%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-no-shadow-container {
    margin-bottom: 0%;
  }

  .navbar-wrapper {
    margin-top: -8%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary {
    margin-top: 0%;
    margin-bottom: 5px;
    margin-left: 0%;
    padding-left: 3%;
    padding-right: 0%;
    font-size: 11px;
    font-weight: 700;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-two {
    margin-top: 0;
    padding-bottom: 0;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0%;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: -8px;
    margin-left: -55%;
    padding-top: 0;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .headersocial {
    margin-top: 10px;
  }

  .headerdivider {
    margin-top: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-heading-center, .hero-without-image, .hero-stack, .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .tagline {
    justify-content: center;
    align-items: center;
    margin: 0% 0% 0% 0;
    padding-bottom: 0%;
    font-size: 9px;
  }

  .image {
    margin-top: -9%;
  }

  .hero-without-image-2 {
    padding: 60px 15px;
  }

  .margin-bottom-24px-2 {
    margin-top: 0%;
    margin-bottom: 10%;
    margin-left: 0%;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .hero-wrapper-2 {
    margin-top: 0%;
    margin-bottom: 0;
  }

  .heading-3 {
    text-align: left;
    width: 75%;
    margin-top: -8%;
    margin-bottom: 0;
    margin-left: 20%;
    font-size: 44px;
  }

  .heading-4 {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .image-7 {
    width: 22%;
    max-width: none;
    margin-top: 2%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .text-block-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-card.featured-pricing {
    width: 66%;
    margin-left: 33%;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid, .clients-grid-2 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .carousel-slider {
    width: 47%;
  }

  .carousel {
    display: flex;
  }

  .carousel-mask {
    width: 95%;
    margin-left: 14px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .headersocial-copy {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: -20px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
  }

  .button-2 {
    padding-left: 15px;
  }

  .paragraph-10 {
    margin-left: 0;
    font-size: 14px;
    line-height: 90%;
  }

  .div-block-2 {
    width: 57%;
  }

  .footer-subscribe-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-2 {
    width: 100%;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three-2 {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .image-12 {
    padding-left: 0;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .image-19 {
    margin-bottom: 20px;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .features-table, .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-2 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-2 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-2 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-2 {
    width: 100%;
    height: auto;
  }

  .team-slider, .testimonial-slider-large-3 {
    padding: 60px 15px;
  }

  .testimonial-slide-3 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-image-two-3 {
    width: 100%;
    height: auto;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .pricing-overview {
    padding: 60px 15px 20px;
  }

  .testimonial-slider-large-4 {
    padding: 60px 15px;
  }

  .testimonial-slide-4 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-3 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-3 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-4 {
    width: 100%;
    height: auto;
  }

  .testimonial-image-left-2 {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four-2 {
    flex-direction: column;
  }

  .testimonial-left-2 {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four-2 {
    height: auto;
  }

  .heading-small-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-stack-2, .logos-quote-divider-2 {
    padding: 60px 15px;
  }

  .clients-wrapper-two-2 {
    flex-direction: column;
  }

  .clients-info-two-2 {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid-3 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .heading-5 {
    margin-bottom: 8px;
    font-size: 45px;
  }

  .hero-stack-3, .hero-without-image-3, .team-slider-2 {
    padding: 60px 15px;
  }

  .slide-23 {
    background-size: cover;
  }

  .slider-3 {
    height: 517px;
  }

  .image-25 {
    margin-top: -3%;
    margin-left: 0%;
  }

  .hero-heading-center-3 {
    padding: 8px 15px 60px;
  }

  .hero-wrapper-4 {
    margin-top: 50px;
  }

  .testimonial-image-left-3 {
    margin-top: 100px;
    padding: 20px 15px 1px;
  }

  .testimonial-wrapper-four-3 {
    flex-direction: column;
  }

  .testimonial-left-3 {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four-3 {
    height: auto;
  }

  .heading-small-3 {
    font-size: 28px;
    line-height: 36px;
  }

  .gallery-slider-2 {
    padding: 60px 15px;
  }

  .gallery-slide-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text-2 {
    line-height: 30px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .div-block-4 {
    width: 15%;
    margin-top: 0;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-top: -16px;
    margin-left: 60px;
  }

  .image-27 {
    margin-top: -10px;
  }

  .image-28 {
    width: 5%;
    margin-top: 0;
  }

  .paragraph-14 {
    width: 60%;
  }

  .gallery-slide-text-3 {
    line-height: 30px;
  }

  .heading-12 {
    margin-left: 56.5%;
  }

  .heading-13 {
    margin-left: 79%;
    font-size: 38px;
  }

  .heading-14 {
    font-size: 38px;
  }

  .heading-16 {
    margin-left: 40%;
  }

  .image-32 {
    width: 25%;
  }

  .hero-heading-center-4, .testimonial-slider-large-5 {
    padding: 60px 15px;
  }

  .testimonial-slide-5 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-4 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-4 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-5 {
    width: 100%;
    height: auto;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .hero-wrapper-6, .hero-split-6 {
    margin-bottom: 0;
  }

  .mask-5 {
    margin-bottom: -100px;
  }

  .hero-heading-left-3 {
    padding: 60px 15px;
  }

  .hero-wrapper-7 {
    padding-left: 60px;
    padding-right: 0;
  }

  .hero-split-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-24px-8, .shadow-two-7 {
    margin-left: 40px;
  }

  .hero-heading-center-5 {
    padding: 10px 15px 60px;
  }

  .centered-heading-6.margin-bottom-32px {
    font-size: 40px;
  }

  .image-35 {
    margin-top: -7%;
  }

  .hero-stack-4 {
    padding: 20px 15px 60px;
  }

  .pricing-overview-2 {
    padding: 60px 15px;
  }

  .image-36 {
    margin-top: -5%;
  }

  .testimonialtalento {
    padding: 0 15px 60px;
  }

  .testimonial-text-three-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-without-image-4 {
    padding: 60px 15px;
  }

  .heading-17 {
    font-size: 40px;
  }

  .heading-18, .heading-19, .heading-21 {
    text-align: left;
  }

  .features-table-2, .hero-heading-left-4 {
    padding: 60px 15px;
  }

  .margin-bottom-24px-9 {
    margin-bottom: 24px;
  }

  .features-table-3 {
    padding: 60px 15px;
  }

  .comparison-row-3 {
    font-size: 12px;
  }

  .footer-light-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-subscribe-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-3 {
    margin-right: 0;
  }

  .footer-form-block-two-3 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-3 {
    width: 100%;
  }

  .footer-block-three-3 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three-3 {
    margin-bottom: 10px;
  }

  .footer-social-block-three-2 {
    width: 81%;
    margin-top: 10px;
    margin-right: 0;
  }

  .footer-legal-block-3 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer {
    margin-top: 20px;
  }

  .footer-social-block-three-3 {
    margin-top: 10px;
  }

  .hero-heading-center-6 {
    padding: 60px 15px;
  }

  .centered-heading-8.margin-bottom-32px {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
  }

  .heading-22 {
    margin-left: 80px;
    font-size: 45px;
  }

  .hero-heading-left-5, .features-list {
    padding: 60px 15px;
  }

  .image-43 {
    margin-top: -88px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

  .paragraph-26, .paragraph-27, .paragraph-28 {
    text-align: center;
    font-size: 12px;
  }

  .paragraph-29, .paragraph-30, .paragraph-31 {
    font-size: 12px;
  }

  .hero-without-image-5, .hero-heading-right, .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .hero-heading-left-6, .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .bold-text-8 {
    font-size: 30px;
  }

  .gallery-slider-3 {
    padding: 60px 15px;
  }

  .gallery-slide-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text-4 {
    line-height: 30px;
  }

  .gallery-slider-left-3 {
    left: -20px;
  }

  .gallery-slider-right-3 {
    right: -20px;
  }

  .testimonial-slider-large-6 {
    padding: 60px 15px;
  }

  .testimonial-slide-6 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-5 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-5 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-6 {
    width: 100%;
    height: auto;
  }

  .hero-subscribe-right-2 {
    padding: 60px 15px;
  }

  .testimonial-image-two-7 {
    width: 100%;
    height: auto;
  }

  .pricing-overview-3, .features-list-2 {
    padding: 60px 15px;
  }

  .image-52 {
    margin-left: 20px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .navbar-brand-three-2 {
    padding-left: 0;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .grid {
    grid-column-gap: 9px;
    grid-template-columns: 1fr 1fr 1fr 1.25fr;
  }

  .link-block {
    width: 80%;
  }

  .link-block.w--current, .div-block-8 {
    width: 100%;
  }

  .container-24 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-33 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-stack-5 {
    padding: 60px 15px;
  }

  .heading-28 {
    margin-top: -32px;
  }

  .hero-stack-6 {
    padding: 60px 15px;
  }

  .image-64 {
    margin-top: 13px;
  }

  .heading-31 {
    margin-left: 100px;
    font-size: 50px;
  }

  .image-68 {
    width: 15%;
  }

  .form-6 {
    margin-left: -11px;
  }

  .navbar-brand-three-3 {
    padding-left: 0;
  }

  .nav-menu-three-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-3 {
    flex-direction: column;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .hero-heading-left-7 {
    padding: 60px 15px;
  }

  .div-block-11 {
    width: 150%;
  }

  .image-70 {
    margin-left: 83%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    margin-top: 0;
    margin-bottom: 0%;
    padding-top: 0;
  }

  .navbar-wrapper {
    margin-top: 0%;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary {
    width: 100%;
    margin: 0% 0 2% 5%;
    padding: 4px 10%;
    font-size: 10px;
    line-height: 11px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .footer-form-two {
    margin-top: 0;
    margin-left: 0;
    padding: 0;
  }

  .footer-form-container-two {
    justify-content: center;
    align-items: flex-start;
    margin-top: 1px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0%;
    margin-left: 6%;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .headersocial {
    width: 100%;
    margin-top: 50%;
    margin-bottom: 0%;
    margin-left: -3%;
  }

  .headersociallink {
    margin-top: 40%;
  }

  .headerdivider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .container-3, .container-4, .container-5 {
    max-width: none;
  }

  .pricing-card-two {
    padding: 15px;
  }

  .tagline {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0%;
    padding-top: 0;
    padding-bottom: 0%;
    padding-left: 0%;
    font-size: 5.2px;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .pricing-block {
    margin-bottom: 10px;
  }

  .image {
    margin-top: 203%;
    margin-left: 5%;
    margin-right: 0%;
    padding-right: 0%;
  }

  .container-7 {
    max-width: none;
  }

  .margin-bottom-24px-2 {
    margin-top: 0%;
    margin-bottom: 10%;
    margin-left: 0%;
    font-size: 18px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .hero-split-2 {
    margin-top: 30px;
  }

  .heading-3 {
    text-align: right;
    letter-spacing: 5px;
    -webkit-text-stroke-width: 3px;
    width: 84%;
    margin-top: -9%;
    margin-bottom: 0;
    margin-left: -17%;
    font-size: 32px;
    line-height: 30px;
  }

  .heading-4 {
    margin-top: 10px;
    font-size: 35px;
  }

  .image-7 {
    width: 20%;
    margin-top: 5%;
    margin-bottom: 40px;
    margin-left: -3px;
  }

  .text-block-2 {
    margin-top: 0;
    line-height: 24px;
  }

  .bold-text {
    font-size: 21px;
    line-height: 15px;
  }

  .section-2 {
    margin-top: 30%;
  }

  .pricing-card.featured-pricing {
    width: 100%;
    margin-top: 27%;
    margin-left: 0%;
    padding-top: 2%;
  }

  .pricing-price {
    font-size: 13px;
  }

  .checkbox-label {
    margin-bottom: 5px;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid, .clients-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .carousel-slider {
    width: 96%;
  }

  .carousel {
    overflow: hidden;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .headersocial-copy {
    justify-content: flex-start;
    align-items: center;
    width: 24%;
    margin-top: 0%;
    margin-bottom: 2%;
    margin-left: 0%;
    padding-top: 0%;
  }

  .paragraph-6 {
    padding-left: 0;
  }

  .paragraph-8 {
    margin-top: auto;
    margin-bottom: 4px;
  }

  .paragraph-9 {
    margin-top: 0%;
  }

  .button-2 {
    text-align: left;
    margin-left: -100px;
    padding-left: 15px;
  }

  .paragraph-10 {
    margin-left: -175px;
  }

  .div-block-2 {
    width: 111%;
    margin-top: 55%;
    margin-left: -9%;
    padding-right: 0;
  }

  .footer-form-two-2 {
    padding: 20px;
  }

  .footer-form-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom-2, .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .image-12 {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .image-19 {
    margin-bottom: 20px;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .testimonial-quote-icon-2 {
    width: 30px;
  }

  .testimonial-quote-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-2 {
    margin-right: 16px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .pricing-description {
    line-height: 29px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .container-9 {
    max-width: none;
  }

  .testimonial-quote-icon-3 {
    width: 30px;
  }

  .testimonial-quote-3 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-3 {
    margin-right: 16px;
  }

  .heading-small-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-stack-2 {
    padding-bottom: 0;
  }

  .clients-quote-two-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image-2 {
    margin-right: 16px;
  }

  .clients-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-5 {
    width: 50%;
    margin-top: 0;
    font-size: 30px;
  }

  .container-10 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .slide-23 {
    background-position: 0 0;
    background-repeat: repeat;
    background-attachment: scroll;
    height: 515px;
  }

  .slide-24 {
    background-image: url('../images/slide1.png');
    background-position: 0 0;
    background-size: cover;
    height: 520px;
  }

  .slide-25 {
    background-position: 0 0;
    background-size: cover;
    height: 520px;
  }

  .slide-26 {
    background-size: cover;
    height: 520px;
  }

  .mask-4 {
    height: 562px;
    margin-bottom: 0;
  }

  .image-25 {
    width: 25%;
    height: 25px;
    margin-top: 0%;
  }

  .hero-heading-center-3 {
    font-size: 14px;
  }

  .hero-wrapper-4 {
    margin-top: 0;
  }

  .heading-small-3 {
    font-size: 24px;
    line-height: 32px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .gallery-block-2 {
    text-align: left;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .gallery-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .heading-6 {
    margin-left: 2px;
    font-size: 27px;
  }

  .heading-7 {
    font-size: 27px;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: center;
    width: 19%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 10px;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: -17px;
    margin-bottom: 6px;
    margin-left: 100px;
  }

  .image-26 {
    max-width: 100%;
    margin-top: 467px;
  }

  .image-27 {
    width: 42%;
    height: 29px;
    margin-top: -90%;
    margin-left: -33px;
  }

  .image-28 {
    width: 9%;
    height: 10px;
    margin: 0;
  }

  .div-block-6 {
    margin-top: 20px;
    margin-left: 175px;
  }

  .heading-9 {
    margin-left: 8%;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-10 {
    margin-left: 10%;
    font-size: 28px;
    line-height: 28px;
  }

  .paragraph-14 {
    text-align: center;
    width: 100%;
    margin-top: -20%;
    margin-bottom: 15px;
    margin-left: 0%;
    font-size: 14px;
  }

  .image-30 {
    margin-top: -5px;
    margin-bottom: 80px;
    margin-left: 6%;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr;
  }

  .heading-11 {
    margin-left: 5%;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-12 {
    margin-top: -98px;
    margin-left: 64%;
    font-size: 31px;
  }

  .image-31 {
    margin-top: 0%;
    margin-left: 85px;
  }

  .paragraph-15 {
    margin-left: 40px;
  }

  .italic-text {
    font-size: 17px;
  }

  .heading-13 {
    letter-spacing: 1px;
    -webkit-text-stroke-width: 2px;
    margin-left: 85%;
    font-size: 25px;
  }

  .heading-14 {
    margin-left: 6%;
    font-size: 22px;
  }

  .paragraph-16 {
    text-align: center;
    margin-left: 15%;
    margin-right: 52px;
    font-size: 17px;
    line-height: 18px;
  }

  .heading-15 {
    margin-left: 6%;
    font-size: 40px;
  }

  .heading-16 {
    margin-top: -55px;
    margin-left: 51%;
    font-size: 40px;
  }

  .paragraph-17 {
    text-align: center;
    margin-left: 62px;
    margin-right: 62px;
  }

  .image-32 {
    width: 45%;
    margin-left: 26%;
  }

  .container-11 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .container-12 {
    max-width: none;
  }

  .testimonial-quote-icon-4 {
    width: 30px;
  }

  .testimonial-quote-4 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-4 {
    margin-right: 16px;
  }

  .hero-heading-left-2 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .hero-split-6 {
    margin-left: 0;
  }

  .container-13 {
    max-width: none;
  }

  .hero-wrapper-7 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split-7 {
    margin-left: 40px;
  }

  .margin-bottom-24px-8 {
    text-align: justify;
  }

  .hero-heading-center-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
  }

  .centered-heading-6.margin-bottom-32px {
    font-size: 20px;
    line-height: 20px;
  }

  .pricing-grid-2 {
    grid-template-columns: 1fr;
  }

  .image-36 {
    margin-top: 7%;
  }

  .testimonialtalento {
    padding-top: 0;
  }

  .testimonial-card-three-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four-2 {
    text-align: center;
    flex-direction: column;
  }

  .submit-button-3 {
    margin-left: -55px;
    padding-left: 15px;
    left: 56%;
  }

  .heading-17 {
    margin-top: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-18, .heading-19, .heading-21 {
    font-size: 20px;
  }

  .comparison-row-main-2 {
    grid-column-gap: 20px;
  }

  .comparison-title-2 {
    margin-left: 10px;
  }

  .comparison-row-2 {
    grid-column-gap: 20px;
  }

  .comparison-negative-2 {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive-2 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .image-37 {
    margin-top: -8%;
  }

  .paragraph-22 {
    font-size: 18px;
  }

  .container-14 {
    max-width: none;
  }

  .margin-bottom-24px-9 {
    margin-bottom: 24px;
  }

  .centered-heading-7 {
    text-align: left;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 30px;
  }

  .comparison-table-3 {
    padding-left: 20px;
  }

  .comparison-row-main-3 {
    grid-column-gap: 20px;
  }

  .comparison-title-3 {
    margin-left: 10px;
  }

  .comparison-row-3 {
    grid-column-gap: 0px;
  }

  .comparison-negative-3 {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive-3 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .image-38 {
    margin-left: -15px;
  }

  .image-39 {
    vertical-align: text-top;
    width: 28%;
    height: 12px;
    margin-top: 0;
    padding-top: 0;
  }

  .section-4 {
    margin-top: 60px;
  }

  .container-15 {
    max-width: none;
  }

  .footer-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two-2 {
    margin-top: 40px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .footer-form-two-3 {
    padding: 20px;
  }

  .footer-form-block-two-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input-3 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-10.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-social-block-three-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .footer-social-link-three {
    margin-left: auto;
  }

  .footer {
    text-align: left;
  }

  .image-40 {
    margin-top: 4px;
  }

  .container-16 {
    max-width: none;
  }

  .centered-heading-8 {
    margin-bottom: 24px;
  }

  .centered-heading-8.margin-bottom-32px {
    letter-spacing: 6px;
    width: auto;
    margin-top: 0;
    font-size: 30px;
    line-height: 45px;
  }

  .heading-22 {
    width: 100%;
    margin-left: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .image-43 {
    margin-top: -100px;
  }

  .paragraph-25 {
    background-color: #0000;
    border-radius: 14px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
  }

  .heading-27 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .container-17 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .hero-without-image-5 {
    padding-bottom: 0;
  }

  .container-18 {
    max-width: none;
  }

  .clients-title {
    font-size: 20px;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-19 {
    max-width: none;
  }

  .centered-heading-9 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .container-20 {
    max-width: none;
  }

  .hero-wrapper-11 {
    margin-bottom: 0;
  }

  .bold-text-8 {
    font-size: 24px;
  }

  .gallery-wrapper-4 {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper-3 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-3 {
    left: -20px;
  }

  .gallery-slider-right-3 {
    right: -20px;
  }

  .container-21 {
    max-width: none;
  }

  .testimonial-quote-icon-5 {
    width: 30px;
  }

  .testimonial-quote-5 {
    font-size: 18px;
    line-height: 30px;
  }

  .testimonial-author-image-three-5 {
    margin-right: 16px;
  }

  .hero-form-2 {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input-2 {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .gallery-wrapper-5 {
    grid-template-columns: 1fr;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .container-22 {
    max-width: none;
  }

  .centered-heading-10 {
    margin-bottom: 24px;
  }

  .pricing-grid-3 {
    grid-template-columns: 1fr;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-2 {
    margin-bottom: 10px;
  }

  .image-52 {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 40px;
  }

  .container-23 {
    max-width: none;
  }

  .centered-heading-11 {
    margin-bottom: 24px;
  }

  .testimonial-info-three {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    font-size: 0;
  }

  .testimonial-main-heading {
    font-size: 12px;
    line-height: 13px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .nav-menu-three-2 {
    flex-direction: column;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: .75fr .25fr;
    place-items: center;
  }

  .grid-2 {
    grid-template-columns: 2.75fr;
  }

  .link-block {
    width: 100%;
  }

  .link-block.w--current {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    display: flex;
  }

  .div-block-8 {
    width: 50%;
    margin-top: -28px;
    margin-left: 100px;
  }

  .container-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    margin-top: 0;
    display: block;
  }

  .bold-text-16 {
    font-size: 35px;
  }

  .div-block-9 {
    line-height: 12px;
  }

  .image-61 {
    width: 80%;
  }

  .container-26 {
    max-width: none;
  }

  .heading-28 {
    width: 75%;
    margin-top: -53px;
    margin-left: 60px;
    font-size: 30px;
  }

  .container-27 {
    max-width: none;
  }

  .heading-29 {
    font-size: 35px;
    line-height: 40px;
  }

  .image-64 {
    width: 25%;
    max-width: none;
    margin-top: 0;
  }

  .heading-30 {
    margin-top: -46px;
    font-size: 30px;
  }

  .heading-31 {
    margin-left: 60px;
    font-size: 30px;
  }

  .image-68 {
    width: 18%;
  }

  .text-span-8 {
    color: red;
  }

  .container-28 {
    max-width: none;
  }

  .nav-menu-three-3 {
    flex-direction: column;
  }

  .div-block-11 {
    width: 200%;
  }

  .image-69 {
    margin-left: -7px;
  }

  .image-70 {
    margin-left: 30%;
  }
}

#w-node-_46201130-3b33-abed-882f-74029c44ee50-88a4f8d5, #w-node-_69a97241-8403-c786-fd8b-7ceb18e465e3-88a4f8d5, #w-node-_36bc7e10-ac3e-5956-d94e-61bdf9741367-88a4f8d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69a97241-8403-c786-fd8b-7ceb18e465e8-88a4f8d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_69a97241-8403-c786-fd8b-7ceb18e465ec-88a4f8d5, #w-node-_4ebd03d5-5c7d-f328-307a-455d5e330974-5e330966, #w-node-c9f83892-027f-3631-c5a0-531a5eaf70b3-5eaf70ae, #show-form-image.w-node-_6922ffdf-29be-f10c-865c-bf97b08db27b-bd9f40dd, #w-node-d48a9a0c-8c36-51c8-e737-04a256e16632-bd9f40dd, #w-node-_9abb3219-6530-3fe4-b0a4-2e3bd0874785-bd9f40dd, #w-node-_2fba66af-e79d-914a-6211-f2bb71faebca-c085dd02, #w-node-_2fba66af-e79d-914a-6211-f2bb71faebd4-c085dd02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_2fba66af-e79d-914a-6211-f2bb71faebd4-c085dd02 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_46201130-3b33-abed-882f-74029c44ee50-88a4f8d5, #w-node-_69a97241-8403-c786-fd8b-7ceb18e465e3-88a4f8d5, #w-node-_36bc7e10-ac3e-5956-d94e-61bdf9741367-88a4f8d5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_46201130-3b33-abed-882f-74029c44ee50-88a4f8d5, #w-node-_69a97241-8403-c786-fd8b-7ceb18e465e3-88a4f8d5, #w-node-_36bc7e10-ac3e-5956-d94e-61bdf9741367-88a4f8d5, #w-node-_69a97241-8403-c786-fd8b-7ceb18e465e8-88a4f8d5, #w-node-c9f83892-027f-3631-c5a0-531a5eaf70b7-5eaf70ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


