/* line 5, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.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, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.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, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.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, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Ruby31-x64/lib/ruby/gems/3.1.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/_init.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 168, ../sass/_init.scss */
html {
  font-weight: normal;
}
/* line 171, ../sass/_init.scss */
html a {
  color: #58595b;
  text-decoration: none;
}
/* line 174, ../sass/_init.scss */
html a:hover, html a:focus {
  color: #58595b;
  text-decoration: none;
}
/* line 177, ../sass/_init.scss */
html a, html a:before, html a:after, html a img, html a span {
  -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/_init.scss */
html input[type='text']:focus, html input[type='password']:focus, html input[type='submit']:focus, html textarea:focus {
  outline: none;
}
/* line 179, ../sass/_init.scss */
html sup {
  position: relative;
  top: -0.6em;
  font-size: 0.6em;
}
/* line 181, ../sass/_init.scss */
html section {
  position: relative;
}
/* line 183, ../sass/_init.scss */
html .cf {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  clear: both;
}

/* line 186, ../sass/_init.scss */
#container {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
/* line 189, ../sass/_init.scss */
#container .wrapper {
  height: 100%;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
/* line 192, ../sass/_init.scss */
#container .wrapper:before, #container .wrapper:after {
  content: '';
  display: block;
  overflow: hidden;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  clear: both;
}

/* line 1, ../sass/_grid.scss */
.grid {
  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: auto;
  margin: 0;
  justify-content: flex-start;
}
/* line 4, ../sass/_grid.scss */
.grid > div {
  padding: 0;
}
/* line 6, ../sass/_grid.scss */
.grid .col-1 {
  width: 8.3333%;
}
/* line 7, ../sass/_grid.scss */
.grid .col-2 {
  width: 16.6667%;
}
/* line 8, ../sass/_grid.scss */
.grid .col-3 {
  width: 25%;
}
/* line 9, ../sass/_grid.scss */
.grid .col-4 {
  width: 33.3333%;
}
/* line 10, ../sass/_grid.scss */
.grid .col-5 {
  width: 41.6667%;
}
/* line 11, ../sass/_grid.scss */
.grid .col-6 {
  width: 50%;
}
/* line 12, ../sass/_grid.scss */
.grid .col-7 {
  width: 58.3333%;
}
/* line 13, ../sass/_grid.scss */
.grid .col-8 {
  width: 66.6667%;
}
/* line 14, ../sass/_grid.scss */
.grid .col-9 {
  width: 75%;
}
/* line 15, ../sass/_grid.scss */
.grid .col-10 {
  width: 83.3333%;
}
/* line 16, ../sass/_grid.scss */
.grid .col-11 {
  width: 91.6667%;
}
/* line 17, ../sass/_grid.scss */
.grid .col-12 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 20, ../sass/_grid.scss */
  .grid .col-md-1 {
    width: 8.3333%;
  }
  /* line 21, ../sass/_grid.scss */
  .grid .col-md-2 {
    width: 16.6667%;
  }
  /* line 22, ../sass/_grid.scss */
  .grid .col-md-3 {
    width: 25%;
  }
  /* line 23, ../sass/_grid.scss */
  .grid .col-md-4 {
    width: 33.3333%;
  }
  /* line 24, ../sass/_grid.scss */
  .grid .col-md-5 {
    width: 41.6667%;
  }
  /* line 25, ../sass/_grid.scss */
  .grid .col-md-6 {
    width: 50%;
  }
  /* line 26, ../sass/_grid.scss */
  .grid .col-md-7 {
    width: 58.3333%;
  }
  /* line 27, ../sass/_grid.scss */
  .grid .col-md-8 {
    width: 66.6667%;
  }
  /* line 28, ../sass/_grid.scss */
  .grid .col-md-9 {
    width: 75%;
  }
  /* line 29, ../sass/_grid.scss */
  .grid .col-md-10 {
    width: 83.3333%;
  }
  /* line 30, ../sass/_grid.scss */
  .grid .col-md-11 {
    width: 91.6667%;
  }
  /* line 31, ../sass/_grid.scss */
  .grid .col-md-12 {
    width: 100%;
  }
}

/* --- LAYOUT ---------------------------------- */
/* line 28, ../sass/style.scss */
body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.05;
  font-family: "GT Walsheim", "Arial", "sans-serif";
  color: #58595b;
  background: #fff;
}
/* line 36, ../sass/style.scss */
body strong {
  font-weight: 700;
}
/* line 38, ../sass/style.scss */
body strong.semibold {
  font-weight: 500;
}
/* line 43, ../sass/style.scss */
body .semibold {
  font-weight: 500;
}

/* line 48, ../sass/style.scss */
#container {
  min-width: 320px;
  max-width: 1920px;
}
/* line 52, ../sass/style.scss */
#container .wrapper {
  width: 100%;
  max-width: 1600px;
  padding: 0 4%;
}

/* line 59, ../sass/style.scss */
section {
  position: relative;
}

/* line 63, ../sass/style.scss */
.section-padding-top {
  padding-top: 6.5rem;
}

/* line 67, ../sass/style.scss */
.section-padding-bottom {
  padding-bottom: 8.75rem;
}

/* line 71, ../sass/style.scss */
strong {
  font-weight: 700;
}

/* line 75, ../sass/style.scss */
h2 {
  margin: 0;
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
  text-align: left;
  letter-spacing: 0.015em;
  line-height: 1.15;
}
/* line 84, ../sass/style.scss */
h2.blue {
  color: #005aa9;
}
/* line 87, ../sass/style.scss */
h2.green {
  color: #00ac35;
}
/* line 90, ../sass/style.scss */
h2.purple {
  color: #5d32ac;
}
/* line 93, ../sass/style.scss */
h2.center {
  text-align: center;
}

/* line 98, ../sass/style.scss */
h3 {
  margin: 0;
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
  text-align: left;
  letter-spacing: 0.015em;
  line-height: 1.15;
}

/* line 109, ../sass/style.scss */
.cta-box.center {
  text-align: center;
}

/* line 114, ../sass/style.scss */
.cta {
  display: inline-block;
  position: relative;
  padding: 2rem 4.55rem 1.8rem 1.75rem;
  font-size: 28px;
  outline: none;
  border: 0;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
}
/* line 123, ../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;
  font-weight: 700;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
}
/* line 131, ../sass/style.scss */
.cta div:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 25px;
  background: url("../img/arrow.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;
  position: absolute;
  right: 2.3rem;
}
/* line 143, ../sass/style.scss */
.cta div .text {
  margin-left: 0;
  letter-spacing: 0.01em;
  margin-right: .5rem;
}
/* line 148, ../sass/style.scss */
.cta div .ctcph {
  margin-left: 0rem;
  margin-right: .3rem;
}
/* line 156, ../sass/style.scss */
.cta:hover div:after {
  margin-left: 0.15em;
  margin-right: -0.15em;
}
/* line 163, ../sass/style.scss */
.cta-small {
  font-size: 1.1em;
}
/* line 167, ../sass/style.scss */
.cta-white {
  border: solid 1px #fff;
}
/* line 171, ../sass/style.scss */
.cta-blue {
  background: #005aa9;
}
/* line 175, ../sass/style.scss */
.cta-green {
  background: #00ac35;
}
/* line 178, ../sass/style.scss */
.cta-purple {
  background: #5d32ac;
}

/* line 183, ../sass/style.scss */
.cta-info {
  margin-top: 1.5em;
  font-size: 0.95em;
}
/* line 187, ../sass/style.scss */
.cta-info a {
  text-decoration: underline;
}
/* line 190, ../sass/style.scss */
.cta-info a:hover {
  text-decoration: underline;
}

/* line 196, ../sass/style.scss */
.boxes {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
/* line 199, ../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 202, ../sass/style.scss */
.boxes .box > div {
  width: 50%;
}
/* line 204, ../sass/style.scss */
.boxes .box .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 206, ../sass/style.scss */
.boxes .box .content {
  text-align: left;
}
/* line 211, ../sass/style.scss */
.boxes .box-1 .image {
  order: 1;
}
/* line 213, ../sass/style.scss */
.boxes .box-1 .content {
  order: 2;
}
/* line 219, ../sass/style.scss */
.boxes .box-2 .image {
  order: 2;
}
/* line 221, ../sass/style.scss */
.boxes .box-2 .content {
  order: 1;
}

/* line 228, ../sass/style.scss */
.green {
  color: #00ac35;
}

@media screen and (max-width: 1600px) {
  /* --- LAYOUT ---------------------------------- */
  /* line 235, ../sass/style.scss */
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  /* --- LAYOUT ---------------------------------- */
  /* line 243, ../sass/style.scss */
  html {
    font-size: 12px;
  }

  /* line 247, ../sass/style.scss */
  .section-padding-top {
    padding-top: 4.4rem;
  }

  /* line 251, ../sass/style.scss */
  .section-padding-bottom {
    padding-bottom: 4.4rem;
  }

  /* line 255, ../sass/style.scss */
  h2, h3 {
    font-size: 35px;
  }

  /* line 259, ../sass/style.scss */
  .cta {
    font-size: 20px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
    padding: 1.4rem 4.5rem 1.3rem 2.05rem;
  }
  /* line 265, ../sass/style.scss */
  .cta div:after {
    width: 16px;
    height: 19px;
    right: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  /* --- LAYOUT ---------------------------------- */
  /* line 277, ../sass/style.scss */
  .section-padding-top {
    padding-top: 3.2rem;
  }

  /* line 281, ../sass/style.scss */
  .section-padding-bottom {
    padding-bottom: 3.2rem;
  }

  /* line 285, ../sass/style.scss */
  h2, h3 {
    font-size: 26px;
    line-height: 1.25;
  }

  /* line 290, ../sass/style.scss */
  .cta {
    font-size: 18px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    padding: 1.6rem 5.625rem 1.4rem 1.875rem;
  }
  /* line 294, ../sass/style.scss */
  .cta div {
    align-items: baseline;
    justify-content: center;
  }
  /* line 297, ../sass/style.scss */
  .cta div strong {
    font-size: 20px;
  }
  /* line 300, ../sass/style.scss */
  .cta div::after {
    transform: translateY(-3px);
    right: 2.5rem;
  }

  /* line 307, ../sass/style.scss */
  .boxes {
    align-items: center;
  }
  /* line 312, ../sass/style.scss */
  .boxes .box-1 .image, .boxes .box-2 .image {
    order: 1;
  }
  /* line 314, ../sass/style.scss */
  .boxes .box-1 .content, .boxes .box-2 .content {
    order: 2;
  }
}
@media screen and (max-width: 359px) {
  /* --- LAYOUT ---------------------------------- */
  /* line 325, ../sass/style.scss */
  .cta {
    display: block;
    padding: 1rem .25rem 1rem .25rem;
    font-size: 16px;
  }
  /* line 330, ../sass/style.scss */
  .cta div {
    align-items: center;
  }
  /* line 333, ../sass/style.scss */
  .cta div::after {
    height: 19px;
    transform: none;
  }

  /* line 340, ../sass/style.scss */
  h2, h3 {
    font-size: 22px;
  }
}
/* --- RWD ------------------------------------- */
/* line 1, ../sass/imports/_cookies.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 9, ../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: #005aa9;
  padding: 1.8rem 0 1.8rem;
}

/* line 25, ../sass/imports/_cookies.scss */
.js_cookies-information__img {
  display: none;
}

/* line 29, ../sass/imports/_cookies.scss */
.js_cookies-information__text {
  font-size: 16px;
  text-align: justify;
  color: #fff;
  line-height: 1.15;
  letter-spacing: 0.002em;
}

/* line 37, ../sass/imports/_cookies.scss */
.js_cookies-information__container {
  padding-right: 8.75rem;
  position: relative;
}

/* line 42, ../sass/imports/_cookies.scss */
.js_cookies-information__exit {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: -.75rem;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

/* line 55, ../sass/imports/_cookies.scss */
.js_cookies-information__exit:after,
.js_cookies-information__exit:before {
  content: "";
  width: 100%;
  height: .3rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

/* line 66, ../sass/imports/_cookies.scss */
.js_cookies-information__exit:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 72, ../sass/imports/_cookies.scss */
.js_cookies-information__exit:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 78, ../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 87, ../sass/imports/_cookies.scss */
.js_cookies-information--hide {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

/* line 94, ../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.25rem;
  width: auto;
  height: auto;
}

/* line 106, ../sass/imports/_cookies.scss */
.js_cookies-information__container {
  padding-left: 5.75rem;
}

/* line 110, ../sass/imports/_cookies.scss */
.js_cookies-information {
  font-size: 11px;
}

/* line 114, ../sass/imports/_cookies.scss */
.js_cookies-information .wrap {
  min-width: 320px;
  max-width: 1230px;
  position: relative;
  margin: 0 auto;
}

/* line 121, ../sass/imports/_cookies.scss */
.js_cookies-information a {
  color: #fff;
  text-decoration: underline;
}

/* line 126, ../sass/imports/_cookies.scss */
.js_cookies-information a:hover {
  color: #fff;
}

/* line 130, ../sass/imports/_cookies.scss */
.js_cookies-information p {
  margin: 0;
}

@media screen and (max-width: 1280px) {
  /* line 135, ../sass/imports/_cookies.scss */
  .js_cookies-information {
    padding-top: 1.4rem;
  }
  /* line 138, ../sass/imports/_cookies.scss */
  .js_cookies-information__img {
    left: -0.75rem;
  }
  /* line 142, ../sass/imports/_cookies.scss */
  .js_cookies-information__text {
    font-size: 14px;
    letter-spacing: 0;
  }
  /* line 147, ../sass/imports/_cookies.scss */
  .js_cookies-information__container {
    padding-right: 3.5rem;
    padding-left: 4.1rem;
  }
  /* line 152, ../sass/imports/_cookies.scss */
  .js_cookies-information__exit {
    width: 2.3rem;
    height: 2.3rem;
    right: -1.25rem;
    top: -0.35rem;
  }
}
@media screen and (max-width: 768px) {
  /* line 162, ../sass/imports/_cookies.scss */
  .js_cookies-information {
    padding-top: 1.35rem;
    padding-bottom: 2.2rem;
  }
  /* line 166, ../sass/imports/_cookies.scss */
  .js_cookies-information__container {
    padding: 0 1rem 0 2rem;
  }
  /* line 170, ../sass/imports/_cookies.scss */
  .js_cookies-information__img {
    width: 2.25rem;
    top: -.2rem;
    transform: none;
  }
  /* line 176, ../sass/imports/_cookies.scss */
  .js_cookies-information__text {
    font-size: 12px;
    text-align: left;
  }
  /* line 181, ../sass/imports/_cookies.scss */
  .js_cookies-information__exit {
    width: 1.75rem;
    height: 1.75rem;
  }
  /* line 185, ../sass/imports/_cookies.scss */
  .js_cookies-information__exit::before, .js_cookies-information__exit::after {
    height: .2rem;
  }
}
/* line 1, ../sass/imports/_top.scss */
#top {
  padding: 0 0;
  background: url("../img/top.jpg") left center no-repeat;
  background-size: cover;
}
/* line 6, ../sass/imports/_top.scss */
#top .content {
  position: relative;
  margin-top: 8.125rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 3.75rem;
}
/* line 16, ../sass/imports/_top.scss */
#top .box {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-size: 10px;
  margin-bottom: 3.75rem;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
  box-shadow: 16px 16px 40px 0px rgba(0, 0, 0, 0.15);
  max-width: 37.1875rem;
}
/* line 29, ../sass/imports/_top.scss */
#top .title {
  font-weight: 300;
  color: #fff;
  background-color: #005aa9;
  padding: 0 2.5rem;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 2.625rem;
  -moz-border-radius: 2.625rem;
  -ms-border-radius: 2.625rem;
  border-radius: 2.625rem;
  box-shadow: 16px 16px 40px 0px rgba(0, 0, 0, 0.15);
}
/* line 39, ../sass/imports/_top.scss */
#top .title h1 {
  margin-top: 1.75rem;
  margin-bottom: 2.3rem;
  font-size: 3.125rem;
  line-height: 1.15;
}
/* line 45, ../sass/imports/_top.scss */
#top .title h1 br {
  display: none;
}
/* line 51, ../sass/imports/_top.scss */
#top .subtitle {
  color: #005aa9;
  font-size: 1.875rem;
  line-height: 1.13;
  letter-spacing: 0.015em;
  margin-top: -5rem;
  padding: 6.2rem 2.5rem 1.625rem;
  position: relative;
  z-index: 1;
  border-bottom-right-radius: 2.625rem;
  border-bottom-left-radius: 2.625rem;
  box-shadow: 16px 16px 40px 0px rgba(0, 0, 0, 0.15);
}
/* line 65, ../sass/imports/_top.scss */
#top .logo {
  margin-top: -4rem;
  padding: 5.75rem 2.5rem 1.625rem;
  -webkit-border-radius: 2.625rem;
  -moz-border-radius: 2.625rem;
  -ms-border-radius: 2.625rem;
  border-radius: 2.625rem;
}
/* line 69, ../sass/imports/_top.scss */
#top .logo img {
  max-width: 16.5rem;
}
/* line 75, ../sass/imports/_top.scss */
#top .cta-box .cta {
  padding: 2.45rem 8.6rem 2.15rem 5.125rem;
  font-size: 35px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
}
/* line 79, ../sass/imports/_top.scss */
#top .cta-box .cta div::after {
  width: 20px;
  height: 29px;
  right: 4.5rem;
}
/* line 85, ../sass/imports/_top.scss */
#top .cta-box strong {
  margin-left: 0;
  letter-spacing: 0.01em;
  margin-right: 1.25rem;
  display: flex;
  align-items: baseline;
}
/* line 92, ../sass/imports/_top.scss */
#top .cta-box .ctcph {
  margin-left: 0.6rem;
  font-size: 35px;
}
/* line 98, ../sass/imports/_top.scss */
#top .scroll-down {
  display: inline-flex;
  align-items: center;
  width: auto;
  color: #fff;
  position: absolute;
  right: 50%;
  bottom: 1.35rem;
  transform: translateX(50%);
  font-size: 18px;
}
/* line 109, ../sass/imports/_top.scss */
#top .scroll-down .arrow {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: .75rem;
  background: url("../img/arrow.png") no-repeat;
  transform: rotate(90deg) translateX(3px);
  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 121, ../sass/imports/_top.scss */
#top .scroll-down:hover .arrow {
  top: 3px;
}
/* line 124, ../sass/imports/_top.scss */
#top .scroll-down:hover .arrow:last-child {
  top: 27px;
}
@media screen and (max-width: 1600px) {
  /* line 132, ../sass/imports/_top.scss */
  #top .content {
    margin-top: 3.5rem;
    padding-bottom: 4.25rem;
  }
  /* line 136, ../sass/imports/_top.scss */
  #top .box {
    margin-bottom: 3.25rem;
  }
  /* line 140, ../sass/imports/_top.scss */
  #top .title h1 {
    font-size: 38px;
  }
  /* line 144, ../sass/imports/_top.scss */
  #top .subtitle {
    font-size: 24px;
  }
  /* line 148, ../sass/imports/_top.scss */
  #top .logo img {
    max-width: 200px;
  }
  /* line 153, ../sass/imports/_top.scss */
  #top .cta-box .cta {
    padding: 2.45rem 10rem 2.15rem 4.5rem;
    border-radius: 30px;
  }
  /* line 158, ../sass/imports/_top.scss */
  #top .cta-box strong {
    font-size: 24px;
    margin-right: .35rem;
  }
}
@media screen and (max-width: 1280px) {
  /* line 167, ../sass/imports/_top.scss */
  #top .cta-box .cta {
    padding: 2.45rem 10rem 2.15rem 6.5rem;
  }
}
@media screen and (max-width: 980px) {
  /* line 1, ../sass/imports/_top.scss */
  #top {
    background: url("../img/top-tablet.jpg") no-repeat;
    background-size: cover;
  }
  /* line 177, ../sass/imports/_top.scss */
  #top .content {
    margin-top: 5rem;
    padding-bottom: 4rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 26rem;
  }
  /* line 186, ../sass/imports/_top.scss */
  #top .box {
    margin-bottom: 1rem;
  }
  /* line 190, ../sass/imports/_top.scss */
  #top .title {
    padding: 0 1.85rem;
  }
  /* line 192, ../sass/imports/_top.scss */
  #top .title h1 {
    font-size: 32px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
  /* line 199, ../sass/imports/_top.scss */
  #top .title h1 br {
    display: block;
  }
  /* line 205, ../sass/imports/_top.scss */
  #top .subtitle {
    font-size: 20px;
    padding: 5.2rem 1.65rem .95rem;
    margin-top: -4.7rem;
    line-height: 1.23;
  }
  /* line 212, ../sass/imports/_top.scss */
  #top .logo {
    padding: 3.25rem 1.75rem 1.15rem;
    margin-top: -2.2rem;
  }
  /* line 215, ../sass/imports/_top.scss */
  #top .logo img {
    max-width: 155px;
  }
  /* line 220, ../sass/imports/_top.scss */
  #top .cta-box {
    width: 100%;
    max-width: 31rem;
  }
  /* line 223, ../sass/imports/_top.scss */
  #top .cta-box .cta {
    width: 100%;
    padding: 1.45rem 2rem 1.4rem 2rem;
    font-size: 18px;
    border-radius: 15px;
  }
  /* line 229, ../sass/imports/_top.scss */
  #top .cta-box .cta div::after {
    width: 16px;
    height: 19px;
    transform: translateY(2px);
    margin-left: 1rem;
  }
  /* line 237, ../sass/imports/_top.scss */
  #top .cta-box strong {
    font-size: 18px;
    margin: 0;
  }
  /* line 243, ../sass/imports/_top.scss */
  #top .scroll-down {
    font-size: 14px;
    bottom: 1.5rem;
  }
  /* line 246, ../sass/imports/_top.scss */
  #top .scroll-down .arrow {
    width: 17px;
    height: 13px;
    margin-left: 0.65rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 1, ../sass/imports/_top.scss */
  #top {
    background-position: 35% top;
  }
  /* line 259, ../sass/imports/_top.scss */
  #top .cta-box .cta div {
    justify-content: flex-start;
  }
  /* line 261, ../sass/imports/_top.scss */
  #top .cta-box .cta div::after {
    transform: translateY(-2px);
  }
}
@media screen and (max-width: 500px) {
  /* line 1, ../sass/imports/_top.scss */
  #top {
    background-image: url("../img/top-mobile.jpg");
    background-position: center top;
    background-size: cover;
    background-color: #c1c8ce;
  }
  /* line 275, ../sass/imports/_top.scss */
  #top .content {
    margin-top: 80vw;
    padding-bottom: 4rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  /* line 283, ../sass/imports/_top.scss */
  #top .box {
    margin-bottom: 1rem;
  }
  /* line 287, ../sass/imports/_top.scss */
  #top .title {
    padding: 0 1.85rem;
  }
  /* line 289, ../sass/imports/_top.scss */
  #top .title h1 {
    font-size: 32px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
  /* line 298, ../sass/imports/_top.scss */
  #top .subtitle {
    font-size: 18px;
    padding: 5.2rem 1.65rem .95rem;
    margin-top: -4.7rem;
    line-height: 1.23;
  }
  /* line 305, ../sass/imports/_top.scss */
  #top .logo {
    padding: 3.25rem 1.75rem 1.15rem;
    margin-top: -2.2rem;
  }
  /* line 308, ../sass/imports/_top.scss */
  #top .logo img {
    max-width: 155px;
  }
  /* line 313, ../sass/imports/_top.scss */
  #top .scroll-down {
    font-size: 14px;
    bottom: 1.5rem;
  }
  /* line 316, ../sass/imports/_top.scss */
  #top .scroll-down .arrow {
    width: 17px;
    height: 13px;
    margin-left: 0.65rem;
  }
}
@media screen and (max-width: 359px) {
  /* line 326, ../sass/imports/_top.scss */
  #top .content h1 {
    font-size: 26px;
  }
  /* line 331, ../sass/imports/_top.scss */
  #top .cta-box strong {
    font-size: 16px;
  }
  /* line 334, ../sass/imports/_top.scss */
  #top .cta-box .ctcph {
    font-size: 17px;
  }
  /* line 338, ../sass/imports/_top.scss */
  #top .cta-box .cta div::after {
    transform: none;
  }
}

/* --- ARTICLES ---------------------------------- */
/* line 3, ../sass/imports/_articles.scss */
#articles .title {
  display: flex;
  justify-content: space-between;
}
/* line 6, ../sass/imports/_articles.scss */
#articles .title h2 {
  width: 50%;
  padding-right: 1.5rem;
}
/* line 10, ../sass/imports/_articles.scss */
#articles .title p {
  width: 50%;
  padding-left: 1.5rem;
  font-size: 1.625rem;
  line-height: 1.2;
  margin-top: 0.55rem;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 23, ../sass/imports/_articles.scss */
  #articles .title {
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 26, ../sass/imports/_articles.scss */
  #articles .title h2 {
    width: 100%;
    padding-right: 0;
  }
  /* line 30, ../sass/imports/_articles.scss */
  #articles .title p {
    width: 100%;
    padding-left: 0;
    margin-top: 1.5rem;
  }
}
/* --- PROFITS --------------------------------- */
/* line 4, ../sass/imports/_profits.scss */
#profits h2, #profits2 h2 {
  margin-bottom: 6.5rem;
}
/* line 8, ../sass/imports/_profits.scss */
#profits .profits, #profits2 .profits {
  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: auto;
  margin: -24px;
  justify-content: center;
}
/* line 11, ../sass/imports/_profits.scss */
#profits .profits .item, #profits2 .profits .item {
  width: calc(25% - 48px);
  margin: 24px;
}
/* line 15, ../sass/imports/_profits.scss */
#profits .profits .item .icon, #profits2 .profits .item .icon {
  width: auto;
  height: 7rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/* line 23, ../sass/imports/_profits.scss */
#profits .profits .item .text, #profits2 .profits .item .text {
  margin-top: 1.625rem;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}
/* line 25, ../sass/imports/_profits.scss */
#profits .profits .item .icon-1, #profits2 .profits .item .icon-1 {
  background-image: url("../img/profits/profit-1.png");
}
/* line 26, ../sass/imports/_profits.scss */
#profits .profits .item .icon-2, #profits2 .profits .item .icon-2 {
  background-image: url("../img/profits/profit-2.png");
}
/* line 27, ../sass/imports/_profits.scss */
#profits .profits .item .icon-3, #profits2 .profits .item .icon-3 {
  background-image: url("../img/profits/profit-3.png");
}
/* line 28, ../sass/imports/_profits.scss */
#profits .profits .item .icon-4, #profits2 .profits .item .icon-4 {
  background-image: url("../img/profits/profit-4.png");
}
/* line 29, ../sass/imports/_profits.scss */
#profits .profits .item .icon-5, #profits2 .profits .item .icon-5 {
  background-image: url("../img/profits/profit-5.png");
}
/* line 30, ../sass/imports/_profits.scss */
#profits .profits .item .icon-6, #profits2 .profits .item .icon-6 {
  background-image: url("../img/profits/profit-6.png");
}
/* line 31, ../sass/imports/_profits.scss */
#profits .profits .item .icon-7, #profits2 .profits .item .icon-7 {
  background-image: url("../img/profits/profit-7.png");
}
/* line 33, ../sass/imports/_profits.scss */
#profits .profits .item .icon-l1, #profits2 .profits .item .icon-l1 {
  background-image: url("../img/leader/leader-1.png");
}
/* line 34, ../sass/imports/_profits.scss */
#profits .profits .item .icon-l2, #profits2 .profits .item .icon-l2 {
  background-image: url("../img/leader/leader-2.png");
}
/* line 35, ../sass/imports/_profits.scss */
#profits .profits .item .icon-l3, #profits2 .profits .item .icon-l3 {
  background-image: url("../img/leader/leader-3.png");
}
/* line 36, ../sass/imports/_profits.scss */
#profits .profits .item .icon-l4, #profits2 .profits .item .icon-l4 {
  background-image: url("../img/leader/leader-4.png");
}
/* line 37, ../sass/imports/_profits.scss */
#profits .profits .item .icon-l5, #profits2 .profits .item .icon-l5 {
  background-image: url("../img/leader/leader-5.png");
}
/* line 38, ../sass/imports/_profits.scss */
#profits .profits .item .icon-l6, #profits2 .profits .item .icon-l6 {
  background-image: url("../img/leader/leader-6.png");
}
/* line 39, ../sass/imports/_profits.scss */
#profits .profits .item .icon-l7, #profits2 .profits .item .icon-l7 {
  background-image: url("../img/leader/leader-7.png");
}
/* line 40, ../sass/imports/_profits.scss */
#profits .profits .item .icon-l8, #profits2 .profits .item .icon-l8 {
  background-image: url("../img/leader/leader-8.png");
}

/* line 45, ../sass/imports/_profits.scss */
#profits2 {
  background-color: #f1f1f1;
  padding: 6.5rem 0;
  margin-top: 6.5rem;
}
/* line 49, ../sass/imports/_profits.scss */
#profits2 .profits {
  padding-bottom: 4rem;
}

@media screen and (max-width: 1600px) {
  /* line 57, ../sass/imports/_profits.scss */
  #profits .profits .item, #profits2 .profits .item {
    width: calc(25% - 48px);
    margin: 24px;
  }
  /* line 61, ../sass/imports/_profits.scss */
  #profits .profits .item .icon, #profits2 .profits .item .icon {
    width: 128px;
    height: 127px;
  }
  /* line 63, ../sass/imports/_profits.scss */
  #profits .profits-2, #profits2 .profits-2 {
    justify-content: center;
  }
  /* line 66, ../sass/imports/_profits.scss */
  #profits .profits-2 .item .icon, #profits2 .profits-2 .item .icon {
    height: 75px;
  }
}
@media screen and (max-width: 1280px) {
  /* line 77, ../sass/imports/_profits.scss */
  #profits h2, #profits2 h2 {
    margin-bottom: 4.4rem;
  }
  /* line 80, ../sass/imports/_profits.scss */
  #profits .profits, #profits2 .profits {
    margin: -16px;
  }
  /* line 83, ../sass/imports/_profits.scss */
  #profits .profits .item, #profits2 .profits .item {
    width: calc(33.33% - 32px);
    margin: 16px;
  }
  /* line 87, ../sass/imports/_profits.scss */
  #profits .profits .item .icon, #profits2 .profits .item .icon {
    width: 100px;
    height: 99px;
  }
  /* line 94, ../sass/imports/_profits.scss */
  #profits .profits-2, #profits2 .profits-2 {
    margin: 0;
  }
  /* line 98, ../sass/imports/_profits.scss */
  #profits .profits-2 .item .icon, #profits2 .profits-2 .item .icon {
    height: 58px;
  }

  /* line 105, ../sass/imports/_profits.scss */
  #profits2 {
    padding: 4.4rem 0;
    margin-top: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  /* line 113, ../sass/imports/_profits.scss */
  #profits h2, #profits2 h2 {
    margin-bottom: 3.2rem;
  }
  /* line 118, ../sass/imports/_profits.scss */
  #profits .profits .item, #profits2 .profits .item {
    width: calc(50% - 32px);
  }

  /* line 124, ../sass/imports/_profits.scss */
  #profits2 {
    padding: 3.2rem 0;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  /* line 133, ../sass/imports/_profits.scss */
  #profits .profits .item, #profits2 .profits .item {
    width: calc(100% - 32px);
  }
}
/* --- FORM ------------------------------ */
/* line 3, ../sass/imports/_form.scss */
#form {
  padding-bottom: 1.625rem;
}
/* line 5, ../sass/imports/_form.scss */
#form .boxes {
  margin-top: 4.375rem;
}
/* line 7, ../sass/imports/_form.scss */
#form .boxes .box {
  background-image: url("../img/form.jpg");
  background-size: cover;
}
/* line 11, ../sass/imports/_form.scss */
#form .boxes .box .text {
  padding: 5.625rem 1rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 16, ../sass/imports/_form.scss */
#form .boxes .box .text .content {
  background: #005aa9;
  padding: 2.5rem;
  border-radius: 2.5rem;
  width: 100%;
  max-width: 37.5rem;
}
/* line 22, ../sass/imports/_form.scss */
#form .boxes .box .text .content p {
  color: #ffffff;
  margin-bottom: 1.625rem;
  font-size: 1.5rem;
  font-weight: bold;
}
/* line 28, ../sass/imports/_form.scss */
#form .boxes .box .text .content form {
  position: relative;
}
/* line 30, ../sass/imports/_form.scss */
#form .boxes .box .text .content form .input-wrap {
  position: relative;
  margin-bottom: 1rem;
}
/* line 33, ../sass/imports/_form.scss */
#form .boxes .box .text .content form .input-wrap--btn {
  margin-bottom: 0;
  text-align: right;
}
/* line 37, ../sass/imports/_form.scss */
#form .boxes .box .text .content form .input-wrap .textfield, #form .boxes .box .text .content form .input-wrap select {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 1.5rem;
  padding: 0.8125rem 1.625rem;
  color: #58595b;
  background: #ffffff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 49, ../sass/imports/_form.scss */
#form .boxes .box .text .content form .input-wrap .textfield::placeholder, #form .boxes .box .text .content form .input-wrap select::placeholder {
  color: #58595b;
}
/* line 53, ../sass/imports/_form.scss */
#form .boxes .box .text .content form .input-wrap select {
  background: #ffffff url(../img/select.png) no-repeat top 50% right 1em/1em auto;
}
/* line 56, ../sass/imports/_form.scss */
#form .boxes .box .text .content form .input-wrap input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}
/* line 63, ../sass/imports/_form.scss */
#form .boxes .box .text .content form .input-wrap .checkbox {
  position: relative;
  display: block;
  font-size: 0.8125rem;
  padding-left: 3.125rem;
  color: #ffffff;
}
/* line 69, ../sass/imports/_form.scss */
#form .boxes .box .text .content form .input-wrap .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0;
  background-color: #ffffff;
}
/* line 77, ../sass/imports/_form.scss */
#form .boxes .box .text .content form .input-wrap .checkbox .checkmark:after {
  content: "";
  position: absolute;
  left: 0.5625rem;
  top: 0.1875rem;
  width: 0.8125rem;
  height: 1.125rem;
  border: solid #005aa9;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.4s;
}
/* line 94, ../sass/imports/_form.scss */
#form .boxes .box .text .content form .input-wrap input[type="checkbox"]:checked ~ .checkbox .checkmark:after {
  opacity: 1;
}
/* line 99, ../sass/imports/_form.scss */
#form .boxes .box .text .content form .input-wrap button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1rem 5.625rem 1rem 3.125rem;
  font-size: 1.625rem;
  border-radius: 1.5rem;
}
/* line 109, ../sass/imports/_form.scss */
#form .boxes .box .text .content form .input-wrap button div::after {
  right: 3rem;
}
/* line 114, ../sass/imports/_form.scss */
#form .boxes .box .text .content form .input-wrap label.error {
  position: absolute;
  top: 100%;
  left: 0;
  color: #ff9595;
  font-size: 12px;
  padding-top: 2px;
}
/* line 122, ../sass/imports/_form.scss */
#form .boxes .box .text .content form .input-wrap--checkbox {
  border: 1px solid transparent;
}
/* line 124, ../sass/imports/_form.scss */
#form .boxes .box .text .content form .input-wrap--checkbox.error {
  border: 1px solid #ff9595;
}
/* line 126, ../sass/imports/_form.scss */
#form .boxes .box .text .content form .input-wrap--checkbox.error label.error {
  display: none !important;
}
/* line 132, ../sass/imports/_form.scss */
#form .boxes .box .text .content form .form_thx {
  display: none;
  position: absolute;
  width: 80%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
}
/* line 144, ../sass/imports/_form.scss */
#form .boxes .box .text .content form.send_success .input-wrap, #form .boxes .box .text .content form.send_success p {
  opacity: 0;
  visibility: hidden;
}
/* line 148, ../sass/imports/_form.scss */
#form .boxes .box .text .content form.send_success .form_thx {
  display: block;
}

@media screen and (max-width: 1280px) {
  /* line 161, ../sass/imports/_form.scss */
  #form .boxes {
    margin-top: 4.375rem;
  }
  /* line 164, ../sass/imports/_form.scss */
  #form .boxes .box {
    background-position: 70% center;
  }
  /* line 167, ../sass/imports/_form.scss */
  #form .boxes .box .text {
    padding: 4rem 1rem;
  }
}
@media screen and (max-width: 980px) {
  /* line 179, ../sass/imports/_form.scss */
  #form .boxes .box .image {
    width: 30%;
  }
  /* line 182, ../sass/imports/_form.scss */
  #form .boxes .box .text {
    width: 70%;
  }
  /* line 184, ../sass/imports/_form.scss */
  #form .boxes .box .text .content {
    padding: 2rem 1rem;
  }
  /* line 188, ../sass/imports/_form.scss */
  #form .boxes .box .text .content form .form_thx {
    font-size: 1.5rem;
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  /* line 202, ../sass/imports/_form.scss */
  #form .boxes {
    margin-top: 3.2rem;
  }
  /* line 209, ../sass/imports/_form.scss */
  #form .boxes .box .text .content form .input-wrap .textfield, #form .boxes .box .text .content form .input-wrap select {
    font-size: 1.25rem;
  }
  /* line 212, ../sass/imports/_form.scss */
  #form .boxes .box .text .content form .input-wrap button {
    padding: 0.5rem 5.625rem 0.5rem 3.125rem;
    font-size: 20px;
    border-radius: 2.5rem;
  }
  /* line 216, ../sass/imports/_form.scss */
  #form .boxes .box .text .content form .input-wrap button div::after {
    transform: translateY(3px);
  }
}
@media screen and (max-width: 500px) {
  /* line 232, ../sass/imports/_form.scss */
  #form .boxes .box {
    background-image: url("../img/form-mobile.jpg");
    background-size: cover;
  }
  /* line 236, ../sass/imports/_form.scss */
  #form .boxes .box .image {
    display: none;
  }
  /* line 240, ../sass/imports/_form.scss */
  #form .boxes .box .text {
    padding: 110vw 1rem 1.5rem 1rem;
    width: 100%;
  }
  /* line 247, ../sass/imports/_form.scss */
  #form .boxes .box .text .content form .input-wrap .textfield, #form .boxes .box .text .content form .input-wrap select {
    padding: 0.8125rem 1rem;
    font-size: 1rem;
  }
  /* line 252, ../sass/imports/_form.scss */
  #form .boxes .box .text .content form .input-wrap--btn {
    text-align: center;
  }
}
@media screen and (max-width: 359px) {
  /* line 272, ../sass/imports/_form.scss */
  #form .boxes .box .text .content form .input-wrap button div::after {
    transform: translateY(0px);
  }
  /* line 278, ../sass/imports/_form.scss */
  #form .boxes .box .text .content form .input-wrap--btn .cta {
    display: inline-block;
  }
}
/* line 1, ../sass/imports/_info.scss */
#info {
  font-size: 1.125rem;
  line-height: 1.2;
}
/* line 5, ../sass/imports/_info.scss */
#info p {
  text-align: center;
}
/* line 9, ../sass/imports/_info.scss */
#info a {
  text-decoration: underline;
}

/* --- PERCENTAGE ------------------------------ */
/* line 4, ../sass/imports/_percentage.scss */
#percentage .items {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 4.375rem -15px 1rem;
}
/* line 8, ../sass/imports/_percentage.scss */
#percentage .items .item {
  text-align: center;
  width: calc(100% / 7);
  padding: 0 15px;
  margin-bottom: 0;
}
/* line 13, ../sass/imports/_percentage.scss */
#percentage .items .item__percent {
  font-weight: 700;
  font-size: 2.2em;
  color: #005aa9;
}
/* line 18, ../sass/imports/_percentage.scss */
#percentage .items .item__bar {
  position: relative;
  height: 8px;
  border-radius: 4px;
  background-color: rgba(0, 90, 169, 0.2);
  margin: 20px 0 15px;
}
/* line 24, ../sass/imports/_percentage.scss */
#percentage .items .item__bar__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #005aa9;
  border-radius: 4px;
}
/* line 33, ../sass/imports/_percentage.scss */
#percentage .items .item__description {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
}
/* line 40, ../sass/imports/_percentage.scss */
#percentage .items .item--green .item__percent {
  color: #00ac35;
}
/* line 43, ../sass/imports/_percentage.scss */
#percentage .items .item--green .item__bar {
  background-color: rgba(0, 172, 53, 0.2);
}
/* line 45, ../sass/imports/_percentage.scss */
#percentage .items .item--green .item__bar__inner {
  background-color: #00ac35;
}

@media screen and (max-width: 1280px) {
  /* line 58, ../sass/imports/_percentage.scss */
  #percentage .items .item {
    width: 250px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 510px) {
  /* line 71, ../sass/imports/_percentage.scss */
  #percentage .items .item__description br {
    display: none;
  }
}
/* --- BENEFITS -------------------------------- */
/* line 4, ../sass/imports/_benefits.scss */
#benefits .boxes {
  margin-bottom: 6.5rem;
}
/* line 6, ../sass/imports/_benefits.scss */
#benefits .boxes .box {
  display: flex;
  align-items: stretch;
  box-shadow: 16px 16px 40px 0px rgba(0, 0, 0, 0.15);
  background-color: #005aa9;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
  margin-top: 6.5rem;
}
/* line 13, ../sass/imports/_benefits.scss */
#benefits .boxes .box .image {
  width: 48.6%;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 20, ../sass/imports/_benefits.scss */
#benefits .boxes .box .content {
  width: 51.4%;
  color: #fff;
  padding: 2.5rem;
}
/* line 26, ../sass/imports/_benefits.scss */
#benefits .boxes .box h3 {
  margin-bottom: 2rem;
}
/* line 30, ../sass/imports/_benefits.scss */
#benefits .boxes .box p {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.2;
}
/* line 36, ../sass/imports/_benefits.scss */
#benefits .boxes .box ul {
  margin: 0;
  list-style-type: none;
}
/* line 39, ../sass/imports/_benefits.scss */
#benefits .boxes .box ul li {
  position: relative;
  padding-left: 1.2rem;
  letter-spacing: 0.005em;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
/* line 46, ../sass/imports/_benefits.scss */
#benefits .boxes .box ul li::before {
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 2rem;
  background-color: #ffffff;
  position: absolute;
  left: 0rem;
  top: 0.5rem;
}
/* line 59, ../sass/imports/_benefits.scss */
#benefits .boxes .box-1 {
  background: #005aa9;
}
/* line 63, ../sass/imports/_benefits.scss */
#benefits .boxes .box-2 {
  background: #00ac35;
}

@media screen and (max-width: 1280px) {
  /* line 72, ../sass/imports/_benefits.scss */
  #benefits .boxes {
    margin-bottom: 4.4rem;
  }
  /* line 74, ../sass/imports/_benefits.scss */
  #benefits .boxes .box {
    margin-top: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  /* line 83, ../sass/imports/_benefits.scss */
  #benefits .boxes {
    margin-bottom: 3.2rem;
  }
  /* line 85, ../sass/imports/_benefits.scss */
  #benefits .boxes .box {
    flex-direction: column;
    margin-top: 3.2rem;
    max-width: 37.5rem;
  }
  /* line 90, ../sass/imports/_benefits.scss */
  #benefits .boxes .box .image {
    width: 100%;
    height: 34rem;
  }
  /* line 95, ../sass/imports/_benefits.scss */
  #benefits .boxes .box .content {
    width: 100%;
    padding: 2rem 1rem;
  }
  /* line 100, ../sass/imports/_benefits.scss */
  #benefits .boxes .box h3 {
    letter-spacing: 0.005em;
    margin-bottom: 1.8rem;
  }
  /* line 105, ../sass/imports/_benefits.scss */
  #benefits .boxes .box p {
    margin-bottom: 0.65rem;
    font-size: 1.2rem;
  }
  /* line 110, ../sass/imports/_benefits.scss */
  #benefits .boxes .box ul {
    margin-left: 0.4rem;
  }
  /* line 113, ../sass/imports/_benefits.scss */
  #benefits .boxes .box ul li {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-bottom: 0.65rem;
  }
}
@media screen and (max-width: 500px) {
  /* line 128, ../sass/imports/_benefits.scss */
  #benefits .boxes .box .image {
    height: 80vw;
  }
}
/* --- ADDITIONAL ------------------------------ */
/* line 4, ../sass/imports/_additional.scss */
#additional .boxes {
  margin-bottom: 6.5rem;
}
/* line 6, ../sass/imports/_additional.scss */
#additional .boxes .box {
  display: flex;
  align-items: stretch;
  box-shadow: 16px 16px 40px 0px rgba(0, 0, 0, 0.15);
  background-color: #005aa9;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
  margin-top: 6.5rem;
}
/* line 13, ../sass/imports/_additional.scss */
#additional .boxes .box .image {
  width: 48.6%;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 20, ../sass/imports/_additional.scss */
#additional .boxes .box .content {
  width: 51.4%;
  color: #fff;
  padding: 2.5rem;
}
/* line 25, ../sass/imports/_additional.scss */
#additional .boxes .box h3 {
  margin-bottom: 2rem;
}
/* line 29, ../sass/imports/_additional.scss */
#additional .boxes .box p {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.2;
}
/* line 35, ../sass/imports/_additional.scss */
#additional .boxes .box p.big strong {
  font-weight: 700;
  font-size: 1.875rem;
  text-transform: uppercase;
}
/* line 43, ../sass/imports/_additional.scss */
#additional .boxes .box ul {
  margin: 0;
  list-style-type: none;
}
/* line 46, ../sass/imports/_additional.scss */
#additional .boxes .box ul li {
  position: relative;
  padding-left: .35rem;
  letter-spacing: 0.005em;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
/* line 53, ../sass/imports/_additional.scss */
#additional .boxes .box ul li::before {
  content: "-";
  position: absolute;
  left: -0.4rem;
  top: 0.05rem;
}
/* line 62, ../sass/imports/_additional.scss */
#additional .boxes .box-1 {
  background: #005aa9;
}
/* line 66, ../sass/imports/_additional.scss */
#additional .boxes .box-2 {
  background: #00ac35;
}

@media screen and (max-width: 1280px) {
  /* line 75, ../sass/imports/_additional.scss */
  #additional .boxes {
    margin-bottom: 4.4rem;
  }
  /* line 77, ../sass/imports/_additional.scss */
  #additional .boxes .box {
    margin-top: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  /* line 86, ../sass/imports/_additional.scss */
  #additional .boxes {
    margin-bottom: 3.2rem;
  }
  /* line 88, ../sass/imports/_additional.scss */
  #additional .boxes .box {
    flex-direction: column;
    margin-top: 3.2rem;
    max-width: 37.5rem;
  }
  /* line 93, ../sass/imports/_additional.scss */
  #additional .boxes .box .image {
    width: 100%;
    height: 34rem;
  }
  /* line 98, ../sass/imports/_additional.scss */
  #additional .boxes .box .content {
    width: 100%;
    padding: 2rem 1rem;
  }
  /* line 103, ../sass/imports/_additional.scss */
  #additional .boxes .box h3 {
    letter-spacing: 0.005em;
    margin-bottom: 1.8rem;
  }
  /* line 108, ../sass/imports/_additional.scss */
  #additional .boxes .box p {
    margin-bottom: 0.65rem;
    font-size: 1.2rem;
  }
  /* line 113, ../sass/imports/_additional.scss */
  #additional .boxes .box p.big strong {
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
  }
  /* line 121, ../sass/imports/_additional.scss */
  #additional .boxes .box ul {
    margin-left: 0.4rem;
  }
  /* line 124, ../sass/imports/_additional.scss */
  #additional .boxes .box ul li {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-bottom: 0.65rem;
  }
}
@media screen and (max-width: 500px) {
  /* line 139, ../sass/imports/_additional.scss */
  #additional .boxes .box .image {
    height: 80vw;
  }
}
/* --- FOOTER ---------------------------------- */
/* line 3, ../sass/imports/_footer.scss */
#footer {
  padding-bottom: 1.875rem;
}
/* line 6, ../sass/imports/_footer.scss */
#footer .text {
  font-size: 18px;
  line-height: 1.2;
  color: #58595b;
  text-align: center;
}
/* line 11, ../sass/imports/_footer.scss */
#footer .text br {
  display: none;
}

@media screen and (max-width: 1280px) {
  /* line 18, ../sass/imports/_footer.scss */
  #footer {
    padding-bottom: .6rem;
  }
}
@media screen and (max-width: 768px) {
  /* line 24, ../sass/imports/_footer.scss */
  #footer {
    padding-bottom: 1.5rem;
  }
  /* line 27, ../sass/imports/_footer.scss */
  #footer .text {
    font-size: 16px;
  }
  /* line 30, ../sass/imports/_footer.scss */
  #footer .text br {
    display: block;
  }
}
