@charset "UTF-8";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: underline;
}

ol,
ul {
  list-style: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 100%;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button,
input,
label,
select,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font-size: 16px;
  font-family: Arial;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}

button,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
select {
  box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
  width: 13px;
  height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}

::-webkit-search-decoration {
  display: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  overflow: visible;
  width: auto;
}

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

select[multiple],
textarea {
  vertical-align: top;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  caret-color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: inset 0 0 0 50px #121212;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

html {
  height: 100%;
  width: 100%;
}

body {
  background: #f6f6f6;
}

body,
button,
label {
  font-family: open-sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.44;
  color: #666;
}

input {
  box-sizing: border-box;
}

button {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-family: hero-new, Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 30px;
  color: #3c4569;
  text-align: center;
  font-weight: 500;
}

h2 span {
  font-weight: 700;
}

input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 0 0 50px #fff;
}

wbr {
  display: inline-block;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main {
  flex: 0 0 auto;
}

.container2 {
  max-width: 970px !important;
}

.container2,
.container2-small {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.container2-small {
  max-width: 990px;
}

.relative {
  position: relative;
}

.d-inline-block {
  display: inline-block;
}

.bg--gray {
  background-color: #f5f5f5;
}

.color--gray {
  color: #5e5e5e;
}

.color--green {
  color: #39c467;
}

.color--blue {
  color: #0058ab;
}

.color--light-gray {
  color: #777;
}

.font--300 {
  font-weight: 300;
}

.font--400 {
  font-weight: 400;
}

.font--500 {
  font-weight: 500;
}

.font--600 {
  font-weight: 600;
}

.font--700 {
  font-weight: 700;
}

.font--10 {
  font-size: 10px;
}

.font--12 {
  font-size: 12px;
}

.font--13 {
  font-size: 13px;
}

.font--14 {
  font-size: 14px;
}

.font--15 {
  font-size: 15px;
}

.font--16 {
  font-size: 16px;
}

.font--18 {
  font-size: 18px;
}

.font--20 {
  font-size: 20px;
}

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

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

.text--right {
  text-align: right;
}

.l-h--17 {
  line-height: 17.34px;
}

.underline {
  text-decoration: underline;
}

.m-b--5 {
  margin-bottom: 5px;
}

.m-b--10 {
  margin-bottom: 10px;
}

.m-b--15 {
  margin-bottom: 15px;
}

.m-b--18 {
  margin-bottom: 18px;
}

.m-b--20 {
  margin-bottom: 20px;
}

.m-b--25 {
  margin-bottom: 25px;
}

.m-b--30 {
  margin-bottom: 30px;
}

.m-b--40 {
  margin-bottom: 40px;
}

.m-b--45 {
  margin-bottom: 45px;
}

.m-b--50 {
  margin-bottom: 50px;
}

.m-b--55 {
  margin-bottom: 55px;
}

.m-b--60 {
  margin-bottom: 60px;
}

.m-b--65 {
  margin-bottom: 65px;
}

.m-b--80 {
  margin-bottom: 80px;
}

.m-r--10 {
  margin-right: 10px;
}

.m-l--5 {
  margin-left: 5px;
}

.p-t--60 {
  padding-top: 60px;
}

.p-t--65 {
  padding-top: 65px;
}

.slick-slide2r {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slide2r {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slide2r .slick-list,
.slick-slide2r .slick-track {
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide2 {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide2 {
  float: right;
}

.slick-slide2 img {
  display: block;
}

.slick-slide2.slick-loading img {
  display: none;
}

.slick-slide2.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide2 {
  display: block;
}

.slick-loading .slick-slide2 {
  visibility: hidden;
}

.slick-vertical .slick-slide2 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.header {
  background: #fff;
  padding-top: 23px;
  padding-bottom: 23px;
  position: relative;
  z-index: 2;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.header__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__content {
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #d5d5d5;
}

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

.footer__list li {
  padding-right: 15px;
  line-height: 1;
  padding-left: 15px;
}

.footer__list li a {
  line-height: 1;
  color: #888;
}

.btn-download {
  display: inline-block;
  width: 225px;
  border: 2px solid #fefc41;
  background-image: linear-gradient(270deg, gold 0, #fff600 35%, #ffdb00);
  font-size: 18px;
  font-weight: 700;
  font-family: hero-new, Arial, Helvetica, sans-serif;
  text-align: center;
  position: relative;
  padding-top: 3px;
  color: #1e3345;
  padding-bottom: 5px;
}

.btn-download:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #1e3345;
  border-bottom: 4px solid transparent;
}

.btn-download:hover {
  text-decoration: none;
}

.logo {
  display: inline-block;
}

.bottom-line {
  /* border-bottom: 1px solid #d5d5d5; */
}

h1,
h2 {
  font-weight: "hero-new", Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 34px;
}

.section-hero {
  background: url(../img/hero-img.png) top no-repeat;
  background-color: #fff;
  height: 468px;
}

.section-hero__content {
  text-align: center;
  padding-top: 130px;
}

.section-hero h1 {
  margin-bottom: 25px;
}

.section-hero p {
  color: #0068aa;
  font-weight: "hero-new", Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.section-trust {
  background: #fff;
  position: relative;
  z-index: 2;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
}

.trust {
  max-width: 660px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: center;
}

.trust img {
  margin: 15px;
}

.wrap-card2--count {
  counter-reset: card2Count;
}

.wrap-card2--count .card2-item__desc {
  padding-top: 10px;
  border-top: 1px solid #d5d5d5;
  padding-left: 75px;
  position: relative;
}

.wrap-card2--count .card2-item__desc:before {
  content: counter(card2Count) "";
  counter-increment: card2Count;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  font-family: hero-new, Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  width: 55px;
  height: 50px;
  border-radius: 0 0 3px 3px;
  background: #056bac;
  padding-bottom: 5px;
  color: #fff;
}

.card2 {
  margin-bottom: 80px;
}

.card2-item__img {
  margin: -25px;
}

.card2-item__desc h3 {
  font-size: 25px;
  color: #056bac;
  font-family: hero-new, Arial, Helvetica, sans-serif;
  margin-bottom: 24px;
}

.card2-item__desc p:not(:last-of-type) {
  margin-bottom: 20px;
}

.card2-item__desc p br {
  display: none;
}

.card2-item__desc p strong {
  font-weight: 600;
}

.list-marker {
  margin-bottom: 10px;
}

.list-marker li {
  position: relative;
  padding-left: 30px;
}

.list-marker li:not(:last-of-type) {
  margin-bottom: 10px;
}

.list-marker li:before {
  content: url(../img/cheked.png);
  position: absolute;
  left: 0;
  top: 0;
}

.list-count {
  margin-bottom: 10px;
  counter-reset: listCount;
}

.list-count li {
  position: relative;
  padding-left: 30px;
}

.list-count li:not(:last-of-type) {
  margin-bottom: 10px;
}

.list-count li:before {
  content: counter(listCount) ".";
  counter-increment: listCount;
  font-weight: 900;
  color: #056bac;
  position: absolute;
  left: 0;
  top: 0;
}

.list--hide li:not(:first-of-type) {
  display: none;
}

.btn-more,
.btn-more-elem {
  cursor: pointer;
  display: inline-block;
  color: #056bac;
}

.btn-more-elem span,
.btn-more span {
  display: inline-block;
  margin-left: 10px;
  text-decoration: underline;
}

.more-elem.active {
  display: none;
}

.btn-more-elem {
  margin-top: 15px;
}

.p-point {
  position: relative;
  padding-left: 10px;
}

.p-point:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 1px;
}

.btn-more-elem .btn-more__close,
.btn-more .btn-more__close {
  display: inline;
}

.btn-more-elem.active .btn-more__close,
.btn-more-elem .btn-more__active,
.btn-more.active .btn-more__close,
.btn-more .btn-more__active {
  display: none;
}

.btn-more-elem.active .btn-more__active,
.btn-more.active .btn-more__active {
  display: inline;
}

.modal-tooltip,
.tooltipe {
  display: none;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #cdcfeb;
  padding: 10px;
  font-size: 15px;
  max-width: 422px;
  line-height: 1.1em;
}

.active.modal-tooltip,
.tooltipe.active {
  display: block;
}

.modal-tooltip {
  display: block;
  -webkit-animation: fade-up 0.3s 0.2s backwards;
  animation: fade-up 0.3s 0.2s backwards;
  max-width: 300px;
}

.btn_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.btn-primary2 {
  border-color: #056bac;
  background: #056bac;
  color: #ffffff;
  padding: 9px 20px 8px 13px;
  font-size: 16px;
  font-weight: 400;
  font-family: hero-new, sans-serif;
  border-radius: 3px;
  line-height: 1;
  transition: all 0.3s;
  text-align: center;
  margin: 34px 0 70px 0;
  line-height: 1.2;
}

.btn-primary2:hover {
  text-decoration: none;
}

@media only screen and (min-width: 576px) {
  .text-sm--center {
    text-align: center;
  }

  .text-sm--left {
    text-align: left;
  }

  .text-sm--right {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) {
  .font-md--0 {
    font-size: 0;
  }

  .text-md--center {
    text-align: center;
  }

  .text-md--left {
    text-align: left;
  }

  .text-md--right {
    text-align: right;
  }

  h1,
  h2 {
    font-size: 40px;
  }

  .section-hero__content {
    max-width: 67%;
    margin-left: auto;
    width: 100%;
  }

  .section-hero p {
    font-size: 22px;
  }

  .trust {
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 22px;
  }

  .trust img {
    margin: 0;
  }

  .card2 {
    display: flex;
    justify-content: space-between;
  }

  .card2:nth-of-type(2n) {
    flex-direction: row-reverse;
  }

  .card2-item {
    width: 100%;
    max-width: 390px;
  }

  .card2-item__desc p br {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .font-lg--0 {
    font-size: 0;
  }

  .text-lg--center {
    text-align: center;
  }

  .text-lg--left {
    text-align: left;
  }

  .text-lg--right {
    text-align: right;
  }

  .wrap-card2 {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .font-xl--0 {
    font-size: 0;
  }

  .text-xl--center {
    text-align: center;
  }

  .text-xl--left {
    text-align: left;
  }

  .text-xl--right {
    text-align: right;
  }
}

@media only screen and (max-width: 991.9px) {
  .modal-tooltip,
  .tooltipe {
    right: 0 !important;
    left: auto !important;
  }
}

@media only screen and (max-width: 767.9px) {
  .card2-item__desc {
    margin-bottom: 25px;
  }
}

/*Oscar´s Code*/

p {
  font-family: "open-sans";
}

.card2.mrgnb50px {
  margin: 0px 0px 50px 0px;
}

.subline {
  display: block;
  margin: 50px auto 0px auto;
  width: 943px;
}

.card22 {
  display: flex;
  justify-content: flex-start;
  margin: 0px auto 80px 80px;
}

.card2-item__img2_right {
  margin: 0px 0px 0px 25px;
}

.card2-item__img2_left {
  margin: 0px 25px 0px 0px;
}

.li_style1 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.li_style1::before {
  content: "•";
  margin: 0px 6px 0px 0px;
  text-align: center;
}

.li_style2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: "hero-new-hairline", sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  color: #666666;
  margin: 0px 0px 22px 0px;
}

.li_style2_before {
  display: flex;
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  color: #3781b7;
  font-weight: 600;
  width: 24px;
  max-height: 100%;
  margin: 0px 6px 0px 0px;
  align-self: flex-start;
}

.headline-block {
  margin: 0px auto 64px auto;
}

h1.h1_special {
  font-size: 40px;
  color: #000000;
  margin: 0px 0px 63px 0px;
  text-align: center;
}

h1.h1_special.mrgn0px {
  margin: 0px 0px 0px 0px;
}

h3.h3_special {
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  text-align: center;
  color: #666666;
  margin: 30px 0px 0px 0px;
}

.mrgn-auto {
  margin: 0px auto 0px auto;
}

.mrgnt16px {
  margin: 16px 0px 0px 0px;
}

.mrgnt33px {
  margin: 33px 0px 0px 0px;
}

.mrgnt40px {
  margin: 40px 0px 0px 0px;
}

.mrgnt50px {
  margin: 50px 0px 0px 0px;
}

.mrgntul {
  margin: 0px 0px 0px 0px;
}

.mrgnl104px {
  margin: 0px 0px 0px 104px;
}

.mrgnl105px {
  margin: 0px 0px 0px 105px;
}

.mrgnr18px {
  margin: 0px 18px 0px 0px;
}

.mrgnr35px {
  margin: 0px 35px 0px 0px;
}

.mrgnb30px {
  margin: 0px 0px 30px 0px;
}

.pddngt58px {
  padding: 58px 0px 0px 0px;
}

.pddngb66px {
  padding: 0px 0px 66px 0px;
}

.pddngb80px {
  padding: 0px 0px 80px 0px;
}

.border-top2 {
  border-top: 1px solid #d5d5d5;
}

.border-bottom {
  border-bottom: 1px solid #d5d5d5;
}

.num_square {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "hero-new-hairline";
  font-size: 28.08px;
  font-weight: 600;
  color: #ffffff;
  width: 57px;
  height: 57px;
  background-color: #056bac;
  margin: 0px 30px 0px 0px;
  border-radius: 0px 0px 5px 5px;
}

@media only screen and (max-width: 970px) {
  .subline {
    width: 100%;
    padding: 0px 25px 0px 25px;
  }

  .card22 {
    margin: 0px auto 0px auto;
    justify-content: space-between;
  }

  .border-top2 {
    border-top: 0px;
  }

  .mrgnr18px {
    margin: 0px 0px 18px 0px;
  }

  .mrgnr35px {
    margin: 0px 0px 25px 0px;
  }
  .mrgnl104px {
    margin: 0px 0px 25px 0px;
  }

  .mrgnl105px {
    margin: 0px 0px 25px 0px;
  }

  .mrgnt16px {
    margin: 0px 0px 0px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .card2-item__img2_right {
    margin: 0px 0px 0px 0px;
  }

  h1.h1_special {
    font-size: 25px;
    margin-bottom: 63px;
    text-align: left;
  }

  .card2-item__img2_left {
    margin: 0px 0px 0px 0px;
  }

  .mrgnt33px {
    margin: 33px 0px 0px 0px;
  }

  .mrgnt40px {
    margin: 30px 0px 0px 0px;
  }

  .mrgntul {
    margin: 30px 0px 0px 0px;
  }
  .subline {
    width: 100%;
    padding: 0px 25px 0px 25px;
  }

  .card22 {
    flex-direction: column;
    margin: 0px auto 86px auto;
  }

  .card22:nth-of-type(2n-1) {
    flex-direction: column-reverse;
  }

  h3.h3_special {
    text-align: left;
  }
}



.color-blue{
    color: #056bac;}