/* line 5, ../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* MIXINES */
/* --- LAYOUT ---------------------------------- */
/* line 166, ../sass/imports/_init.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 168, ../sass/imports/_init.scss */
body {
  font-weight: normal;
  line-height: 1;
}
/* line 171, ../sass/imports/_init.scss */
body a {
  color: #333;
  text-decoration: none;
}
/* line 174, ../sass/imports/_init.scss */
body a:hover, body a:focus {
  color: #333;
  text-decoration: none;
}
/* line 177, ../sass/imports/_init.scss */
body a, body a:before, body a:after, body a > img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 178, ../sass/imports/_init.scss */
body input[type='text']:focus, body input[type='password']:focus, body input[type='submit']:focus, body textarea:focus {
  outline: none;
}
/* line 179, ../sass/imports/_init.scss */
body sup {
  position: relative;
  top: -0.6em;
  font-size: 0.6em;
}
/* line 181, ../sass/imports/_init.scss */
body .cf {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  clear: both;
}

/* line 184, ../sass/imports/_init.scss */
#container {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
/* line 187, ../sass/imports/_init.scss */
#container .wrapper {
  height: 100%;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
/* line 190, ../sass/imports/_init.scss */
#container .wrapper:before, #container .wrapper:after {
  content: '';
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  clear: both;
}

/* --- LAYOUT ---------------------------------- */
/* line 17, ../sass/style.scss */
body {
  font-weight: 400;
  font-size: 21px;
  font-family: "Open Sans", "Arial", "sans-serif";
  color: #333;
  background: #fff;
}
/* line 25, ../sass/style.scss */
body section {
  position: relative;
}
/* line 29, ../sass/style.scss */
body strong {
  font-weight: 600;
}

/* line 34, ../sass/style.scss */
.dark_fix {
  display: none;
}

/* line 38, ../sass/style.scss */
.block_desktop {
  display: block;
}

/* line 42, ../sass/style.scss */
#container {
  min-width: 320px;
  max-width: 2560px;
}
/* line 46, ../sass/style.scss */
#container .wrapper {
  width: 100%;
  max-width: 1600px;
  padding: 0 2.5%;
}

/* line 53, ../sass/style.scss */
h2 {
  margin: 5% 0 5%;
  font-weight: 400;
  font-size: 2.3em;
  line-height: 1.2;
  color: #005aa9;
  text-align: center;
}
/* line 61, ../sass/style.scss */
h2 small {
  display: block;
  margin-top: 1em;
  font-size: 0.5em;
  color: #333;
}
/* line 68, ../sass/style.scss */
h2 .subtitle {
  font-size: 0.5em;
  color: #333;
  padding: 1em 0 0;
}

/* line 75, ../sass/style.scss */
p {
  line-height: 1.4;
}

/* line 80, ../sass/style.scss */
.mobile_slider:after {
  content: '';
}

/* line 85, ../sass/style.scss */
.bullets {
  padding-left: 24px;
}
/* line 88, ../sass/style.scss */
.bullets li {
  margin-bottom: 20px;
  padding-left: 32px;
  line-height: 1.6;
  background: url("../img/bullet-2.png") 0 11px no-repeat;
}

/* line 101, ../sass/style.scss */
.boxes .box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
/* line 106, ../sass/style.scss */
.boxes .box > div {
  width: 50%;
}
/* line 110, ../sass/style.scss */
.boxes .box .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 116, ../sass/style.scss */
.boxes .box .text {
  text-align: left;
}
/* line 119, ../sass/style.scss */
.boxes .box .text .wrap {
  width: 100%;
  max-width: 800px;
}
/* line 126, ../sass/style.scss */
.boxes .box-1 .image {
  order: 1;
}
/* line 130, ../sass/style.scss */
.boxes .box-1 .text {
  order: 2;
}
/* line 133, ../sass/style.scss */
.boxes .box-1 .text .wrap {
  float: left;
  padding-left: 10%;
  padding-right: 5%;
}
/* line 137, ../sass/style.scss */
.boxes .box-1 .text .wrap--fright {
  float: right;
  padding-right: 10%;
  padding-left: 5%;
}
/* line 147, ../sass/style.scss */
.boxes .box-2 .image {
  order: 2;
}
/* line 151, ../sass/style.scss */
.boxes .box-2 .text {
  order: 1;
}
/* line 154, ../sass/style.scss */
.boxes .box-2 .text .wrap {
  float: right;
  padding-left: 5%;
  padding-right: 5%;
}

/* line 164, ../sass/style.scss */
.cta {
  display: inline-block;
  position: relative;
  padding: 0.9em 2.1em;
  font-size: 1.25em;
  outline: none;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
/* line 173, ../sass/style.scss */
.cta div {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #fff;
  justify-content: center;
  align-items: center;
}
/* line 180, ../sass/style.scss */
.cta div big {
  margin-right: 1.6em;
  margin-bottom: 0.075em;
  font-size: 1.4em;
}
/* line 186, ../sass/style.scss */
.cta div:after {
  content: '';
  display: inline-block;
  width: 43px;
  height: 26px;
  background: url("../img/arrow.png") no-repeat;
  background-size: contain;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 200, ../sass/style.scss */
.cta:hover div:after {
  margin-left: 0.15em;
  margin-right: -0.15em;
}
/* line 207, ../sass/style.scss */
.cta-white {
  border: solid 1px #fff;
}
/* line 211, ../sass/style.scss */
.cta-blue {
  padding: 1em 3em;
  font-size: 1.25em;
  background: #005aa9;
}
/* line 220, ../sass/style.scss */
.cta-blue div:after {
  width: 48px;
  height: 29px;
}
/* line 227, ../sass/style.scss */
.cta-blue-2 {
  width: 100%;
  max-width: 420px;
  padding: 1em 2em;
  font-size: 1em;
  background: #005aa9;
}
/* line 234, ../sass/style.scss */
.cta-blue-2 div {
  justify-content: space-between;
}
/* line 236, ../sass/style.scss */
.cta-blue-2 div big {
  margin: 0;
  flex-grow: 1;
  text-align: center;
}
/* line 242, ../sass/style.scss */
.cta-blue-2 div:after {
  width: 1.5em;
  height: 1em;
}
/* line 249, ../sass/style.scss */
.cta-white {
  width: 100%;
  max-width: 420px;
  padding: 1em 2em;
  font-size: 1em;
  border: 1px solid #005aa9;
}
/* line 256, ../sass/style.scss */
.cta-white div {
  justify-content: space-between;
  color: #005aa9;
}
/* line 259, ../sass/style.scss */
.cta-white div big {
  margin: 0;
  flex-grow: 1;
  text-align: center;
  font-size: 1.25em;
}
/* line 266, ../sass/style.scss */
.cta-white div:after {
  width: 1.5em;
  height: 1em;
  background-image: url("../img/arrow_blue.png");
}
/* line 274, ../sass/style.scss */
.cta-green {
  padding: 0.8em 6em;
  font-size: 1.1em;
  background: #00ac35;
  max-width: 100%;
}
/* line 281, ../sass/style.scss */
.cta-green div big {
  margin-right: 1.5em;
}
/* line 285, ../sass/style.scss */
.cta-green div:after {
  width: 48px;
  height: 29px;
}

/* line 293, ../sass/style.scss */
.cta-box {
  text-align: center;
  padding-top: 5%;
}

/* line 298, ../sass/style.scss */
.green {
  color: #00ac35;
}

/* --- TOP ------------------------------------- */
/* line 304, ../sass/style.scss */
#top {
  padding: 0 0 10%;
  background: url("../img/section-1.jpg") 64% top no-repeat;
  background-size: cover;
}
/* line 309, ../sass/style.scss */
#top #logo {
  width: 463px;
  height: 209px;
  float: left;
  background: url("../img/logo.png") no-repeat;
  background-size: contain;
}
/* line 317, ../sass/style.scss */
#top .lang {
  float: right;
  padding: 1.8% 4.5%;
  background: rgba(0, 172, 53, 0.8);
  color: #fff;
  font-size: 1.4em;
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-radius-bottomleft: 16px;
  border-bottom-left-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  -moz-border-radius-bottomright: 16px;
  border-bottom-right-radius: 16px;
}
/* line 327, ../sass/style.scss */
#top .content {
  float: left;
  margin-top: 12%;
  padding: 3% 6.5%;
  background: rgba(0, 172, 53, 0.8);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}
/* line 334, ../sass/style.scss */
#top .content h1 {
  margin: 0;
  font-weight: 300;
  font-size: 2.3em;
  line-height: 1.4;
  color: #fff;
}
/* line 342, ../sass/style.scss */
#top .content .cta-box {
  text-align: left;
  margin-top: 10px;
}
/* line 347, ../sass/style.scss */
#top .content .cta-box .cta div:after {
  transform: rotate(90deg);
}
/* line 353, ../sass/style.scss */
#top .content .cta-box .cta:hover div:after {
  margin: 0.15em 0 -0.15em 0;
}
/* line 360, ../sass/style.scss */
#top .content-mobile {
  display: none;
}
/* line 365, ../sass/style.scss */
#top .scroll-down {
  display: inline-block;
  width: 37px;
  height: 34px;
  position: absolute;
  right: 2%;
  bottom: 5%;
}
/* line 373, ../sass/style.scss */
#top .scroll-down .arrow {
  display: block;
  width: 37px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/arrow-white.png") no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 384, ../sass/style.scss */
#top .scroll-down .arrow:last-child {
  top: 18px;
}
/* line 390, ../sass/style.scss */
#top .scroll-down:hover .arrow {
  top: 3px;
}
/* line 393, ../sass/style.scss */
#top .scroll-down:hover .arrow:last-child {
  top: 27px;
}

/* --- FORM ------------------------------ */
/* line 403, ../sass/style.scss */
#form {
  padding-top: 2.5%;
  padding-bottom: 2%;
}
/* line 411, ../sass/style.scss */
#form .boxes .box-1 .text {
  background-color: #f9f9f9;
}
/* line 413, ../sass/style.scss */
#form .boxes .box-1 .text--form {
  background: #005aa9;
}
/* line 417, ../sass/style.scss */
#form .boxes .box-1 .text .content {
  padding: 10% 0 11%;
}
/* line 420, ../sass/style.scss */
#form .boxes .box-1 .text .content p {
  color: #ffffff;
  margin-bottom: 35px;
}
/* line 425, ../sass/style.scss */
#form .boxes .box-1 .text .content form {
  position: relative;
}
/* line 428, ../sass/style.scss */
#form .boxes .box-1 .text .content form .input-wrap {
  position: relative;
  margin-bottom: 35px;
}
/* line 432, ../sass/style.scss */
#form .boxes .box-1 .text .content form .input-wrap .textfield, #form .boxes .box-1 .text .content form .input-wrap select {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0.5em;
  padding: 13px 25px;
  font-size: inherit;
  color: #005aa9;
  background: #ffffff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 445, ../sass/style.scss */
#form .boxes .box-1 .text .content form .input-wrap .textfield::placeholder, #form .boxes .box-1 .text .content form .input-wrap select::placeholder {
  color: #005aa9;
}
/* line 450, ../sass/style.scss */
#form .boxes .box-1 .text .content form .input-wrap select {
  background: #ffffff url(../img/select.png) no-repeat top 50% right 1em/1em auto;
}
/* line 454, ../sass/style.scss */
#form .boxes .box-1 .text .content form .input-wrap input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}
/* line 462, ../sass/style.scss */
#form .boxes .box-1 .text .content form .input-wrap .checkbox {
  position: relative;
  display: block;
  font-size: 12px;
  padding-left: 50px;
  color: #ffffff;
}
/* line 469, ../sass/style.scss */
#form .boxes .box-1 .text .content form .input-wrap .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-color: #ffffff;
}
/* line 478, ../sass/style.scss */
#form .boxes .box-1 .text .content form .input-wrap .checkbox .checkmark:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 3px;
  width: 8px;
  height: 15px;
  border: solid #005aa9;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.4s;
}
/* line 496, ../sass/style.scss */
#form .boxes .box-1 .text .content form .input-wrap input[type="checkbox"]:checked ~ .checkbox .checkmark:after {
  opacity: 1;
}
/* line 502, ../sass/style.scss */
#form .boxes .box-1 .text .content form .input-wrap button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 509, ../sass/style.scss */
#form .boxes .box-1 .text .content form .input-wrap label.error {
  position: absolute;
  top: 100%;
  left: 0;
  color: #ff9595;
  font-size: 12px;
  padding-top: 5px;
}
/* line 518, ../sass/style.scss */
#form .boxes .box-1 .text .content form .input-wrap--checkbox {
  border: 1px solid transparent;
}
/* line 521, ../sass/style.scss */
#form .boxes .box-1 .text .content form .input-wrap--checkbox.error {
  border: 1px solid #ff9595;
}
/* line 524, ../sass/style.scss */
#form .boxes .box-1 .text .content form .input-wrap--checkbox.error label.error {
  display: none !important;
}
/* line 529, ../sass/style.scss */
#form .boxes .box-1 .text .content form .input-wrap--btn {
  margin-bottom: 0;
}
/* line 534, ../sass/style.scss */
#form .boxes .box-1 .text .content form .form_thx {
  display: none;
  position: absolute;
  width: 80%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.4em;
  font-weight: 600;
}
/* line 547, ../sass/style.scss */
#form .boxes .box-1 .text .content form.send_success .input-wrap, #form .boxes .box-1 .text .content form.send_success p {
  opacity: 0;
  visibility: hidden;
}
/* line 552, ../sass/style.scss */
#form .boxes .box-1 .text .content form.send_success .form_thx {
  display: block;
}
/* line 560, ../sass/style.scss */
#form .boxes .box-1 .text .wrap--fright .content h2 {
  color: #00ac35;
  text-align: left;
}
/* line 564, ../sass/style.scss */
#form .boxes .box-1 .text .wrap--fright .content p {
  color: inherit;
}

/* line 575, ../sass/style.scss */
.info {
  font-size: 11px;
  line-height: 1.2;
}
/* line 579, ../sass/style.scss */
.info p {
  text-align: center;
}
/* line 582, ../sass/style.scss */
.info a {
  text-decoration: underline;
}

/* --- BENEFITS -------------------------------- */
/* line 592, ../sass/style.scss */
#benefits .boxes .box .content {
  padding: 10% 0 11%;
}
/* line 595, ../sass/style.scss */
#benefits .boxes .box .content h2 {
  margin: 0;
  text-align: left;
}
/* line 602, ../sass/style.scss */
#benefits .boxes .box-1 .image {
  background-image: url("../img/benefits-1.jpg?v=1.1.0");
}
/* line 611, ../sass/style.scss */
#benefits .boxes .box-2 .image {
  background-image: url("../img/benefits-2.jpg?v=1.1.0");
}
/* line 615, ../sass/style.scss */
#benefits .boxes .box-2 .text {
  background: #00ac35;
}

/* --- ACCOUNT ------------------------------ */
/* line 625, ../sass/style.scss */
#account {
  background-color: #f9f9f9;
}
/* line 631, ../sass/style.scss */
#account .boxes .box .content h2 {
  margin: 0 0 32px;
  text-align: left;
}
/* line 636, ../sass/style.scss */
#account .boxes .box .content p {
  margin: 0 0 6px;
  line-height: 1.2;
  text-align: left;
}
/* line 644, ../sass/style.scss */
#account .boxes .box-2 .image {
  background-image: url("../img/notebook.png");
  background-size: contain;
  margin: 0 0 0 -7.5%;
  width: 55%;
}
/* line 652, ../sass/style.scss */
#account .boxes .box-2 .text .wrap {
  padding-right: 2.5%;
}
/* line 656, ../sass/style.scss */
#account .boxes .box-2 .text .content {
  padding: 10% 15% 10% 0;
}
/* line 659, ../sass/style.scss */
#account .boxes .box-2 .text .content .mobile_img {
  display: none;
}
/* line 663, ../sass/style.scss */
#account .boxes .box-2 .text .content h2 {
  color: #00ac35;
}
/* line 667, ../sass/style.scss */
#account .boxes .box-2 .text .content p {
  color: #333;
}
/* line 669, ../sass/style.scss */
#account .boxes .box-2 .text .content p a {
  color: #005aa9;
  text-decoration: underline;
}
/* line 675, ../sass/style.scss */
#account .boxes .box-2 .text .content .cta-box {
  text-align: left;
}
/* line 677, ../sass/style.scss */
#account .boxes .box-2 .text .content .cta-box--p {
  padding-bottom: 5%;
}

/* --- APPLICATION ------------------------------ */
/* line 691, ../sass/style.scss */
#application {
  background-color: #005aa9;
}
/* line 693, ../sass/style.scss */
#application .image {
  position: relative;
  z-index: 1;
}
/* line 696, ../sass/style.scss */
#application .image div {
  position: absolute;
  bottom: -30%;
  right: -10%;
  width: 110%;
  background: url("../img/mobile_devices.png") no-repeat 50% 0/contain;
}
/* line 702, ../sass/style.scss */
#application .image div:before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 65%;
}
/* line 710, ../sass/style.scss */
#application .text {
  padding: 8% 0 5%;
  z-index: 2;
}
/* line 714, ../sass/style.scss */
#application .text h2 {
  color: #ffffff;
  text-align: left;
  padding-bottom: 2%;
  margin-top: 0;
}
/* line 720, ../sass/style.scss */
#application .text p {
  color: #ffffff;
  text-align: left;
  padding-bottom: 5%;
}
/* line 725, ../sass/style.scss */
#application .text .cta-box {
  text-align: left;
}
/* line 727, ../sass/style.scss */
#application .text .cta-box a {
  display: inline-block;
}
/* line 729, ../sass/style.scss */
#application .text .cta-box a img {
  width: 260px;
}
/* line 732, ../sass/style.scss */
#application .text .cta-box a:first-of-type {
  margin-right: 40px;
}

/* line 740, ../sass/style.scss */
.logos {
  padding: 2.5% 0;
}
/* line 744, ../sass/style.scss */
.logos img {
  width: auto;
  height: 74px;
}
/* line 747, ../sass/style.scss */
.logos img:first-of-type {
  margin-right: 120px;
}

/* --- FOOTER ---------------------------------- */
/* line 755, ../sass/style.scss */
#footer {
  padding: 3% 0;
  background: #333;
}
/* line 759, ../sass/style.scss */
#footer .text {
  font-size: 14px;
  line-height: 1.2;
  color: #888;
  text-align: center;
}

/* line 768, ../sass/style.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
/* line 5, ../sass/imports/_flickity.scss */
.flickity-enabled {
  position: relative;
}

/* line 9, ../sass/imports/_flickity.scss */
.flickity-enabled:focus {
  outline: none;
}

/* line 11, ../sass/imports/_flickity.scss */
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* line 17, ../sass/imports/_flickity.scss */
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
/* line 25, ../sass/imports/_flickity.scss */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 33, ../sass/imports/_flickity.scss */
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 39, ../sass/imports/_flickity.scss */
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
/* line 46, ../sass/imports/_flickity.scss */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

/* line 53, ../sass/imports/_flickity.scss */
.flickity-button:hover {
  background: white;
  cursor: pointer;
}

/* line 58, ../sass/imports/_flickity.scss */
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

/* line 63, ../sass/imports/_flickity.scss */
.flickity-button:active {
  opacity: 0.6;
}

/* line 67, ../sass/imports/_flickity.scss */
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

/* line 74, ../sass/imports/_flickity.scss */
.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
/* line 80, ../sass/imports/_flickity.scss */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

/* line 89, ../sass/imports/_flickity.scss */
.flickity-prev-next-button.previous {
  left: 10px;
}

/* line 90, ../sass/imports/_flickity.scss */
.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
/* line 92, ../sass/imports/_flickity.scss */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

/* line 96, ../sass/imports/_flickity.scss */
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

/* line 101, ../sass/imports/_flickity.scss */
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
/* line 111, ../sass/imports/_flickity.scss */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

/* line 122, ../sass/imports/_flickity.scss */
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

/* line 124, ../sass/imports/_flickity.scss */
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

/* line 135, ../sass/imports/_flickity.scss */
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* --- RWD ------------------------------------- */
@media screen and (max-width: 1600px) {
  /* --- LAYOUT ---------------------------------- */
  /* line 5, ../sass/imports/_rwd-1600.scss */
  body {
    font-size: 16px;
  }

  /* line 10, ../sass/imports/_rwd-1600.scss */
  .bullets li {
    padding-left: 24px;
    background-position: 0 7px;
    background-size: 10px;
  }

  /* --- TOP ------------------------------------- */
  /* line 21, ../sass/imports/_rwd-1600.scss */
  #top #logo {
    width: 280px;
    height: 152px;
  }

  /* --- APPLICATION ------------------------------ */
  /* line 33, ../sass/imports/_rwd-1600.scss */
  #application .text .cta-box a img {
    width: 200px;
  }
  /* line 36, ../sass/imports/_rwd-1600.scss */
  #application .text .cta-box a:first-of-type {
    margin-right: 20px;
  }

  /* line 47, ../sass/imports/_rwd-1600.scss */
  .logos img {
    width: auto;
    height: 69px;
  }
  /* line 50, ../sass/imports/_rwd-1600.scss */
  .logos img:first-of-type {
    margin-right: 80px;
  }
}
@media screen and (max-width: 1280px) {
  /* line 6, ../sass/imports/_rwd-1280.scss */
  .bullets {
    padding-left: 3px;
  }

  /* line 14, ../sass/imports/_rwd-1280.scss */
  .boxes .box-1 .text .wrap {
    padding-left: 5%;
  }

  /* line 25, ../sass/imports/_rwd-1280.scss */
  .cta-green div big {
    margin-left: 2.5em;
    margin-right: 2.5em;
  }

  /* --- TOP ------------------------------------- */
  /* line 37, ../sass/imports/_rwd-1280.scss */
  #top .content {
    padding: 3% 5%;
  }
  /* line 40, ../sass/imports/_rwd-1280.scss */
  #top .content h1 {
    font-size: 2.4em;
  }

  /* --- ACCOUNT ------------------------------ */
  /* line 52, ../sass/imports/_rwd-1280.scss */
  #account .boxes .box-2 .image {
    margin: 0 0;
    width: 50%;
  }
  /* line 57, ../sass/imports/_rwd-1280.scss */
  #account .boxes .box-2 .text .content {
    padding: 10% 0 11%;
  }

  /* --- APPLICATION ------------------------------ */
  /* line 70, ../sass/imports/_rwd-1280.scss */
  #application .image div {
    right: -10%;
  }
  /* line 77, ../sass/imports/_rwd-1280.scss */
  #application .text .cta-box a img {
    width: 200px;
  }
  /* line 80, ../sass/imports/_rwd-1280.scss */
  #application .text .cta-box a:first-of-type {
    margin-right: 20px;
  }

  /* line 91, ../sass/imports/_rwd-1280.scss */
  .logos img {
    width: auto;
    height: 60px;
  }
  /* line 94, ../sass/imports/_rwd-1280.scss */
  .logos img:first-of-type {
    margin-right: 50px;
  }
}
@media screen and (max-width: 980px) {
  /* --- TOP ------------------------------------- */
  /* line 6, ../sass/imports/_rwd-980.scss */
  #top #logo {
    width: 240px;
    height: 130px;
  }
  /* line 12, ../sass/imports/_rwd-980.scss */
  #top .content h1 {
    font-size: 2em;
  }
  /* line 16, ../sass/imports/_rwd-980.scss */
  #top .content .cta-box {
    margin-top: 0px;
  }

  /* --- APPLICATION ------------------------------ */
  /* line 28, ../sass/imports/_rwd-980.scss */
  #application .text .cta-box a img {
    width: 165px;
  }
  /* line 31, ../sass/imports/_rwd-980.scss */
  #application .text .cta-box a:first-of-type {
    margin-right: 15px;
  }

  /* line 42, ../sass/imports/_rwd-980.scss */
  .logos img {
    width: auto;
    height: 55px;
  }
  /* line 45, ../sass/imports/_rwd-980.scss */
  .logos img:first-of-type {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  /* line 3, ../sass/imports/_rwd-768.scss */
  .dark_fix {
    display: block;
    clear: both;
  }

  /* line 8, ../sass/imports/_rwd-768.scss */
  .block_desktop {
    display: inline;
  }

  /* line 12, ../sass/imports/_rwd-768.scss */
  h2 {
    margin: 28px 0 28px;
    font-size: 2em;
  }

  /* line 19, ../sass/imports/_rwd-768.scss */
  .bullets li {
    margin-bottom: 12px;
    font-size: 1.3em;
    background-position: 0 11px;
  }
  /* line 23, ../sass/imports/_rwd-768.scss */
  .bullets li br {
    display: none;
  }

  /* line 29, ../sass/imports/_rwd-768.scss */
  .mobile_slider {
    margin: 5% 0;
  }
  /* line 31, ../sass/imports/_rwd-768.scss */
  .mobile_slider:after {
    content: 'flickity';
    display: none;
  }
  /* line 36, ../sass/imports/_rwd-768.scss */
  .mobile_slider .slide {
    width: 100%;
    padding-bottom: 10%;
  }
  /* line 40, ../sass/imports/_rwd-768.scss */
  .mobile_slider .flickity-prev-next-button {
    top: 100%;
    transform: translateY(0);
    background: none !important;
    width: 34px;
    height: 34px;
    padding: 0;
    z-index: 1;
  }
  /* line 48, ../sass/imports/_rwd-768.scss */
  .mobile_slider .flickity-prev-next-button .flickity-button-icon {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* line 53, ../sass/imports/_rwd-768.scss */
  .mobile_slider .flickity-prev-next-button .flickity-button-icon path {
    fill: #005aa9;
  }
  /* line 58, ../sass/imports/_rwd-768.scss */
  .mobile_slider .flickity-page-dots {
    bottom: auto;
    top: 100%;
    height: 34px;
    padding: 6px 0;
  }
  /* line 63, ../sass/imports/_rwd-768.scss */
  .mobile_slider .flickity-page-dots .dot {
    width: 22px;
    height: 22px;
    background: #ffffff;
    border: 4px solid #005aa9;
    opacity: 1;
  }
  /* line 69, ../sass/imports/_rwd-768.scss */
  .mobile_slider .flickity-page-dots .dot.is-selected {
    background-color: #005aa9;
  }

  /* line 78, ../sass/imports/_rwd-768.scss */
  .boxes .box > div {
    width: 100%;
  }
  /* line 82, ../sass/imports/_rwd-768.scss */
  .boxes .box .image {
    padding-top: 50%;
    background-position: 50% 20%;
  }
  /* line 88, ../sass/imports/_rwd-768.scss */
  .boxes .box-1 .image {
    order: 2;
  }
  /* line 90, ../sass/imports/_rwd-768.scss */
  .boxes .box-1 .image-mob-1 {
    order: 1;
  }
  /* line 95, ../sass/imports/_rwd-768.scss */
  .boxes .box-1 .text {
    order: 1;
  }
  /* line 98, ../sass/imports/_rwd-768.scss */
  .boxes .box-1 .text .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 107, ../sass/imports/_rwd-768.scss */
  .boxes .box-2 .text .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* line 116, ../sass/imports/_rwd-768.scss */
  .cta {
    padding: 0.8em 1.2em;
    font-size: 1.1em;
  }
  /* line 121, ../sass/imports/_rwd-768.scss */
  .cta div big {
    margin-left: 0.5em;
    margin-right: 0.6em;
  }
  /* line 126, ../sass/imports/_rwd-768.scss */
  .cta div:after {
    width: 28px;
    height: 17px;
  }
  /* line 132, ../sass/imports/_rwd-768.scss */
  .cta-blue {
    padding: 0.8em 1.2em;
    font-size: 1.1em;
  }
  /* line 137, ../sass/imports/_rwd-768.scss */
  .cta-blue div big {
    margin-left: 0.5em;
  }
  /* line 141, ../sass/imports/_rwd-768.scss */
  .cta-blue div:after {
    width: 28px;
    height: 17px;
  }
  /* line 148, ../sass/imports/_rwd-768.scss */
  .cta-blue-2 {
    max-width: 100%;
    padding: 0.8em 2em;
    font-size: 1.3em;
  }
  /* line 154, ../sass/imports/_rwd-768.scss */
  .cta-blue-2 div big {
    text-align: left;
    margin-left: 0.5em;
  }
  /* line 159, ../sass/imports/_rwd-768.scss */
  .cta-blue-2 div:after {
    width: 28px;
    height: 17px;
  }
  /* line 166, ../sass/imports/_rwd-768.scss */
  .cta-white {
    max-width: 100%;
    padding: 0.8em 2em;
    font-size: 1.3em;
  }
  /* line 172, ../sass/imports/_rwd-768.scss */
  .cta-white div big {
    text-align: left;
    margin-left: 0.5em;
  }
  /* line 177, ../sass/imports/_rwd-768.scss */
  .cta-white div:after {
    width: 28px;
    height: 17px;
  }
  /* line 184, ../sass/imports/_rwd-768.scss */
  .cta-green {
    width: 100%;
    padding: 0.8em 1.2em;
    font-size: 1.2em;
  }
  /* line 190, ../sass/imports/_rwd-768.scss */
  .cta-green div big {
    margin-right: 2em;
  }
  /* line 194, ../sass/imports/_rwd-768.scss */
  .cta-green div:after {
    width: 28px;
    height: 17px;
  }

  /* --- TOP ------------------------------------- */
  /* line 205, ../sass/imports/_rwd-768.scss */
  #top {
    padding: 0 0 85px;
    background-position: 75% top;
  }
  /* line 209, ../sass/imports/_rwd-768.scss */
  #top #logo {
    width: 200px;
    height: 108px;
  }
  /* line 213, ../sass/imports/_rwd-768.scss */
  #top .wrapper {
    padding-bottom: 50%;
  }
  /* line 216, ../sass/imports/_rwd-768.scss */
  #top .content {
    display: none;
    width: 100%;
    margin-top: 0;
    padding: 5%;
    background: #00ac35;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  /* line 224, ../sass/imports/_rwd-768.scss */
  #top .content h1 {
    font-size: 2.6em;
  }
  /* line 228, ../sass/imports/_rwd-768.scss */
  #top .content .cta-box {
    text-align: center;
  }
  /* line 232, ../sass/imports/_rwd-768.scss */
  #top .content-mobile {
    display: block;
    z-index: 1;
  }
  /* line 238, ../sass/imports/_rwd-768.scss */
  #top .scroll-down {
    right: 50%;
    bottom: 20px;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }

  /* --- FORM ------------------------------ */
  /* line 254, ../sass/imports/_rwd-768.scss */
  #form .boxes .box-1 .text .wrap--fright .content h2 {
    text-align: center;
    margin-top: 0;
  }
  /* line 260, ../sass/imports/_rwd-768.scss */
  #form .boxes .box-1 .text .content {
    padding: 20px 0 24px;
  }
  /* line 264, ../sass/imports/_rwd-768.scss */
  #form .boxes .box-1 .text form {
    padding: 5% 0;
  }
  /* line 267, ../sass/imports/_rwd-768.scss */
  #form .boxes .box-1 .text form .input-wrap--btn {
    text-align: center;
  }

  /* line 278, ../sass/imports/_rwd-768.scss */
  .info {
    padding-top: 2%;
  }

  /* --- BENEFITS -------------------------------- */
  /* line 285, ../sass/imports/_rwd-768.scss */
  #benefits {
    padding-bottom: 7.5%;
  }
  /* line 289, ../sass/imports/_rwd-768.scss */
  #benefits .boxes .box .content {
    padding: 20px 0 24px;
  }

  /* --- ADDITIONAL ------------------------------ */
  /* line 299, ../sass/imports/_rwd-768.scss */
  #account {
    padding: 7% 0;
  }
  /* line 304, ../sass/imports/_rwd-768.scss */
  #account .boxes .box .content h2 {
    margin: 0 0 24px;
    text-align: center;
  }
  /* line 308, ../sass/imports/_rwd-768.scss */
  #account .boxes .box .content p {
    font-size: 1.3em;
  }
  /* line 314, ../sass/imports/_rwd-768.scss */
  #account .boxes .box-2 .image {
    display: none;
  }
  /* line 318, ../sass/imports/_rwd-768.scss */
  #account .boxes .box-2 .text .content {
    padding: 0;
  }
  /* line 321, ../sass/imports/_rwd-768.scss */
  #account .boxes .box-2 .text .content .mobile_img {
    display: block;
    background: url("../img/notebook.png") no-repeat 50% 50%/contain;
  }
  /* line 324, ../sass/imports/_rwd-768.scss */
  #account .boxes .box-2 .text .content .mobile_img:before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 60%;
  }

  /* --- APPLICATION ------------------------------ */
  /* line 342, ../sass/imports/_rwd-768.scss */
  #application .image div {
    top: 7%;
    right: 0;
    width: 100%;
  }
  /* line 348, ../sass/imports/_rwd-768.scss */
  #application .text {
    padding: 8% 0 5%;
  }
  /* line 350, ../sass/imports/_rwd-768.scss */
  #application .text h2 {
    text-align: center;
    padding-bottom: 2%;
  }
  /* line 354, ../sass/imports/_rwd-768.scss */
  #application .text p {
    text-align: center;
    padding-bottom: 5%;
    font-size: 1.3em;
  }
  /* line 359, ../sass/imports/_rwd-768.scss */
  #application .text .cta-box {
    text-align: center;
  }
  /* line 361, ../sass/imports/_rwd-768.scss */
  #application .text .cta-box a {
    display: inline-block;
  }
  /* line 363, ../sass/imports/_rwd-768.scss */
  #application .text .cta-box a img {
    width: 250px;
  }
  /* line 366, ../sass/imports/_rwd-768.scss */
  #application .text .cta-box a:first-of-type {
    margin-right: 0;
    margin-bottom: 50px;
  }

  /* line 375, ../sass/imports/_rwd-768.scss */
  .logos {
    padding: 20% 0 10%;
  }
  /* line 377, ../sass/imports/_rwd-768.scss */
  .logos .image {
    display: none;
  }
  /* line 380, ../sass/imports/_rwd-768.scss */
  .logos .content {
    display: flex;
    justify-content: space-between;
  }
  /* line 384, ../sass/imports/_rwd-768.scss */
  .logos img {
    width: auto;
    height: 55px;
  }
  /* line 387, ../sass/imports/_rwd-768.scss */
  .logos img:first-of-type {
    margin-right: 0;
  }

  /* --- FOOTER ---------------------------------- */
  /* line 396, ../sass/imports/_rwd-768.scss */
  #footer {
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 4, ../sass/imports/_rwd-480.scss */
  .cta div {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 7, ../sass/imports/_rwd-480.scss */
  .cta div small {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    text-align: center;
  }

  /* --- TOP ------------------------------------- */
  /* line 22, ../sass/imports/_rwd-480.scss */
  #top .content h1 {
    font-size: 2em;
  }
  /* line 26, ../sass/imports/_rwd-480.scss */
  #top .content .cta-box {
    margin-top: 20px;
  }
}
/* line 1, ../sass/imports/_cookies.scss */
.js_cookies-information {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s;
  opacity: 1;
  z-index: 6999;
  background-color: #00ac35;
  padding: .8em 0;
}

/* line 17, ../sass/imports/_cookies.scss */
.js_cookies-information__img {
  display: none;
}

/* line 21, ../sass/imports/_cookies.scss */
.js_cookies-information__text {
  font-size: 1.2em;
  text-align: justify;
  color: #fff;
  line-height: 1.5em;
}

/* line 28, ../sass/imports/_cookies.scss */
.js_cookies-information__container {
  padding-right: 3em;
  position: relative;
}

/* line 33, ../sass/imports/_cookies.scss */
.js_cookies-information__exit {
  width: 2em;
  height: 2em;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

/* line 46, ../sass/imports/_cookies.scss */
.js_cookies-information__exit:after,
.js_cookies-information__exit:before {
  content: "";
  width: 100%;
  height: .2em;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

/* line 57, ../sass/imports/_cookies.scss */
.js_cookies-information__exit:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 63, ../sass/imports/_cookies.scss */
.js_cookies-information__exit:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 69, ../sass/imports/_cookies.scss */
.js_cookies-information__exit--hover:hover .js_cookies-information__exit,
.js_cookies-information__exit:active,
.js_cookies-information__exit:focus,
.js_cookies-information__exit:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 78, ../sass/imports/_cookies.scss */
.js_cookies-information--hide {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

/* line 85, ../sass/imports/_cookies.scss */
.js_cookies-information__img {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 3.5em;
  height: auto;
}

/* line 97, ../sass/imports/_cookies.scss */
.js_cookies-information__text {
  line-height: 1.4em;
}

/* line 101, ../sass/imports/_cookies.scss */
.js_cookies-information__container {
  padding-left: 6em;
}

/* line 105, ../sass/imports/_cookies.scss */
.js_cookies-information {
  font-size: 11px;
}

/* line 109, ../sass/imports/_cookies.scss */
.js_cookies-information .wrap {
  min-width: 320px;
  max-width: 1230px;
  position: relative;
  margin: 0 auto;
}

/* line 116, ../sass/imports/_cookies.scss */
.js_cookies-information a {
  color: #fff;
  text-decoration: underline;
}

/* line 121, ../sass/imports/_cookies.scss */
.js_cookies-information p {
  margin: 0;
}
