@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("./font/NeueHaasDisplay-Black.eot");
  src: local("./font/NeueHaasDisplay-Black"), url("./font/NeueHaasDisplay-Black.eot?#iefix") format("embedded-opentype"), url("./font/NeueHaasDisplay-Black.woff2") format("woff2"), url("./font/NeueHaasDisplay-Black.woff") format("woff"), url("./font/NeueHaasDisplay-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("./font/NeueHaasDisplay-Roman.eot");
  src: local("./font/NeueHaasDisplay-Roman"), url("./font/NeueHaasDisplay-Roman.eot?#iefix") format("embedded-opentype"), url("./font/NeueHaasDisplay-Roman.woff2") format("woff2"), url("./font/NeueHaasDisplay-Roman.woff") format("woff"), url("./font/NeueHaasDisplay-Roman.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("NeueHaasDisplay-Bold.eot");
  src: local("NeueHaasDisplay-Bold"), url("./font/NeueHaasDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("./font/NeueHaasDisplay-Bold.woff2") format("woff2"), url("./font/NeueHaasDisplay-Bold.woff") format("woff"), url("./font/NeueHaasDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.header {
  background: #fff;
  padding: 0.4rem 0.8rem;
  z-index: 100;
  position: fixed;
  width: 100%;
  top: 0;
  transition-timing-function: ease-out;
  transition: 1s;
}
.header .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}
.header .logo-header {
  height: 48px;
  cursor: pointer;
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.header ul.menu {
  display: none;
  opacity: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  transition: opacity 0.3s ease-in-out;
}
.header ul.menu.active {
  display: block;
  opacity: 1;
  padding-right: 20px;
}
.header ul.menu li a {
  text-decoration: none;
  padding: 0.3rem 0;
  display: block;
  color: #0B3179;
  transition: color 0.5s linear;
}
.header ul.menu li a:hover {
  color: #014bd7;
}
.header ul.menu .btn-primary, .header ul.menu .btn-secondary {
  display: none;
}

.wrap-menu {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
}

@supports (-webkit-touch-callout: none) {
  .header .container {
    text-align: left !important;
  }
  .logo-header {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .wrap-menu {
    min-width: 100px !important;
  }
}
:root {
  --bar-bg: #0B3179;
}

.menu-icon {
  position: relative;
  width: 40px;
  height: 50px;
  cursor: pointer;
}
.menu-icon .menu-icon__cheeckbox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 2;
  -webkit-touch-callout: none;
  position: absolute;
  opacity: 0;
}
.menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 12px;
}
.menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--bar-bg, #000);
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.menu-icon span:first-of-type {
  top: 0;
}
.menu-icon span:last-of-type {
  bottom: 0;
}
.menu-icon.active span:first-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
  transform: rotate(45deg);
  top: 5px;
}
.menu-icon.active span:last-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
  transform: rotate(-45deg);
  bottom: 5px;
}
.menu-icon.active:hover span:first-of-type, .menu-icon.active:hover span:last-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:first-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:last-of-type {
  width: 22px;
}
@media (min-width: 1024px) {
  .menu-icon:hover span:first-of-type {
    width: 26px;
  }
  .menu-icon:hover span:last-of-type {
    width: 12px;
  }
}

@media (max-width: 1200px) {
  .btn-secondary:hover {
    background: none !important;
  }
}
@media (min-width: 759px) {
  .header .logo {
    max-height: 70px;
  }
  .header ul.menu li a {
    text-decoration: none;
  }
}
@media (min-width: 1120px) {
  .header {
    position: fixed;
    top: 0px;
    width: 100%;
    padding: 0.4rem 0rem 0.4rem 0;
    transition-timing-function: ease-out;
    /* A litttttle slower on the way in */
    transition: 1s;
  }
  .header .logo-header {
    max-height: 64px;
  }
  .header .container {
    display: flex;
    align-items: center;
    padding: 0 0.8rem;
  }
  .header .btn.btn-primary.btn-contact {
    text-decoration: none;
    display: block;
  }
  .header ul.menu {
    opacity: 1;
    margin-left: auto;
    display: flex;
    align-items: center;
    list-style: none;
    width: auto;
    /*padding-inline-end: 2rem;*/
  }
  .header ul.menu .btn-secondary {
    display: block;
  }
  .header ul.menu li {
    padding: 0.4rem 0.8rem;
  }
  .header ul.menu li .btn-primary {
    text-decoration: none !important;
    display: block;
    /*border: 1px solid $color-text;
                color:$color-text;
                background-color:$white;*/
    padding: 0.5rem 1.4rem;
    color: #fff;
    margin-right: 15px;
  }
  .header ul.menu li .btn-primary:hover {
    /*  background-color:$color-text;
                color:$white;*/
  }
  .menu-icon, .wrap-menu {
    display: none;
  }
  .btn-small {
    display: none;
  }
}
@media (min-width: 1120px) and (max-width: 1300px) {
  .header ul.menu li {
    padding: 0.4rem 0.4rem;
  }
  .header ul.menu li a {
    font-size: 0.9rem;
  }
  .header .btn.btn-primary, .header .btn.btn-secondary {
    padding: 0.4rem 0.8rem;
  }
  .header .logo-header {
    max-height: 54px;
  }
}
.hero {
  height: 90vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: url("./images/bg-hero-3.jpg") center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  padding: 0 0.8rem;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  /* &::after{
       content: '';
       position: absolute;
       bottom: -20px;
       right: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background: #fff;
       transform: skewY(4deg);
       transform-origin: top left;
       z-index: 1;
       height: 100px;
   }*/
}
.hero .text {
  z-index: 1;
}
.hero h1 {
  color: #fff;
  margin-block-start: 8rem;
  margin-block-end: 2rem;
}
.hero h1 span.headline {
  font-size: clamp(1.6rem, 4vw, 2.5rem);
}
.hero h1 .bottomheadline {
  font-size: clamp(1.8rem, 90vw, 2.8rem);
}
.hero h1 .line {
  margin-bottom: 10px;
}
@media (min-width: 350px) {
  .hero h1 .bottomheadline {
    font-size: clamp(1.8rem, 100vw, 3rem);
  }
}
.hero h1 span.headline, .hero h1 span.bottomheadline {
  overflow: hidden;
  line-height: 1;
  margin-bottom: 0;
}
.hero h1 span.headline span, .hero h1 span.bottomheadline span {
  display: block;
  transform: translateY(0);
  text-shadow: 0px 5px 25px rgba(0, 0, 0, 0.4);
}
.hero .btn-primary {
  border: 1px solid transparent;
}

.poly {
  margin-top: -217px;
  position: relative;
  height: 90%;
  width: 100%;
  mix-blend-mode: overlay !important;
}

@media (max-width: 390px) {
  .poly {
    margin-top: -217px;
    position: relative;
    height: 90% !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    mix-blend-mode: overlay !important;
  }
}
.poly svg {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay !important;
}

.test {
  animation: test 4s ease;
  animation-fill-mode: backwards;
  animation-delay: 3s;
}

.test2 {
  animation: test2 3.25s ease;
  animation-fill-mode: backwards;
  animation-delay: 3s;
}

.test3 {
  animation: test2 3s ease backwards;
  animation-fill-mode: backwards;
  animation-delay: 3s;
}

@keyframes test {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes test2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes test3 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .hero {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    height: calc(100vh + 80px);
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .hero::after {
    content: "";
    bottom: -6px;
    transform: skewY(4deg);
    height: 185px;
  }
  .hero .text {
    width: 100%;
    padding-inline-start: 5rem;
    max-width: 480px;
  }
  .hero h1 {
    margin-block-start: -6rem;
  }
  .poly {
    margin-top: 0px;
    position: relative;
    height: 70%;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .hero .text {
    max-width: 600px;
  }
  .hero h1 span.subtitle,
  .hero h1 .bottomheadline {
    font-size: clamp(1.8rem, 90vw, 4.3rem);
  }
}
@media (min-width: 1600px) {
  .hero .text {
    max-width: 700px;
  }
  .hero h1 span.subtitle,
  .hero h1 .bottomheadline {
    font-size: clamp(1.8rem, 90vw, 5rem);
  }
}
.about {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 2rem 0;
}
.about h2 {
  margin-block-start: 0;
}
.about .container-picture {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  min-height: 135px;
}
.about .picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  .about {
    padding: 5rem 0.8rem 5rem 0.8rem;
  }
  .about h2 {
    margin-bottom: 0;
  }
  .about .max-container {
    max-width: 1440px;
  }
  .container-picture {
    min-height: 435px;
  }
}
@media (min-width: 1600px) {
  /* .about {
       padding: 5rem $padding-x 6rem $padding-x ;
   }*/
}
.reviews {
  position: relative;
  z-index: 1;
  background: #0B3179;
  padding: 2rem 0 2rem 0rem;
}
.reviews h2 {
  display: block;
  font-size: clamp(1.6rem, 4vw, 38px);
  position: relative;
  margin-bottom: 1.1rem;
  color: #fff;
  text-align: center;
  margin-bottom: 2.5rem;
}
.reviews h2::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  border-radius: 8px;
  background: linear-gradient(90deg, #FBB03B 0%, #F7931E 100%);
  bottom: -10px;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
}
.reviews .icon {
  height: 60px;
}
.reviews .col-12.col-md-4 {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .reviews {
    padding: 2rem 0 8rem 0rem;
  }
  .reviews .col-12.col-md-4 {
    margin-bottom: 0;
  }
}
.benefit {
  background-color: #f5f5f5;
}
.benefit .container-benefit {
  background: linear-gradient(126deg, #5DB53C 5.11%, #358E36 68.91%);
  padding: 2rem 1rem 2rem 1rem;
}
.benefit .container-picture {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 335px;
}
.benefit .picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.benefit p {
  line-height: 1.4rem;
}
.benefit h2 {
  display: block;
  font-size: clamp(1.6rem, 4vw, 38px);
  position: relative;
  margin-bottom: 1.1rem;
  color: #fff;
  margin-bottom: 2.5rem;
  margin-top: 0;
}
.benefit h2::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  border-radius: 8px;
  background: linear-gradient(90deg, #FBB03B 0%, #F7931E 100%);
  bottom: -10px;
  left: 0;
}

@media (min-width: 992px) {
  .benefit .row {
    flex-direction: row-reverse;
  }
  .benefit .container-benefit {
    padding: 2rem 2rem 2rem 2rem;
    min-height: 660px;
  }
  .benefit .picture {
    top: -3rem;
  }
}
@media (min-width: 1400px) {
  .benefit .container-picture {
    border-radius: 0 15px 0 0;
    z-index: 10;
    margin-top: -1rem;
    overflow: hidden;
  }
  .benefit .container-benefit {
    padding: 4rem 1rem 6rem 3rem;
    border-radius: 0 0 0 15px;
  }
}
.footer {
  position: relative;
  background: linear-gradient(127deg, #0B3179 43.63%, #1048B2);
  padding-block-start: 0.5rem;
  position: relative;
}
.footer .container {
  padding: 2rem 0.8rem;
}
.footer .logo {
  max-height: 60px;
}
.footer .contact-footer .coordinate {
  border-top: 1px solid #fff;
  color: #fff;
  padding-block-start: 0.4rem;
  margin-block-start: 0.8rem;
}
.footer .contact-footer .coordinate p {
  margin-bottom: 0.2rem;
  margin-top: 0.5rem;
}
.footer .contact-link {
  display: flex;
  align-items: center;
  margin-left: auto;
  border-top: 1px solid #fff;
  padding-block-start: 1rem;
  margin-bottom: 0;
}
.footer .contact-link li {
  margin-right: 1rem;
}
.footer .contact-link li a {
  text-decoration: none;
  color: #fff;
}
.footer .contact-link li a:hover {
  color: #fff;
  text-decoration: underline;
}

.decoration {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transform: skewY(5deg);
  transform-origin: top left;
  z-index: 1;
  height: 150px;
  background: #fff url("./images/footer.jpg") center top/cover;
}

@media (min-width: 992px) {
  .footer .decoration {
    top: -100px;
    background: #fff url("./images/footer.jpg") center center/cover;
    height: 250px;
  }
  .footer .container {
    display: flex;
    align-items: center;
  }
  .footer .contact-footer {
    display: flex;
    align-items: center;
  }
  .footer .contact-footer .coordinate {
    border-top: 0px solid #fff;
    border-left: 1px solid #fff;
    color: #fff;
    padding-inline-start: 0.8rem;
    margin-inline-start: 0.8rem;
    padding-top: 0;
    padding-bottom: 0;
    width: 450px;
  }
  .footer .contact-footer .coordinate p:first-child {
    margin-top: 0;
  }
  .footer .contact-footer .coordinate p:last-child {
    margin-bottom: 0;
  }
  .footer .contact-link {
    display: flex;
    align-items: center;
    margin-left: auto;
    border-top: 0px solid #fff;
    padding-block-start: 0rem;
  }
  .footer .contact-link li a {
    color: #fff;
  }
}
.panel-contact {
  background: #fff url("./images/icon-tercy.png") 40% 20% no-repeat;
  background-size: cover;
  bottom: 0;
  box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, 0.2), 0 0 10px 1px rgba(0, 6, 6, 0.15);
  display: none;
  opacity: 0;
  left: 0;
  margin: 0;
  position: fixed;
  transform: translateX(0);
  width: 100%;
  z-index: 10000;
}
.panel-contact .container {
  padding: 2rem 0.8rem;
}
.panel-contact .logo {
  max-height: 70px;
}
.panel-contact .contact .coordinate {
  border-top: 1px solid #0B3179;
  border-bottom: 1px solid #0B3179;
  color: #0B3179;
  padding-block-start: 0.4rem;
  padding-block-end: 0.4rem;
  margin-block-start: 0.8rem;
}
.panel-contact .contact .coordinate p {
  margin-bottom: 0.2rem;
  margin-top: 0.5rem;
}
.panel-contact a {
  text-decoration: none;
}

.panel-contact.active {
  animation: slide-dealer 0.3s ease-out;
  opacity: 1;
  display: block;
}

.panel-contact.close-panel {
  opacity: 1;
  animation: slide-dealer-reverse 3.3s ease-out;
}

.close-contact {
  align-items: center;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy43MDcgMS43MDdBMSAxIDAgMCAwIDEyLjI5My4yOTNMNyA1LjU4NiAxLjcwNy4yOTNBMSAxIDAgMCAwIC4yOTMgMS43MDdMNS41ODYgNyAuMjkzIDEyLjI5M2ExIDEgMCAxIDAgMS40MTQgMS40MTRMNyA4LjQxNGw1LjI5MyA1LjI5M2ExIDEgMCAwIDAgMS40MTQtMS40MTRMOC40MTQgN2w1LjI5My01LjI5M1oiIGZpbGw9IiMwMjBFMjIiLz48L3N2Zz4=) 50% no-repeat;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: -50px;
  transform: translateX(-50%);
  width: 40px;
  cursor: pointer;
}

.custom-box-shadow-medium {
  box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, 0.2), 0 0 10px 1px rgba(0, 6, 6, 0.15);
}

.contact-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

@keyframes slide-dealer {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-dealer-reverse {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
@media (min-width: 992px) {
  .panel-contact {
    background: #fff url("./images/icon-tercy.png") 50% center no-repeat;
    background-size: auto;
    bottom: inherit;
    top: 0;
  }
  .panel-contact.active {
    display: flex;
    align-items: center;
    height: 75vh;
  }
  .panel-contact .container {
    padding: 8rem;
    display: flex;
  }
  .panel-contact .container .mail {
    margin-left: auto;
  }
  .panel-contact .contact {
    display: flex;
    align-items: center;
  }
  .panel-contact .contact .coordinate {
    border-top: 0px solid #0B3179;
    border-left: 1px solid #0B3179;
    border-bottom: 0px solid #0B3179;
    padding-inline-start: 0.8rem;
    margin-inline-start: 0.8rem;
    padding-top: 0;
    padding-bottom: 0;
    width: 450px;
  }
  .panel-contact .contact .coordinate p:first-child {
    margin-top: 0;
  }
  .panel-contact .contact .coordinate p:last-child {
    margin-bottom: 0;
  }
  .close-contact {
    top: 10px;
    transform: inherit;
    left: 94%;
  }
  .custom-box-shadow-medium {
    box-shadow: 0 0px 9px 0 hsla(240, 5%, 41%, 0.2), 0 0 1px 1px rgba(0, 6, 6, 0.15);
  }
  @keyframes slide-dealer {
    0% {
      opacity: 0;
      transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes slide-dealer-reverse {
    0% {
      opacity: 1;
      transform: translateY(0%);
    }
    100% {
      opacity: 0;
      transform: translateY(-100%);
    }
  }
}
.intro {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, #ece9e6, #ffffff);
  z-index: 1000;
  display: grid;
  place-content: center;
}
.intro .logo {
  height: 100px;
  overflow: hidden;
}
.intro .logo img {
  transform: translateY(100px);
}

:root {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
}

@media (min-width: 1400px) {
  :root {
    --bs-gutter-x: 1.5rem;
  }
}
.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (max-width: 992px) {
  .grid {
    display: grid;
    --gap: 0rem;
    --padding: 30px;
    display: grid;
    gap: var(--gap);
    grid-auto-flow: column;
    grid-auto-columns: calc(85% - var(--gap) / 2);
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding: var(--gap);
    overflow-y: hidden;
  }
  .grid.row > * {
    padding-right: 0;
    scroll-snap-align: start;
    scroll-snap-type: x mandatory;
  }
  .reviews .container-fluid, .profil .container {
    padding-right: 0;
    overflow: hidden;
  }
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.card {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 359px 101px 0px rgba(0, 0, 0, 0), 0px 230px 92px 0px rgba(0, 0, 0, 0.01), 0px 0px 78px 0px rgba(0, 0, 0, 0.05);
  padding: 1rem;
  height: 100%;
}

.card-no-padding {
  padding: 0;
}
.card-no-padding .card-body {
  padding: 1rem;
}

.accordion {
  width: 100%;
}

.accordion-header {
  padding: 15px 0 0 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.chevron {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  padding-left: 0.2rem;
}

.accordion-content {
  opacity: 0;
  padding: 15px 0 0 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  max-height: 0;
  color: #fff;
  padding: 0 0;
  transition: max-height 0.5s ease, opacity 0.3s ease, padding 0.3s ease;
}

.active .chevron {
  transform: rotate(0deg);
}

.expanded {
  opacity: 1;
  max-height: 555px;
  padding: 15px 0 0 0;
  /* Ajustez en fonction du contenu */
}

@media (min-width: 1400px) {
  .accordion {
    max-width: 696px;
  }
}
.intervention {
  background-color: #f5f5f5;
  padding: 2rem 0 2rem 0;
}
.intervention h2 {
  display: block;
  font-size: clamp(1.6rem, 4vw, 38px);
  position: relative;
  margin-bottom: 1.1rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
.intervention h2::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  border-radius: 8px;
  background: linear-gradient(90deg, #FBB03B 0%, #F7931E 100%);
  bottom: -10px;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
}
.intervention .card {
  box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0), 0px 23px 9px 0px rgba(0, 0, 0, 0.01), 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 2.5rem;
}
.intervention .card h3 {
  font-size: clamp(1.2rem, 4vw, 1.4rem);
}
.intervention .icon {
  height: 60px;
}

@media (max-width: 768px) {
  .intervention .card {
    min-height: 218px;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .intervention .card {
    min-height: 221px;
  }
}
@media (min-width: 1024px) and (max-width: 1880px) {
  .intervention .card {
    min-height: 221px;
  }
}
@media (min-width: 992px) {
  .intervention {
    padding: 2rem 0 4rem 0;
  }
}
.story {
  background: #EEF7FF;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.story h2 {
  display: block;
  font-size: clamp(1.6rem, 4vw, 32px);
  position: relative;
  margin-bottom: 1.1rem;
  margin-bottom: 2.5rem;
  margin-top: 0;
}
.story h2::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  border-radius: 8px;
  background: linear-gradient(90deg, #FBB03B 0%, #F7931E 100%);
  bottom: -10px;
  left: 0;
}
.story .col-12.col-md-4 {
  z-index: 10;
}
.story .col-12.col-md-8 {
  z-index: 1;
}
.story .img-fluid {
  margin-top: -65px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media (min-width: 992px) {
  .story .row {
    align-items: center;
    margin-top: -7rem;
  }
  .story .img-fluid {
    margin-top: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: calc(100% + 35px);
  }
  .story .card {
    height: auto;
  }
  .story .col-12.col-md-8 {
    padding-inline-start: 0;
    margin-inline-start: -50px;
    padding-inline-end: 0;
    margin-inline-end: 0;
  }
}
.glide__bullet {
  width: 40px;
  height: 5px;
  padding: 0;
  border-radius: 5px;
}

.glide__bullets {
  bottom: 1rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.glide__bullet {
  background-color: rgba(251, 176, 59, 0.4);
}

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

.glide__bullet:hover,
.glide__bullet:focus {
  background-color: #FBB03B;
  border: 2px solid #FBB03B;
}

.profil {
  background: #EEF7FF;
  padding-top: 0rem;
  padding-bottom: 5rem;
}
.profil .max-container {
  max-width: 1440px;
}
.profil h3 {
  display: block;
  font-size: clamp(1.6rem, 4vw, 32px);
  position: relative;
  margin-bottom: 1.1rem;
  margin-bottom: 2.5rem;
  margin-top: 0;
  text-align: center;
}
.profil h3::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  border-radius: 8px;
  background: linear-gradient(90deg, #FBB03B 0%, #F7931E 100%);
  bottom: -10px;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
}
.profil .img-fluid {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.map {
  padding: 5rem 0;
}
.map .max-container {
  max-width: 1170px;
}
.map .row {
  align-items: center;
}
.map h2 {
  display: block;
  font-size: clamp(1.6rem, 4vw, 32px);
  position: relative;
  margin-bottom: 1.1rem;
  margin-bottom: 2.5rem;
  margin-top: 0;
}
.map h2::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  border-radius: 8px;
  background: linear-gradient(90deg, #FBB03B 0%, #F7931E 100%);
  bottom: -10px;
  left: 0;
}

@media (min-width: 992px) {
  .map .text {
    padding-left: 3rem;
  }
}
/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
/** {
    margin: 0;
}*/
body {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  color: #0B3179;
  font-size: 16px;
  font-weight: 500;
}

p {
  line-height: 1.3rem;
}

h1 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 700;
  margin-block-start: 4.8rem;
}
h1 span.headline {
  display: block;
  font-weight: 500;
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  position: relative;
  margin-bottom: 15px;
}
h1 span.headline::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  border-radius: 8px;
  background: linear-gradient(90deg, #FBB03B 0%, #F7931E 100%);
  bottom: -10px;
  left: 0;
}
h1 span.subtitle, h1 .bottomheadline {
  display: block;
  font-size: clamp(1.8rem, 90vw, 2.8rem);
  position: relative;
  margin-bottom: 15px;
}

h2 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 700;
}
h2 span.headline {
  display: block;
  font-weight: 500;
  font-size: clamp(1.6rem, 4vw, 28px);
  position: relative;
  margin-bottom: 1.1rem;
}
h2 span.headline::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  border-radius: 8px;
  background: linear-gradient(90deg, #FBB03B 0%, #F7931E 100%);
  bottom: -10px;
  left: 0;
}
h2 span.subtitle,
h2 .bottomheadline {
  display: block;
  font-size: clamp(1.8rem, 90vw, 2.8rem);
  position: relative;
  margin-bottom: 15px;
}

.line {
  width: 50px;
  height: 3px;
  border-radius: 8px;
  background: linear-gradient(90deg, #FBB03B 0%, #F7931E 100%);
  bottom: -10px;
  left: 0;
  margin-top: 10px;
}

h3, .title-h3 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 4vw, 1.7rem);
  margin-bottom: 0;
  margin-top: 0.3rem;
}

h4 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 4vw, 1.6rem);
  margin-bottom: 0;
  margin-top: 0.3rem;
}

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

ul {
  list-style: none;
  padding-left: 0%;
}

.list-arrow li {
  background: url("./images/return-arrow-left.svg") left -3px no-repeat;
  padding-inline-start: 1.8rem;
  padding-bottom: 1.3rem;
}

.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  color: #212529;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.5rem 1.4rem;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
}

:root {
  --bricks-color-bfjcgp:#FBB03B;
  --bricks-color-rmttnh:#F7931E;
  --bricks-color-fpbfbh:#BD6F14;
}

.btn-primary {
  background-size: 200% auto !important;
  background-image: linear-gradient(81.02deg, var(--bricks-color-bfjcgp) -53.47%, var(--bricks-color-rmttnh) 25.52%, var(--bricks-color-fpbfbh) 64.8%) !important;
  border-radius: 25px;
  border: 1px solid #c19400;
  color: #fff;
  box-shadow: rgba(124, 58, 4, 0.336) 0px 1px 15px;
}
.btn-primary:hover {
  background-position: 60% center !important;
  transition: all 0.3s ease-in-out !important;
  box-shadow: rgba(124, 58, 4, 0.336) 0px 1px 4px;
  /*color: #0B3179;*/
}

.btn-secondary {
  border-radius: 25px;
  border: 1px solid #0B3179;
  color: #0B3179;
  text-decoration: none;
  transition: all 0.3s ease-in-out !important;
  margin-right: 0.5rem;
}
.btn-secondary:hover {
  color: #fff;
  background: #0B3179;
  /*color: #0B3179;*/
}

.d-block {
  display: block;
}

.btn-small {
  border-radius: 50%;
  height: 42px;
  margin-left: 1rem;
  padding: 0;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.btn-small img {
  width: 25px;
}

.mt-0 {
  margin-top: 0;
}

.img-fluid {
  width: 100%;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.pe-0 {
  padding-right: 0;
}

.ps-0 {
  padding-left: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.position-relative {
  position: relative;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

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

.container-number {
  display: flex;
  flex-wrap: wrap;
}

.number {
  width: 32px;
  height: 32px;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 1.8rem;
  color: #FBB03B;
  margin-top: 0.5rem;
  border-radius: 4px;
  margin-top: 1.1rem;
}
.number-text {
  width: calc(100% - 32px);
  padding-left: 0.5rem;
}
.number-text p {
  padding-top: 0;
}

@media (min-width: 768px) {
  .number {
    width: 42px;
    height: 42px;
    font-size: 2.5rem;
  }
  .number-text {
    padding-left: 1rem;
    width: calc(100% - 42px);
  }
}
@media (min-width: 992px) {
  h1, h2 {
    font-size: clamp(1.6rem, 8vw, 4rem);
  }
  h1 .headline, h2 .headline {
    font-size: clamp(1rem, 4vw, 1.8rem);
  }
  h1 span.subtitle,
  h1 .bottomheadline, h2 span.subtitle,
  h2 .bottomheadline {
    display: block;
    font-size: clamp(1.8rem, 90vw, 4rem);
    position: relative;
    margin-bottom: 15px;
  }
  .d-md-none {
    display: none !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}/*# sourceMappingURL=styles.css.map */