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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container-fluid {
  width: 100%;
}
@media screen and (max-width: 970px) {
  .container-fluid {
    padding: 0;
  }
}
.container-fluid:before {
  display: table;
  content: " ";
}
.container-fluid:after {
  display: table;
  content: " ";
  clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 0px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (min-width: 970px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1030px) {
  .container {
    width: 970px;
    padding: 0;
  }
}
@media screen and (min-width: 1350px) {
  .container {
    width: 1170px;
    padding: 0;
  }
}
.container:before {
  display: table;
  content: " ";
}
.container:after {
  display: table;
  content: " ";
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before {
  display: table;
  content: " ";
}
.row:after {
  display: table;
  content: " ";
  clear: both;
}

.marginneg {
  margin-left: -15px;
  margin-right: -15px;
}

.col {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}

@media screen and (min-width: 0px) {
  .col-mobile-12 {
    width: 100%;
  }

  .col-mobile-11 {
    width: 91.66666667%;
  }

  .col-mobile-10 {
    width: 83.33333333%;
  }

  .col-mobile-9 {
    width: 75%;
  }

  .col-mobile-8 {
    width: 66.66666667%;
  }

  .col-mobile-7 {
    width: 58.33333333%;
  }

  .col-mobile-6 {
    width: 50%;
  }

  .col-mobile-5 {
    width: 41.66666667%;
  }

  .col-mobile-4 {
    width: 33.33333333%;
  }

  .col-mobile-3 {
    width: 25%;
  }

  .col-mobile-2 {
    width: 16.66666667%;
  }

  .col-mobile-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 970px) {
  .col-tablet-12 {
    width: 100%;
  }

  .col-tablet-11 {
    width: 91.66666667%;
  }

  .col-tablet-10 {
    width: 83.33333333%;
  }

  .col-tablet-9 {
    width: 75%;
  }

  .col-tablet-8 {
    width: 66.66666667%;
  }

  .col-tablet-7 {
    width: 58.33333333%;
  }

  .col-tablet-6 {
    width: 50%;
  }

  .col-tablet-5 {
    width: 41.66666667%;
  }

  .col-tablet-4 {
    width: 33.33333333%;
  }

  .col-tablet-3 {
    width: 25%;
  }

  .col-tablet-2 {
    width: 16.66666667%;
  }

  .col-tablet-1 {
    width: 8.33333333%;
  }

  .offset-tablet-12 {
    margin-left: 100%;
  }

  .offset-tablet-11 {
    margin-left: 91.66666667%;
  }

  .offset-tablet-10 {
    margin-left: 83.33333333%;
  }

  .offset-tablet-9 {
    margin-left: 75%;
  }

  .offset-tablet-8 {
    margin-left: 66.66666667%;
  }

  .offset-tablet-7 {
    margin-left: 58.33333333%;
  }

  .offset-tablet-6 {
    margin-left: 50%;
  }

  .offset-tablet-5 {
    margin-left: 41.66666667%;
  }

  .offset-tablet-4 {
    margin-left: 33.33333333%;
  }

  .offset-tablet-3 {
    margin-left: 25%;
  }

  .offset-tablet-2 {
    margin-left: 16.66666667%;
  }

  .offset-tablet-1 {
    margin-left: 8.33333333%;
  }
}
@media screen and (min-width: 1030px) {
  .col-desktop-12 {
    width: 100%;
  }

  .col-desktop-11 {
    width: 91.66666667%;
  }

  .col-desktop-10 {
    width: 83.33333333%;
  }

  .col-desktop-9 {
    width: 75%;
  }

  .col-desktop-8 {
    width: 66.66666667%;
  }

  .col-desktop-7 {
    width: 58.33333333%;
  }

  .col-desktop-6 {
    width: 50%;
  }

  .col-desktop-5 {
    width: 41.66666667%;
  }

  .col-desktop-4 {
    width: 33.33333333%;
  }

  .col-desktop-3 {
    width: 25%;
  }

  .col-desktop-2 {
    width: 16.66666667%;
  }

  .col-desktop-1 {
    width: 8.33333333%;
  }

  .offset-desktop-12 {
    margin-left: 100%;
  }

  .offset-desktop-11 {
    margin-left: 91.66666667%;
  }

  .offset-desktop-10 {
    margin-left: 83.33333333%;
  }

  .offset-desktop-9 {
    margin-left: 75%;
  }

  .offset-desktop-8 {
    margin-left: 66.66666667%;
  }

  .offset-desktop-7 {
    margin-left: 58.33333333%;
  }

  .offset-desktop-6 {
    margin-left: 50%;
  }

  .offset-desktop-5 {
    margin-left: 41.66666667%;
  }

  .offset-desktop-4 {
    margin-left: 33.33333333%;
  }

  .offset-desktop-3 {
    margin-left: 25%;
  }

  .offset-desktop-2 {
    margin-left: 16.66666667%;
  }

  .offset-desktop-1 {
    margin-left: 8.33333333%;
  }
}
@media screen and (min-width: 1350px) {
  .col-wide-12 {
    width: 100%;
  }

  .col-wide-11 {
    width: 91.66666667%;
  }

  .col-wide-10 {
    width: 83.33333333%;
  }

  .col-wide-9 {
    width: 75%;
  }

  .col-wide-8 {
    width: 66.66666667%;
  }

  .col-wide-7 {
    width: 58.33333333%;
  }

  .col-wide-6 {
    width: 50%;
  }

  .col-wide-5 {
    width: 41.66666667%;
  }

  .col-wide-4 {
    width: 33.33333333%;
  }

  .col-wide-3 {
    width: 25%;
  }

  .col-wide-2 {
    width: 16.66666667%;
  }

  .col-wide-1 {
    width: 8.33333333%;
  }

  .offset-12 {
    margin-left: 100%;
  }

  .offset-11 {
    margin-left: 91.66666667%;
  }

  .offset-10 {
    margin-left: 83.33333333%;
  }

  .offset-9 {
    margin-left: 75%;
  }

  .offset-8 {
    margin-left: 66.66666667%;
  }

  .offset-7 {
    margin-left: 58.33333333%;
  }

  .offset-6 {
    margin-left: 50%;
  }

  .offset-5 {
    margin-left: 41.66666667%;
  }

  .offset-4 {
    margin-left: 33.33333333%;
  }

  .offset-3 {
    margin-left: 25%;
  }

  .offset-2 {
    margin-left: 16.66666667%;
  }

  .offset-1 {
    margin-left: 8.33333333%;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #fff;
  background-color: #F3F4F9;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

h1 {
  font-size: 140px;
}
h1 span {
  font-size: 20px;
  display: block;
  font-weight: normal;
  opacity: 0.8;
}
@media (max-width: 970px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 26px;
  line-height: 36px;
}
@media (max-width: 970px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

h3 {
  font-size: 40px;
  line-height: 44px;
  font-weight: bold;
}

.grey {
  border-top: 1px solid #DDE1F4;
  background-color: #F9F9FC;
}

.blue {
  background-color: #E9EDF7;
}

.top {
  height: 80px;
  margin-bottom: 0px;
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: -10px;
  position: relative;
  opacity: 0;
}
@media (max-width: 970px) {
  .top {
    margin-bottom: 30px;
  }
}
.top .menu a {
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
}
.top .menu a:hover {
  opacity: 1;
}

header {
  background-image: url("../images/header.jpg"), linear-gradient(180deg, #141A26 0%, #141622 100%);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
  height: 1100px;
}
@media (max-width: 970px) {
  header {
    background-image: url("../images/headerM.jpg"), linear-gradient(180deg, #141A26 0%, #141622 100%);
    height: 970px;
  }
}
header h1 {
  opacity: 0;
  top: -50px;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
}
header h2 {
  opacity: 0;
  top: -50px;
  position: relative;
  max-width: 600px;
  margin: auto;
  margin-bottom: 30px;
}
header h2 b {
  display: block;
  font-weight: bold;
}
header ul {
  font-size: 16px;
  margin-top: 55px;
  opacity: 0;
  top: -20px;
  position: relative;
}
header ul li {
  display: inline-block;
  margin: 0 20px;
}
header ul li img {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
@media (max-width: 970px) {
  header ul li {
    margin: 20px 0;
    display: block;
  }
}

.button {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 0;
  border-radius: 5px;
  display: inline-block;
  filter: drop-shadow(0px 14px 24px rgba(0, 0, 0, 0.5));
  opacity: 0;
  top: -20px;
  position: relative;
}
.button.primary {
  background-color: #316CE2;
  padding: 20px 40px;
}
.button.primary:hover {
  background-color: #fff;
  color: #316CE2;
}

.why {
  padding-bottom: 80px;
  margin-top: -248px;
  padding-top: 100px;
}
@media (max-width: 970px) {
  .why {
    margin-top: -65px;
    text-align: center;
  }
}
.why h3 {
  opacity: 0;
  top: -20px;
  position: relative;
  letter-spacing: -1px;
}
.why h3 span {
  display: block;
}
@media (max-width: 970px) {
  .why h3 {
    color: #0F2041;
  }
}
.why .one, .why .two, .why .three {
  opacity: 0;
  top: -20px;
  position: relative;
  transition: 0.3s;
}
.why .one b, .why .two b, .why .three b {
  font-weight: bold;
}
.why .one:hover, .why .two:hover, .why .three:hover {
  cursor: pointer;
  top: -15px;
  transition: 0.3s;
}
.why .one:hover img, .why .two:hover img, .why .three:hover img {
  filter: drop-shadow(0px 14px 24px rgba(117, 114, 156, 0.5));
}
.why .image {
  margin-top: 30px;
}
.why .image img {
  max-width: 100%;
  border-radius: 10px;
}
.why .title {
  color: #0F2041;
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}
.why .title span {
  display: block;
  color: #316CE2;
}
.why .content {
  font-size: 17px;
  color: rgba(15, 32, 65, 0.6);
  line-height: 23px;
}

.asso {
  padding: 160px 0;
  text-align: center;
  color: #0F2041;
  padding-bottom: 240px;
}
@media (max-width: 970px) {
  .asso {
    padding: 60px 0;
    padding-bottom: 140px;
  }
}
.asso span {
  color: #316CE2;
  display: block;
}
.asso p {
  max-width: 850px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 17px;
  line-height: 23px;
  opacity: 0.6;
}

.subscribe {
  margin-top: -80px;
}
.subscribe .items {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 30px;
}
@media (max-width: 970px) {
  .subscribe .items {
    display: block;
    text-align: center;
  }
}
.subscribe .items .item {
  display: flex;
}
.subscribe .content {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #E8E8E8;
  color: #0F2041;
  padding: 60px;
  width: 100%;
  position: relative;
}
@media (max-width: 970px) {
  .subscribe .content {
    padding: 30px;
    border-radius: 5px 5px 0 0;
  }
}
.subscribe .content .title {
  font-size: 50px;
  margin-bottom: 60px;
  font-weight: bold;
}
@media (max-width: 970px) {
  .subscribe .content .title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.subscribe .content .title span {
  color: #316CE2;
  display: block;
}
.subscribe .content .price {
  font-size: 26px;
  margin-bottom: 40px;
}
.subscribe .content .price span {
  opacity: 0.4;
}
@media (max-width: 1350px) {
  .subscribe .content .list {
    margin-bottom: 150px;
  }
}
@media (max-width: 970px) {
  .subscribe .content .list {
    text-align: left;
    padding-bottom: 170px;
    margin-bottom: 30px;
  }
}
.subscribe .content .list li {
  margin-bottom: 25px;
  font-size: 18px;
}
.subscribe .content .list li img {
  vertical-align: middle;
  margin-top: -1px;
  margin-right: 5px;
}
.subscribe .content .email {
  position: absolute;
  bottom: 60px;
  width: calc(100% - 110px);
}
@media (max-width: 970px) {
  .subscribe .content .email {
    width: calc(100% - 60px);
  }
}
.subscribe .content .email .t {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
}
.subscribe .content .email input {
  height: 60px;
  width: 50%;
  border: 1px solid #E8E8E8;
  text-indent: 15px;
  float: left;
}
@media (max-width: 970px) {
  .subscribe .content .email input {
    width: 100%;
  }
}
.subscribe .content .email ::placeholder {
  color: rgba(15, 32, 65, 0.6);
  font-size: 18px;
}
.subscribe .content .email .email-form {
  border-radius: 5px 0 0 5px;
}
@media (max-width: 970px) {
  .subscribe .content .email .email-form {
    border-radius: 5px;
  }
}
.subscribe .content .email .button-form {
  border: 0;
  background-color: #316CE2;
  height: 60px;
  width: 48%;
  display: inline-block;
  opacity: 1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0 5px 5px 0;
}
.subscribe .content .email .button-form:hover {
  background-color: #141A26;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 970px) {
  .subscribe .content .email .button-form {
    margin-top: 5px;
    width: 100%;
    border-radius: 5px;
  }
}
.subscribe .image img {
  max-width: 100%;
  border-radius: 5px;
}

.know {
  color: #0F2041;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 970px) {
  .know {
    text-align: center;
  }
}
.know h5 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.know p {
  margin-bottom: 30px;
  line-height: 23px;
  opacity: 0.6;
}
.know a {
  color: #316CE2;
  font-weight: bold;
}
.know a:hover {
  text-decoration: underline;
}
.know .trustpilot {
  text-align: right;
}
@media (max-width: 970px) {
  .know .trustpilot {
    text-align: center;
    margin-top: 30px;
  }
}
.know .trustpilot img {
  max-width: 162px;
}
.know .number {
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px;
}

.faq {
  padding-top: 80px;
  padding-bottom: 80px;
}
.faq h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0F2041;
}
@media (max-width: 970px) {
  .faq h4 {
    text-align: center;
  }
}
.faq ul li {
  border: 1px solid #E8E8E8;
  display: block;
  padding: 20px 20px;
  background: #fff;
  color: #0F2041;
  transition: 0.3s;
  padding-right: 60px;
}
.faq ul li:first-child {
  border-radius: 5px 5px 0 0;
}
.faq ul li:last-child {
  border-radius: 0px 0px 5px 5px;
}
.faq ul li:hover {
  cursor: pointer;
  color: #316CE2;
}
.faq ul li:hover p {
  color: #0F2041;
}
.faq ul li p {
  display: none;
  margin-top: 10px;
  opacity: 0.6;
}
.faq ul li img {
  float: right;
  margin-right: -40px;
}

footer {
  color: #0F2041;
  background-color: #fff;
  padding: 80px 0;
}
footer ul {
  margin-bottom: 60px;
}
@media (max-width: 970px) {
  footer ul {
    padding-top: 60px;
  }
}
footer ul li {
  display: inline-block;
  margin-right: 10px;
}
footer h3 {
  font-size: 30px;
  font-weight: bold;
}
footer p {
  opacity: 0.5;
  max-width: 600px;
  line-height: 30px;
  font-size: 22px;
}

/*# sourceMappingURL=style.css.map */
