@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
a.bt {
  background: #F68030;
  padding: 0.7em 1.5em;
  display: inline-block;
  border-radius: 50px;
  color: white !important;
  margin-right: 0.5em;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}
a.bt:hover {
  transform: scale(1.02);
}
@media (max-width: 600px) {
  a.bt {
    display: block;
    margin-bottom: 1em;
    width: 100%;
    text-align: center;
  }
}

section.intro {
  background: white;
}
section.intro h1 {
  color: #0055A4;
  font-size: 32px;
  padding-bottom: 0.1em;
  font-weight: 600;
}
section.intro h2 {
  color: #F68030;
  font-style: italic;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
}
section.intro h2 {
  color: #F68030;
  font-style: italic;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
}
section.intro h3{
  font-size: Lato; 
  color: #0055A4; 
  text-align: center; 
  font-size: 21px; 
  font-weight: 600; 
  text-transform: uppercase; 
  padding:0.5em 0 1.5em;
}
section.intro p {
  font-size: 16px;
  color: #636363;
  padding: 0.5em 0 1em;
  line-height: 32px;
}
section.intro img.countries{
  padding-bottom: 3.5em; width: 90%; margin: 0 auto; display: block;
}
section.intro p.benefits {
  color: #0055A4;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-inline-box;
  margin: 0 0.5em 0 0;
  padding-bottom: 1em;
}

section.benefits {
  background: #F6F6F6;
  padding: 5em 0;
}
section.benefits h2 {
  color: #0055A4;
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 0.7em;
}
section.benefits p {
  font-size: 16px;
  color: #636363;
  line-height: 32px;
}
section.benefits p span.hl {
  color: #0055A4;
}
section.benefits ul.eic_benefits {
  display: flex;
  justify-content: space-between;
  padding: 3em 0;
  margin: 0;
}
section.benefits ul.eic_benefits li.b_card {
  background: white;
  list-style: none;
  width: 19%;
  border-radius: 10px;
  /*border: 1px solid grey;*/
  padding: 30px 20px;
  box-shadow: 1px 2px 5px 0px rgb(239, 236, 239);
}
section.benefits ul.eic_benefits li.b_card figure img {
  padding-bottom: 20px;
}
section.benefits ul.eic_benefits li.b_card figcaption {
  color: #0055A4;
  font-size: 15px;
  font-weight: 600;
}
section.benefits ul.eic_benefits li.b_card span.it {
  font-size: 12.5px;
  font-style: italic;
  display: block;
  line-height: 24px;
}
@media (max-width: 1024px) {
  section.benefits ul.eic_benefits {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  section.benefits ul.eic_benefits li.b_card {
    width: 31%;
    margin: 1%;
  }
}
@media (max-width: 600px) {
  section.benefits ul.eic_benefits li.b_card {
    width: 100%;
    padding: 2em;
    margin: 0 0 1em;
  }
  section.benefits ul.eic_benefits li.b_card figcaption {
    font-size: 20px;
  }
  section.benefits ul.eic_benefits li span.it {
    font-size: 16px !important;
    line-height: 36px !important;
  }
}

section.plans {
  background-color: #fff;
}
section.plans h2 {
  color: #0055A4;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 2em 0;
}
section.plans ul.plan {
  padding: 0;
  margin: 0 -15px;
}
section.plans ul.plan li {
  list-style: none;
}
section.plans ul.plan li span.type {
  background: white;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  display: block;
  padding: 3em 2em;
}
section.plans ul.plan li span.type figure img {
  width: 20%;
  padding: 0 0 1em 0;
}
section.plans ul.plan li span.type figcaption {
  color: #0055A4;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
}
section.plans ul.plan li span.type span.description {
  color: #636363;
  font-size: 15px;
  padding: 0 0 1.5em 0;
  display: block;
  font-weight: 600;
}
section.plans ul.plan li span.type span.included {
  font-size: 15px;
  color: #636363;
  font-style: italic;
  display: block;
  padding: 0 0 0.5em 0;
}
section.plans ul.plan li span.type .check {
  color: green !important;
}
section.plans ul.plan li span.type a.learn {
  background: white;
  display: block;
  border: 2px solid #F68030;
  padding: 0.5em;
  color: #F68030;
  border-radius: 50px;
  margin: 1.5em 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 50%;
  font-weight: 600;
}
section.plans ul.plan li span.type a.learn:hover {
  background: #F68030;
  color: white;
}
@media (max-width: 600px) {
  section.plans ul.plan li span.type a.learn {
    width: 100%;
  }
}
@media (max-width: 600px) {
  section.plans ul.plan li span.type {
    margin: 1em 0;
  }
}
section.plans .cls {
  text-align: center;
  padding: 3em 0;
}

section.faq {
  background: #F6F6F6;
}
section.faq h2 {
  color: #0055A4;
  font-weight: 600;
  font-size: 24px;
}
section.faq p {
  font-style: italic;
  color: #636363;
  font-size: 17px;
  padding-bottom: 0.5em;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Lato;
  font-size: 16px;
  background-color: white;
}

html {
  scroll-behavior: smooth;
}

section {
  padding: 5em 0;
}

p {
  font-weight: 500;
}

@media (max-width: 600px) {
  section {
    padding: 5em 1em;
  }
}/*# sourceMappingURL=styles.css.map */