/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* New variables */
.mobile-nav {
  display: none;
}

.get-helped {
  display: none;
}

.t-inline {
  font-size: 30px;
  text-align: center;
  display: block;
  margin: 100px 0;
  color: #144864;
  width: 100%;
}

.form-title h2 {
  font-weight: 700;
}

.top-sec {
  position: relative;
}

.users {
  position: absolute;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 70vh;
  opacity: 0.2;
}
.users .user {
  width: 8.3333333333%;
  position: relative;
}
.users .user img {
  display: block;
  width: 100%;
  margin: auto;
}
.users .user:nth-child(odd) {
  top: 30px;
}

.is-head {
  min-height: 50vh;
  padding: 200px 0 100px;
  position: relative;
  z-index: 2;
}
.is-head .title {
  width: 100%;
  margin-bottom: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.is-head .title h1, .is-head .title .is-yellow {
  font-size: 80px;
  font-weight: 900;
  font-family: "Barlow";
  color: #434343;
  margin: 10px 0;
  text-transform: uppercase;
  line-height: 80px;
}
.is-head .title .is-yellow {
  color: #f1b60d;
}
.is-head .title a {
  margin-top: 50px;
}

.features {
  text-align: center;
  padding: 50px;
  align-self: stretch;
  background-color: #1c5878;
  border-radius: 50px;
  box-shadow: 0 0 50px 0 rgba(29, 88, 120, 0.25);
  margin-top: 100px;
}
.features h2 {
  color: #fff;
  font-family: "Barlow" !important;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 50px;
}
.features h2 .is-yellow {
  color: #f1b60d;
  font-family: "Barlow" !important;
}
.features .f-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.features .f-wrap .f-unit {
  width: 30%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.features .f-wrap .f-unit .lg {
  padding: 0px;
  border-radius: 12px;
  background: #28739c;
  font-size: 36px;
  margin: 0;
  border: solid 3px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}
.features .f-wrap .f-unit .lg img {
  width: 100%;
  display: block;
  margin: auto;
  max-width: 50px;
}
.features .f-wrap .f-unit h3 {
  color: #fff;
  font-family: "Barlow" !important;
  font-size: 16px;
  margin-bottom: 20px;
}
.features .f-wrap .f-unit h3 .is-yellow {
  font-family: "Barlow" !important;
}
.features .f-wrap .f-unit p {
  color: #fff;
}

.t-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px auto;
  max-width: 900px;
}
.t-wrap .t-unit {
  width: 24%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0 0 60px 0 rgba(29, 88, 120, 0.15);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.t-wrap .t-unit img {
  display: block;
  width: 100%;
  margin: auto;
}
.t-wrap .t-unit p {
  position: absolute;
  background-color: #fff;
  bottom: 10px;
  width: 90%;
  border-radius: 40px;
  text-align: center;
  padding: 5px 0;
  font-family: "Barlow";
  font-size: 14px;
  font-weight: bold;
}
.t-wrap .t-unit span {
  font-size: 12px;
  background-color: #f1b60d;
  color: #fff;
  border-radius: 10px;
  padding: 3px 5px;
  margin-left: 5px;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 150px;
  margin-top: 100px;
}
.hero iframe {
  height: 50vh;
  width: 70%;
  border-radius: 30px;
  overflow: hidden;
}

.vp-wrap {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  width: 48%;
}
.vp-wrap ul {
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  font-size: 20px;
  list-style-type: none;
  margin-bottom: 50px;
}
.vp-wrap ul li {
  display: flex;
  align-items: center;
}
.vp-wrap ul li svg {
  width: 20px;
  margin-right: 15px;
}
.vp-wrap ul li svg path {
  fill: #f1b60d;
}
.vp-wrap ul span {
  margin-left: 7px;
}
.vp-wrap .br-boxed {
  display: flex;
  justify-content: center;
  align-self: center;
  flex-direction: column;
}
.vp-wrap a {
  font-size: 20px;
  max-width: 300px;
}

.is-how {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.is-how h2 {
  font-family: "Barlow" !important;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 100px;
  text-align: center;
  display: block;
  width: 100%;
}
.is-how h2 .is-yellow {
  color: #f1b60d;
  font-family: "Barlow" !important;
}
.is-how .str {
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  align-items: flex-start;
  max-width: 800px;
}
.is-how .str .ihu {
  width: 48%;
  margin-bottom: 50px;
  box-shadow: 0 0 60px 0 rgba(29, 88, 120, 0.15);
}
.is-how .str .ihu:last-child {
  margin-bottom: 0;
}
.is-how .str .t {
  padding: 20px;
}
.is-how .str .t h3 {
  font-family: "Barlow";
}
.is-how .str .t h3 .is-n {
  background-color: #f68506 !important;
  top: -35px !important;
  box-shadow: 0 0 60px 0 rgba(29, 88, 120, 0.15);
}
.is-how .str .t p {
  text-align: center;
}
.is-how .ihu {
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
.is-how .ihu .img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.is-how .ihu .img img {
  display: block;
  width: 100%;
  margin: auto;
}
.is-how .ihu .t h3 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f1b60d;
  position: relative;
  padding: 20px 0;
}
.is-how .ihu .t h3 .is-n {
  position: absolute;
  top: -20px;
  width: 30px;
  height: 30px;
  background-color: #144864;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  border-radius: 100%;
}

.inline-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 100px 0;
  width: 100%;
}

.why {
  padding: 100px 0;
}
.why h2 {
  font-family: "Barlow" !important;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 100px;
  text-align: center;
  display: block;
  width: 100%;
}
.why h2 .is-yellow {
  color: #f1b60d;
  font-family: "Barlow" !important;
}
.why .w-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: auto;
}
.why .w-wrap .w-col {
  width: 50%;
}
.why .w-wrap .w-col img {
  width: 100%;
  display: block;
  margin: auto;
}
.why .w-wrap .w-l {
  width: 40%;
}
.why .w-wrap .w-r {
  width: 50%;
}
.why .wr-unit {
  margin-bottom: 30px;
}
.why .wr-unit h3 {
  font-family: "Barlow" !important;
}
.why .wr-unit:last-of-type {
  margin-bottom: 0;
}

.section-header {
  max-width: 95%;
  margin: auto;
  margin-bottom: 50px;
}
.section-header h2 {
  font-size: 40px;
  line-height: 45px;
}
.section-header p {
  font-size: 15px;
  line-height: 25px;
}
.section-header a {
  width: calc(70% - 50px);
  display: block;
  margin: auto;
  max-width: 250px;
}

.section-header {
  margin: auto;
  max-width: 800px;
  text-align: center;
}
.section-header h2 {
  color: #434343;
  font-family: "Barlow" !important;
  font-size: 50px;
  line-height: 50px;
}
.section-header .is-yellow {
  font-family: "Barlow" !important;
}
.section-header p {
  color: #434343;
  font-size: 20px;
  font-weight: 400;
  margin: 30px auto;
  line-height: 35px;
  max-width: 650px;
}

.last-cta {
  background-color: #f5fbff;
  padding: 100px 0;
}

.grey-stripe {
  background-color: #005a7b;
  padding: 100px 0;
}
.grey-stripe .t-inline {
  margin: 0 0 100px 0;
}
.grey-stripe h2 {
  font-family: "Barlow" !important;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 50px;
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
}
.grey-stripe h2 .is-yellow {
  color: #f1b60d;
  font-family: "Barlow" !important;
}
.grey-stripe .ihu {
  background: #154864;
}
.grey-stripe .ihu .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.grey-stripe .ihu .logo img {
  max-width: 50px;
}
.grey-stripe .ihu .img {
  border-radius: 10px;
  overflow: hidden;
  padding: 0 20px;
}
.grey-stripe .ihu .img iframe {
  overflow: hidden;
  border-radius: 10px;
}
.grey-stripe .ihu ul {
  margin: 20px 0;
  line-height: 30px;
}
.grey-stripe .ihu ul li {
  text-align: center;
  color: #fff;
}
.grey-stripe .ihu .name {
  color: #f1b60d;
  font-size: 20px;
  font-family: "Barlow";
  font-weight: 700;
}
.grey-stripe .ihu .star-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  max-width: 80px;
  margin: auto;
}

.is-top .is-h {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: solid 1px #f0f0f0;
}
.is-top .is-h .hl, .is-top .is-h .hr {
  width: 50%;
}
.is-top .hr {
  display: flex;
  justify-content: center;
}
.is-top .hr img {
  max-width: 350px;
}
.is-top .hl h3 {
  color: #144864;
  margin: 20px 0;
}
.is-top .hl p, .is-top .hl li {
  font-size: 17px;
}
.is-top .hl ol {
  padding-left: 30px;
}

.tp-list {
  margin: 100px auto;
  padding-bottom: 150px;
  background-image: url("../../images/home/hexagons-bg-oPtosPR.jpg");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center 200px;
}
.tp-list .card-main {
  border: none;
}
.tp-list .card-main .cm-bot a h3 {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.tp-list .card-main:hover {
  transform: translateY(0);
}

.is-hp p {
  text-align: center;
  max-width: 500px;
  margin: auto;
}

.glide__bullets {
  position: absolute;
  width: 100%;
  bottom: -80px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 48%;
}

.glide__bullet {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #1c5878;
}

.glide__bullet--active {
  background-color: #f1b60d;
}

.glide__arrows {
  position: absolute;
  top: 118%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.glide__arrows button {
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  padding: 10px;
}
.glide__arrows button svg {
  width: 20px;
}
.glide__arrows button svg path {
  fill: #f1b60d;
}

.glide__arrow--left {
  left: -10%;
  position: relative;
}
.glide__arrow--left svg {
  transform: rotate(180deg);
}

.glide__arrow--right {
  right: -10%;
  position: relative;
}

.arrows-inner {
  width: 30%;
  display: flex;
  justify-content: space-between;
}

.q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #144864;
  min-height: 30vh;
}

.ql, .qr {
  width: 50%;
}

.ql {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50vh;
}
.ql img {
  display: block;
  width: 100%;
}

.qr-i {
  max-width: 80%;
  margin: 50px auto;
}

.tool-slider {
  margin-bottom: 50px;
  position: relative;
}

.glide img {
  width: 80%;
  margin: auto;
}

.glide__arrows {
  height: 20px;
  position: absolute;
  bottom: 50%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.glide__arrows svg {
  width: 20px;
}
.glide__arrows svg path {
  fill: #1c5878;
}
.glide__arrows button {
  background-color: rgba(0, 0, 0, 0);
}

.glide__bullets {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 50px;
  margin: auto;
  margin-top: 20px;
}

.glide__bullet {
  width: 10px;
  height: 10px;
  background-color: #f0f0f0;
  margin-right: 2px;
}

.glide__bullet--active {
  background-color: #f1b60d;
}

.last-action {
  margin-bottom: 100px;
}

.main-action h3 {
  text-align: center;
  color: #f1b60d;
}
.main-action p {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.main-action label {
  color: #fff;
}
.main-action .ft-info {
  font-size: 13px;
  color: #fff;
}
.main-action .send {
  margin-bottom: 100px;
}
.main-action #email {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}

.floating-cta {
  position: fixed;
  bottom: -105px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  padding: 20px 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
.floating-cta a {
  font-size: 20px;
}

.sticky .floating-cta {
  bottom: 0;
}

.collapse .collapsible {
  color: #fff;
  border: none;
  border-bottom: solid 1px #c0c0c0;
  border-radius: 0;
}

.collapse .content {
  border: none;
}
.collapse .content p {
  color: #fff;
}

.logo-s {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
}
.logo-s .ls {
  width: 15%;
}
.logo-s .ls img {
  width: 100%;
  display: block;
  margin: auto;
}

.download {
  background-color: rgb(28, 88, 120);
  padding: 60px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
.download .download-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.download .download-inner .download-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
}
.download .download-inner .download-item .h-download h2 {
  font-size: 50px;
  color: #fff;
  line-height: 50px;
  letter-spacing: -2px;
  margin: 20px 0;
}
.download .download-inner .download-item .h-download .p-download {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
}
.download .download-inner .download-picture {
  width: 30%;
}
.download .download-inner .download-picture img {
  width: 100%;
  display: block;
  margin: auto;
}
.download .download-inner .cta-download {
  margin: 40px 0;
  display: flex;
  justify-content: flex-start;
}
.download .download-inner .main-cta {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}

.faq {
  margin-bottom: 150px;
}
.faq h2 {
  font-family: "Barlow" !important;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 100px;
  text-align: center;
  display: block;
  width: 100%;
}
.faq h2 .is-yellow {
  color: #f1b60d;
  font-family: "Barlow" !important;
}
.faq .section-header {
  margin-bottom: 120px;
}
.faq .faq-accordion {
  max-width: 700px;
  margin: 0 auto;
}
.faq .faq-accordion .faq-item {
  border-radius: 20px;
  border: 1.2px solid #dbdbdb;
  background: #fff;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq .faq-accordion .faq-item:hover, .faq .faq-accordion .faq-item.active {
  border: 1.2px solid #f1b60d;
  background: #fef6e2;
  box-shadow: 0 0 0 0.8px #f1b60d;
}
.faq .faq-accordion .faq-item.active .faq-icon {
  transform: rotate(180deg);
}
.faq .faq-accordion .faq-item.active .faq-answer {
  max-height: 200px;
  padding: 20px 16px;
  opacity: 1;
}
.faq .faq-accordion .faq-item .faq-question {
  display: flex;
  padding: 20px 16px;
  align-items: center;
  cursor: pointer;
  background: transparent;
  border: none;
  text-align: left;
  justify-content: space-between;
}
.faq .faq-accordion .faq-item .faq-question h3 {
  color: #434343;
  font-family: "Brandon";
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  flex-grow: 1;
}
.faq .faq-accordion .faq-item .faq-question .faq-icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
  margin-left: 16px;
  flex-shrink: 0;
}
.faq .faq-accordion .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.faq .faq-accordion .faq-item .faq-answer p {
  color: #434343;
  font-family: "Brandon";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

@media screen and (max-width: 700px) {
  .is-head .title h1, .is-head .title .is-yellow {
    font-size: 50px;
    line-height: 50px;
  }
  .hero {
    margin-bottom: 100px;
    margin-top: 100px;
  }
  .hero iframe {
    height: 230px;
    width: 95%;
  }
  .why .wr-unit {
    margin-bottom: 50px;
  }
  .features h2 {
    font-size: 30px;
  }
  .f-wrap {
    flex-wrap: wrap;
  }
  .features .f-wrap .f-unit {
    width: 100%;
    margin-bottom: 30px;
  }
  .features .f-wrap .f-unit h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .is-how .str .ihu {
    width: 100%;
    margin-bottom: 20px;
  }
  .is-how h2 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 50px;
  }
  .is-head {
    padding: 50px 0;
  }
  .grey-stripe h2 {
    font-size: 30px;
  }
  .is-how .ihu {
    width: 100%;
    margin-bottom: 20px;
  }
  .why .w-wrap {
    flex-wrap: wrap;
  }
  .why .w-wrap .w-l {
    width: 100%;
    margin-bottom: 50px;
  }
  .why .w-wrap .w-col img {
    width: 70%;
  }
  .why h2 {
    margin-bottom: 20px;
  }
  .why .w-wrap .w-r {
    width: 100%;
    text-align: center;
  }
  .why {
    padding: 50px 0;
  }
  .section-header h2 {
    color: #434343;
    font-family: "Barlow" !important;
    font-size: 30px;
    line-height: 40px;
  }
  .section-header p {
    font-size: 18px;
  }
  .t-wrap .t-unit {
    width: 48%;
  }
  .t-wrap .t-unit p {
    font-size: 12px;
  }
  .t-wrap {
    margin: 50px 0;
  }
  .section-header {
    max-width: 90%;
  }
  .download {
    padding: 40px;
  }
  .download .download-inner {
    flex-wrap: wrap;
  }
  .download .download-inner .download-item .h-download h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
  }
  .download .download-inner .main-cta {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
    width: calc(100% - 10px);
    display: block;
    margin-bottom: 50px;
  }
  .download-item, .download-picture {
    width: 100% !important;
  }
  .faq {
    margin-bottom: 100px;
  }
}
.page-landing-loueur .card-main .cm-top img {
  max-height: 147px;
  max-width: 215px;
  object-fit: cover;
}

/*# sourceMappingURL=page-landing-loueur.output.css.map */
