:root {
  --text-color: #58255e;
  --red: #e52627;
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Mont, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero-section {
  background-image: url('../images/Asset-7.svg'), url('../images/Asset-6.svg'), url('../images/Asset-10.png');
  background-position: 0 100%, 100% 0, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 250px, 200px, 120%;
}

.margin {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.nav-margin {
  justify-content: space-between;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
}

.brand {
  width: 120px;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navlink {
  color: #fff;
  font-weight: 400;
}

.navlink:hover {
  color: #f3ba82;
}

.hero-section-content {
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 70px;
  display: flex;
}

.hero-col-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-bottom: 7vw;
  display: flex;
}

.hero-col-img {
  background-image: url('../images/Asset-9.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: -11px;
  padding: 77px 5% 56px;
  display: flex;
  position: relative;
}

.img-note {
  width: 200px;
  margin-bottom: -56px;
}

.hero_h1 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Montblanc Trial, sans-serif;
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1.2em;
}

.h3_hero {
  color: #fff;
  margin-top: 5px;
  font-weight: 300;
}

.btn_hero-div {
  margin-top: 20px;
}

.btn_hero {
  background-color: var(--red);
  text-transform: uppercase;
  cursor: pointer;
  background-image: url('../images/Asset-17.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 28px;
  border-radius: 50px;
  padding-right: 40px;
}

.btn_hero:hover {
  background-color: #b11819;
}

.heroimg1 {
  border-radius: 15px;
  flex-flow: column;
  width: 45%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
}

.heroimg-col {
  width: 45%;
}

.heroimg2 {
  border-radius: 15px;
  flex-flow: column;
  margin-bottom: 10%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
}

.heroimg2.last {
  margin-bottom: 0%;
}

.hero-cloud {
  background-image: url('../images/Asset-11.svg');
  background-position: 0 0;
  background-size: cover;
  height: 200px;
  margin-top: -145px;
}

.section.gray {
  background-color: #ecf1f6;
  background-image: url('../images/Asset-21.svg');
  background-position: 50% -5%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.testimonials {
  background-image: url('../images/Asset-25.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-content.gray {
  padding-top: 10vw;
  padding-bottom: 5vw;
}

.section-content.add-margin {
  padding-top: 5vw;
}

.section-hd {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin: 3vw auto;
  display: flex;
}

.section-hd.less-margin {
  margin-bottom: 2vw;
}

.img-section-hd {
  width: 200px;
  margin-bottom: -29px;
}

.h2 {
  color: #58255e;
  margin-top: 0;
  font-size: 2rem;
  line-height: 1.3em;
}

.features-row {
  width: 90%;
  margin: 5vw auto 7vw;
  display: flex;
}

.features-col-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.h3 {
  color: var(--text-color);
  font-size: 1.4rem;
  line-height: 1.3em;
}

.paragraph {
  color: rgba(88, 37, 94, .8);
  line-height: 1.6em;
}

.paragraph.contact-us {
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 600;
}

.features-col-img {
  flex: 1;
  margin-left: 5%;
}

.features-image-div {
  border: 2px dashed rgba(213, 213, 213, .5);
  border-radius: 20px;
  padding: 20px;
}

.features-img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .2);
}

.card-white {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 10%;
}

.div-block {
  justify-content: space-around;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  width: 45%;
}

.icon-large {
  width: 60px;
  height: 60px;
}

.testimonials-content {
  justify-content: space-between;
  width: 80%;
  margin: 2vw auto 0;
  display: flex;
}

.img-testimonials {
  width: 40%;
}

.testimonials-text {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5%;
  display: flex;
}

.p-testimonials {
  color: rgba(88, 37, 94, .8);
  font-size: 1.2em;
  line-height: 1.7em;
}

.p-testimonials.partner {
  margin-top: 10px;
  font-weight: 700;
}

.cta-section {
  background-color: #ecf1f6;
  background-image: url('../images/Asset-28.png'), url('../images/Asset-21.svg');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.cta-content {
  padding-top: 12vw;
  padding-bottom: 2vw;
}

.cta-main-content {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.h4 {
  color: #11336a;
  font-weight: 700;
}

.cta-text-field {
  background-color: #fff;
  border: 1px solid #bac9d1;
  border-radius: 30px;
  align-items: stretch;
  margin-top: 20px;
  padding: 6px 6px 6px 16px;
  display: flex;
}

.text-field {
  color: #030303;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  align-self: center;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 1.3em;
}

.cta-send {
  background-color: var(--red);
  background-image: url('../images/Asset-27.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px 40px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.cta-text-field-div {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.contact-us-content {
  margin-top: 10vw;
}

.card-contact-us {
  background-color: #fff;
  border: 1px solid #bac9d1;
  border-radius: 15px;
  width: 32%;
  padding: 2% 3%;
}

.contact-us-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 53.75px;
  margin-top: 10px;
  display: flex;
}

.div-block-3 {
  justify-content: space-between;
  display: flex;
}

.icon-small {
  width: 40px;
  height: 40px;
}

.footer {
  justify-content: space-between;
  align-items: center;
  margin-top: 5vw;
  display: flex;
}

.logo-footer {
  width: 150px;
}

.heroimg3 {
  border-radius: 15px;
  flex-flow: column;
  margin-bottom: 10%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
}

.heroimg3.last {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0%;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #3fdeff);
  -webkit-background-clip: text;
  background-clip: text;
}

@media screen and (min-width: 1920px) {
  .hero-section {
    background-size: 20vw, 20vw, 101%;
  }

  .hero-section-content {
    padding-top: 3vw;
    padding-bottom: 5vw;
  }

  .hero-col-img {
    padding-top: 79px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .hero-cloud {
    height: 270px;
    margin-top: -10vw;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-position: 0 100%, 100% 0, 50%;
    background-size: 250px, 200px, cover;
  }

  .margin {
    width: 95%;
  }

  .nav-margin {
    justify-content: space-between;
    align-items: center;
    width: 95%;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 10px 0 10px 10px;
    width: 200px;
    top: 80px;
    bottom: auto;
    left: auto;
    right: 20px;
  }

  .navlink {
    color: var(--text-color);
  }

  .hero-section-content {
    flex-flow: column;
  }

  .hero-col-text {
    width: auto;
  }

  .hero-col-img {
    width: 90%;
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
  }

  .section-hd {
    width: 80%;
  }

  .features-row {
    width: auto;
  }

  .paragraph.contact-us {
    font-size: 1em;
  }

  .div-block, .testimonials-content, .cta-main-content {
    width: auto;
  }

  .card-contact-us {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    margin-bottom: 3%;
    display: flex;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    cursor: pointer;
  }

  .menu-button:hover {
    background-color: rgba(85, 209, 241, .15);
  }

  .menu-button.w--open {
    background-color: rgba(255, 255, 255, .15);
  }
}

@media screen and (max-width: 767px) {
  .hero_h1 {
    font-size: 3.6rem;
    line-height: 1.2em;
  }

  .h2 {
    font-size: 2rem;
  }

  .features-row {
    flex-flow: column;
  }

  .features-col-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .h3 {
    font-size: 1.2rem;
  }

  .features-col-img {
    margin-left: 0%;
  }

  .features-image-div {
    width: 80%;
    margin-top: 1vw;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-content {
    flex-flow: column;
  }

  .img-testimonials {
    width: 80%;
    margin-bottom: 2vw;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-main-content {
    width: 90%;
  }

  .cta-text-field-div {
    width: auto;
  }

  .contact-us-content {
    margin-bottom: 10vw;
  }

  .card-contact-us {
    width: 60%;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .logo-footer {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .hero-section-content {
    padding-top: 0;
  }

  .hero-col-text {
    padding-bottom: 0;
  }

  .hero-col-img {
    width: auto;
    padding-left: 4%;
    padding-right: 4%;
  }

  .hero_h1 {
    font-size: 3rem;
  }

  .h3_hero {
    font-size: 1.1rem;
  }

  .hero-cloud {
    height: 120px;
    margin-top: -110px;
  }

  .section.gray {
    background-position: 50% 0;
  }

  .section-hd {
    width: auto;
  }

  .h2 {
    font-size: 1.6rem;
  }

  .features-col-text, .features-image-div {
    width: auto;
  }

  .card-white {
    margin-bottom: 5vw;
    padding: 6%;
  }

  .div-block {
    flex-flow: column;
  }

  .div-block-2 {
    width: auto;
  }

  .img-testimonials {
    width: 100%;
  }

  .testimonials-text {
    width: auto;
  }

  .cta-main-content {
    width: auto;
    margin-bottom: 5vw;
  }

  .text-field {
    font-size: 1em;
  }

  .contact-us-content {
    margin-top: 14vw;
    margin-bottom: 14vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .card-contact-us {
    align-self: stretch;
    width: 90%;
    margin-bottom: 4%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .logo-footer {
    margin-bottom: 20px;
  }
}


@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-SemiBold.ttf') format('truetype'), url('../fonts/Mont-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Black.ttf') format('truetype'), url('../fonts/Mont-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-BookItalic.ttf') format('truetype'), url('../fonts/Mont-RegularItalic.ttf') format('truetype'), url('../fonts/Mont-HairlineItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-BlackItalic.ttf') format('truetype'), url('../fonts/Mont-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont Book';
  src: url('../fonts/Mont-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont Hairline';
  src: url('../fonts/Mont-Hairline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'mont extra bold';
  src: url('../fonts/FontsFree-Net-Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montblanc Trial';
  src: url('../fonts/MontBlanc-Trial-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}