/**
 * Use BEM : https://en.bem.info/
 */
@import url(pure.css);
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * Swiper 6.8.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 22, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  touch-action: pan-y; }

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden; }

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/**
 * ==================== @ THEME VARIABLES
 */
/**
 * ==================== @ SASS FUNCTIONS
 */
/**
 * ==================== @ SASS MIXINS
 */
/**
 * ==================== @ SASS PLACEHOLDERS
 */
.l-clearfix::before, .l-clearfix::after {
  content: " ";
  display: table; }

.l-clearfix::after {
  clear: both; }

@keyframes rotate {
  from {
    rotate: 0deg; }
  to {
    rotate: 360deg; } }

/**
 * Fonts
 */
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-regular.woff") format("woff"), url("../fonts/montserrat-v15-latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v15-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v15-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-500.woff") format("woff"), url("../fonts/montserrat-v15-latin-500.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-500.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v15-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v15-latin-700.woff") format("woff"), url("../fonts/montserrat-v15-latin-700.ttf") format("truetype"), url("../fonts/montserrat-v15-latin-700.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v16-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v16-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v16-latin-300.woff2") format("woff2"), url("../fonts/montserrat-v16-latin-300.woff") format("woff"), url("../fonts/montserrat-v16-latin-300.ttf") format("truetype"), url("../fonts/montserrat-v16-latin-300.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/* montserrat-300italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/montserrat-v16-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v16-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v16-latin-300italic.woff2") format("woff2"), url("../fonts/montserrat-v16-latin-300italic.woff") format("woff"), url("../fonts/montserrat-v16-latin-300italic.ttf") format("truetype"), url("../fonts/montserrat-v16-latin-300italic.svg#Montserrat") format("svg");
  /* Legacy iOS */ }

/**
 * ==================== @ BASE STYLES
 */
:root {
  --widthItemCta: 80px; }

html {
  box-sizing: border-box;
  font-size: 14px; }

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

body {
  background-color: #fff;
  color: #231F20;
  font: normal 400 1em "Montserrat", sans-serif;
  overflow-x: hidden; }
  body.is-overlayed {
    overflow: hidden; }

p {
  line-height: 1.7; }

main {
  padding-top: 84px; }

a {
  color: inherit;
  text-decoration: none; }

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none; }

figure {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

iframe {
  border: 0 none; }

img {
  height: auto;
  max-width: 100%; }

ol,
ul {
  list-style: none; }

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

[data-href] {
  cursor: pointer; }

.h1-like, .frontpage-heading .frontpage-heading__title,
.h2-like,
.typo h2,
.nf-form-cont .nf-form-title > h3,
.h3-like,
.typo h3,
.h4-like,
.typo h4 {
  font-weight: 700;
  line-height: 1.2; }

.h1-like, .frontpage-heading .frontpage-heading__title {
  font-size: 1.85714rem; }


.h2-like,
.typo h2,
.nf-form-cont .nf-form-title > h3 {
  font-size: 1.57143rem; }


.h3-like,
.typo h3 {
  font-size: 1.28571rem; }


.h4-like,
.typo h4 {
  font-size: 1.14286rem; }

.sv-g {
  font-family: "Montserrat", sans-serif; }

@media all and (min-width: 64em) {
  main {
    padding-top: 92px; }
  .h1-like, .frontpage-heading .frontpage-heading__title {
    font-size: 3.57143rem; }
  
  .h2-like,
  .typo h2,
  .nf-form-cont .nf-form-title > h3 {
    font-size: 2.28571rem; }
  
  .h3-like,
  .typo h3 {
    font-size: 1.71429rem; }
  
  .h4-like,
  .typo h4 {
    font-size: 1.42857rem; } }

@media all and (min-width: 80em) {
  main {
    padding-top: 92px; } }

/**
 * ==================== @ GENERIC FLOW TOOLS
 */
.l-wrapper, .frontpage-heading-reinsurance {
  margin: 0 auto;
  max-width: 1368px; }
  .l-wrapper.m--m, .m--m.frontpage-heading-reinsurance {
    max-width: 1080px; }
  .l-wrapper.m--s, .m--s.frontpage-heading-reinsurance {
    max-width: 830px; }

.vc_row.l-wrapper, .vc_row.frontpage-heading-reinsurance {
  margin: 0 auto !important; }

.l-padding {
  padding: 0 36px; }
  @media (min-width: 40em) {
    .l-padding {
      padding: 0 calc(var(--widthItemCta) + 10px); } }

.l-unpad {
  margin: 0 -32px; }

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

.l-unlist {
  list-style: none;
  margin: 0;
  padding: 0; }

.l-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }

.l-embed > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.l-scrollbar {
  position: relative; }
  .l-scrollbar.ps .ps__rail-y {
    background-color: rgba(188, 188, 188, 0.5);
    border-radius: 15px;
    left: 0;
    opacity: 1;
    overflow: hidden;
    right: auto;
    transition: width .25s;
    width: 6px; }
    .l-scrollbar.ps .ps__rail-y:hover, .l-scrollbar.ps .ps__rail-y:focus, .l-scrollbar.ps .ps__rail-y.ps--clicking {
      width: 15px; }
  .l-scrollbar.ps .ps__thumb-y {
    background-color: #00A4E2;
    right: 0;
    width: 100%; }
  .l-scrollbar.m--right .ps__rail-y {
    left: auto;
    right: 0; }

.l-mobile-hidden {
  display: none !important; }

@media all and (min-width: 64em) {
  .l-desktop-hidden {
    display: none !important; }
  .l-mobile-hidden {
    display: inline-block !important; } }

/**
 * ==================== @ STATES
 */
.is-semantic {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  display: block;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

/**
 * ==================== @ TYPO
 */
.typo {
  line-height: 1.5; }
  .typo * + p {
    margin-top: 1em; }
  .typo h2:not(:first-child),
  .typo h3:not(:first-child),
  .typo h4:not(:first-child),
  .typo h5:not(:first-child) {
    margin-top: 1.1em; }
  .typo h2 + *,
  .typo h3 + *,
  .typo h4 + *,
  .typo h5 + * {
    margin-top: 0.3em; }
  .typo a:not(.btn) {
    font-weight: 700;
    color: #00A4E2; }
    .typo a:not(.btn):hover {
      text-decoration: underline; }
  .typo ul {
    padding-left: 1em; }
  .typo li {
    margin-bottom: 1.14em;
    line-height: 1.714em;
    position: relative; }
    .typo li::before {
      content: "";
      background-color: #00A4E2;
      border-radius: 50%;
      display: inline-block;
      height: 6px;
      width: 6px;
      position: absolute;
      top: 0.5em;
      left: -12px; }
  .typo .big {
    font-size: 1.28571rem; }
  .typo blockquote {
    color: #00A4E2;
    font-size: 1.71429rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 35px 0;
    padding: 2em 0 0;
    position: relative;
    text-align: center; }
    .typo blockquote p {
      margin-top: 0.5em; }
    .typo blockquote small {
      display: block;
      font-size: 1.14286rem;
      font-weight: 400;
      line-height: 1.4; }

@media all and (min-width: 64em) {
  .typo .big {
    font-size: 1.57143rem; }
  .typo ul {
    padding-left: 2.85714rem; }
  .typo blockquote {
    font-size: 2rem;
    margin: 60px 0;
    padding: 0 0 0 4em;
    text-align: right; }
    .typo blockquote::before {
      left: 0;
      margin: 0;
      top: -0.5em; }
    .typo blockquote small {
      font-size: 1.14286rem; }
  .typo h4 {
    margin-bottom: 2.14286rem; } }

/**
 * ==================== @ ICONS
 */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }
  .icon.sunshade {
    width: 1.0048828125em; }
  .icon.play {
    width: 0.857421875em; }
  .icon.arrow {
    width: 1.341796875em; }
  .icon.long-arrow {
    width: 3.0078125em; }
  .icon.garage-door {
    width: 1.42578125em; }
  .icon.carport {
    width: 1.3203125em; }
  .icon.domotics {
    width: 0.828125em; }
  .icon.growth {
    width: 1.0478515625em; }
  .icon.phone {
    width: 0.998046875em; }
  .icon.entrance-door {
    width: 0.630859375em; }
  .icon.expertise {
    width: 1.310546875em; }
  .icon.brittany {
    width: 0.658203125em; }
  .icon.measuring-tape {
    width: 1.5087890625em; }
  .icon.seal {
    width: 0.7939453125em; }
  .icon.quote {
    width: 0.833984375em; }
  .icon.window {
    width: 1.3974609375em; }
  .icon.shutters {
    width: 1.0810546875em; }
  .icon.gates-fences {
    width: 1.8486328125em; }
  .icon.background-k {
    pointer-events: none;
    width: 0.9951171875em; }
  .icon.map-marker {
    width: 0.724609375em; }
  .icon.refresh {
    width: 0.958984375em; }
  .icon.pergotoiles {
    width: 1.3671875em; }

.icon-container {
  display: inline-block;
  height: 1em;
  width: 1em; }
  .icon-container .icon {
    height: inherit;
    width: inherit; }

/**
 * ==================== @ BUTTONS
 */
@keyframes rotate {
  from {
    transform: rotateZ(0deg); }
  to {
    transform: rotateZ(360deg); } }

.btn, .nf-form-cont .submit-wrap button {
  align-items: center;
  background-color: white;
  border: 1px solid white;
  color: #00A4E2;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 22px;
  overflow: hidden;
  padding: 18px 50px 20px 18px;
  position: relative;
  transition: background-color 0.25s, border-color 0.25s, color 0.25s;
  width: 100%; }
  .btn:before, .nf-form-cont .submit-wrap button:before {
    content: '';
    border-style: solid;
    border-width: 0 0 53px 44px;
    border-color: transparent transparent #00A4E2 transparent;
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    right: 0px;
    transition: background-color 0.25s, border-color 0.25s, color 0.25s;
    bottom: 0px; }
  .btn:after, .nf-form-cont .submit-wrap button:after {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 32'%3E%3Cpath fill='white' d='M42.949 15.999l-14.704-14.704c-0.334-0.347-0.802-0.563-1.321-0.563-1.011 0-1.831 0.82-1.831 1.831 0 0.519 0.216 0.987 0.562 1.32l0.001 0.001 12.115 12.115-12.115 12.115c-0.347 0.334-0.563 0.802-0.563 1.321 0 1.011 0.82 1.831 1.831 1.831 0.519 0 0.987-0.216 1.32-0.562l0.001-0.001z'%3E%3C/path%3E%3Cpath fill='white' d='M41.78 16.116c-0.016-0.999-0.83-1.803-1.831-1.803-0.010 0-0.020 0-0.030 0l0.002-0h-38.091c-0.008-0-0.017-0-0.026-0-1.011 0-1.831 0.82-1.831 1.831s0.82 1.831 1.831 1.831c0.009 0 0.018-0 0.027-0l-0.001 0h38.091c0.009 0 0.019 0 0.029 0 1.011 0 1.831-0.82 1.831-1.831 0-0.010-0-0.020-0-0.030l0 0.002z'%3E%3C/path%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    display: block;
    right: 8px;
    bottom: 14px;
    width: 12px;
    height: 10px; }
  .btn:hover, .nf-form-cont .submit-wrap button:hover,
  [href]:hover .btn,
  [href]:hover .nf-form-cont .submit-wrap button,
  .nf-form-cont .submit-wrap [href]:hover button {
    background-color: #00A4E2;
    border-color: #00A4E2;
    color: #fff; }
    .btn:hover:before, .nf-form-cont .submit-wrap button:hover:before,
    [href]:hover .btn:before,
    [href]:hover .nf-form-cont .submit-wrap button:before,
    .nf-form-cont .submit-wrap [href]:hover button:before {
      border-color: transparent transparent white transparent; }
    .btn:hover:after, .nf-form-cont .submit-wrap button:hover:after,
    [href]:hover .btn:after,
    [href]:hover .nf-form-cont .submit-wrap button:after,
    .nf-form-cont .submit-wrap [href]:hover button:after {
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 32'%3E%3Cpath fill='%2300A4E2' d='M42.949 15.999l-14.704-14.704c-0.334-0.347-0.802-0.563-1.321-0.563-1.011 0-1.831 0.82-1.831 1.831 0 0.519 0.216 0.987 0.562 1.32l0.001 0.001 12.115 12.115-12.115 12.115c-0.347 0.334-0.563 0.802-0.563 1.321 0 1.011 0.82 1.831 1.831 1.831 0.519 0 0.987-0.216 1.32-0.562l0.001-0.001z'%3E%3C/path%3E%3Cpath fill='%2300A4E2' d='M41.78 16.116c-0.016-0.999-0.83-1.803-1.831-1.803-0.010 0-0.020 0-0.030 0l0.002-0h-38.091c-0.008-0-0.017-0-0.026-0-1.011 0-1.831 0.82-1.831 1.831s0.82 1.831 1.831 1.831c0.009 0 0.018-0 0.027-0l-0.001 0h38.091c0.009 0 0.019 0 0.029 0 1.011 0 1.831-0.82 1.831-1.831 0-0.010-0-0.020-0-0.030l0 0.002z'%3E%3C/path%3E%3C/svg%3E");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
  .btn.m--blue-border, .nf-form-cont .submit-wrap button.m--blue-border {
    border-color: #00A4E2; }
  .btn.m--orange-reverse, .nf-form-cont .submit-wrap button.m--orange-reverse {
    color: #F0551F; }
    .btn.m--orange-reverse:before, .nf-form-cont .submit-wrap button.m--orange-reverse:before {
      border-color: transparent transparent #F0551F transparent; }
    .btn.m--orange-reverse:hover, .nf-form-cont .submit-wrap button.m--orange-reverse:hover,
    [href]:hover .btn.m--orange-reverse,
    [href]:hover .nf-form-cont .submit-wrap button.m--orange-reverse,
    .nf-form-cont .submit-wrap [href]:hover button.m--orange-reverse {
      background-color: #F0551F;
      border-color: white;
      color: white; }
      .btn.m--orange-reverse:hover:before, .nf-form-cont .submit-wrap button.m--orange-reverse:hover:before,
      [href]:hover .btn.m--orange-reverse:before,
      [href]:hover .nf-form-cont .submit-wrap button.m--orange-reverse:before,
      .nf-form-cont .submit-wrap [href]:hover button.m--orange-reverse:before {
        border-color: transparent transparent white transparent; }
      .btn.m--orange-reverse:hover:after, .nf-form-cont .submit-wrap button.m--orange-reverse:hover:after,
      [href]:hover .btn.m--orange-reverse:after,
      [href]:hover .nf-form-cont .submit-wrap button.m--orange-reverse:after,
      .nf-form-cont .submit-wrap [href]:hover button.m--orange-reverse:after {
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 32'%3E%3Cpath fill='%23F0551F' d='M42.949 15.999l-14.704-14.704c-0.334-0.347-0.802-0.563-1.321-0.563-1.011 0-1.831 0.82-1.831 1.831 0 0.519 0.216 0.987 0.562 1.32l0.001 0.001 12.115 12.115-12.115 12.115c-0.347 0.334-0.563 0.802-0.563 1.321 0 1.011 0.82 1.831 1.831 1.831 0.519 0 0.987-0.216 1.32-0.562l0.001-0.001z'%3E%3C/path%3E%3Cpath fill='%23F0551F' d='M41.78 16.116c-0.016-0.999-0.83-1.803-1.831-1.803-0.010 0-0.020 0-0.030 0l0.002-0h-38.091c-0.008-0-0.017-0-0.026-0-1.011 0-1.831 0.82-1.831 1.831s0.82 1.831 1.831 1.831c0.009 0 0.018-0 0.027-0l-0.001 0h38.091c0.009 0 0.019 0 0.029 0 1.011 0 1.831-0.82 1.831-1.831 0-0.010-0-0.020-0-0.030l0 0.002z'%3E%3C/path%3E%3C/svg%3E");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
  .btn.m--blue, .nf-form-cont .submit-wrap button {
    background-color: #00A4E2;
    border-color: #00A4E2;
    color: white; }
    .btn.m--blue:before, .nf-form-cont .submit-wrap button:before {
      border-color: transparent transparent white transparent; }
    .btn.m--blue:after, .nf-form-cont .submit-wrap button:after {
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 32'%3E%3Cpath fill='%2300A4E2' d='M42.949 15.999l-14.704-14.704c-0.334-0.347-0.802-0.563-1.321-0.563-1.011 0-1.831 0.82-1.831 1.831 0 0.519 0.216 0.987 0.562 1.32l0.001 0.001 12.115 12.115-12.115 12.115c-0.347 0.334-0.563 0.802-0.563 1.321 0 1.011 0.82 1.831 1.831 1.831 0.519 0 0.987-0.216 1.32-0.562l0.001-0.001z'%3E%3C/path%3E%3Cpath fill='%2300A4E2' d='M41.78 16.116c-0.016-0.999-0.83-1.803-1.831-1.803-0.010 0-0.020 0-0.030 0l0.002-0h-38.091c-0.008-0-0.017-0-0.026-0-1.011 0-1.831 0.82-1.831 1.831s0.82 1.831 1.831 1.831c0.009 0 0.018-0 0.027-0l-0.001 0h38.091c0.009 0 0.019 0 0.029 0 1.011 0 1.831-0.82 1.831-1.831 0-0.010-0-0.020-0-0.030l0 0.002z'%3E%3C/path%3E%3C/svg%3E");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    .btn.m--blue:hover, .nf-form-cont .submit-wrap button:hover,
    [href]:hover .btn.m--blue,
    [href]:hover .nf-form-cont .submit-wrap button,
    .nf-form-cont .submit-wrap [href]:hover button {
      background-color: white;
      border-color: #00A4E2;
      color: #00A4E2; }
      .btn.m--blue:hover:before, .nf-form-cont .submit-wrap button:hover:before,
      [href]:hover .btn.m--blue:before,
      [href]:hover .nf-form-cont .submit-wrap button:before,
      .nf-form-cont .submit-wrap [href]:hover button:before {
        border-color: transparent transparent #00A4E2 transparent; }
      .btn.m--blue:hover:after, .nf-form-cont .submit-wrap button:hover:after,
      [href]:hover .btn.m--blue:after,
      [href]:hover .nf-form-cont .submit-wrap button:after,
      .nf-form-cont .submit-wrap [href]:hover button:after {
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 32'%3E%3Cpath fill='white' d='M42.949 15.999l-14.704-14.704c-0.334-0.347-0.802-0.563-1.321-0.563-1.011 0-1.831 0.82-1.831 1.831 0 0.519 0.216 0.987 0.562 1.32l0.001 0.001 12.115 12.115-12.115 12.115c-0.347 0.334-0.563 0.802-0.563 1.321 0 1.011 0.82 1.831 1.831 1.831 0.519 0 0.987-0.216 1.32-0.562l0.001-0.001z'%3E%3C/path%3E%3Cpath fill='white' d='M41.78 16.116c-0.016-0.999-0.83-1.803-1.831-1.803-0.010 0-0.020 0-0.030 0l0.002-0h-38.091c-0.008-0-0.017-0-0.026-0-1.011 0-1.831 0.82-1.831 1.831s0.82 1.831 1.831 1.831c0.009 0 0.018-0 0.027-0l-0.001 0h38.091c0.009 0 0.019 0 0.029 0 1.011 0 1.831-0.82 1.831-1.831 0-0.010-0-0.020-0-0.030l0 0.002z'%3E%3C/path%3E%3C/svg%3E");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
  .btn.m--orange, .nf-form-cont .submit-wrap button.m--orange {
    background-color: #F0551F;
    border-color: #F0551F;
    color: white; }
    .btn.m--orange:before, .nf-form-cont .submit-wrap button.m--orange:before {
      border-color: transparent transparent white transparent; }
    .btn.m--orange:after, .nf-form-cont .submit-wrap button.m--orange:after {
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 32'%3E%3Cpath fill='%23F0551F' d='M42.949 15.999l-14.704-14.704c-0.334-0.347-0.802-0.563-1.321-0.563-1.011 0-1.831 0.82-1.831 1.831 0 0.519 0.216 0.987 0.562 1.32l0.001 0.001 12.115 12.115-12.115 12.115c-0.347 0.334-0.563 0.802-0.563 1.321 0 1.011 0.82 1.831 1.831 1.831 0.519 0 0.987-0.216 1.32-0.562l0.001-0.001z'%3E%3C/path%3E%3Cpath fill='%23F0551F' d='M41.78 16.116c-0.016-0.999-0.83-1.803-1.831-1.803-0.010 0-0.020 0-0.030 0l0.002-0h-38.091c-0.008-0-0.017-0-0.026-0-1.011 0-1.831 0.82-1.831 1.831s0.82 1.831 1.831 1.831c0.009 0 0.018-0 0.027-0l-0.001 0h38.091c0.009 0 0.019 0 0.029 0 1.011 0 1.831-0.82 1.831-1.831 0-0.010-0-0.020-0-0.030l0 0.002z'%3E%3C/path%3E%3C/svg%3E");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    .btn.m--orange:hover, .nf-form-cont .submit-wrap button.m--orange:hover,
    [href]:hover .btn.m--orange,
    [href]:hover .nf-form-cont .submit-wrap button.m--orange,
    .nf-form-cont .submit-wrap [href]:hover button.m--orange {
      background-color: white;
      border-color: #F0551F;
      color: #F0551F; }
      .btn.m--orange:hover:before, .nf-form-cont .submit-wrap button.m--orange:hover:before,
      [href]:hover .btn.m--orange:before,
      [href]:hover .nf-form-cont .submit-wrap button.m--orange:before,
      .nf-form-cont .submit-wrap [href]:hover button.m--orange:before {
        border-color: transparent transparent #F0551F transparent; }
      .btn.m--orange:hover:after, .nf-form-cont .submit-wrap button.m--orange:hover:after,
      [href]:hover .btn.m--orange:after,
      [href]:hover .nf-form-cont .submit-wrap button.m--orange:after,
      .nf-form-cont .submit-wrap [href]:hover button.m--orange:after {
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 32'%3E%3Cpath fill='white' d='M42.949 15.999l-14.704-14.704c-0.334-0.347-0.802-0.563-1.321-0.563-1.011 0-1.831 0.82-1.831 1.831 0 0.519 0.216 0.987 0.562 1.32l0.001 0.001 12.115 12.115-12.115 12.115c-0.347 0.334-0.563 0.802-0.563 1.321 0 1.011 0.82 1.831 1.831 1.831 0.519 0 0.987-0.216 1.32-0.562l0.001-0.001z'%3E%3C/path%3E%3Cpath fill='white' d='M41.78 16.116c-0.016-0.999-0.83-1.803-1.831-1.803-0.010 0-0.020 0-0.030 0l0.002-0h-38.091c-0.008-0-0.017-0-0.026-0-1.011 0-1.831 0.82-1.831 1.831s0.82 1.831 1.831 1.831c0.009 0 0.018-0 0.027-0l-0.001 0h38.091c0.009 0 0.019 0 0.029 0 1.011 0 1.831-0.82 1.831-1.831 0-0.010-0-0.020-0-0.030l0 0.002z'%3E%3C/path%3E%3C/svg%3E");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
  .btn.m--transparent, .nf-form-cont .submit-wrap button.m--transparent {
    background-color: transparent;
    color: white; }
    .btn.m--transparent:before, .nf-form-cont .submit-wrap button.m--transparent:before {
      border-color: transparent transparent white transparent; }
    .btn.m--transparent:after, .nf-form-cont .submit-wrap button.m--transparent:after {
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 32'%3E%3Cpath fill='%2300A4E2' d='M42.949 15.999l-14.704-14.704c-0.334-0.347-0.802-0.563-1.321-0.563-1.011 0-1.831 0.82-1.831 1.831 0 0.519 0.216 0.987 0.562 1.32l0.001 0.001 12.115 12.115-12.115 12.115c-0.347 0.334-0.563 0.802-0.563 1.321 0 1.011 0.82 1.831 1.831 1.831 0.519 0 0.987-0.216 1.32-0.562l0.001-0.001z'%3E%3C/path%3E%3Cpath fill='%2300A4E2' d='M41.78 16.116c-0.016-0.999-0.83-1.803-1.831-1.803-0.010 0-0.020 0-0.030 0l0.002-0h-38.091c-0.008-0-0.017-0-0.026-0-1.011 0-1.831 0.82-1.831 1.831s0.82 1.831 1.831 1.831c0.009 0 0.018-0 0.027-0l-0.001 0h38.091c0.009 0 0.019 0 0.029 0 1.011 0 1.831-0.82 1.831-1.831 0-0.010-0-0.020-0-0.030l0 0.002z'%3E%3C/path%3E%3C/svg%3E");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    .btn.m--transparent:hover, .nf-form-cont .submit-wrap button.m--transparent:hover,
    [href]:hover .btn.m--transparent,
    [href]:hover .nf-form-cont .submit-wrap button.m--transparent,
    .nf-form-cont .submit-wrap [href]:hover button.m--transparent {
      background-color: white;
      border-color: white;
      color: #00A4E2; }
      .btn.m--transparent:hover:before, .nf-form-cont .submit-wrap button.m--transparent:hover:before,
      [href]:hover .btn.m--transparent:before,
      [href]:hover .nf-form-cont .submit-wrap button.m--transparent:before,
      .nf-form-cont .submit-wrap [href]:hover button.m--transparent:before {
        border-color: transparent transparent #00A4E2 transparent; }
      .btn.m--transparent:hover:after, .nf-form-cont .submit-wrap button.m--transparent:hover:after,
      [href]:hover .btn.m--transparent:after,
      [href]:hover .nf-form-cont .submit-wrap button.m--transparent:after,
      .nf-form-cont .submit-wrap [href]:hover button.m--transparent:after {
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 32'%3E%3Cpath fill='white' d='M42.949 15.999l-14.704-14.704c-0.334-0.347-0.802-0.563-1.321-0.563-1.011 0-1.831 0.82-1.831 1.831 0 0.519 0.216 0.987 0.562 1.32l0.001 0.001 12.115 12.115-12.115 12.115c-0.347 0.334-0.563 0.802-0.563 1.321 0 1.011 0.82 1.831 1.831 1.831 0.519 0 0.987-0.216 1.32-0.562l0.001-0.001z'%3E%3C/path%3E%3Cpath fill='white' d='M41.78 16.116c-0.016-0.999-0.83-1.803-1.831-1.803-0.010 0-0.020 0-0.030 0l0.002-0h-38.091c-0.008-0-0.017-0-0.026-0-1.011 0-1.831 0.82-1.831 1.831s0.82 1.831 1.831 1.831c0.009 0 0.018-0 0.027-0l-0.001 0h38.091c0.009 0 0.019 0 0.029 0 1.011 0 1.831-0.82 1.831-1.831 0-0.010-0-0.020-0-0.030l0 0.002z'%3E%3C/path%3E%3C/svg%3E");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
  .btn.m--load-more:after, .nf-form-cont .submit-wrap button.m--load-more:after {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 32'%3E%3Cpath fill='%2300A4E2' d='M30.463 14.105c-0.094-0.573-0.585-1.005-1.177-1.005-0.659 0-1.192 0.534-1.192 1.192 0 0.066 0.005 0.131 0.016 0.195l-0.001-0.007v0.020c0.119 0.663 0.187 1.426 0.187 2.206 0 7.248-5.876 13.124-13.124 13.124s-13.124-5.876-13.124-13.124c0-7.248 5.876-13.124 13.124-13.124 3.823 0 7.265 1.635 9.663 4.244l0.009 0.009-5.269 1.755c-0.478 0.162-0.816 0.607-0.816 1.131 0 0.135 0.022 0.264 0.064 0.385l-0.003-0.008c0.162 0.478 0.607 0.816 1.131 0.816 0.135 0 0.265-0.022 0.385-0.064l-0.008 0.002 7.142-2.384c0.478-0.162 0.816-0.607 0.816-1.13v-7.149c0-0.658-0.534-1.192-1.192-1.192s-1.192 0.534-1.192 1.192v4.355c-2.746-2.616-6.471-4.225-10.573-4.225-8.472 0-15.34 6.868-15.34 15.34s6.868 15.34 15.34 15.34c8.472 0 15.34-6.868 15.34-15.34 0-0.903-0.078-1.787-0.228-2.647l0.013 0.092z'%3E%3C/path%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 10px;
    height: 16px;
    right: 4px;
    transform-origin: center;
    width: 16px; }
  .btn.m--load-more:hover:after, .nf-form-cont .submit-wrap button.m--load-more:hover:after {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 32'%3E%3Cpath fill='white' d='M30.463 14.105c-0.094-0.573-0.585-1.005-1.177-1.005-0.659 0-1.192 0.534-1.192 1.192 0 0.066 0.005 0.131 0.016 0.195l-0.001-0.007v0.020c0.119 0.663 0.187 1.426 0.187 2.206 0 7.248-5.876 13.124-13.124 13.124s-13.124-5.876-13.124-13.124c0-7.248 5.876-13.124 13.124-13.124 3.823 0 7.265 1.635 9.663 4.244l0.009 0.009-5.269 1.755c-0.478 0.162-0.816 0.607-0.816 1.131 0 0.135 0.022 0.264 0.064 0.385l-0.003-0.008c0.162 0.478 0.607 0.816 1.131 0.816 0.135 0 0.265-0.022 0.385-0.064l-0.008 0.002 7.142-2.384c0.478-0.162 0.816-0.607 0.816-1.13v-7.149c0-0.658-0.534-1.192-1.192-1.192s-1.192 0.534-1.192 1.192v4.355c-2.746-2.616-6.471-4.225-10.573-4.225-8.472 0-15.34 6.868-15.34 15.34s6.868 15.34 15.34 15.34c8.472 0 15.34-6.868 15.34-15.34 0-0.903-0.078-1.787-0.228-2.647l0.013 0.092z'%3E%3C/path%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    animation: 0.8s linear 0s infinite normal rotate; }

@media all and (min-width: 40em) {
  .btn, .nf-form-cont .submit-wrap button {
    width: auto; } }

/**
 * ==================== @ FORMS
 */
.nf-form-cont .nf-form-title > h3 {
  padding-top: 90px;
  text-align: center;
  margin-bottom: 40px; }

.nf-form-cont .nf-form-fields-required {
  display: none; }

.nf-form-cont .nf-field-label label {
  color: #00A4E2;
  font-weight: 300; }

.nf-form-cont .checkbox-wrap .nf-field-label label {
  color: #231F20; }

.nf-form-cont .label-left .nf-field-label label {
  text-align: left; }

.nf-form-cont .nf-fu-progress {
  display: none; }

.nf-form-cont .btn, .nf-form-cont .submit-wrap button {
  border-color: #00A4E2; }

.nf-form-cont input[type="text"].ninja-forms-field, .nf-form-cont input[type="tel"].ninja-forms-field, .nf-form-cont input[type="email"].ninja-forms-field, .nf-form-cont textarea {
  border: solid 1px #00A4E2;
  padding: 15px; }
  .nf-form-cont input[type="text"].ninja-forms-field::-moz-placeholder, .nf-form-cont input[type="tel"].ninja-forms-field::-moz-placeholder, .nf-form-cont input[type="email"].ninja-forms-field::-moz-placeholder, .nf-form-cont textarea::-moz-placeholder {
    font-style: italic;
    opacity: .3; }
  .nf-form-cont input[type="text"].ninja-forms-field:-ms-input-placeholder, .nf-form-cont input[type="tel"].ninja-forms-field:-ms-input-placeholder, .nf-form-cont input[type="email"].ninja-forms-field:-ms-input-placeholder, .nf-form-cont textarea:-ms-input-placeholder {
    font-style: italic;
    opacity: .3; }
  .nf-form-cont input[type="text"].ninja-forms-field::placeholder, .nf-form-cont input[type="tel"].ninja-forms-field::placeholder, .nf-form-cont input[type="email"].ninja-forms-field::placeholder, .nf-form-cont textarea::placeholder {
    font-style: italic;
    opacity: .3; }

.nf-form-cont .submit-wrap button {
  margin-top: 0; }
  .nf-form-cont .submit-wrap button[disabled] {
    opacity: .2;
    cursor: not-allowed; }

.nf-form-cont .ninja-forms-req-symbol {
  color: #00A4E2; }

.nf-form-cont .checkbox-container, .nf-form-cont .submit-container {
  display: inline-block;
  vertical-align: top; }

.nf-form-cont .listcheckbox-container input[type="checkbox"],
.nf-form-cont .listcheckbox-container input[type="radio"],
.nf-form-cont .checkbox-container input[type="checkbox"],
.nf-form-cont .checkbox-container input[type="radio"] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: text-bottom;
  outline: 0;
  cursor: pointer;
  margin: 0;
  width: 20px !important;
  height: 20px;
  box-shadow: inset 0 0 0 1px #00A4E2;
  background-color: #FFF;
  transition: background-color .15s; }
  .nf-form-cont .listcheckbox-container input[type="checkbox"]::-ms-check,
  .nf-form-cont .listcheckbox-container input[type="radio"]::-ms-check,
  .nf-form-cont .checkbox-container input[type="checkbox"]::-ms-check,
  .nf-form-cont .checkbox-container input[type="radio"]::-ms-check {
    display: none; }
  .nf-form-cont .listcheckbox-container input[type="checkbox"]:checked,
  .nf-form-cont .listcheckbox-container input[type="radio"]:checked,
  .nf-form-cont .checkbox-container input[type="checkbox"]:checked,
  .nf-form-cont .checkbox-container input[type="radio"]:checked {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%208%208%22%20enable-background%3D%22new%200%200%208%208%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M6.4%2C1L5.7%2C1.7L2.9%2C4.5L2.1%2C3.7L1.4%2C3L0%2C4.4l0.7%2C0.7l1.5%2C1.5l0.7%2C0.7l0.7-0.7l3.5-3.5l0.7-0.7L6.4%2C1L6.4%2C1z%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-size: 60% 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00A4E2;
    box-shadow: inset 0 0 0 1px #00A4E2; }
  .nf-form-cont .listcheckbox-container input[type="checkbox"] + label,
  .nf-form-cont .listcheckbox-container input[type="radio"] + label,
  .nf-form-cont .checkbox-container input[type="checkbox"] + label,
  .nf-form-cont .checkbox-container input[type="radio"] + label {
    margin-left: 0;
    padding-left: 2%;
    cursor: pointer; }

.nf-form-cont .listcheckbox-container li {
  display: flex;
  -moz-column-break-inside: avoid;
       break-inside: avoid; }

.nf-form-cont .listcheckbox-container input[type="checkbox"] {
  float: none;
  flex-shrink: 0; }

.nf-form-cont .listcheckbox-container label {
  width: 100% !important; }

.nf-form-cont .label-left .nf-field-element {
  text-align: right; }

.nf-form-cont .select2-selection--single {
  padding: 15px;
  height: 50px; }

.nf-form-cont .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.2;
  padding-left: 0;
  padding-right: 25px; }

.nf-form-cont .select2-selection__placeholder {
  opacity: .3;
  font-style: italic; }

.nf-form-cont .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 32'%3E%3Cpath fill='%2300A4E2' d='M18.958 16.003l-16.001-16.001-2.958 2.958 13.043 13.043-13.043 13.034 2.958 2.958z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform .2s ease;
  width: 20px; }
  .nf-form-cont .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }

.nf-form-cont .select2-container--default .select2-selection--single[aria-expanded="true"] .select2-selection__arrow {
  transform: translateY(-50%) rotate(270deg); }

.nf-form-cont .checkbox-container {
  width: calc(100% - 130px); }

.nf-form-cont .nf-response-msg {
  background-color: #fff;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.09);
  margin: 60px 0;
  padding: 40px; }
  .nf-form-cont .nf-response-msg .response-msg-title {
    color: #00a4e2;
    font-weight: 700;
    font-size: 20px; }

.nf-form-cont .nf-after-form-content {
  margin-bottom: 2rem; }

@media all and (min-width: 48em) {
  .nf-form-cont .listcheckbox-container input[type="checkbox"] + label,
  .nf-form-cont .listcheckbox-container input[type="radio"] + label,
  .nf-form-cont .checkbox-container input[type="checkbox"] + label,
  .nf-form-cont .checkbox-container input[type="radio"] + label {
    padding-left: 4%; }
  .nf-form-cont .listcheckbox-container ul {
    -moz-column-count: 2;
         column-count: 2; } }

@media all and (min-width: 64em) {
  main nf-field {
    font-size: 0; }
  main .nf-field-container {
    font-size: 16px; }
    main .nf-field-container.m--col-left, main .nf-field-container.m--col-right {
      display: inline-block;
      vertical-align: top;
      width: 50%; }
    main .nf-field-container.m--col-left {
      padding-right: 8px; }
    main .nf-field-container.m--col-right {
      padding-left: 8px; }
    main .nf-field-container.loading {
      pointer-events: none;
      opacity: .3;
      position: relative; }
      main .nf-field-container.loading:before {
        content: '';
        display: block;
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        width: 40px;
        height: 40px;
        border: solid 3px #231F20;
        border-radius: 50%;
        border-right-color: transparent;
        z-index: 2;
        animation: rotate .6s infinite linear; }
    main .nf-field-container.disabled .nf-field {
      pointer-events: none;
      opacity: .3; }
  main .label-left .nf-field-label, main .label-left .nf-field-element {
    width: 50%; } }

/**
 * ==================== @ SLIDERS
 */
.swiper-wrapper {
  box-sizing: border-box; }

/**
 * ==================== @ GENERIC MODIFIERS
 */
.m--title-deco, .typo h2, .typo h3, .typo h4 {
  padding-left: .7em;
  position: relative; }
  .m--title-deco::before, .typo h2::before, .typo h3::before, .typo h4::before {
    content: '';
    background-color: #00A4E2;
    position: absolute;
    display: block;
    height: 1em;
    top: .1em;
    left: 0;
    width: 5px; }

.vc_row.m--light-blue {
  background-color: #F7FBFE; }

@media all and (min-width: 64em) {
  .vc_row.m--narrow .klg_wrapper > .l-padding {
    padding: 0 270px; }
  .vc_row.l-wrapper.m--narrow, .vc_row.m--narrow.frontpage-heading-reinsurance {
    padding: 0 270px; } }

.header {
  background-color: white;
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.16);
  position: fixed;
  width: 100%;
  z-index: 100; }
  .header .header__inner {
    position: relative; }
  .header .header-menus {
    height: 84px; }
  .header .header__dropdown {
    background-color: #00A4E2;
    color: white;
    display: flex;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease; }
    .header .header__dropdown.is-opened {
      height: var(--height); }
  .header .header__top {
    background: white; }
  .header .header__submenu,
  .header .header__menu {
    padding: 0px 32px 0px 32px;
    width: 100%; }
  .header .header__submenu {
    padding-top: 36px; }
  .header .header__logo {
    display: inline-block;
    padding: 16px 36px;
    vertical-align: top;
    width: 204px; }
    .header .header__logo.m--desktop-only {
      display: none; }
  .header .header__burger-btn {
    background: linear-gradient(135deg, #0094A8, #00A4E2);
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: all 0.5s;
    outline: none;
    padding: 33px 60px 33px 23px;
    border: none;
    vertical-align: top;
    height: 100%; }
    .header .header__burger-btn:after {
      display: inline-block;
      position: absolute;
      width: 2.14286rem;
      height: 2.14286rem;
      top: 50%;
      right: 0;
      padding: 0.42857rem;
      transform: translate(0, -50%); }
  .header .header__burger-btn .header__burger-icon,
  .header .header__burger-btn .header__burger-icon::before,
  .header .header__burger-btn .header__burger-icon::after {
    display: block;
    position: absolute;
    background-color: white;
    width: 1.42857rem;
    height: 0.21429rem;
    border-radius: 0.57143rem;
    transition: all 0.3s ease-in-out; }
  .header .header__burger-btn .header__burger-icon {
    top: 50%;
    right: 23px; }
  .header .header__burger-btn .header__burger-icon::before {
    top: 0.57143rem;
    content: ''; }
  .header .header__burger-btn .header__burger-icon::after {
    width: 1.42857rem;
    bottom: 0.57143rem;
    content: ''; }
  .header .header__burger-btn.is-active .header__burger-icon {
    background-color: rgba(0, 0, 0, 0); }
  .header .header__burger-btn.is-active .header__burger-icon::after {
    width: 1.42857rem;
    transform: rotate(-45deg);
    bottom: 0; }
  .header .header__burger-btn.is-active .header__burger-icon::before {
    transform: rotate(45deg);
    top: 0; }
  .header .header__burger-label {
    color: white;
    font-weight: 700;
    text-transform: uppercase; }
  .header .header__submenu .icon.background-k {
    display: none; }
  .header .header__submenu h3 {
    margin-bottom: 20px; }
  .header .header__submenu .menu {
    display: flex;
    flex-wrap: wrap; }
    .header .header__submenu .menu .menu-item {
      font-size: 12px;
      font-weight: 500;
      display: inline-block;
      padding-bottom: 12px;
      vertical-align: middle;
      width: 50%; }
      .header .header__submenu .menu .menu-item a::before {
        content: '';
        background-color: white;
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 50%;
        display: inline-block;
        height: 38px;
        vertical-align: middle;
        width: 38px; }
      .header .header__submenu .menu .menu-item.m--window > a::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 32'%3E\a         %3Cpath fill='%2300A4E2' d='M44.082 0c-0.004 0-0.008 0-0.013 0-5.627 0-10.192 4.552-10.211 10.175v21.186c0.001 0.353 0.287 0.639 0.64 0.639 0.001 0 0.002 0 0.003 0h9.581c0.001 0 0.001 0 0.002 0 0.353 0 0.639-0.286 0.64-0.639v-30.722c-0.001-0.353-0.287-0.639-0.641-0.639-0 0-0.001 0-0.001 0h0z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M0.642 0c-0 0-0.001 0-0.002 0-0.353 0-0.64 0.286-0.641 0.639v30.722c0.001 0.353 0.287 0.639 0.64 0.639 0.001 0 0.002 0 0.003 0h9.578c0.001 0 0.001 0 0.002 0 0.353 0 0.639-0.286 0.64-0.639v-21.184c-0.019-5.625-4.583-10.177-10.21-10.177-0.003 0-0.007 0-0.010 0h0.001z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M22.361 0c-0.003 0-0.007 0-0.011 0-5.627 0-10.192 4.552-10.211 10.175v21.186c0.001 0.353 0.287 0.639 0.64 0.639 0.001 0 0.002 0 0.003 0h19.156c0 0 0.001 0 0.002 0 0.353 0 0.639-0.286 0.64-0.639v-21.183c-0.018-5.625-4.582-10.178-10.21-10.178-0.003 0-0.006 0-0.008 0h0zM21.718 1.343v9.082h-8.296v-0.248c0.024-4.684 3.663-8.51 8.268-8.833l0.028-0.002zM21.718 20.517h-8.296v-8.814h8.296zM23.002 11.704h8.294v8.814h-8.293zM13.419 21.796h8.296v8.925h-8.296zM23.002 30.722v-8.926h8.293v8.925zM31.297 10.426h-8.295v-9.082c4.633 0.324 8.271 4.151 8.295 8.832v0.002z'%3E%3C/path%3E\a         %3C/svg%3E"); }
      .header .header__submenu .menu .menu-item.m--entrance-door > a::before {
        background-size: 16px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 32'%3E\a         %3Cpath fill='%2300A4E2' d='M5.058 1.631h-4.589c-0 0-0 0-0.001 0-0.258 0-0.468 0.209-0.469 0.467v27.805c0 0.258 0.21 0.467 0.468 0.467 0 0 0.001 0 0.001 0h4.589v1.631c5.207-0.7 10.156-1.048 15.122-1.659v-28.303c-5.923-0.641-9.596-1.339-15.122-2.039zM0.939 2.566h4.119v26.871h-4.119zM14.631 5.246v22.558c-2.359-1.591-4.023-7.114-4.023-11.613 0-5.349 1.664-9.354 4.023-10.945zM8.907 16.996c0 0.004 0 0.008 0 0.013 0 0.175-0.138 0.319-0.311 0.328l-0.001 0h-1.713c-0.174-0.009-0.312-0.152-0.312-0.328 0-0.005 0-0.009 0-0.014l-0 0.001c-0-0.004-0-0.008-0-0.013 0-0.175 0.138-0.319 0.311-0.328l0.001-0h1.713c0.174 0.009 0.312 0.152 0.312 0.328 0 0.005-0 0.009-0 0.014l0-0.001z'%3E%3C/path%3E\a         %3C/svg%3E"); }
      .header .header__submenu .menu .menu-item.m--shutters > a::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 32'%3E\a         %3Cpath fill='%2300A4E2' d='M29.902 8.54h-25.070c-0.224 0-0.405-0.181-0.405-0.405s0.181-0.405 0.405-0.405h25.071c0.224 0 0.405 0.181 0.405 0.405s-0.181 0.405-0.405 0.405v0z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M29.902 10.594h-25.070c-0.224 0-0.405-0.181-0.405-0.405s0.181-0.405 0.405-0.405h25.071c0.224 0 0.405 0.181 0.405 0.405s-0.181 0.405-0.405 0.405v0z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M29.902 12.647h-25.070c-0.224 0-0.405-0.181-0.405-0.405s0.181-0.405 0.405-0.405h25.071c0.224 0 0.405 0.181 0.405 0.405s-0.181 0.405-0.405 0.405v0z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M29.902 14.7h-25.070c-0.224 0-0.405-0.181-0.405-0.405s0.181-0.405 0.405-0.405h25.071c0.224 0 0.405 0.181 0.405 0.405s-0.181 0.405-0.405 0.405v0z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M29.902 16.754h-25.070c-0.224 0-0.405-0.181-0.405-0.405s0.181-0.405 0.405-0.405h25.071c0.224 0 0.405 0.181 0.405 0.405s-0.181 0.405-0.405 0.405v0z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M29.902 18.81h-25.070c-0.224 0-0.405-0.181-0.405-0.405s0.181-0.405 0.405-0.405h25.071c0.224 0 0.405 0.181 0.405 0.405s-0.181 0.405-0.405 0.405v0z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M29.902 20.861h-25.070c-0.224 0-0.405-0.181-0.405-0.405s0.181-0.405 0.405-0.405h25.071c0.224 0 0.405 0.181 0.405 0.405s-0.181 0.405-0.405 0.405v0z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M34.171 32h-33.764c-0 0-0.001 0-0.001 0-0.224 0-0.405-0.181-0.406-0.405v-3.645c0-0.224 0.182-0.405 0.406-0.405 0 0 0.001 0 0.001 0h33.764c0 0 0.001 0 0.001 0 0.224 0 0.405 0.181 0.406 0.405v0c0.003 3.87-0.18 4.051-0.407 4.051zM33.764 31.19l-32.953-2.836z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M34.171 4.456h-33.764c-0 0-0.001 0-0.001 0-0.224 0-0.405-0.181-0.406-0.405v-3.646c0-0.224 0.182-0.405 0.406-0.405 0 0 0.001 0 0.001 0h33.764c0 0 0.001 0 0.001 0 0.224 0 0.405 0.181 0.406 0.405v0c0.003 3.87-0.18 4.051-0.407 4.051zM0.811 3.645l32.953-2.836z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M31.733 28.355h-28.885c-0 0-0.001 0-0.001 0-0.224 0-0.405-0.181-0.406-0.405v-23.899c0-0.224 0.182-0.405 0.406-0.405 0 0 0.001 0 0.001 0h28.885c0 0 0.001 0 0.001 0 0.224 0 0.405 0.181 0.406 0.405v23.899c-0 0.224-0.182 0.405-0.406 0.405-0 0-0.001 0-0.001 0h0zM3.257 27.544h28.069v-23.089h-28.071z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M29.902 26.75h-25.070c-0 0-0.001 0-0.001 0-0.224 0-0.405-0.181-0.406-0.405v-20.486c0-0.224 0.182-0.405 0.406-0.405 0 0 0.001 0 0.001 0h25.071c0 0 0.001 0 0.001 0 0.224 0 0.405 0.181 0.406 0.405v20.486c-0 0.224-0.182 0.405-0.406 0.405-0.001 0-0.001 0-0.002 0h0zM5.238 25.942h24.257v-19.679h-24.257z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M29.902 23.104h-25.070c-0 0-0.001 0-0.001 0-0.224 0-0.405-0.181-0.406-0.405v-16.826c0-0.224 0.182-0.405 0.406-0.405 0 0 0.001 0 0.001 0h25.071c0 0 0.001 0 0.001 0 0.224 0 0.405 0.181 0.406 0.405v16.826c-0 0.224-0.182 0.405-0.406 0.405-0.001 0-0.001 0-0.002 0h0zM5.238 22.294h24.257v-16.017h-24.256z'%3E%3C/path%3E\a         %3C/svg%3E"); }
      .header .header__submenu .menu .menu-item.m--gates-fences > a::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59 32'%3E\a         %3Cpath fill='%2300A4E2' d='M58.509 4.334h-6.955c-0.001 0-0.001 0-0.002 0-0.352 0-0.638 0.285-0.638 0.637v1.183l-0.684-0.114c-1.034-0.172-2.101-0.345-3.14-0.554-2.474-0.505-4.666-1.426-6.611-2.696l0.073 0.044c-2.854-1.794-6.325-2.859-10.044-2.859-0.326 0-0.65 0.008-0.971 0.024l0.045-0.002c-4.502-0.039-7.911 0.861-10.982 2.836-1.871 1.226-4.063 2.147-6.414 2.63l-0.122 0.021c-1.039 0.209-2.108 0.385-3.142 0.554l-0.684 0.114v-1.183c-0.001-0.352-0.286-0.637-0.638-0.637-0.001 0-0.002 0-0.003 0h-6.955c-0.001 0-0.002 0-0.003 0-0.352 0-0.638 0.285-0.638 0.637v26.391c0.001 0.352 0.286 0.637 0.638 0.637 0.001 0 0.002 0 0.003 0h57.869c0.001 0 0.002 0 0.003 0 0.352 0 0.638-0.285 0.638-0.637v-26.391c-0.001-0.352-0.286-0.637-0.638-0.637-0.001 0-0.002 0-0.003 0h0zM46.836 6.746c1.055 0.213 2.139 0.39 3.286 0.579l0.793 0.132v23.273h-20.698v-29.415c3.835 0.108 6.944 0.861 9.638 2.597 1.997 1.307 4.337 2.29 6.846 2.808l0.131 0.023zM9.128 7.303c1.047-0.172 2.132-0.349 3.187-0.562 2.64-0.539 4.979-1.523 7.054-2.878l-0.077 0.047c2.695-1.733 5.766-2.484 9.638-2.596v29.41h-20.698v-23.274zM6.954 30.725h-5.673v-25.116h5.674zM57.867 30.725h-5.674v-25.116h5.678z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M26.923 16.002h-4.171v1.491h4.171z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M36.401 16.002h-4.171v1.491h4.171z'%3E%3C/path%3E\a         %3C/svg%3E"); }
      .header .header__submenu .menu .menu-item.m--garage-door > a::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 32'%3E\a         %3Cpath fill='%2300A4E2' d='M33.753 19.571c-0.112-0.046-0.242-0.073-0.379-0.073-0.218 0-0.421 0.069-0.586 0.186l0.003-0.002c-0.27 0.171-0.542 0.344-0.827 0.528-0.083-0.161-0.142-0.292-0.216-0.416-0.419-0.712-0.798-1.452-1.274-2.124-0.419-0.705-1.163-1.178-2.021-1.211l-0.005-0q-5.559 0-11.119 0c-0.52 0.004-0.994 0.196-1.358 0.511l0.003-0.002c-0.63 0.57-1.146 1.252-1.519 2.017l-0.017 0.039c-0.214 0.387-0.416 0.783-0.628 1.186-0.297-0.185-0.58-0.345-0.847-0.529-0.157-0.122-0.357-0.196-0.575-0.196-0.354 0-0.663 0.196-0.823 0.485l-0.002 0.005c-0.095 0.144-0.151 0.32-0.151 0.509 0 0.367 0.211 0.684 0.518 0.838l0.005 0.002c0.262 0.17 0.53 0.334 0.828 0.521-0.61 0.669-0.987 1.56-0.998 2.538l-0 0.002c-0.057 2.302-0.035 4.606-0.036 6.91-0.001 0.016-0.002 0.034-0.002 0.053 0 0.345 0.28 0.625 0.625 0.625 0.007 0 0.013-0 0.019-0l-0.001 0q1.599 0.027 3.199 0c0.003 0 0.007 0 0.011 0 0.35 0 0.633-0.283 0.633-0.633 0-0.014-0-0.029-0.001-0.043l0 0.002c0.006-0.065 0.010-0.141 0.010-0.218s-0.004-0.153-0.011-0.227l0.001 0.010c-0.044-0.329 0.061-0.435 0.416-0.434 4.179 0.014 8.358 0.009 12.537 0.009h0.387c0 0.253 0 0.464 0 0.674 0 0.626 0.242 0.874 0.874 0.878q1.381 0.009 2.763 0c0.639 0 0.878-0.243 0.874-0.87-0.012-2.001-0.036-4.003-0.041-6.005 0.009-0.108 0.014-0.233 0.014-0.36 0-1.102-0.388-2.114-1.036-2.905l0.006 0.008c0.408-0.253 0.76-0.508 1.092-0.786l-0.014 0.012c0.188-0.163 0.306-0.402 0.306-0.669 0-0.4-0.265-0.738-0.629-0.848l-0.006-0.002zM19.040 27.097h-3.768c-0.505-0.001-0.914-0.409-0.916-0.913v-0c0.003-0.504 0.412-0.912 0.916-0.913h3.768c0.505 0 0.914 0.409 0.917 0.913v0c-0.003 0.505-0.412 0.913-0.917 0.913h-0zM15.23 20.378c0.107-0.232 0.193-0.428 0.29-0.619 0.269-0.542 0.548-1.075 0.81-1.617 0.051-0.146 0.188-0.249 0.349-0.249 0.011 0 0.023 0.001 0.034 0.002l-0.001-0q6.182 0.009 12.365 0.011c0.13 0.001 0.247 0.061 0.324 0.154l0.001 0.001c0.394 0.75 0.765 1.511 1.17 2.322-2.306 0.399-4.961 0.627-7.67 0.627s-5.364-0.228-7.948-0.666l0.278 0.039zM30.579 27.097h-3.768c-0.505-0.001-0.914-0.409-0.916-0.913v-0c0.002-0.505 0.412-0.913 0.916-0.913h3.768c0.001 0 0.002 0 0.002 0 0.506 0 0.917 0.41 0.918 0.916v0c-0.004 0.504-0.414 0.91-0.918 0.91-0.001 0-0.002 0-0.002 0h0z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M45.047 0h-44.474c-0.001 0-0.001 0-0.002 0-0.316 0-0.573 0.256-0.573 0.573v30.855c0 0 0 0 0 0 0 0.316 0.256 0.573 0.573 0.573 0.001 0 0.002 0 0.003 0h4.654c0.001 0 0.002 0 0.002 0 0.316 0 0.573-0.256 0.573-0.573v-17.769h34.013v17.769c0 0.316 0.257 0.573 0.573 0.573 0.001 0 0.002 0 0.002 0h4.656c0.001 0 0.002 0 0.002 0 0.316 0 0.573-0.256 0.573-0.573v-30.855c-0-0.316-0.257-0.573-0.573-0.573-0.001 0-0.002 0-0.003 0h0zM44.471 30.854h-3.505v-24.519c-0.001-0.316-0.258-0.573-0.574-0.573-0.001 0-0.001 0-0.002 0h-35.161c-0 0-0.001 0-0.002 0-0.317 0-0.573 0.256-0.574 0.573v24.52h-3.503v-29.708h43.324z'%3E%3C/path%3E\a         %3C/svg%3E"); }
      .header .header__submenu .menu .menu-item.m--carport > a::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 32'%3E\a         %3Cpath fill='%2300A4E2' d='M32.428 19.006c-0.117-0.048-0.252-0.076-0.394-0.076-0.227 0-0.438 0.072-0.61 0.194l0.003-0.002c-0.28 0.18-0.56 0.364-0.86 0.553-0.087-0.168-0.15-0.305-0.225-0.437-0.437-0.743-0.831-1.518-1.326-2.22-0.434-0.737-1.21-1.231-2.103-1.266l-0.005-0h-11.573c-0.541 0.004-1.035 0.205-1.413 0.535l0.003-0.002c-0.656 0.596-1.193 1.309-1.581 2.108l-0.018 0.041c-0.219 0.407-0.431 0.82-0.656 1.238-0.309-0.193-0.604-0.364-0.881-0.553-0.164-0.118-0.368-0.189-0.59-0.189-0.561 0-1.016 0.455-1.016 1.016 0 0.385 0.214 0.72 0.53 0.892l0.005 0.003c0.273 0.177 0.55 0.348 0.862 0.544-0.634 0.701-1.025 1.632-1.037 2.654l-0 0.002c-0.058 2.404-0.036 4.815-0.038 7.222-0.001 0.016-0.002 0.035-0.002 0.053 0 0.362 0.294 0.656 0.656 0.656 0.005 0 0.009-0 0.014-0h-0.001q1.665 0.027 3.331 0c0.003 0 0.006 0 0.009 0 0.365 0 0.661-0.296 0.661-0.661 0-0.016-0.001-0.032-0.002-0.047l0 0.002c0.007-0.068 0.011-0.148 0.011-0.228s-0.004-0.159-0.011-0.238l0.001 0.010c-0.047-0.343 0.064-0.454 0.437-0.452 4.348 0.014 8.697 0.009 13.045 0.009h0.404v0.704c0 0.656 0.252 0.914 0.91 0.919q1.438 0.009 2.875 0c0.665-0.004 0.916-0.255 0.911-0.91-0.013-2.093-0.037-4.185-0.044-6.278 0.009-0.113 0.015-0.244 0.015-0.376 0-1.151-0.404-2.208-1.078-3.037l0.007 0.009c0.424-0.263 0.79-0.528 1.135-0.818l-0.015 0.012c0.196-0.171 0.319-0.421 0.319-0.7 0-0.418-0.276-0.77-0.656-0.886l-0.007-0.002zM17.112 26.872h-3.927c-0.527 0-0.955-0.427-0.955-0.955s0.427-0.955 0.955-0.955h3.921c0.527 0 0.955 0.427 0.955 0.955s-0.427 0.955-0.955 0.955v0zM13.143 19.849c0.111-0.24 0.2-0.448 0.301-0.651 0.28-0.565 0.57-1.123 0.842-1.692 0.054-0.153 0.197-0.261 0.365-0.261 0.011 0 0.022 0 0.033 0.001l-0.001-0q6.435 0.009 12.87 0.012c0.136 0 0.257 0.062 0.337 0.16l0.001 0.001c0.41 0.784 0.797 1.579 1.218 2.427-2.4 0.417-5.164 0.655-7.983 0.655s-5.583-0.238-8.272-0.696l0.289 0.041zM29.121 26.87h-3.919c-0.527 0-0.955-0.427-0.955-0.955s0.427-0.955 0.955-0.955h3.921c0.527 0 0.955 0.427 0.955 0.955s-0.427 0.955-0.955 0.955v0zM41.653 0h-41.054c-0 0-0.001 0-0.001 0-0.33 0-0.598 0.268-0.598 0.598 0 0 0 0.001 0 0.002v-0 30.799c0 0.001 0 0.001 0 0.002 0 0.33 0.267 0.597 0.597 0.597 0.001 0 0.002 0 0.002 0h2.216c0 0 0.001 0 0.001 0 0.33 0 0.598-0.268 0.598-0.598 0-0 0-0.001 0-0.002v0-25.542h35.405v25.542c0 0.001 0 0.001 0 0.002 0 0.33 0.267 0.597 0.597 0.597 0.001 0 0.002 0 0.002 0h2.238c0.329-0.002 0.595-0.269 0.595-0.598 0-0 0-0.001 0-0.002v0-30.799c0-0.331-0.268-0.6-0.6-0.6v0zM2.216 30.802h-1.020v-27.702l0.79 1.499 0.241 0.458c-0.007 0.034-0.011 0.073-0.011 0.114v0zM3.191 4.57c-0.006-0.013-0.009-0.027-0.017-0.040l-1.752-3.332h39.412l-1.752 3.332c-0.007 0.013-0.011 0.027-0.017 0.040zM40.013 30.802v-25.629c-0.001-0.029-0.004-0.056-0.008-0.083l0.001 0.003c0-0.005 0.007-0.009 0.009-0.013l1.040-1.978v27.7z'%3E%3C/path%3E\a         %3C/svg%3E"); }
      .header .header__submenu .menu .menu-item.m--sunshade > a::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E\a         %3Cpath fill='%2300A4E2' d='M31.879 10.995c0.082 0 0.164-0.041 0.205-0.123 0.082-0.123 0.041-0.287-0.082-0.369l-9.134-5.98c-0.041-0.041-0.082-0.041-0.164-0.041h-13.271c-0.041 0-0.123 0-0.164 0.041l-9.175 5.98c-0.082 0.041-0.123 0.123-0.123 0.246 0 0.164 0.123 0.287 0.287 0.287h1.925v10.895h-1.925c-0.164 0-0.287 0.123-0.287 0.287v2.703c0 0.164 0.123 0.287 0.287 0.287h31.662c0.164 0 0.164-3.236 0-3.236h-1.925v-10.977h1.884zM16.355 5.015h3.113l3.727 5.448h-6.84v-5.448zM15.782 5.015v5.448h-6.881l3.727-5.448h3.154zM1.159 10.463l8.356-5.448h2.499l-3.727 5.448h-7.127zM9.638 21.727l0.41-1.884h0.983l0.41 1.884h-1.802zM20.656 21.727l0.41-1.884h1.024l0.41 1.884h-1.843zM25.448 21.727h-2.335c0-0.041 0-0.082 0-0.123l-0.369-1.761h0.164l0.655-3.645c0.041-0.164-0.082-0.328-0.246-0.369s-0.328 0.082-0.369 0.246l-0.573 3.154h-2.335c-0.164 0-0.328 0.123-0.328 0.328 0 0.164 0.123 0.328 0.328 0.328h0.41l-0.369 1.761c0 0.041 0 0.082 0 0.123h-1.966c-0.041-0.123-0.164-0.246-0.287-0.246h-1.393v-3.236h2.744c0.164 0 0.328-0.123 0.328-0.328 0-0.164-0.123-0.328-0.328-0.328h-6.103c-0.164 0-0.328 0.123-0.328 0.328 0 0.164 0.123 0.328 0.328 0.328h2.744v3.236h-1.393c-0.164 0-0.287 0.082-0.287 0.246h-2.048c0-0.041 0-0.082 0-0.123l-0.369-1.761h0.41c0.164 0 0.328-0.123 0.328-0.328 0-0.164-0.123-0.328-0.328-0.328h-2.376l-0.573-3.154c-0.041-0.164-0.205-0.287-0.369-0.246s-0.287 0.205-0.246 0.369l0.614 3.4 0.041 0.246h0.205l-0.369 1.761c0 0.041 0 0.082 0 0.123h-2.376v-8.888h18.759v8.888zM29.421 21.849h-3.4v-9.625h-19.947v9.625h-3.359v-10.854h26.746v10.854zM23.81 10.463l-3.727-5.448h2.54l8.356 5.448h-7.168z'%3E%3C/path%3E\a         %3C/svg%3E"); }
      .header .header__submenu .menu .menu-item.m--domotics > a::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 32'%3E\a         %3Cpath fill='%2300A4E2' d='M16.448 21.925h-11.86c-0 0-0.001 0-0.001 0-0.25 0-0.454-0.203-0.454-0.453v-11.499c0.001-0.25 0.204-0.453 0.454-0.453 0 0 0.001 0 0.001 0h12.068c0 0 0.001 0 0.001 0 0.25 0 0.454 0.203 0.454 0.453v0c-0.001 0.251-0.412 11.952-0.664 11.952z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M2.697 32c-0.038 0-0.083 0-0.127 0-0.767 0-1.524-0.048-2.266-0.141l0.089 0.009c-0.223-0.031-0.392-0.22-0.393-0.449v-24.953c0-0.25 0.203-0.453 0.454-0.453 0.001 0 0.001 0 0.002 0h16.201c0 0 0.001 0 0.001 0 0.25 0 0.454 0.203 0.454 0.453v12.241c0 4.332-1.333 7.683-3.961 9.96-3.283 2.845-7.766 3.333-10.454 3.333zM0.91 31.011c1.594 0.138 7.681 0.407 11.646-3.032 2.419-2.097 3.644-5.218 3.644-9.273v-11.786h-15.29z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M7.286 25.78h-2.699c-0.001 0-0.001 0-0.002 0-0.25 0-0.453-0.203-0.454-0.453v-1.883c0-0.25 0.203-0.453 0.454-0.453 0.001 0 0.001 0 0.002 0h2.696c0.001 0 0.001 0 0.002 0 0.25 0 0.453 0.203 0.454 0.453v1.883c-0 0.25-0.203 0.453-0.453 0.453h-0zM5.045 24.873h1.786v-0.977h-1.786z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M20.342 3.379c-0 0-0.001 0-0.001 0-0.25 0-0.453-0.203-0.453-0.453 0-0.158 0.080-0.296 0.203-0.378l0.002-0.001 3.784-2.473c0.070-0.047 0.157-0.074 0.25-0.074 0.158 0 0.298 0.081 0.38 0.203l0.001 0.002c0.047 0.070 0.075 0.156 0.075 0.249 0 0.158-0.081 0.297-0.204 0.378l-0.002 0.001-3.784 2.473c-0.070 0.047-0.156 0.074-0.248 0.074-0 0-0.001 0-0.001 0h0z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M25.907 10.718c-0.049-0-0.096-0.008-0.14-0.022l0.003 0.001-4.537-1.43c-0.185-0.060-0.316-0.231-0.316-0.432 0-0.25 0.203-0.453 0.453-0.453 0.049 0 0.096 0.008 0.14 0.022l-0.003-0.001 4.537 1.43c0.185 0.060 0.317 0.231 0.317 0.432 0 0.25-0.203 0.453-0.453 0.453-0 0-0.001 0-0.001 0h0z'%3E%3C/path%3E\a         %3Cpath fill='%2300A4E2' d='M21.848 6.269c-0.249-0.002-0.449-0.204-0.449-0.453 0-0.188 0.115-0.35 0.279-0.418l0.003-0.001 4.209-1.659c0.052-0.023 0.113-0.036 0.177-0.036 0.251 0 0.454 0.203 0.454 0.454 0 0.193-0.121 0.359-0.292 0.424l-0.003 0.001-4.209 1.659c-0.048 0.019-0.104 0.030-0.162 0.030-0.002 0-0.004 0-0.006-0h0z'%3E%3C/path%3E\a         %3C/svg%3E"); }
      .header .header__submenu .menu .menu-item.m--pergotoiles > a::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 32'%3E\a         %3Cpath fill='%2300A4E2' d='M31.854 11.784v-0.864l7.73-1.287 0.858 0.722zM13.199 14.888l-0.856-0.721 17.505-2.914v0.865zM29.848 2.194v0.865l-25.635 4.268-0.859-0.723zM31.854 8.527l5.356-0.892 1.366 1.15-6.722 1.119zM29.848 8.861v1.376l-18.514 3.082-1.363-1.147zM29.848 6.469v1.376l-20.887 3.478-1.365-1.15zM29.848 5.452l-23.261 3.872-1.366-1.149 24.627-4.1zM34.838 5.639l1.363 1.147-4.347 0.724v-1.374zM32.464 3.641l1.365 1.149-1.974 0.328v-1.376zM43.716 10.987c0-0.291-0.088-0.575-0.316-0.767l-11.864-9.984c-0.226-0.19-0.518-0.27-0.812-0.222l-29.844 4.967c-0.385 0.064-0.698 0.348-0.803 0.725-0.023 0.085 0.005 0.168 0.005 0.253h-0.081v18.904l2.005-0.358v-16.415l9.899 8.332v15.577l2.006-0.358v-14.836l15.938-2.654v5.724l2.006-0.358v-5.699l9.896-1.647v14.859l2.005-0.358v-15.685z'%3E%3C/path%3E\a         %3C/svg%3E"); }
      .header .header__submenu .menu .menu-item span {
        display: inline-block;
        padding: 0 8px;
        vertical-align: middle;
        width: calc(100% - 38px); }
  .header .header__menu {
    flex-grow: 1; }
    .header .header__menu.m--desktop-only {
      display: none; }
    .header .header__menu .menu-item {
      padding: 10px 4px;
      display: inline-block;
      vertical-align: top;
      font-style: 13px;
      width: 49%; }
  .header .header__quote-btn {
    align-self: flex-end;
    background-color: #F0551F;
    font-size: 14px;
    font-weight: 700;
    width: 100%; }
    .header .header__quote-btn a {
      display: inline-block;
      padding: 20px 36px;
      height: 100%;
      width: 100%; }
    .header .header__quote-btn .icon.simple-calendar,
    .header .header__quote-btn .icon.quote {
      display: none; }
    .header .header__quote-btn.m--blue, .header .nf-form-cont .submit-wrap button.header__quote-btn, .nf-form-cont .submit-wrap .header button.header__quote-btn {
      background-color: #00A4E2;
      border-top: 1px solid #fff; }
  .header .header__social-links {
    display: none; }
  .header .header__links {
    display: none; }

@media all and (min-width: 64em) {
  .header-menus {
    max-width: 1480px;
    margin: 0 auto; }
  .header {
    box-shadow: none;
    transition: transform 0.2s ease; }
    .header.is-shrinked {
      transform: translateY(-92px); }
      .header.is-shrinked .header__submenu .icon.background-k {
        opacity: 0.06; }
    .header .l-wrapper, .header .frontpage-heading-reinsurance {
      padding: 0 16px; }
    .header .header__logo.m--mobile-only {
      display: none; }
    .header .header__logo.m--desktop-only {
      display: block;
      width: 146px;
      padding-left: 16px;
      margin-left: 0; }
    .header .header-menus {
      height: 92px; }
    .header .header__dropdown {
      align-items: center;
      background-color: white;
      color: #231F20;
      flex-direction: row;
      height: auto;
      min-height: auto;
      padding: 0;
      justify-content: space-between;
      overflow: visible !important; }
      .header .header__dropdown .ps__rail-y {
        display: none; }
    .header #menu-sous-menu,
    .header #menu-menu-principal {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      padding-inline: 16px; }
      .header #menu-sous-menu .menu-item,
      .header #menu-menu-principal .menu-item {
        display: inline-block;
        width: auto; }
        .header #menu-sous-menu .menu-item a:hover,
        .header #menu-menu-principal .menu-item a:hover {
          color: #00A4E2; }
        .header #menu-sous-menu .menu-item.m--bold,
        .header #menu-menu-principal .menu-item.m--bold {
          color: #00A4E2;
          font-weight: 700; }
    .header .header__submenu-title {
      display: none; }
    .header .header__submenu {
      background-color: #F7FBFE;
      order: 4;
      padding: 25px 0;
      position: relative; }
      .header .header__submenu.m--mobile-only {
        display: none; }
      .header .header__submenu .icon.background-k {
        color: #00A4E2;
        clip-path: inset(37px 0 37px 0);
        display: block;
        height: 150px;
        left: -90px;
        opacity: 0;
        position: absolute;
        top: -40px;
        transition: opacity 0.2s ease;
        width: 150px; }
      .header .header__submenu .menu {
        justify-content: center;
        margin-inline: -15px; }
        .header .header__submenu .menu .menu-item {
          border-radius: 1px;
          border-right: solid 2px rgba(0, 164, 226, 0.26);
          padding: 3px 15px;
          width: auto; }
          .header .header__submenu .menu .menu-item:last-child {
            border-right: 0; }
          .header .header__submenu .menu .menu-item span {
            font-weight: 700;
            font-size: 14px;
            padding: 0;
            width: auto; }
        .header .header__submenu .menu .menu-item a::before {
          display: none; }
      .header .header__submenu .menu-sous-menu-container {
        position: relative;
        margin: 0 auto; }
      .header .header__submenu::before {
        content: '';
        background-color: #F7FBFE;
        display: block;
        height: 100%;
        left: -50vw;
        position: absolute;
        top: 0;
        width: 200vw; }
    .header .header__quote-btn {
      order: 2;
      position: relative; }
    .header .header__top {
      display: none; }
    .header .header__burger-btn {
      display: none; }
    .header .header__menu {
      align-self: center;
      order: 1;
      width: auto; }
      .header .header__menu .menu-item {
        padding: 10px 0 10px 35px;
        font-weight: 700; }
        .header .header__menu .menu-item a {
          font-size: 14px; }
      .header .header__menu.m--mobile-only {
        display: none; }
      .header .header__menu.m--desktop-only {
        display: block; }
    .header .header__links {
      display: flex;
      order: 3;
      width: 280px; }
    .header .header__quote-btn {
      align-self: auto;
      color: white;
      font-size: 0.85714rem;
      text-align: center;
      width: 100px; }
      .header .header__quote-btn a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 4px; }
      .header .header__quote-btn .icon.simple-calendar,
      .header .header__quote-btn .icon.quote {
        display: block;
        height: 54px;
        left: calc(50% - 22px);
        pointer-events: none;
        position: absolute;
        opacity: 0.27;
        top: calc(50% - 27px);
        width: 45px; }
      .header .header__quote-btn.m--blue, .header .nf-form-cont .submit-wrap button.header__quote-btn, .nf-form-cont .submit-wrap .header button.header__quote-btn {
        border-top: none; }
      .header .header__quote-btn.m--mobile-only {
        display: none; }
    .header .header__social-links {
      display: inline-block;
      order: 3;
      margin-left: 10px;
      padding: 0; }
      .header .header__social-links a {
        display: block;
        height: 26px;
        margin: 4px 2px; }
        .header .header__social-links a .icon {
          color: #00A4E2;
          height: 26px;
          width: 26px; }
  .header .header__top {
    width: auto; }
  .header .header__logo {
    margin-left: auto;
    max-width: 130px;
    padding: 0;
    width: 10vw; }
  .header .header__menu .menu-item {
    padding: 10px 4px; }
  .header .header__quote-btn {
    margin-left: 0; }
  .header .header__menu {
    flex-grow: 0; }
  .header .header__menu {
    margin: 0 10px;
    padding: 0;
    width: auto; } }

@media all and (min-width: 64em) {
  .header .l-wrapper, .header .frontpage-heading-reinsurance {
    padding: 0 36px; }
  .header .header__submenu .menu .menu-item {
    padding: 3px 20px; }
  .header .header__menu .menu-item {
    font-size: 0.85714rem;
    padding-left: 10px;
    padding-right: 10px; }
  .header .header__quote-btn {
    font-size: 1rem;
    width: 140px; }
    .header .header__quote-btn a {
      padding-top: 2em;
      padding-bottom: 2em; }
  .header .header__social-links {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .header .header__menu-items {
    margin: 0 auto; } }

.footer {
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.1); }
  .footer .footer-reinsurance .reinsurance {
    flex-wrap: wrap; }
  .footer .footer-reinsurance .reinsurance__item {
    width: 50%;
    padding-bottom: 10px; }
    .footer .footer-reinsurance .reinsurance__item .reinsurance__icon,
    .footer .footer-reinsurance .reinsurance__item .reinsurance__text {
      display: block; }
    .footer .footer-reinsurance .reinsurance__item .reinsurance__text {
      padding: 10px 0 0 0;
      text-align: center; }
  .footer .footer-cta {
    background-color: #00A4E2;
    color: white;
    position: relative;
    padding: 50px 0; }
    .footer .footer-cta .footer-cta__img {
      display: none; }
    .footer .footer-cta .footer-cta__title {
      text-align: center; }
    .footer .footer-cta .icon.background-k {
      position: absolute;
      opacity: 0.09;
      height: 110vw;
      width: 110vw;
      top: -30vw; }
    .footer .footer-cta .footer-cta__bg {
      height: 100%;
      left: 0;
      overflow: hidden;
      pointer-events: none;
      position: absolute;
      top: 0;
      width: 100%; }
  .footer .footer-nav {
    padding: 45px 50px;
    position: relative; }
  .footer .footer-menu {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding-top: 8px; }
    .footer .footer-menu li {
      padding: 8px 0; }
    .footer .footer-menu .menu-item.m--bold {
      font-weight: 700; }
    .footer .footer-menu .menu-item.m--blue-bold {
      color: #00A4E2;
      font-weight: 700; }
  .footer .footer-nav__logo {
    display: block;
    max-width: 170px;
    margin: 0 auto 20px; }
  .footer .rs-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px; }
    .footer .rs-menu .rs-menu__item {
      display: inline-flex; }
      .footer .rs-menu .rs-menu__item a {
        display: inline-flex; }
      .footer .rs-menu .rs-menu__item .icon {
        color: #00A4E2;
        font-size: 40px; }
  .footer .footer-nav__back-to-top {
    position: absolute;
    top: 0;
    right: 0; }
    .footer .footer-nav__back-to-top::before {
      content: '';
      display: block;
      border-width: 45px 0 0 47px;
      border-color: #F0551F transparent transparent transparent;
      border-style: solid; }
    .footer .footer-nav__back-to-top .icon {
      color: white;
      font-size: 10px;
      transform: rotateZ(-90deg);
      position: absolute;
      top: 8px;
      right: 8px; }
  .footer .footer-nav__labels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.71429rem;
    margin-top: 1.71429rem;
    margin-bottom: 0.85714rem; }
    .footer .footer-nav__labels .footer-nav__labels__item img {
      display: block;
      max-width: var(--_image-width); }
    .footer .footer-nav__labels .footer-nav__labels__item.logo-france {
      --_image-width: 112px;
      flex-basis: 100%; }
      .footer .footer-nav__labels .footer-nav__labels__item.logo-france img {
        margin-inline: auto; }
    .footer .footer-nav__labels .footer-nav__labels__item.logo-bzh {
      --_image-width: 80px; }
    .footer .footer-nav__labels .footer-nav__labels__item.logo-rge {
      --_image-width: 72px; }

@media all and (min-width: 64em) {
  .footer .footer-reinsurance .reinsurance {
    flex-wrap: nowrap; }
  .footer .footer-reinsurance .reinsurance__item {
    width: auto; }
    .footer .footer-reinsurance .reinsurance__item .reinsurance__icon,
    .footer .footer-reinsurance .reinsurance__item .reinsurance__text {
      display: inline-block; }
    .footer .footer-reinsurance .reinsurance__item .reinsurance__text {
      padding-left: 16px;
      text-align: left; }
  .footer .footer-cta {
    height: 270px;
    margin: 10px 0 0; }
    .footer .footer-cta .footer-cta__title {
      padding-left: 300px; }
    .footer .footer-cta .footer-cta__img {
      display: block;
      position: absolute;
      top: -115px;
      width: 330px; }
    .footer .footer-cta .footer-cta__title {
      display: inline-block;
      text-align: left; }
    .footer .footer-cta .icon.background-k {
      height: 25vw;
      width: 25vw;
      top: -5vw;
      left: 32vw; }
    .footer .footer-cta .l-wrapper, .footer .footer-cta .frontpage-heading-reinsurance {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      position: relative; }
    .footer .footer-cta .footer-cta__buttons {
      position: absolute;
      right: 32px;
      top: 50%;
      transform: translateY(-50%); }
      .footer .footer-cta .footer-cta__buttons .btn, .footer .footer-cta .footer-cta__buttons .nf-form-cont .submit-wrap button, .nf-form-cont .submit-wrap .footer .footer-cta .footer-cta__buttons button {
        display: block; }
        .footer .footer-cta .footer-cta__buttons .btn:first-child, .footer .footer-cta .footer-cta__buttons .nf-form-cont .submit-wrap button:first-child, .nf-form-cont .submit-wrap .footer .footer-cta .footer-cta__buttons button:first-child {
          margin-top: 0; }
        .footer .footer-cta .footer-cta__buttons .btn:not(:first-child), .footer .footer-cta .footer-cta__buttons .nf-form-cont .submit-wrap button:not(:first-child), .nf-form-cont .submit-wrap .footer .footer-cta .footer-cta__buttons button:not(:first-child) {
          margin-top: 10px; }
        .footer .footer-cta .footer-cta__buttons .btn.m--blue, .footer .footer-cta .footer-cta__buttons .nf-form-cont .submit-wrap button, .nf-form-cont .submit-wrap .footer .footer-cta .footer-cta__buttons button {
          border-color: #fff; }
  .footer .footer-menu {
    text-align: left; }
    .footer .footer-menu .menu-item a:hover {
      color: #00A4E2; }
  .footer .footer-nav {
    padding: 105px 50px 45px; } }

@media all and (min-width: 80em) {
  .footer .footer-cta .footer-cta__title {
    padding-left: 330px; } }

/**
 * Image
 */
.image {
  margin: 35px 0; }
  .image img {
    display: block;
    margin: 0 auto; }

/**
 * Text / Image
 */
.txt-img {
  margin: 35px 0; }
  .txt-img figure {
    margin-top: 2.28571rem;
    width: 100%; }
  .txt-img img {
    display: block;
    margin: 0 auto;
    max-width: 830px;
    width: 100%; }
  .txt-img .text {
    margin-top: 35px; }
  .txt-img.m--cta .txt-img__inner {
    display: grid;
    grid-template-columns: 1fr; }
    .txt-img.m--cta .txt-img__inner .text, .txt-img.m--cta .txt-img__inner .text-img__cta, .txt-img.m--cta .txt-img__inner figure {
      grid-column: 1; }
    .txt-img.m--cta .txt-img__inner .text {
      order: 0; }
    .txt-img.m--cta .txt-img__inner .text-img__cta {
      order: 2; }
    .txt-img.m--cta .txt-img__inner figure {
      order: 1; }

.text-img__cta {
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.28571rem; }
  .text-img__cta a {
    width: 100%; }
  .text-img__cta > * {
    margin-top: 0; }

@media all and (min-width: 64em) {
  .txt-img figure {
    margin: 0 auto;
    width: 50%; }
  .txt-img .text {
    margin-top: 0;
    width: 50%; }
  .txt-img.m--image-left figure {
    margin-right: 1em; }
  .txt-img.m--image-left .text {
    margin-left: 1em;
    order: 1; }
  .txt-img.m--image-right figure {
    margin-left: 1em; }
  .txt-img.m--image-right .text {
    margin-right: 1em; }
  .txt-img ul {
    padding-left: 60px; }
  .txt-img.m--cta .txt-img__inner {
    grid-template-columns: 2fr 3fr; }
    .txt-img.m--cta .txt-img__inner .text {
      width: 100%; }
    .txt-img.m--cta .txt-img__inner .text-img__cta {
      order: 0;
      grid-row: 2; }
    .txt-img.m--cta .txt-img__inner figure {
      order: 1;
      grid-column: 2;
      grid-row: 1 / span 2;
      width: 100%; }
  .text-img__cta a {
    width: 70%; }
  .txt-img__inner {
    align-items: center;
    display: flex;
    flex-flow: row nowrap; }
  .m--third figure {
    margin: 0 auto;
    width: 67%; }
  .m--third .text {
    margin-top: 0;
    width: 33%; }
  .m--blue-bg .txt-img__inner {
    align-items: flex-end; }
  .m--blue-bg .text {
    background: linear-gradient(135deg, #0094A8, #00A4E2);
    color: white;
    margin: 0;
    padding: 90px 75px 90px 90px; }
    .m--blue-bg .text h3::before {
      background-color: white; }
  .m--blue-bg.m--image-left figure {
    margin-right: 0; }
  .m--blue-bg.m--image-left .text {
    margin-left: 0; }
  .m--blue-bg.m--image-right figure {
    margin-left: 0; }
  .m--blue-bg.m--image-right .text {
    margin-right: 0; } }

/**
 * Text in two cols
 */
.two-cols {
  margin: 35px 0; }

.two-cols__inner {
  border-left: 6px solid var(--border-color);
  padding-left: 14px; }
  .m--narrow .two-cols__inner {
    max-width: 640px;
    margin: 0 auto; }
  .m--border-none .two-cols__inner {
    border-left: none;
    padding-left: 0; }

.two-cols__col2 {
  margin-top: 1em; }

@media all and (min-width: 64em) {
  .two-cols {
    margin-bottom: 115px; }
  .two-cols .typo {
    font-size: 1.14286rem; }
  .two-cols__inner {
    display: flex;
    flex-flow: row nowrap; }
  .two-cols__col1 {
    padding-right: 72px;
    width: 50%; }
  .two-cols__col2 {
    margin-top: 0;
    padding-left: 72px;
    width: 50%;
    position: relative;
    border-left: solid 2px rgba(0, 148, 168, 0.58); } }

/**
 * video section
 */
.video {
  padding: 32px 0; }

.video__content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video__content iframe,
.video__content object,
.video__content embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video__mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity .5s;
  width: 100%;
  height: 100%; }

.video__image {
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: "cover";
     object-fit: "cover"; }

.video__mask.hide {
  opacity: 0; }

.video__mask.disable {
  display: none; }

.video__cta-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.video-16-9 {
  position: relative;
  width: 100%;
  max-width: 1920px;
  max-height: 95vh;
  overflow: hidden; }

.video-16-9::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%; }

.video-16-9 > video {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.frontpage-heading {
  color: #231F20;
  padding-top: 2.71429rem;
  text-align: center; }
  .frontpage-heading .frontpage-heading__subtitle {
    color: #00A4E2;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    padding-bottom: 12px; }
  .frontpage-heading .frontpage-heading__title {
    line-height: 1.3; }
  .frontpage-heading .icon.background-k {
    display: none; }

.frontpage-heading-reinsurance {
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
  display: none;
  transform: translateY(-50%); }

@media all and (max-width: 64em) {
  .frontpage-heading {
    background-image: none !important; } }

@media all and (min-width: 64em) {
  .frontpage-heading {
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    height: 70vh;
    padding-top: 0;
    position: relative;
    overflow: hidden; }
    .frontpage-heading .frontpage-heading__subtitle {
      color: white;
      display: block;
      font-size: 1.14286rem;
      font-weight: 400;
      padding-bottom: 0.85714rem; }
    .frontpage-heading .frontpage-heading__title {
      font-size: 3.57143rem;
      line-height: 1.14;
      position: relative;
      top: 35vh;
      transform: translateY(-50%); }
    .frontpage-heading .icon.background-k {
      display: block;
      height: 65vw;
      left: 15vw;
      opacity: .13;
      position: absolute;
      top: -10vw;
      width: 65vw; }
  .frontpage-heading-reinsurance {
    display: block; } }

.reinsurance ul {
  background-color: white;
  display: flex;
  justify-content: space-evenly;
  padding-block: 32px; }
  @media all and (min-width: 64em) {
    .reinsurance ul {
      padding: 32px 38px; }
      .reinsurance ul .reinsurance__prev,
      .reinsurance ul .reinsurance__next {
        display: none; } }
  .reinsurance ul .reinsurance__item {
    display: inline-block;
    vertical-align: middle; }
    .reinsurance ul .reinsurance__item .reinsurance__icon {
      color: #00A4E2;
      display: inline-block;
      text-align: center;
      vertical-align: middle; }
      .reinsurance ul .reinsurance__item .reinsurance__icon .icon {
        font-size: 5em; }
    .reinsurance ul .reinsurance__item .reinsurance__text {
      display: inline-block;
      padding-left: 16px;
      vertical-align: middle;
      white-space: normal; }
      .reinsurance ul .reinsurance__item .reinsurance__text span {
        display: block;
        font-size: 0.92857rem; }
        .reinsurance ul .reinsurance__item .reinsurance__text span.m--blue {
          color: #00A4E2;
          font-weight: 700; }
    .reinsurance ul .reinsurance__item:first-child .reinsurance__text span {
      display: inline; }
    .reinsurance ul .reinsurance__item:first-child .reinsurance__text span:last-child {
      display: block; }

.reinsurance {
  position: relative; }
  .reinsurance .reinsurance__prev,
  .reinsurance .reinsurance__next {
    color: #F0551F;
    position: absolute;
    top: calc(50% - 6.5px);
    z-index: 10; }
    .reinsurance .reinsurance__prev .icon,
    .reinsurance .reinsurance__next .icon {
      width: 16px;
      height: 13px; }
    @media all and (min-width: 64em) {
      .reinsurance .reinsurance__prev,
      .reinsurance .reinsurance__next {
        display: none; } }
    .reinsurance .reinsurance__prev.reinsurance__prev,
    .reinsurance .reinsurance__next.reinsurance__prev {
      left: 30px;
      transform: scaleX(-1); }
    .reinsurance .reinsurance__prev.reinsurance__next,
    .reinsurance .reinsurance__next.reinsurance__next {
      right: 30px; }

.product-lines .product-lines__title {
  margin-bottom: 18px; }

.product-lines .product-lines__title,
.product-lines .product-lines__desc {
  display: none !important;
  text-align: center; }

.product-lines .product-lines__col1 {
  text-align: center; }

.product-lines .product-lines__items ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -5px; }
  .product-lines .product-lines__items ul li {
    margin: 0 5px 5px;
    text-align: center;
    width: calc(33.33% - 10px); }
    .product-lines .product-lines__items ul li:hover .product-lines__item-title {
      box-shadow: 0 0 32px rgba(0, 0, 0, 0.2); }

.product-lines .product-lines__image-link {
  display: inline-flex;
  transition: box-shadow .2s ease; }
  @media (hover: hover) {
    .product-lines .product-lines__image-link:hover {
      box-shadow: 0 0 32px rgba(0, 0, 0, 0.4); } }
  .product-lines .product-lines__image-link:focus-visible {
    outline: 4px solid #00A4E2; }

.product-lines .product-lines__icon {
  border-radius: 35px;
  background-color: #00A4E2;
  color: white;
  display: inline-block;
  font-size: 30px;
  height: 70px;
  overflow: hidden;
  position: relative;
  width: 70px;
  z-index: 2; }
  .product-lines .product-lines__icon .icon {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.product-lines .product-lines__item-title {
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-size: 9px;
  font-weight: 500;
  height: 70px;
  margin-top: -35px;
  padding: 35px 10px 10px;
  position: relative;
  text-transform: uppercase;
  transition: box-shadow .2s ease;
  vertical-align: bottom;
  width: 100%;
  z-index: 1; }
  .product-lines .product-lines__item-title .product-lines__simulator3D {
    display: none; }

.product-lines__cta {
  display: none; }

.product-lines__cols {
  margin: 0 -16px; }

.product-lines__col1,
.product-lines__col2 {
  padding: 16px; }

@media all and (min-width: 48em) {
  .product-lines__cols > .sv-g {
    align-items: center;
    flex-direction: row; } }

@media all and (max-width: calc(64em - 1px)) {
  .product-lines .product-lines__cols > .sv-g {
    flex-direction: column-reverse; } }

@media all and (min-width: 64em) {
  .product-lines .product-lines__title,
  .product-lines .product-lines__desc {
    display: block !important; }
  .product-lines .product-lines__desc {
    font-size: 14px;
    margin: 0 auto;
    max-width: 770px;
    padding-top: 1em; }
  .product-lines__cta {
    background-image: url("/themes/kiclos/assets/images/layout/cta_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 3em;
    padding: 35px 92px;
    position: relative; }
    .product-lines__cta h3 {
      color: white;
      position: relative; }
      .product-lines__cta h3:before {
        content: '';
        background-color: white;
        display: block;
        height: 1em;
        left: -.5em;
        position: absolute;
        top: .1em;
        width: 5px; }
    .product-lines__cta .btn, .product-lines__cta .nf-form-cont .submit-wrap button, .nf-form-cont .submit-wrap .product-lines__cta button {
      margin-top: 0;
      position: absolute;
      right: 92px;
      top: 50%;
      transform: translateY(-50%); } }

@media all and (min-width: 85.375em) {
  .product-lines .product-lines__item-title {
    font-size: 14px;
    height: 105px;
    margin-top: -35px;
    padding-top: 40px; }
    .product-lines .product-lines__item-title .product-lines__simulator3D {
      font-size: 13px;
      font-weight: 700;
      line-height: 15.85px;
      text-align: left;
      color: #F0551F;
      text-transform: none;
      margin-top: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px; }
      .product-lines .product-lines__item-title .product-lines__simulator3D::before {
        content: '';
        display: block;
        background: url("/themes/kiclos/assets/images/pictos/3d.svg") center/contain no-repeat;
        position: static;
        top: 55px;
        height: 27px;
        width: 27px; }
  .product-lines .product-lines__icon {
    border-radius: 52.5px;
    font-size: 40px;
    height: 105px;
    width: 105px; } }

.works-slider {
  padding-left: 36px; }
  .works-slider .works-slider__text {
    padding: 60px 36px 24px 0; }
    .works-slider .works-slider__text h2 {
      padding-bottom: 1rem; }
    .works-slider .works-slider__text a.btn {
      padding-bottom: 24px; }
  .works-slider .swiper-container-horizontal > .swiper-scrollbar {
    background-color: rgba(0, 164, 226, 0.22);
    border-radius: 0;
    height: 5px; }
  .works-slider .swiper-scrollbar-drag {
    background-color: #00A4E2;
    border-radius: 0; }
  .works-slider .works-slider__prev, .works-slider .works-slider__next {
    display: none; }
  .works-slider .swiper-wrapper {
    margin-bottom: 32px; }

@media all and (min-width: 64em) {
  .works-slider {
    margin: 0 auto;
    max-width: 1260px;
    padding: 96px 36px;
    padding-bottom: 48px; }
    .works-slider .works-slider__slider {
      display: inline-block;
      flex-grow: 1;
      vertical-align: top;
      width: 65%; }
    .works-slider .works-slider__text {
      display: inline-block;
      vertical-align: top;
      padding-top: 0;
      width: 34%; }
      .works-slider .works-slider__text .btn, .works-slider .works-slider__text .nf-form-cont .submit-wrap button, .nf-form-cont .submit-wrap .works-slider .works-slider__text button {
        margin-top: 35px; }
    .works-slider .swiper-scrollbar {
      display: none; }
    .works-slider .swiper-container {
      clip-path: inset(-100vw -100vw -100vw 0);
      overflow: visible; }
    .works-slider .works-slider__prev, .works-slider .works-slider__next {
      border: solid 1px #00A4E2;
      color: #00A4E2;
      display: inline-block;
      font-size: 10px;
      height: 40px;
      margin-bottom: 50px;
      padding: 14px 0;
      width: 40px; }
      .works-slider .works-slider__prev.swiper-button-disabled, .works-slider .works-slider__next.swiper-button-disabled {
        opacity: .5; }
    .works-slider .works-slider__prev {
      margin-right: 14px; }
      .works-slider .works-slider__prev .icon {
        transform: rotateZ(-180deg);
        transform-origin: center; } }

.work-teaser {
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.09);
  text-align: center;
  position: relative; }
  .work-teaser a {
    display: block; }
  .work-teaser img {
    width: 100%; }
  .work-teaser .work-teaser__title {
    padding: 25px; }
  .work-teaser .work-teaser__title h3 {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px; }
  .work-teaser .work-teaser__tag {
    border: solid 1px;
    display: inline-block;
    font-size: 9px;
    padding: 5px 8px; }
    .work-teaser .work-teaser__tag.m--orange {
      border-color: #F0551F;
      color: #F0551F; }
    .work-teaser .work-teaser__tag.m--blue, .work-teaser .nf-form-cont .submit-wrap button.work-teaser__tag, .nf-form-cont .submit-wrap .work-teaser button.work-teaser__tag {
      border-color: #00A4E2;
      color: #00A4E2; }
  .work-teaser:hover .work-teaser__title h3 {
    font-weight: 700; }
  .work-teaser:hover .work-teaser__title:before {
    content: '';
    border-style: solid;
    border-width: 0 0 53px 44px;
    border-color: transparent transparent #00A4E2 transparent;
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    right: 0px;
    transition: background-color .25s, border-color .25s, color .25s;
    bottom: 0px; }
  .work-teaser:hover .work-teaser__title:after {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='white' d='M32 14.902h-32.002v2.193h32.002z'%3E%3C/path%3E%3Cpath fill='white' d='M14.907 0v32.002h2.193v-32.002z'%3E%3C/path%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    display: block;
    right: 8px;
    bottom: 14px;
    width: 12px;
    height: 10px; }

.page-template-works-listing .mfp-container {
  max-width: 80vw;
  margin: 0 auto;
  left: calc(50% - 40vw); }
  .page-template-works-listing .mfp-container .mfp-close {
    background-color: white;
    color: #00A4E2;
    opacity: 1;
    left: 0; }

.page-template-works-listing button.mfp-arrow-left, .page-template-works-listing button.mfp-arrow-right {
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 32'%3E%3Cpath fill='%2300A4E2' d='M42.949 15.999l-14.704-14.704c-0.334-0.347-0.802-0.563-1.321-0.563-1.011 0-1.831 0.82-1.831 1.831 0 0.519 0.216 0.987 0.562 1.32l0.001 0.001 12.115 12.115-12.115 12.115c-0.347 0.334-0.563 0.802-0.563 1.321 0 1.011 0.82 1.831 1.831 1.831 0.519 0 0.987-0.216 1.32-0.562l0.001-0.001z'%3E%3C/path%3E%3Cpath fill='%2300A4E2' d='M41.78 16.116c-0.016-0.999-0.83-1.803-1.831-1.803-0.010 0-0.020 0-0.030 0l0.002-0h-38.091c-0.008-0-0.017-0-0.026-0-1.011 0-1.831 0.82-1.831 1.831s0.82 1.831 1.831 1.831c0.009 0 0.018-0 0.027-0l-0.001 0h38.091c0.009 0 0.019 0 0.029 0 1.011 0 1.831-0.82 1.831-1.831 0-0.010-0-0.020-0-0.030l0 0.002z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  height: 48px;
  margin-top: 0 !important;
  top: calc(50% - 24px) !important;
  opacity: 1;
  width: 48px; }
  .page-template-works-listing button.mfp-arrow-left::before, .page-template-works-listing button.mfp-arrow-left::after, .page-template-works-listing button.mfp-arrow-right::before, .page-template-works-listing button.mfp-arrow-right::after {
    display: none; }
  .page-template-works-listing button.mfp-arrow-left.mfp-arrow-left, .page-template-works-listing button.mfp-arrow-right.mfp-arrow-left {
    transform: rotateZ(-180deg);
    transform-origin: 0; }
  .page-template-works-listing button.mfp-arrow-left.mfp-arrow-right, .page-template-works-listing button.mfp-arrow-right.mfp-arrow-right {
    transform: none;
    left: 100%;
    right: auto; }

.work-popin .work-popin__content {
  background-color: white;
  height: 100%; }

.work-popin .work-popin__inner {
  padding: 50px 32px 16px 44px;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.work-popin .work-popin__title {
  color: #00A4E2;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px; }

.work-popin .work-popin__products-label {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px; }

.work-popin .work-popin__products-list span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding-left: 12px; }

.work-popin .work-popin__products-list a::before {
  content: '';
  display: inline-block;
  background-color: #00A4E2;
  height: 6px;
  vertical-align: middle;
  width: 6px; }

.work-popin .work-popin__products-list .icon {
  color: #F0551F;
  font-size: 8px;
  vertical-align: middle;
  margin-left: 12px; }

.work-popin .work-popin__img {
  display: block; }

.work-popin .work-popin__tag {
  border: solid 1px var(--color);
  color: var(--color);
  display: inline-block;
  font-size: 11px;
  padding: 5px 8px;
  margin-bottom: 8px; }
  .work-popin .work-popin__tag::after {
    content: '';
    background-color: var(--color);
    border-radius: 6px;
    display: inline-block;
    height: 12px;
    overflow: hidden;
    width: 12px;
    left: 4px;
    position: relative;
    top: 2px; }

@media all and (min-width: 80em) {
  .page-template-works-listing .mfp-container {
    max-width: 1200px;
    margin: 0 auto;
    left: calc(50% - 600px); }
    .page-template-works-listing .mfp-container .mfp-close {
      background-color: white;
      color: #00A4E2;
      opacity: 1;
      left: calc(33.33% + 16px); }
  .work-popin {
    max-width: 1080px;
    margin: 0 auto; }
    .work-popin .work-popin__inner {
      padding: 0 32px 0 65px; } }

.home-double-img {
  padding: 90px 0; }
  .home-double-img .home-double-img__img.m--brittany {
    display: none; }
  .home-double-img .home-double-img__subtitle {
    color: #00A4E2;
    display: inline-block;
    font-size: 1rem;
    padding-bottom: 16px; }
  .home-double-img .home-double-img__text {
    margin-bottom: 40px; }
    .home-double-img .home-double-img__text .h2-like, .home-double-img .home-double-img__text .typo h2, .typo .home-double-img .home-double-img__text h2, .home-double-img .home-double-img__text .nf-form-cont .nf-form-title > h3, .nf-form-cont .home-double-img .home-double-img__text .nf-form-title > h3 {
      margin-bottom: 1em; }
  .home-double-img .home-double-img__img img {
    width: 100%; }

@media all and (min-width: 64em) {
  .home-double-img .home-double-img__img.m--brittany {
    display: inline-block;
    padding-right: 250px; }
  .home-double-img .home-double-img__subtitle {
    font-size: 1.14286rem; }
  .home-double-img .home-double-img__first-line {
    white-space: nowrap; }
  .home-double-img .home-double-img__text, .home-double-img .home-double-img__img {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 50%; }
  .home-double-img .home-double-img__text {
    padding-right: 36px; }
  .home-double-img .home-double-img__img {
    padding-left: 36px; }
  .home-double-img .home-double-img__second-line {
    display: flex; }
    .home-double-img .home-double-img__second-line .btn, .home-double-img .home-double-img__second-line .nf-form-cont .submit-wrap button, .nf-form-cont .submit-wrap .home-double-img .home-double-img__second-line button {
      align-self: flex-start;
      margin-top: 0;
      flex-grow: 0; }
    .home-double-img .home-double-img__second-line .btn, .home-double-img .home-double-img__second-line .nf-form-cont .submit-wrap button, .nf-form-cont .submit-wrap .home-double-img .home-double-img__second-line button, .home-double-img .home-double-img__second-line .home-double-img__img {
      display: inline-block;
      position: relative;
      vertical-align: top; }
    .home-double-img .home-double-img__second-line .home-double-img__img {
      flex-grow: 1; }
    .home-double-img .home-double-img__second-line .home-double-img__img-txt {
      background-color: #00A4E2;
      color: white;
      display: inline-block;
      font-size: 3.14286rem;
      font-weight: 700;
      padding: 20px 28px 20px 50px;
      position: absolute;
      right: 0;
      text-align: right; }
      .home-double-img .home-double-img__second-line .home-double-img__img-txt .icon {
        font-size: 94px;
        position: absolute;
        left: -31px; } }

.home-triple-img__img {
  width: 100%;
  position: relative; }
  .home-triple-img__img::before {
    content: '';
    display: block;
    background: url("/themes/kiclos/assets/images/logos/logo-produit-en-bretagne.png") center/contain no-repeat;
    position: absolute;
    top: 20px;
    right: -20px;
    height: 80px;
    width: 80px; }
  .home-triple-img__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.home-triple-img__text {
  width: 100%; }

.home-triple-img__content {
  padding-left: 0px;
  padding-top: 20px; }
  .home-triple-img__content p {
    padding-top: 30px; }

.home-triple-img__second-line {
  display: flex;
  padding-top: 40px; }
  .home-triple-img__second-line img {
    width: 50%;
    padding: 0 5px; }
  .home-triple-img__second-line img:nth-of-type(1) {
    padding-left: 10px; }
  .home-triple-img__second-line img:nth-of-type(2) {
    padding-right: 0px; }

@media all and (min-width: 64em) {
  .home-triple-img__block {
    display: flex; }
  .home-triple-img__content {
    padding-left: 48px; }
  .home-triple-img__img {
    width: 33%; }
    .home-triple-img__img::before {
      width: 160px;
      height: 160px; }
  .home-triple-img {
    padding-bottom: 40px; }
  .home-triple-img__text {
    width: 67%; } }

.testimonials {
  background-color: #00A4E2;
  padding-block: 50px;
  position: relative;
  overflow: hidden; }
  .testimonials .testimonials__layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.71429rem; }
  .testimonials .testimonials__title {
    flex-basis: 100%;
    color: white;
    text-align: center; }
  .testimonials .icon.background-k {
    color: white;
    display: block;
    height: 200vw;
    left: -25vw;
    opacity: .13;
    position: absolute;
    top: -5vw;
    width: 200vw; }
  .testimonials .swiper-container-horizontal > .swiper-scrollbar {
    background-color: rgba(255, 255, 255, 0.22);
    border-radius: 0;
    height: 5px; }
  .testimonials .swiper-scrollbar-drag {
    background-color: white;
    border-radius: 0; }
  .testimonials .testimonials__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 1.14286rem 0.57143rem; }
    .testimonials .testimonials__btns > * {
      margin-top: 0; }
  .testimonials .btn, .testimonials .nf-form-cont .submit-wrap button, .nf-form-cont .submit-wrap .testimonials button {
    text-align: left;
    vertical-align: middle; }
  .testimonials .testimonials__slider {
    width: 100%;
    padding-bottom: 2.28571rem; }
  .testimonials .testimonials__slide {
    height: auto; }
    .testimonials .testimonials__slide > * {
      height: 100%; }

.testimonial-teaser {
  background-color: white;
  padding: 26px 36px 40px; }
  .testimonial-teaser.testimonial-teaserfirst {
    padding: 0 0 0; }
  .testimonial-teaser .testimonial-teaser__imgfirst {
    flex-shrink: 0;
    border-radius: 0%;
    -o-object-fit: cover;
       object-fit: cover;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
    height: 214px; }
  .testimonial-teaser .testimonial-teaser__img {
    flex-shrink: 0;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    width: 85px; }
  .testimonial-teaser .testimonial-teaser__textfirst {
    padding: 26px 36px 40px;
    padding-top: 0px; }
  .testimonial-teaser .testimonial-teaser__head-textfirst {
    padding: 26px 36px 40px;
    padding-bottom: 0px;
    flex-grow: 1;
    flex-basis: 11.42857rem;
    display: inline-block;
    font-weight: 500;
    vertical-align: middle; }
    .testimonial-teaser .testimonial-teaser__head-textfirst .icon {
      color: #0094A8;
      margin-right: 8px;
      display: inline-block;
      vertical-align: middle; }
    .testimonial-teaser .testimonial-teaser__head-textfirst .testimonial-teaser__city {
      color: #BCBCBC;
      display: block;
      margin-bottom: .3em; }
    .testimonial-teaser .testimonial-teaser__head-textfirst .testimonial-teaser__job {
      color: #231F20;
      display: block;
      margin-bottom: .3em; }
    .testimonial-teaser .testimonial-teaser__head-textfirst h3 {
      font-weight: 500; }
  .testimonial-teaser .testimonial-teaser__head-text {
    flex-grow: 1;
    flex-basis: 11.42857rem;
    display: inline-block;
    font-weight: 500;
    vertical-align: middle; }
    .testimonial-teaser .testimonial-teaser__head-text .icon {
      color: #0094A8;
      margin-right: 8px;
      display: inline-block;
      vertical-align: middle; }
    .testimonial-teaser .testimonial-teaser__head-text .testimonial-teaser__city {
      color: #BCBCBC;
      display: block;
      margin-bottom: .3em; }
    .testimonial-teaser .testimonial-teaser__head-text h3 {
      font-weight: 500; }
  .testimonial-teaser .testimonial-teaser__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.14286rem;
    margin-bottom: 24px;
    position: relative; }
  .testimonial-teaser .testimonial-teaser__icon {
    position: absolute;
    left: 70px;
    bottom: -10px;
    width: 46px; }

@media all and (min-width: 64em) {
  .testimonials {
    padding-block: 75px; }
    .testimonials .testimonials__layout {
      gap: 2.28571rem; }
    .testimonials .testimonials__title {
      flex-basis: auto;
      text-align: left; }
    .testimonials .testimonials__slider {
      order: 3;
      padding-bottom: 0; }
    .testimonials .l-wrapper, .testimonials .frontpage-heading-reinsurance {
      position: relative; }
    .testimonials .swiper-scrollbar {
      display: none; }
    .testimonials .icon.background-k {
      left: 0;
      height: 50vw;
      width: 50vw; }
  .testimonial-teaser .testimonial-teaser__img {
    width: 102px; } }

.testimonials-grid .testimonials-grid__load-more {
  text-align: center;
  padding-bottom: 60px; }

@media all and (min-width: 64em) {
  .testimonials-grid {
    margin-top: -70px;
    position: relative;
    z-index: 2; }
    .testimonials-grid .testimonials-grid__wrapper, .testimonials-grid .testimonials-grid__first-line {
      display: flex;
      padding: 0 -8px; }
      .testimonials-grid .testimonials-grid__wrapper .testimonials-grid__col, .testimonials-grid .testimonials-grid__first-line .testimonials-grid__col {
        margin: 0 8px;
        width: 33.33%; }
      .testimonials-grid .testimonials-grid__wrapper .testimonials-grid__item, .testimonials-grid .testimonials-grid__first-line .testimonials-grid__item {
        box-shadow: 0 0 26px rgba(0, 0, 0, 0.06);
        margin-bottom: 16px; }
    .testimonials-grid .testimonials-grid__first-line .testimonials-grid__item {
      margin: 0 8px 16px;
      width: 33.33%; } }

.page-heading {
  background: linear-gradient(180deg, #0094A8, #00A4E2);
  color: white;
  height: 340px;
  text-align: center;
  position: relative;
  padding: 0 35px;
  overflow: hidden; }
  .page-heading .icon.background-k {
    position: absolute;
    opacity: .09;
    height: 100vw;
    width: 100vw;
    left: -5vw;
    top: -10vw; }
  .page-heading .page-heading__inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .page-heading .page-heading__inner p {
      max-width: 650px;
      margin: 0 auto; }
  .page-heading .breadcrumbs {
    color: white;
    opacity: .77;
    text-align: left; }
    .page-heading .breadcrumbs > .l-wrapper > .l-padding > span > span:first-child > a::before, .page-heading .breadcrumbs > .frontpage-heading-reinsurance > .l-padding > span > span:first-child > a::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='white' d='M31.136 13.92v0l-13.054-13.056c-0.533-0.533-1.269-0.863-2.083-0.863s-1.55 0.33-2.083 0.863l-13.048 13.048c-0.529 0.532-0.856 1.266-0.856 2.076 0 1.581 1.246 2.871 2.809 2.942l0.006 0h0.612v9.607c0.002 1.904 1.545 3.447 3.449 3.449h5.093c0.518 0 0.938-0.42 0.938-0.938v0-7.518c0.002-0.868 0.705-1.571 1.572-1.572h3.012c0.868 0.002 1.571 0.705 1.572 1.572v7.532c0 0.518 0.42 0.938 0.938 0.938v0h5.107c1.904-0.002 3.447-1.545 3.449-3.449v-9.605h0.493c0.001 0 0.002 0 0.004 0 1.627 0 2.945-1.319 2.945-2.945 0-0.814-0.33-1.551-0.864-2.084l-0-0z'%3E%3C/path%3E%3C/svg%3E"); }
    .page-heading .breadcrumbs > .l-wrapper > .l-padding > span > *::after, .page-heading .breadcrumbs > .frontpage-heading-reinsurance > .l-padding > span > *::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 32'%3E%3Cpath fill='white' d='M18.958 16.003l-16.001-16.001-2.958 2.958 13.043 13.043-13.043 13.034 2.958 2.958z'%3E%3C/path%3E%3C/svg%3E"); }

@media all and (min-width: 64em) {
  .page-heading {
    height: 370px; }
    .page-heading .icon.background-k {
      width: 40vw;
      height: 40vw;
      top: -10vw;
      left: 10vw; }
    .page-heading.m--bg-1 .icon.background-k {
      left: 10vw; }
    .page-heading.m--bg-2 .icon.background-k {
      left: 25vw; }
    .page-heading.m--bg-3 .icon.background-k {
      left: 50vw; }
    .page-heading::after {
      content: '';
      background-color: white;
      bottom: 0;
      display: inline-block;
      height: 70px;
      left: 27vw;
      position: absolute;
      width: 73vw; }
    .page-heading .page-heading__inner {
      position: relative;
      top: calc(50% - 35px); } }

.advices {
  padding: 70px 0; }
  .advices .advices__title {
    padding-bottom: 30px; }
  .advices .swiper-container-horizontal > .swiper-scrollbar {
    background-color: rgba(0, 164, 226, 0.22);
    border-radius: 0;
    height: 5px; }
  .advices .swiper-scrollbar-drag {
    background-color: #00A4E2;
    border-radius: 0; }
  .advices .swiper-slide {
    height: auto; }
  .advices .swiper-wrapper {
    margin-bottom: 38px; }

@media all and (min-width: 64em) {
  .advices .advices__title {
    padding-bottom: 40px; }
  .advices .l-wrapper, .advices .frontpage-heading-reinsurance {
    position: relative; }
  .advices .btn.l-mobile-hidden, .advices .nf-form-cont .submit-wrap button.l-mobile-hidden, .nf-form-cont .submit-wrap .advices button.l-mobile-hidden {
    margin-top: 0;
    position: absolute;
    right: 36px;
    top: 0; }
  .advices .swiper-container {
    clip-path: inset(-100vw -100vw -100vw 0);
    overflow: visible; }
  .advices .swiper-container-horizontal > .swiper-scrollbar {
    background-color: #00A4E2;
    bottom: auto;
    height: 1px; }
  .advices .swiper-scrollbar-drag {
    background-color: #00A4E2;
    height: 9px;
    top: -4px; } }

.advice-teaser {
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: box-shadow .2s ease; }
  .advice-teaser:hover {
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.2); }
  .advice-teaser .advice-teaser__infos {
    padding: 30px 24px; }
  .advice-teaser .advice-teaser__meta {
    padding-bottom: 10px; }
  .advice-teaser .advice-teaser__excerpt {
    margin-top: 1em; }
  .advice-teaser .advice-teaser__thumbnail {
    display: block;
    width: 100%; }

.advice-wrapper::before {
  content: '';
  background-color: #F7FBFE;
  height: 450px;
  position: absolute;
  width: 100%;
  z-index: 0; }

.advice-author {
  background-color: white;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 30px 30px 40px; }
  .advice-author .advice-author__img {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 1rem; }
  .advice-author .advice-author__name {
    color: #00A4E2;
    font-size: 20px;
    font-weight: 700; }
  .advice-author .advice-author__job {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1em; }

.advice {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  padding-block: 60px;
  z-index: 1; }
  .advice .l-padding {
    padding: 0; }
  .advice .advice__head {
    text-align: center; }
  .advice .advice__image {
    display: block;
    margin: 40px 0 60px; }
  .advice .advice__title {
    color: #00A4E2; }

.advice__main {
  margin-bottom: -35px; }

.advice__aside {
  display: flex;
  flex-direction: column;
  gap: 50px; }

.advice__category, .advice-teaser .advice-teaser__category {
  border: solid 1px #F0551F;
  color: #F0551F;
  display: inline-block;
  font-size: 8px;
  padding: 0.5em 1em; }
  .advice__category.m--blue, .nf-form-cont .submit-wrap button.advice__category, .nf-form-cont .submit-wrap .advice-teaser button.advice-teaser__category, .advice-teaser .nf-form-cont .submit-wrap button.advice-teaser__category, .advice-teaser .m--blue.advice-teaser__category {
    border-color: #00A4E2;
    color: #00A4E2; }
  .advice__category.m--orange, .advice-teaser .m--orange.advice-teaser__category {
    border-color: #F0551F;
    color: #F0551F; }
  .advice__category.m--yellow, .advice-teaser .m--yellow.advice-teaser__category {
    border-color: #FECA00;
    color: #FECA00; }
  .advice__category.m--green, .advice-teaser .m--green.advice-teaser__category {
    border-color: #0094A8;
    color: #0094A8; }

.advice__date, .advice-teaser .advice-teaser__date {
  color: #0094A8;
  font-size: 11px; }
  .advice__date .icon, .advice-teaser .advice-teaser__date .icon {
    margin-right: 6px; }

@media all and (min-width: 64em) {
  .advice__date, .advice-teaser .advice-teaser__date {
    font-size: 14px; }
  .advice__category, .advice-teaser .advice-teaser__category {
    font-size: 11px; }
  .advice .advice__head {
    text-align: left; }
    .advice .advice__head .advice__image {
      width: 100%; }
  .advice__main {
    max-width: 720px; } }

@media all and (min-width: 85.375em) {
  .advice {
    flex-direction: row; }
  .advice__aside {
    flex-grow: 1; }
  .advice-block {
    position: sticky;
    top: calc(166px + 35px); } }

.quote .quote__img {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 70px; }
  .quote .quote__img .quote__author-img {
    border-radius: 50%;
    display: block;
    overflow: hidden; }
  .quote .quote__img .quote__icon {
    bottom: -10px;
    height: 34px;
    position: absolute;
    right: 0;
    width: 34px; }

.quote .quote__text {
  display: inline-block;
  padding: 24px 0 0 10px;
  vertical-align: top;
  width: calc(100% - 75px); }

.quote .quote__author {
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: .5em; }

@media all and (min-width: 64em) {
  .quote .quote__img {
    width: 100px; }
    .quote .quote__img .quote__icon {
      bottom: -14px;
      height: 47px;
      width: 47px; }
  .quote .quote__author {
    font-size: 1.85714rem; }
  .quote .quote__text {
    padding: 36px 0 0 27px;
    width: calc(100% - 105px); }
    .quote .quote__text p {
      font-size: 1.28571rem; } }

.product-slider {
  overflow: hidden;
  padding-right: 27px;
  width: 100%; }
  .product-slider.m--landscape .product-slider__main .swiper-slide img {
    aspect-ratio: 1.65;
    max-height: 440px; }
  .product-slider.m--portrait .product-slider__main .swiper-slide img {
    aspect-ratio: 0.75;
    max-height: 650px; }
  .product-slider .product-slider__main {
    position: relative; }
    .product-slider .product-slider__main .swiper-slide img {
      font-family: 'object-fit:cover; object-position: center;';
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      width: 100%; }
    .product-slider .product-slider__main .swiper-slide {
      --_overlay-icon-size: 48px;
      position: relative;
      cursor: pointer; }
  .product-slider .product-slider__thumb {
    display: none;
    overflow: hidden; }
    .product-slider .product-slider__thumb .swiper-slide {
      --_overlay-icon-size: 32px;
      height: 137px;
      cursor: pointer; }
      .product-slider .product-slider__thumb .swiper-slide img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%; }
  .product-slider .product-slider__main .swiper-slide:hover .product-slider__slide-overlay,
  .product-slider .product-slider__thumb .swiper-slide:hover .product-slider__slide-overlay {
    opacity: 1; }
  .product-slider .product-slider__slide-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    z-index: 15;
    transition: opacity 0.25s; }
    .product-slider .product-slider__slide-overlay .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: var(--_overlay-icon-size);
      color: #00A4E2; }
  .product-slider .swiper-scrollbar {
    background-color: rgba(0, 164, 226, 0.22);
    border-radius: 0;
    height: 5px; }
  .product-slider .swiper-container-horizontal {
    padding-bottom: 22px; }
    .product-slider .swiper-container-horizontal > .swiper-scrollbar {
      bottom: 0; }
  .product-slider .swiper-scrollbar-drag {
    background-color: #00A4E2;
    border-radius: 0; }

.product-slider-popin {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100; }
  .product-slider-popin .product-slider__popin {
    overflow: hidden;
    height: 80%;
    left: 10%;
    position: relative;
    top: 10%;
    width: 80%;
    text-align: center; }
    .product-slider-popin .product-slider__popin img {
      display: inline-block;
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      transform: translateY(-50%);
      position: relative; }
  .product-slider-popin .product-slider-popin__prev, .product-slider-popin .product-slider-popin__next {
    background-color: white;
    color: #00A4E2;
    font-size: 14px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 1;
    transition-property: background-color, color, opacity;
    transition-duration: 0.15s; }
    .product-slider-popin .product-slider-popin__prev.product-slider-popin__prev, .product-slider-popin .product-slider-popin__next.product-slider-popin__prev {
      left: 0; }
      .product-slider-popin .product-slider-popin__prev.product-slider-popin__prev .icon, .product-slider-popin .product-slider-popin__next.product-slider-popin__prev .icon {
        transform: rotateZ(-180deg); }
    .product-slider-popin .product-slider-popin__prev.product-slider-popin__next, .product-slider-popin .product-slider-popin__next.product-slider-popin__next {
      right: 0; }
    .product-slider-popin .product-slider-popin__prev:not(.swiper-button-disabled):hover, .product-slider-popin .product-slider-popin__prev:not(.swiper-button-disabled):focus, .product-slider-popin .product-slider-popin__next:not(.swiper-button-disabled):hover, .product-slider-popin .product-slider-popin__next:not(.swiper-button-disabled):focus {
      background-color: #00A4E2;
      color: white; }
    .product-slider-popin .product-slider-popin__prev.swiper-button-disabled, .product-slider-popin .product-slider-popin__next.swiper-button-disabled {
      opacity: 0.5;
      cursor: default; }
  .product-slider-popin .product-slider-popin__close {
    display: inline-flex;
    position: absolute;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    right: 5%;
    top: 5%;
    transition-property: color;
    transition-duration: 0.15s; }
    .product-slider-popin .product-slider-popin__close:hover, .product-slider-popin .product-slider-popin__close:focus {
      color: #00A4E2; }

@media all and (min-width: 64em) {
  .product-slider {
    width: 50%; }
    .product-slider .product-slider__main {
      overflow: hidden;
      margin-bottom: 15px; }
    .product-slider .product-slider__thumb {
      display: block; }
    .product-slider .swiper-scrollbar {
      display: none; }
    .product-slider .swiper-container-horizontal {
      padding-bottom: 0; } }

.numbered-list {
  background-color: #00A4E2;
  padding-top: 74px;
  margin-bottom: 74px;
  position: relative; }
  .numbered-list .numbered-list__background {
    display: none;
    overflow: hidden; }
  .numbered-list .numbered-list__head {
    color: white;
    position: relative; }
    .numbered-list .numbered-list__head .m--title-deco, .numbered-list .numbered-list__head .typo h2, .typo .numbered-list .numbered-list__head h2, .numbered-list .numbered-list__head .typo h3, .typo .numbered-list .numbered-list__head h3, .numbered-list .numbered-list__head .typo h4, .typo .numbered-list .numbered-list__head h4 {
      padding-bottom: 25px; }
    .numbered-list .numbered-list__head .m--title-deco::before, .numbered-list .numbered-list__head .typo h2::before, .typo .numbered-list .numbered-list__head h2::before, .numbered-list .numbered-list__head .typo h3::before, .typo .numbered-list .numbered-list__head h3::before, .numbered-list .numbered-list__head .typo h4::before, .typo .numbered-list .numbered-list__head h4::before {
      background-color: white; }
  .numbered-list .background-k {
    color: white;
    opacity: .11;
    height: 70vw;
    left: -10vw;
    position: absolute;
    top: -10vw;
    width: 70vw;
    z-index: 0; }
  .numbered-list .numbered-list__counter {
    background-color: white;
    display: block;
    color: #00A4E2;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    text-align: center;
    width: 15%; }
    .numbered-list .numbered-list__counter::after {
      content: '';
      position: absolute;
      background-color: #0094A8;
      width: 3px;
      height: 170px;
      top: 100%;
      left: 50%; }
  .numbered-list .numbered-list__item {
    align-items: flex-start;
    background-color: white;
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    padding: 35px 50px 35px 20px; }
    .numbered-list .numbered-list__item:last-child {
      align-items: stretch; }
      .numbered-list .numbered-list__item:last-child .numbered-list__counter::after {
        display: none; }
  .numbered-list .numbered-list__text {
    vertical-align: middle;
    width: 85%; }
    .numbered-list .numbered-list__text h3 {
      color: #00A4E2; }
  .numbered-list .numbered-list__list {
    position: relative;
    top: 74px; }

@media all and (min-width: 64em) {
  .numbered-list {
    padding-top: 26px;
    margin-bottom: 150px; }
    .numbered-list .numbered-list__background {
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
    .numbered-list .numbered-list__list {
      padding-left: 64px; }
    .numbered-list .numbered-list__counter {
      font-size: 62px; }
      .numbered-list .numbered-list__counter::after {
        height: 100%; }
    .numbered-list .numbered-list__item {
      align-items: stretch; }
    .numbered-list .numbered-list__head {
      top: 74px; } }

.txt-video-block {
  margin: 60px 0; }

.txt-video-block__inner {
  position: relative; }

.m--home .txt-video .txt-video__video-cover {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.2); }

.txt-video__txt-content {
  background-color: #00A4E2;
  color: white;
  padding: 72px 28px 28px; }
  .txt-video__txt-content h1::before, .txt-video__txt-content h2::before, .txt-video__txt-content h3::before, .txt-video__txt-content h4::before {
    background-color: white; }

.txt-video__image {
  position: relative;
  display: block;
  z-index: 1; }

.txt-video__btn-container {
  background-color: #00A4E2;
  padding: 30px 14px;
  position: absolute;
  top: calc(100% - 70px);
  z-index: 2; }

.txt-video__video-cover {
  position: relative; }

@media all and (min-width: 64em) {
  .txt-video .sv-g {
    align-items: flex-end; }
  .m--home .txt-video {
    position: relative; }
    .m--home .txt-video [class*=sv-u-1] {
      width: 100%; }
    .m--home .txt-video .txt-video__video-cover {
      padding-bottom: 0;
      position: static; }
    .m--home .txt-video .txt-video__btn-container {
      left: 5%;
      bottom: 0; }
  .txt-video.m--video-right .sv-g {
    flex-direction: row-reverse; }
  .txt-video.m--video-right .txt-video__txt-content {
    margin-left: auto;
    margin-right: -200px;
    padding-left: 10%;
    padding-right: calc(200px + 10%); }
  .txt-video.m--video-right .txt-video__btn-container {
    left: auto;
    right: calc(100% - 200px); }
  .txt-video__video-cover {
    padding-bottom: 90px; }
  .txt-video__txt-content {
    margin-left: -200px;
    padding: 10% 10% 10% calc(200px + 10%);
    right: 0;
    width: calc(100% + 200px);
    z-index: 0; }
    .m--home .txt-video__txt-content {
      margin-bottom: 0;
      margin-left: 5%;
      padding: 30px 30px 30px 160px;
      width: 95%; }
  .txt-video__btn-container {
    bottom: 0;
    left: calc(100% - 200px);
    padding: 48px 30px 50px;
    top: auto; } }

.call-cta {
  position: sticky;
  inset: auto 0 0 0;
  width: 100%;
  z-index: 100; }
  .call-cta__list {
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.1);
    background-color: #fff; }
  .call-cta__frame {
    position: relative; }
    .call-cta__frame:not(:last-child)::after {
      content: '';
      position: absolute;
      inset: 50% 0 auto auto;
      transform: translateY(-50%);
      height: 16px;
      width: 1px;
      background-color: #F0551F; }
  .call-cta__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background-color .2s;
    color: #F0551F;
    gap: 10px;
    width: 94px;
    height: 60px;
    font-size: 12px; }
    .call-cta__link:hover {
      background-color: #F0551F;
      color: #fff; }
    .call-cta__link .icon {
      width: 20px;
      height: 20px; }
  .call-cta__name {
    font-weight: 700; }
  .call-cta .call-cta__button {
    display: none;
    position: relative;
    background-color: #F0551F;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    height: 44px;
    padding: 12px;
    width: 44px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; }
    .call-cta .call-cta__button .icon.phone,
    .call-cta .call-cta__button .icon.cross {
      left: 12px;
      position: absolute;
      top: 12px;
      transition: opacity .2s ease; }
    .call-cta .call-cta__button .icon.cross {
      opacity: 0; }
    .call-cta .call-cta__button.m--active .icon.cross {
      opacity: 1; }
    .call-cta .call-cta__button.m--active .icon.phone {
      opacity: 0; }
  .call-cta .call-cta__content {
    background-color: white;
    bottom: 64px;
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.19);
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: opacity .2s ease;
    width: 260px; }
    .call-cta .call-cta__content.m--active {
      opacity: 1;
      pointer-events: initial; }
  .call-cta .call-cta__arrow {
    content: '';
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: white transparent transparent transparent;
    bottom: 44px;
    display: inline-block;
    position: absolute;
    right: calc(var(--widthItemCta) / 2);
    transform: translateX(50%);
    opacity: 0;
    transition: opacity .2s ease; }
    .call-cta .call-cta__arrow.m--active {
      opacity: 1; }
  .call-cta .call-cta__item {
    display: flex;
    align-items: center;
    padding-bottom: 4px; }
    .call-cta .call-cta__item .call-cta__phone-number {
      font-weight: 700;
      margin-left: auto;
      text-align: right; }
    .call-cta .call-cta__item .call-cta__separator {
      background-color: #00A4E2;
      height: 1px;
      width: 30px; }
    .call-cta .call-cta__item .call-cta__city {
      width: 35%; }
  @media all and (min-width: 64em) {
    .call-cta {
      position: fixed;
      inset: 50vh 0 auto auto;
      transform: translateY(-50%);
      width: auto; }
      .call-cta__list {
        flex-direction: column; }
      .call-cta__frame:not(:last-child)::after {
        inset: auto auto 0 50%;
        transform: translateX(-50%);
        width: 16px;
        height: 1px; }
      .call-cta__link {
        height: var(--widthItemCta);
        width: var(--widthItemCta); }
      .call-cta .call-cta__button {
        display: block; } }

.job_offer-template-default .quote-ctas {
  display: none; }

.call-cta__list.m--new-cta {
  padding: 10px;
  gap: 10px; }
  .call-cta__list.m--new-cta .call-cta__frame {
    width: 50%; }
  .call-cta__list.m--new-cta .btn, .call-cta__list.m--new-cta .nf-form-cont .submit-wrap button, .nf-form-cont .submit-wrap .call-cta__list.m--new-cta button {
    margin-top: 0;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px; }
    .call-cta__list.m--new-cta .btn::after, .call-cta__list.m--new-cta .nf-form-cont .submit-wrap button::after, .nf-form-cont .submit-wrap .call-cta__list.m--new-cta button::after, .call-cta__list.m--new-cta .btn::before, .call-cta__list.m--new-cta .nf-form-cont .submit-wrap button::before, .nf-form-cont .submit-wrap .call-cta__list.m--new-cta button::before {
      display: none; }
    .call-cta__list.m--new-cta .btn:not(.m--orange), .call-cta__list.m--new-cta .nf-form-cont .submit-wrap button:not(.m--orange), .nf-form-cont .submit-wrap .call-cta__list.m--new-cta button:not(.m--orange) {
      border-color: #00A4E2; }
    .call-cta__list.m--new-cta .btn span, .call-cta__list.m--new-cta .nf-form-cont .submit-wrap button span, .nf-form-cont .submit-wrap .call-cta__list.m--new-cta button span {
      font-weight: 700; }
    .call-cta__list.m--new-cta .btn .icon.quote, .call-cta__list.m--new-cta .nf-form-cont .submit-wrap button .icon.quote, .nf-form-cont .submit-wrap .call-cta__list.m--new-cta button .icon.quote {
      width: 20px;
      height: 20px; }
    .call-cta__list.m--new-cta .btn .icon-simple-calendar, .call-cta__list.m--new-cta .nf-form-cont .submit-wrap button .icon-simple-calendar, .nf-form-cont .submit-wrap .call-cta__list.m--new-cta button .icon-simple-calendar {
      width: 16px;
      height: 16px; }
  @media all and (min-width: 64em) {
    .call-cta__list.m--new-cta {
      display: none; } }

.double-txt-img {
  margin: 35px 0 0; }
  .double-txt-img figure {
    position: relative;
    width: 100%; }
  .double-txt-img img {
    display: block;
    margin: 0 auto;
    max-width: 830px;
    width: 100%; }
  .double-txt-img .text {
    margin-top: 35px; }
  .double-txt-img .double-txt-img__brittany,
  .double-txt-img .double-txt-img__produit-en-bretagne {
    display: none; }
  .double-txt-img ul {
    padding-top: 45px; }
  .double-txt-img.m--brittany .double-txt-img__brittany {
    background-color: #00A4E2;
    bottom: 0;
    color: white;
    display: inline-block;
    font-size: 3.14286rem;
    font-weight: 700;
    padding: 20px 50px 20px 28px;
    position: absolute;
    left: 0;
    text-align: left; }
    .double-txt-img.m--brittany .double-txt-img__brittany .icon {
      font-size: 94px;
      position: absolute;
      right: -31px; }
  .double-txt-img.m--produit-en-bretagne .double-txt-img__produit-en-bretagne {
    display: block;
    position: absolute;
    left: 16px;
    bottom: 16px;
    max-width: 35%;
    height: auto; }
  .double-txt-img .double-txt-img__inner {
    position: relative; }
  .double-txt-img .double-txt-img__inner:last-child figure {
    display: none; }
  .double-txt-img + .double-txt-img {
    margin-top: 0; }
    .double-txt-img + .double-txt-img .text {
      padding-top: 35px; }
  .double-txt-img + .txt-img {
    margin-top: 0; }

@media all and (min-width: 64em) {
  .double-txt-img {
    margin-top: 60px;
    position: relative; }
    .double-txt-img figure {
      margin: 0 auto;
      width: 50%; }
    .double-txt-img .text {
      margin-top: 0;
      width: 50%; }
    .double-txt-img.m--image-left .double-txt-img__inner:first-child figure {
      margin-right: 1em;
      order: 0; }
    .double-txt-img.m--image-left .double-txt-img__inner:first-child .text {
      margin-left: 1em;
      order: 1; }
    .double-txt-img.m--image-left .double-txt-img__inner:last-child figure {
      margin-left: 1em;
      order: 1; }
    .double-txt-img.m--image-left .double-txt-img__inner:last-child .text {
      margin-right: 1em;
      order: 0; }
    .double-txt-img.m--image-left .double-txt-img__brittany {
      padding: 20px 28px 20px 50px;
      right: 0;
      left: auto;
      text-align: right; }
      .double-txt-img.m--image-left .double-txt-img__brittany .icon {
        left: -31px;
        right: auto; }
    .double-txt-img.m--image-left ul {
      padding-left: 60px; }
    .double-txt-img.m--image-right .double-txt-img__inner:first-child figure {
      margin-left: 1em; }
    .double-txt-img.m--image-right .double-txt-img__inner:first-child .text {
      margin-right: 1em; }
    .double-txt-img.m--image-right .double-txt-img__inner:last-child figure {
      margin-right: 1em; }
    .double-txt-img.m--image-right .double-txt-img__inner:last-child .text {
      margin-left: 1em; }
    .double-txt-img .double-txt-img__inner {
      display: flex;
      flex-flow: row nowrap; }
      .double-txt-img .double-txt-img__inner:first-child {
        align-items: flex-start; }
        .double-txt-img .double-txt-img__inner:first-child .text {
          padding-bottom: 148px; }
      .double-txt-img .double-txt-img__inner:last-child {
        align-items: center; }
        .double-txt-img .double-txt-img__inner:last-child figure {
          display: block;
          margin-top: -148px; }
        .double-txt-img .double-txt-img__inner:last-child::before {
          content: "";
          background-color: #F7FBFE;
          height: 100%;
          left: -25vw;
          position: absolute;
          width: 150vw;
          z-index: -1; } }

.page-img-title .breadcrumbs {
  color: white;
  opacity: .77; }
  .page-img-title .breadcrumbs > .l-wrapper > .l-padding > span > span:first-child > a::before, .page-img-title .breadcrumbs > .frontpage-heading-reinsurance > .l-padding > span > span:first-child > a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='white' d='M31.136 13.92v0l-13.054-13.056c-0.533-0.533-1.269-0.863-2.083-0.863s-1.55 0.33-2.083 0.863l-13.048 13.048c-0.529 0.532-0.856 1.266-0.856 2.076 0 1.581 1.246 2.871 2.809 2.942l0.006 0h0.612v9.607c0.002 1.904 1.545 3.447 3.449 3.449h5.093c0.518 0 0.938-0.42 0.938-0.938v0-7.518c0.002-0.868 0.705-1.571 1.572-1.572h3.012c0.868 0.002 1.571 0.705 1.572 1.572v7.532c0 0.518 0.42 0.938 0.938 0.938v0h5.107c1.904-0.002 3.447-1.545 3.449-3.449v-9.605h0.493c0.001 0 0.002 0 0.004 0 1.627 0 2.945-1.319 2.945-2.945 0-0.814-0.33-1.551-0.864-2.084l-0-0z'%3E%3C/path%3E%3C/svg%3E"); }
  .page-img-title .breadcrumbs > .l-wrapper > .l-padding > span > *::after, .page-img-title .breadcrumbs > .frontpage-heading-reinsurance > .l-padding > span > *::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 32'%3E%3Cpath fill='white' d='M18.958 16.003l-16.001-16.001-2.958 2.958 13.043 13.043-13.043 13.034 2.958 2.958z'%3E%3C/path%3E%3C/svg%3E"); }

.page-img-title .page-img-title__head {
  height: 630px;
  position: relative; }

.page-img-title .page-img-title__background {
  background: linear-gradient(180deg, #0094A8, #00A4E2);
  height: 400px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }
  .page-img-title .page-img-title__background .icon.background-k {
    color: white;
    width: 110vw;
    height: 110vw;
    opacity: .13;
    top: -10vw;
    position: relative; }

.page-img-title .page-img-title__head-content {
  color: white;
  position: relative;
  top: 20%;
  transform: translateY(-50%);
  z-index: 1; }

.page-img-title .page-img-title__title {
  font-size: 1rem;
  font-weight: normal;
  max-width: 560px;
  padding-bottom: 11px; }

.page-img-title .page-img-title__subtitle {
  font-size: 1.85714rem;
  font-weight: 700;
  line-height: 1.08;
  max-width: 560px; }

.page-img-title .page-img-title__img {
  position: absolute;
  width: 90%;
  left: 10%;
  bottom: 0;
  max-height: 380px;
  -o-object-fit: cover;
     object-fit: cover; }

@media screen and (min-width: 64em) {
  .page-img-title .page-img-title__img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    max-height: 540px;
    width: 35vw; }
  .page-img-title .page-img-title__background {
    height: 100%;
    width: 70vw; }
    .page-img-title .page-img-title__background .icon.background-k {
      width: 50vw;
      height: 50vw; }
  .page-img-title .page-img-title__title {
    font-size: 1.57143rem;
    padding-bottom: 20px; }
  .page-img-title .page-img-title__subtitle {
    font-size: 3.57143rem; }
  .page-img-title .page-img-title__head-content {
    top: 40%;
    transform: translateY(-50%); } }

.sponsorship {
  position: relative;
  padding: 42px 10px 12px; }
  .sponsorship .sponsorship__background {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
    .sponsorship .sponsorship__background .icon.background-k {
      display: none;
      color: white;
      height: 500px;
      opacity: .14;
      position: absolute;
      width: 500px;
      top: -50px; }
    .sponsorship .sponsorship__background img {
      font-family: 'object-fit: cover;';
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  .sponsorship .sponsorship__content {
    color: white;
    position: relative;
    text-align: center;
    z-index: 2; }
  .sponsorship .sponsorship__partner {
    background-color: white;
    display: inline-block;
    height: 35px;
    vertical-align: middle;
    width: 76px; }
    .sponsorship .sponsorship__partner img {
      display: inline-block;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      max-height: 30px;
      max-width: 70px; }
  .sponsorship .sponsorship__title {
    font-size: 1.57143rem; }
  .sponsorship .sponsorship__desc {
    font-size: 1.14286rem;
    padding-bottom: 1.57143rem; }

.sponsorship-popin {
  background-color: white;
  max-width: 90vw;
  margin: 0 auto; }
  .sponsorship-popin .sponsorship-popin__content {
    padding: 30px 25px 25px; }
    .sponsorship-popin .sponsorship-popin__content h1, .sponsorship-popin .sponsorship-popin__content h2, .sponsorship-popin .sponsorship-popin__content h3 {
      color: #00A4E2;
      padding-left: 0; }
      .sponsorship-popin .sponsorship-popin__content h1::before, .sponsorship-popin .sponsorship-popin__content h2::before, .sponsorship-popin .sponsorship-popin__content h3::before {
        display: none; }
  .sponsorship-popin .sponsorship-popin__img {
    background-color: #F7FBFE;
    height: 100%;
    padding: 50px 30px;
    position: relative; }
  .sponsorship-popin .sponsorship-popin__close-btn {
    background-color: white;
    color: #00A4E2;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0; }

@media all and (min-width: 64em) {
  .sponsorship {
    padding: 50px 0; }
    .sponsorship .sponsorship__title {
      font-size: 1.85714rem; }
    .sponsorship .sponsorship__desc {
      font-size: 1.28571rem;
      padding-bottom: 2.14286rem; }
    .sponsorship .sponsorship__content {
      max-width: 600px;
      margin: 0 auto; }
    .sponsorship .icon.background-k {
      display: block; }
    .sponsorship .sponsorship__partner {
      height: 80px;
      width: 170px; }
      .sponsorship .sponsorship__partner img {
        max-height: 70px;
        max-width: 160px; }
  .sponsorship-popin {
    max-width: 890px; }
    .sponsorship-popin .sponsorship-popin__content {
      padding: 75px 40px 72px 65px; } }

.profile-slider {
  background-color: #F7FBFE;
  padding: 76px 0; }
  .profile-slider .profile-slider__title, .profile-slider .profile-slider__desc {
    padding-bottom: 28px; }
  .profile-slider .profile-slider__slider {
    clip-path: inset(-100vw -100vw -100vw 0);
    overflow: visible; }
    .profile-slider .profile-slider__slider .swiper-scrollbar {
      position: relative;
      bottom: auto;
      background-color: rgba(0, 164, 226, 0.22);
      border-radius: 0;
      margin-top: 40px;
      height: 5px; }
    .profile-slider .profile-slider__slider .swiper-scrollbar-drag {
      background-color: #00A4E2;
      border-radius: 0; }
  .profile-slider .profile-slider__slide {
    background-color: white;
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.06);
    position: relative; }
    .profile-slider .profile-slider__slide .profile-slider__slide-content {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      z-index: 1; }
    .profile-slider .profile-slider__slide .profile-slider__slide-img {
      position: relative;
      transition: opacity .2s ease;
      z-index: 2; }
      .profile-slider .profile-slider__slide .profile-slider__slide-img img {
        display: block;
        width: 100%; }
    .profile-slider .profile-slider__slide .profile-slider__thumb {
      border-radius: 50%;
      display: inline-block;
      height: 100px;
      overflow: hidden;
      vertical-align: middle;
      width: 100px; }
    .profile-slider .profile-slider__slide .profile-slider__infos {
      box-sizing: border-box;
      display: inline-block;
      font-weight: 500;
      padding-left: 20px;
      vertical-align: middle;
      width: calc(100% - 110px); }
      .profile-slider .profile-slider__slide .profile-slider__infos .profile-slider__name, .profile-slider .profile-slider__slide .profile-slider__infos .profile-slider__job {
        display: block; }
    .profile-slider .profile-slider__slide .profile-slider__text {
      font-size: 16px;
      padding-top: 24px; }
    .profile-slider .profile-slider__slide .profile-slider__name {
      font-size: 20px; }
    .profile-slider .profile-slider__slide .profile-slider__job {
      color: #BCBCBC;
      font-size: 16px; }
    .profile-slider .profile-slider__slide .profile-slider__slide-content {
      padding: 33px 36px;
      max-height: 425px; }
    .profile-slider .profile-slider__slide .profile-slider__slide-toggle {
      position: absolute;
      color: white;
      border-color: transparent #00A4E2 #00A4E2 transparent;
      border-style: solid;
      border-width: 32px;
      bottom: 0;
      right: 0;
      z-index: 3; }
      .profile-slider .profile-slider__slide .profile-slider__slide-toggle .icon {
        position: absolute;
        left: 4px; }
    .profile-slider .profile-slider__slide.m--active .profile-slider__slide-img, .profile-slider .profile-slider__slide:hover .profile-slider__slide-img {
      opacity: 0; }
    .profile-slider .profile-slider__slide.m--active .profile-slider__slide-toggle .icon, .profile-slider .profile-slider__slide:hover .profile-slider__slide-toggle .icon {
      transform: rotateZ(-180deg); }

@media all and (min-width: 64em) {
  .profile-slider {
    padding: 92px 0; }
    .profile-slider .profile-slider__title {
      display: inline-block;
      padding-bottom: 45px; }
    .profile-slider .profile-slider__desc {
      display: block;
      text-align: right;
      float: right; }
    .profile-slider .profile-slider__slider .swiper-scrollbar {
      background-color: #00A4E2;
      height: 1px; }
    .profile-slider .profile-slider__slider .swiper-scrollbar-drag {
      background-color: #00A4E2;
      height: 9px;
      top: -4px; } }

.breadcrumbs {
  color: #0094A8;
  font-size: 12px;
  padding: 16px 0;
  position: relative;
  z-index: 10; }
  .breadcrumbs > .l-wrapper > .l-padding > span > span:first-child > a, .breadcrumbs > .frontpage-heading-reinsurance > .l-padding > span > span:first-child > a,
  .breadcrumbs > span > span:first-child > a {
    font-size: 0;
    vertical-align: middle; }
    .breadcrumbs > .l-wrapper > .l-padding > span > span:first-child > a::before, .breadcrumbs > .frontpage-heading-reinsurance > .l-padding > span > span:first-child > a::before,
    .breadcrumbs > span > span:first-child > a::before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%230094A8' d='M31.136 13.92v0l-13.054-13.056c-0.533-0.533-1.269-0.863-2.083-0.863s-1.55 0.33-2.083 0.863l-13.048 13.048c-0.529 0.532-0.856 1.266-0.856 2.076 0 1.581 1.246 2.871 2.809 2.942l0.006 0h0.612v9.607c0.002 1.904 1.545 3.447 3.449 3.449h5.093c0.518 0 0.938-0.42 0.938-0.938v0-7.518c0.002-0.868 0.705-1.571 1.572-1.572h3.012c0.868 0.002 1.571 0.705 1.572 1.572v7.532c0 0.518 0.42 0.938 0.938 0.938v0h5.107c1.904-0.002 3.447-1.545 3.449-3.449v-9.605h0.493c0.001 0 0.002 0 0.004 0 1.627 0 2.945-1.319 2.945-2.945 0-0.814-0.33-1.551-0.864-2.084l-0-0z'%3E%3C/path%3E%3C/svg%3E");
      display: inline-block;
      width: 12px;
      height: 12px;
      vertical-align: middle; }
  .breadcrumbs > .l-wrapper > .l-padding > span > *, .breadcrumbs > .frontpage-heading-reinsurance > .l-padding > span > *, .breadcrumbs > span > * {
    display: inline-block;
    vertical-align: middle; }
    .breadcrumbs > .l-wrapper > .l-padding > span > *::after, .breadcrumbs > .frontpage-heading-reinsurance > .l-padding > span > *::after, .breadcrumbs > span > *::after {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 32'%3E%3Cpath fill='%230094A8' d='M18.958 16.003l-16.001-16.001-2.958 2.958 13.043 13.043-13.043 13.034 2.958 2.958z'%3E%3C/path%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block;
      height: 12px;
      margin-left: 6px;
      vertical-align: middle;
      width: 12px; }
    .breadcrumbs > .l-wrapper > .l-padding > span > *:last-child::after, .breadcrumbs > .frontpage-heading-reinsurance > .l-padding > span > *:last-child::after, .breadcrumbs > span > *:last-child::after {
      display: none; }
  @media (max-width: 64em) {
    .breadcrumbs .l-padding {
      padding-left: 0; } }

.job-offers {
  background-color: #00A4E2;
  color: white;
  position: relative;
  overflow: hidden;
  padding: 76px 0; }
  .job-offers .icon.background-k {
    display: none; }
  .job-offers .job-offers__title {
    color: white;
    font-size: 22px;
    padding-bottom: 1em; }
    .job-offers .job-offers__title::before {
      background-color: white; }
  .job-offers .job-offers__list {
    padding-top: 32px; }
    .job-offers .job-offers__list > *:last-child {
      margin-bottom: 0; }

.job-offers__cta {
  margin-top: 2.28571rem; }
  .job-offers__cta > * {
    margin-top: 0; }
  .job-offers__cta.m--right {
    display: flex;
    justify-content: flex-end; }

.job-teaser {
  background-color: white;
  color: #231F20;
  padding: 35px 27px;
  margin-bottom: 24px; }
  .job-teaser.m--interactive {
    background-color: rgba(0, 164, 226, 0.05);
    transition-duration: 0.2s;
    transition-property: background-color, box-shadow; }
    .job-teaser.m--interactive:hover, .job-teaser.m--interactive:focus, .job-teaser.m--interactive:focus-within {
      background-color: white;
      box-shadow: 0 0 36px rgba(0, 0, 0, 0.08); }
  .job-teaser .job-teaser__title {
    color: #00A4E2;
    font-size: 16px;
    font-weight: 700; }
    .job-teaser .job-teaser__title .job-teaser__info {
      display: block;
      font-size: 13px;
      font-weight: 400; }
  .job-teaser .job-teaser__desc {
    padding: 22px 0; }
  .job-teaser .job-teaser__link {
    color: #00A4E2;
    font-weight: 700;
    text-transform: uppercase; }
    .job-teaser .job-teaser__link .icon {
      font-size: .7em;
      margin-left: 8px; }

@media all and (min-width: 64em) {
  .job-offers {
    padding: 90px 0; }
    .job-offers .job-offers__title {
      font-size: 32px; }
    .job-offers .icon.background-k {
      color: rgba(255, 255, 255, 0.11);
      display: block;
      position: absolute;
      left: -5vw;
      top: -5vw;
      width: 80vw;
      height: 80vw;
      z-index: 1; }
    .job-offers > div {
      position: relative;
      z-index: 2; }
    .job-offers .job-offers__list {
      padding-top: 0;
      padding-left: 65px; }
  .job-teaser {
    padding: 35px 45px;
    margin-bottom: 16px; }
    .job-teaser .job-teaser__title .job-teaser__info {
      display: inline-block;
      padding-left: 14px;
      font-size: 16px; } }

.double-title {
  position: relative;
  overflow-x: hidden;
  padding: 25px 0; }
  .double-title .double-title__subtitle {
    font-size: 63px;
    color: white;
    font-weight: 700;
    position: absolute;
    top: 25px;
    z-index: 0;
    display: block;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0.3;
    -webkit-text-stroke: 1px #0094A8; }
  .double-title .double-title__title {
    color: #00A4E2;
    padding: 0 50px;
    font-size: 22px;
    line-height: 1.422em;
    font-weight: 700;
    text-align: center;
    z-index: 1;
    position: relative;
    padding-top: 40px;
    padding-bottom: 15px; }
  .double-title .double-title__text {
    font-size: 18px;
    text-align: center; }

@media all and (min-width: 64em) {
  .double-title {
    margin-bottom: 80px; }
    .double-title .double-title__subtitle {
      font-size: 168px;
      top: 0; }
    .double-title .double-title__title {
      font-size: 45px;
      padding-top: 65px; }
    .double-title .double-title__text {
      max-width: 970px;
      margin: 0 auto; } }

.shop-teaser__image img {
  display: block;
  width: 100%; }

.shop-teaser__location {
  height: 100%; }
  .shop-teaser__location .shop-location {
    height: 100%; }

.shop-teaser__opening-hours {
  height: 100%; }
  .shop-teaser__opening-hours .opening-hours {
    height: 100%; }

@media all and (min-width: 64em) {
  .shop-teaser {
    min-height: 250px; }
  .shop-teaser__image {
    height: 100%;
    position: relative; }
    .shop-teaser__image img {
      font-family: "object-fit: cover;";
      -o-object-fit: "cover";
         object-fit: "cover";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0; } }

.video-cta {
  --circle-size: 35px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 0.8;
  transition: opacity 0.25s; }
  .video-cta:hover {
    opacity: 1; }
  .video-cta--lg {
    --circle-size: 50px; }
    .video-cta--lg .video-cta__circle:before {
      background-color: #0094A8;
      opacity: 0.8; }
    .video-cta--lg .video-cta__label {
      font-weight: 700; }

.video-cta__circle {
  position: relative;
  width: var(--circle-size);
  height: var(--circle-size); }
  .video-cta__circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FECA00;
    opacity: 1; }
  .video-cta__circle::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid white;
    border-radius: 50%;
    opacity: 0.2; }

.video-cta__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  color: white; }

.video-cta__label {
  padding-top: 16px;
  font-size: 1rem;
  color: white; }

@media all and (min-width: 64em) {
  .video-cta {
    --circle-size: 55px; }
    .video-cta--lg {
      --circle-size: 100px; }
      .video-cta--lg .video-cta__icon {
        font-size: 24px; }
      .video-cta--lg .video-cta__label {
        padding-top: 32px;
        font-size: 1.71429rem; }
  .video-cta__circle:after {
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px); }
  .video-cta__icon {
    font-size: 14px; }
  .video-cta__label {
    padding-top: 24px; } }

.video-full {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(max(300px, 35vw)); }

.video-full__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: -1; }
  .video-full__background::before, .video-full__background::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6; }
  .video-full__background::before {
    background-color: black;
    mix-blend-mode: hue; }
  .video-full__background::after {
    background-image: linear-gradient(180deg, #0094A8, #00A4E2);
    mix-blend-mode: multiply; }

.job-section {
  --content-py: 76px; }

.job-section__aside,
.job-section__main {
  background-size: cover;
  background-position: center; }

.job-section__aside {
  display: none; }

.job-section__main__content {
  width: clamp(50%, 550px, 100%);
  padding: var(--content-py) 0;
  background-color: rgba(247, 251, 254, 0.9); }

.job-section__title {
  margin-bottom: 1.71429rem; }

.job-section__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.14286rem;
  margin-top: 2.28571rem; }
  .job-section__cta > * {
    margin-top: 0; }

@media all and (min-width: 64em) {
  .job-section {
    --content-py: 92px;
    display: flex;
    min-height: 550px; }
  .job-section__aside {
    flex-shrink: 0;
    display: block;
    width: 20%; }
  .job-section__main {
    flex-grow: 1; }
  .job-section__main__content {
    height: 100%; } }

.cta-banner {
  position: relative;
  overflow: hidden; }

.cta-banner__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00A4E2;
  background-size: cover;
  background-position: center;
  z-index: -1; }
  .cta-banner__background[style*="background-image"]::before, .cta-banner__background[style*="background-image"]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .cta-banner__background[style*="background-image"]::before {
    background-color: black;
    mix-blend-mode: hue;
    opacity: 0.6; }
  .cta-banner__background[style*="background-image"]::after {
    background: linear-gradient(180deg, #0094A8, #00A4E2);
    mix-blend-mode: multiply;
    opacity: 1; }

.cta-banner__icon {
  position: absolute;
  left: -10vw;
  top: -5vw;
  width: 80vw;
  height: 80vw;
  color: white;
  opacity: 0.11;
  z-index: -1; }
  .cta-banner__icon .icon {
    width: 100%;
    height: 100%; }

.cta-banner__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.28571rem;
  min-height: 200px;
  padding: 4rem 0; }

.cta-banner__title {
  color: white; }
  .cta-banner__title .m--title-deco::before, .cta-banner__title .typo h2::before, .typo .cta-banner__title h2::before, .cta-banner__title .typo h3::before, .typo .cta-banner__title h3::before, .cta-banner__title .typo h4::before, .typo .cta-banner__title h4::before {
    background-color: white; }

.cta-banner__cta {
  display: inline-flex; }
  .cta-banner__cta > * {
    margin-top: 0; }

@media all and (min-width: 48em) {
  .cta-banner__main {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .cta-banner__title {
    width: 60%; } }

.hero {
  --offset-bottom: 70px;
  position: relative;
  min-height: 200px;
  padding: 5.71429rem 0;
  color: white;
  overflow: hidden; }

.hero__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, #0094A8, #00A4E2);
  background-size: cover;
  background-position: center;
  z-index: -1; }
  .hero__background[style*="background-image"]::before, .hero__background[style*="background-image"]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .hero__background[style*="background-image"]::before {
    background-color: black;
    mix-blend-mode: hue;
    opacity: 0.6; }
  .hero__background[style*="background-image"]::after {
    background: linear-gradient(180deg, #0094A8, #00A4E2);
    mix-blend-mode: multiply;
    opacity: 1; }

.hero__icon {
  position: absolute;
  top: -10vw;
  left: -5vw;
  width: 100vw;
  height: 100vw;
  opacity: 0.09;
  z-index: -1; }
  .hero__icon .icon {
    width: 100%;
    height: 100%; }

.hero__breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .hero__breadcrumb .breadcrumbs {
    color: white;
    opacity: 0.77; }
    .hero__breadcrumb .breadcrumbs > .l-wrapper > .l-padding > span > span:first-child > a::before, .hero__breadcrumb .breadcrumbs > .frontpage-heading-reinsurance > .l-padding > span > span:first-child > a::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='white' d='M31.136 13.92v0l-13.054-13.056c-0.533-0.533-1.269-0.863-2.083-0.863s-1.55 0.33-2.083 0.863l-13.048 13.048c-0.529 0.532-0.856 1.266-0.856 2.076 0 1.581 1.246 2.871 2.809 2.942l0.006 0h0.612v9.607c0.002 1.904 1.545 3.447 3.449 3.449h5.093c0.518 0 0.938-0.42 0.938-0.938v0-7.518c0.002-0.868 0.705-1.571 1.572-1.572h3.012c0.868 0.002 1.571 0.705 1.572 1.572v7.532c0 0.518 0.42 0.938 0.938 0.938v0h5.107c1.904-0.002 3.447-1.545 3.449-3.449v-9.605h0.493c0.001 0 0.002 0 0.004 0 1.627 0 2.945-1.319 2.945-2.945 0-0.814-0.33-1.551-0.864-2.084l-0-0z'%3E%3C/path%3E%3C/svg%3E"); }
    .hero__breadcrumb .breadcrumbs > .l-wrapper > .l-padding > span > *::after, .hero__breadcrumb .breadcrumbs > .frontpage-heading-reinsurance > .l-padding > span > *::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 32'%3E%3Cpath fill='white' d='M18.958 16.003l-16.001-16.001-2.958 2.958 13.043 13.043-13.043 13.034 2.958 2.958z'%3E%3C/path%3E%3C/svg%3E"); }

.hero__inner {
  text-align: center; }

.hero__cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.14286rem;
  margin-top: 4rem; }
  .hero__cta > * {
    margin-top: 0; }

@media all and (min-width: 64em) {
  .hero {
    min-height: 300px;
    margin-bottom: calc(var(--offset-bottom) * -1);
    padding: 5.71429rem 0 calc(5.71429rem + var(--offset-bottom)); }
  .hero__icon {
    top: -10vw;
    left: 10vw;
    width: 40vw;
    height: 40vw; }
  .hero__insert {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }
  .hero__insert__inner {
    height: var(--offset-bottom);
    background-color: white; } }

.card-product {
  display: flex;
  flex-direction: column;
  gap: 1.14286rem;
  padding: 0.57143rem 0.57143rem 1.14286rem 0.57143rem;
  background-color: #F7FBFE; }
  .card-product:hover .card-product__image::before, .card-product:hover .card-product__image::after, .card-product:focus-visible .card-product__image::before, .card-product:focus-visible .card-product__image::after {
    opacity: 1; }
  .card-product.m--landscape {
    --_image-ratio: 16 / 9; }
  .card-product.m--portrait {
    --_image-ratio: 3 / 4; }

.card-product__image {
  position: relative; }
  .card-product__image img {
    display: block;
    width: 100%;
    aspect-ratio: var(--_image-ratio);
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }
  .card-product__image::before, .card-product__image::after {
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s ease; }
  .card-product__image::before {
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-width: 0 0 64px 66px;
    border-style: solid;
    border-color: transparent transparent #00A4E2 transparent; }
  .card-product__image::after {
    right: 12px;
    bottom: 14px;
    width: 16px;
    height: 12px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 32'%3E%3Cpath fill='white' d='M42.949 15.999l-14.704-14.704c-0.334-0.347-0.802-0.563-1.321-0.563-1.011 0-1.831 0.82-1.831 1.831 0 0.519 0.216 0.987 0.562 1.32l0.001 0.001 12.115 12.115-12.115 12.115c-0.347 0.334-0.563 0.802-0.563 1.321 0 1.011 0.82 1.831 1.831 1.831 0.519 0 0.987-0.216 1.32-0.562l0.001-0.001z'%3E%3C/path%3E%3Cpath fill='white' d='M41.78 16.116c-0.016-0.999-0.83-1.803-1.831-1.803-0.010 0-0.020 0-0.030 0l0.002-0h-38.091c-0.008-0-0.017-0-0.026-0-1.011 0-1.831 0.82-1.831 1.831s0.82 1.831 1.831 1.831c0.009 0 0.018-0 0.027-0l-0.001 0h38.091c0.009 0 0.019 0 0.029 0 1.011 0 1.831-0.82 1.831-1.831 0-0.010-0-0.020-0-0.030l0 0.002z'%3E%3C/path%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }

.card-product__title {
  font-size: 1.42857rem;
  font-weight: 700;
  line-height: 1.2;
  color: #00A4E2; }

.card-product__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.57143rem;
  color: #00A4E2; }

.card-product__cta__label {
  font-size: 1rem;
  line-height: 1.28571rem; }

.card-product__cta__icon {
  display: inline-flex;
  font-size: 0.57143rem; }

.text-image-block-wrapper {
  container-type: inline-size; }

.text-image-block {
  display: flex;
  flex-direction: column; }

.text-image-block__image {
  min-height: 200px;
  background-size: cover;
  background-position: top center; }

.text-image-block__content {
  padding: 2.28571rem;
  background-color: #F0551F; }

.text-image-block__title {
  margin-bottom: 2.28571rem;
  color: white; }
  .text-image-block__title > *::before {
    background-color: white; }

.text-image-block__description {
  color: white; }

.text-image-block__cta {
  margin-top: 2.28571rem; }
  .text-image-block__cta > * {
    margin-top: 0; }

@container (min-width: 576px) {
  .text-image-block {
    flex-direction: row; }
  .text-image-block__image {
    flex-shrink: 0;
    width: 40%; }
  .text-image-block__content {
    flex-grow: 1; } }

@container (min-width: 832px) {
  .text-image-block {
    min-height: 400px; }
  .text-image-block__content {
    padding: 4.57143rem; } }

.text-image-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 3.42857rem 4.57143rem; }
  .text-image-cta > * {
    flex-grow: 1;
    flex-basis: 25.71429rem; }

.text-image-cta__title {
  margin-bottom: 2.28571rem; }

.text-image-cta__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 1.71429rem; }

.text-image-cta__cta {
  display: inline-flex;
  position: absolute;
  bottom: 0; }

.page-common__content {
  margin-top: 4rem; }

@media all and (min-width: 64em) {
  .page-common__content {
    margin-top: 70px; } }

.advices-listing-grid {
  margin: 40px 0; }
  .advices-listing-grid .sv-g {
    margin: 0 -8px; }
    .advices-listing-grid .sv-g div[class^='sv-u'] {
      padding: 8px; }

.advices-listing-grid__title {
  margin-bottom: 18px;
  text-align: center; }

.advices-listing-filters {
  display: none; }

.advices-listing-grid__loadmore {
  text-align: center;
  margin-bottom: 60px; }

@media all and (min-width: 64em) {
  .advices-listing-filters {
    bottom: 0;
    display: block;
    margin: -70px auto 0;
    max-width: 1260px;
    padding: 0 36px;
    position: relative;
    width: 100%;
    height: 70px;
    z-index: 1; }
    .advices-listing-filters .advices-listing-filters__inner {
      align-items: center;
      background-color: white;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      height: 70px; }
    .advices-listing-filters .advices-listing-filters__item {
      display: inline-block; }
    .advices-listing-filters .advices-listing-filters__title {
      display: inline-block;
      flex-grow: 1;
      font-weight: 400;
      font-size: 14px;
      padding-left: 2.14286rem; } }

.page-job-offer-index__content {
  position: relative;
  z-index: 1; }

.page-job-offer-index__list {
  margin: 4rem 0; }
  .page-job-offer-index__list > *:last-child {
    margin-bottom: 0; }

@media all and (min-width: 64em) {
  .page-job-offer-index__list {
    margin: 0 0 5.71429rem; } }

.job-offer .job-offer__heading {
  background-color: #F7FBFE;
  text-align: center;
  color: #00A4E2;
  padding: 60px 0;
  margin-bottom: 30px; }

.job-offer .job-offer__type {
  opacity: 0.5; }

.job-offer .job-offer__title {
  margin-bottom: 8px; }

.job-offer .job-offer__cta {
  display: flex;
  justify-content: center;
  margin-top: 4rem; }
  .job-offer .job-offer__cta > * {
    margin-top: 0;
    animation-name: flash;
    animation-duration: 1000ms;
    animation-delay: 1000ms;
    animation-iteration-count: 1;
    animation-fill-mode: both; }

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.shops-map .shops-map__list {
  background-color: white;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.06);
  padding: 40px 36px 60px 36px;
  position: relative; }

.shops-map .shops-map__map {
  display: none; }

.shops-map .shops-map__shop {
  border-bottom: solid 1px rgba(112, 112, 112, 0.5);
  padding: 20px 10px; }
  .shops-map .shops-map__shop .btn, .shops-map .shops-map__shop .nf-form-cont .submit-wrap button, .nf-form-cont .submit-wrap .shops-map .shops-map__shop button {
    display: block;
    margin-top: 8px; }
  .shops-map .shops-map__shop:last-of-type {
    border-bottom: 0; }

.shops-map .shops-map__shop-name {
  color: #00A4E2; }

.shops-map .shops-map__shop-loc {
  color: #00A4E2;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 8px; }
  .shops-map .shops-map__shop-loc span, .shops-map .shops-map__shop-loc .icon {
    display: inline-block;
    vertical-align: middle; }
  .shops-map .shops-map__shop-loc .icon {
    margin-left: 14px; }

.shops-map .shops-map__shop-address {
  padding: 14px 0; }

.markets {
  background-color: #F7FBFE;
  padding: 60px 36px 80px 36px; }
  .markets .markets__group-list span::after {
    content: ' / '; }
  .markets .markets__group-list span:last-child::after {
    content: ''; }
  .markets .markets__group {
    margin-bottom: 30px;
    max-height: 20px;
    overflow: hidden;
    transition: max-height .2s ease; }
    .markets .markets__group .markets__group-title {
      color: #00A4E2;
      font-size: 1.14286rem;
      position: relative; }
      .markets .markets__group .markets__group-title::after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 32'%3E%3Cpath fill='%2300A4E2' d='M5.809 1.674c-2.284 0.001-4.135 1.852-4.135 4.136 0 1.162 0.479 2.212 1.251 2.963l0.001 0.001 22.013 22.013c0.748 0.748 1.782 1.211 2.924 1.211s2.176-0.463 2.924-1.211l22.013-22.013c0.785-0.754 1.273-1.813 1.273-2.985 0-2.284-1.852-4.136-4.136-4.136-1.172 0-2.231 0.488-2.984 1.272l-0.001 0.001-19.088 19.088-19.088-19.088c-0.752-0.773-1.802-1.252-2.965-1.252h-0z'%3E%3C/path%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        height: 1em;
        position: absolute;
        right: 0;
        top: 0;
        transition: transform .2s ease;
        width: 1em; }
    .markets .markets__group.m--active {
      max-height: 20em; }
      .markets .markets__group.m--active .markets__group-title::after {
        transform: rotateZ(180deg); }
  .markets .markets__inner {
    border-top: solid 1px #00A4E2;
    margin-top: 40px;
    padding-top: 34px; }

@media all and (min-width: 64em) {
  .shops-map {
    height: 630px;
    margin-top: -70px;
    position: relative;
    white-space: nowrap; }
    .shops-map .shops-map__list {
      display: inline-block;
      padding: 40px 25px;
      max-height: 630px;
      white-space: normal;
      width: 40%; }
    .shops-map .shops-map__map {
      display: inline-block;
      height: 630px;
      white-space: normal;
      width: 60%; }
    .shops-map .shops-map__shop {
      position: relative; }
      .shops-map .shops-map__shop .btn, .shops-map .shops-map__shop .nf-form-cont .submit-wrap button, .nf-form-cont .submit-wrap .shops-map .shops-map__shop button {
        display: block; }
      .shops-map .shops-map__shop.m--selected::before {
        content: '';
        background-color: #FECA00;
        width: 7px;
        height: 80%;
        top: 10%;
        left: -25px;
        display: block;
        position: absolute; }
  .markets {
    background-image: url("/themes/kiclos/assets/images/layout/brittany.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 60px 0px 80px 0px; }
    .markets .markets__inner {
      margin-top: 50px;
      padding-top: 50px; }
      .markets .markets__inner .sv-g {
        margin: 0 -70px; }
        .markets .markets__inner .sv-g div[class^='sv-u'] {
          padding: 0 70px; }
    .markets .markets__group {
      max-height: 30em; }
      .markets .markets__group .markets__group-title {
        font-size: 1.42857rem; }
        .markets .markets__group .markets__group-title::after {
          display: none; } }

.shop-title {
  color: #00A4E2;
  padding: 1em 0 .5em 0; }

.shop-excerpt {
  font-size: 1.28571rem;
  font-weight: 700;
  padding-bottom: 3.14286rem; }

.opening-hours {
  background: linear-gradient(135deg, #0094A8, #00A4E2);
  color: white;
  text-align: center;
  padding: 30px;
  width: 100%; }
  .opening-hours h3 {
    font-size: 1.42857rem;
    padding-bottom: 1em; }

.shop-thumbnail {
  display: block;
  width: 100%; }

.shop-location {
  background-color: white;
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 24px 30px;
  position: relative; }
  .shop-location .shop-location__phone {
    color: #00A4E2;
    font-weight: 700; }
  .shop-location .shop-location__picto {
    position: absolute;
    width: 140px;
    right: -50px;
    top: -40px; }
    .shop-location .shop-location__picto .icon {
      font-size: 220px;
      color: #00A4E2;
      opacity: .16; }

.single-shop-wrapper::before {
  content: '';
  background-color: #F7FBFE;
  height: 360px;
  position: absolute;
  width: 100%;
  z-index: 0; }

.single-shop-wrapper > div {
  position: relative;
  z-index: 1; }

.single-shop-wrapper .single-shop__content {
  padding-top: 44px; }

.single-shop-wrapper .single-shop__links {
  white-space: nowrap; }
  .single-shop-wrapper .single-shop__links .btn, .single-shop-wrapper .single-shop__links .nf-form-cont .submit-wrap button, .nf-form-cont .submit-wrap .single-shop-wrapper .single-shop__links button {
    width: calc(50% - 8px);
    white-space: normal; }
    .single-shop-wrapper .single-shop__links .btn:first-child, .single-shop-wrapper .single-shop__links .nf-form-cont .submit-wrap button:first-child, .nf-form-cont .submit-wrap .single-shop-wrapper .single-shop__links button:first-child {
      margin-right: 8px; }
    .single-shop-wrapper .single-shop__links .btn:last-child, .single-shop-wrapper .single-shop__links .nf-form-cont .submit-wrap button:last-child, .nf-form-cont .submit-wrap .single-shop-wrapper .single-shop__links button:last-child {
      margin-left: 8px; }

@media all and (min-width: 64em) {
  .single-shop-wrapper .sv-g {
    margin: 0 -34px; }
    .single-shop-wrapper .sv-g div[class^='sv-u'] {
      padding: 0 34px; }
  .shop-excerpt {
    font-size: 1.42857rem; }
  .single-shop__opening-hours {
    position: relative;
    left: 92px;
    margin-top: -65px;
    width: calc(100% - 92px); } }

.product-teaser:hover .product-teaser__img:before, .product-teaser:hover .product-teaser__img:after {
  opacity: 1; }

.product-teaser.m--landscape .product-teaser__img img {
  max-height: 350px; }

.product-teaser.m--portrait .product-teaser__img img {
  max-height: 650px; }

.product-teaser .product-teaser__img {
  display: block;
  position: relative;
  width: 100%; }
  .product-teaser .product-teaser__img img {
    font-family: 'object-fit: cover;';
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .product-teaser .product-teaser__img:before {
    content: '';
    border-style: solid;
    border-width: 0 0 64px 66px;
    border-color: transparent transparent #00A4E2 transparent;
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    right: 0px;
    transition: opacity 0.2s ease;
    bottom: 0px;
    opacity: 0; }
  .product-teaser .product-teaser__img:after {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 32'%3E%3Cpath fill='white' d='M42.949 15.999l-14.704-14.704c-0.334-0.347-0.802-0.563-1.321-0.563-1.011 0-1.831 0.82-1.831 1.831 0 0.519 0.216 0.987 0.562 1.32l0.001 0.001 12.115 12.115-12.115 12.115c-0.347 0.334-0.563 0.802-0.563 1.321 0 1.011 0.82 1.831 1.831 1.831 0.519 0 0.987-0.216 1.32-0.562l0.001-0.001z'%3E%3C/path%3E%3Cpath fill='white' d='M41.78 16.116c-0.016-0.999-0.83-1.803-1.831-1.803-0.010 0-0.020 0-0.030 0l0.002-0h-38.091c-0.008-0-0.017-0-0.026-0-1.011 0-1.831 0.82-1.831 1.831s0.82 1.831 1.831 1.831c0.009 0 0.018-0 0.027-0l-0.001 0h38.091c0.009 0 0.019 0 0.029 0 1.011 0 1.831-0.82 1.831-1.831 0-0.010-0-0.020-0-0.030l0 0.002z'%3E%3C/path%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    display: block;
    right: 12px;
    bottom: 14px;
    width: 16px;
    height: 12px;
    opacity: 0;
    transition: opacity 0.2s ease; }

.product-teaser .product-teaser__title {
  color: #00A4E2;
  font-weight: 700;
  font-size: 20px;
  padding: 30px 0 16px; }

.product-line .page-heading {
  height: auto;
  min-height: 340px;
  padding-bottom: calc(70px + 2.28571rem);
  text-align: left; }
  .product-line .page-heading .breadcrumbs {
    color: white;
    opacity: 0.77; }
    .product-line .page-heading .breadcrumbs > .l-wrapper > .l-padding > span > span:first-child > a::before, .product-line .page-heading .breadcrumbs > .frontpage-heading-reinsurance > .l-padding > span > span:first-child > a::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='white' d='M31.136 13.92v0l-13.054-13.056c-0.533-0.533-1.269-0.863-2.083-0.863s-1.55 0.33-2.083 0.863l-13.048 13.048c-0.529 0.532-0.856 1.266-0.856 2.076 0 1.581 1.246 2.871 2.809 2.942l0.006 0h0.612v9.607c0.002 1.904 1.545 3.447 3.449 3.449h5.093c0.518 0 0.938-0.42 0.938-0.938v0-7.518c0.002-0.868 0.705-1.571 1.572-1.572h3.012c0.868 0.002 1.571 0.705 1.572 1.572v7.532c0 0.518 0.42 0.938 0.938 0.938v0h5.107c1.904-0.002 3.447-1.545 3.449-3.449v-9.605h0.493c0.001 0 0.002 0 0.004 0 1.627 0 2.945-1.319 2.945-2.945 0-0.814-0.33-1.551-0.864-2.084l-0-0z'%3E%3C/path%3E%3C/svg%3E"); }
    .product-line .page-heading .breadcrumbs > .l-wrapper > .l-padding > span > *::after, .product-line .page-heading .breadcrumbs > .frontpage-heading-reinsurance > .l-padding > span > *::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 32'%3E%3Cpath fill='white' d='M18.958 16.003l-16.001-16.001-2.958 2.958 13.043 13.043-13.043 13.034 2.958 2.958z'%3E%3C/path%3E%3C/svg%3E"); }
  .product-line .page-heading::after {
    content: none; }
  .product-line .page-heading .page-heading__inner {
    position: relative;
    top: auto;
    margin-top: 2.28571rem;
    transform: none; }
    .product-line .page-heading .page-heading__inner p {
      margin: 1.14286rem 0 0 0;
      max-width: 640px; }
  .product-line .page-heading .product-line__icon {
    background-color: white;
    border-radius: 50%;
    color: #00A4E2;
    display: inline-block;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    margin-right: 16px;
    text-align: center;
    vertical-align: middle;
    width: 44px; }

.product-line .product-line__cta {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  flex-wrap: wrap; }
  .product-line .product-line__cta .btn, .product-line .product-line__cta .nf-form-cont .submit-wrap button, .nf-form-cont .submit-wrap .product-line .product-line__cta button {
    min-width: 100%;
    margin-top: 0; }

.product-line .product-line__products {
  position: relative;
  margin-top: -70px; }

.product-line .product-line__products-wrapper {
  --_cols: 1;
  display: grid;
  grid-template-columns: repeat(var(--_cols), minmax(0, 1fr));
  gap: 1.14286rem;
  margin-bottom: 4.57143rem; }

.product-line .product-line__block {
  margin-bottom: 4.57143rem; }

.product-line .product-teaser {
  margin-bottom: 48px; }

@media all and (min-width: 48em) {
  .product-line .product-line__products-wrapper {
    --_cols: 2; } }

@media all and (min-width: 64em) {
  .product-line .page-heading {
    min-height: 400px; }
    .product-line .page-heading .page-heading__inner {
      padding-left: 36px; }
      .product-line .page-heading .page-heading__inner p {
        margin-top: 0;
        padding-left: 87px; }
    .product-line .page-heading .product-line__icon {
      font-size: 24px;
      height: 66px;
      line-height: 66px;
      margin-right: 21px;
      width: 66px; }
    .product-line .page-heading .product-line__cta {
      display: flex;
      gap: 16px;
      margin-top: 16px;
      padding-left: 87px; }
      .product-line .page-heading .product-line__cta .btn, .product-line .page-heading .product-line__cta .nf-form-cont .submit-wrap button, .nf-form-cont .submit-wrap .product-line .page-heading .product-line__cta button {
        min-width: 260px; } }

@media all and (min-width: 85.375em) {
  .product-line .product-line__products-wrapper {
    --_cols: 4; } }

.product::before {
  content: '';
  display: block;
  background-color: #F7FBFE;
  height: 1000px;
  position: absolute;
  width: 100%; }

.product > div {
  position: relative; }

.product .product-lines {
  padding: 75px 0; }

.product-head {
  padding-top: 35px; }
  .product-head .product-head__title {
    color: #00A4E2;
    text-align: center;
    margin-bottom: 12px; }
  .product-head .product-head__desc {
    text-align: center; }
  .product-head .product-head__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.42857rem;
    margin-top: 1.42857rem; }
    .product-head .product-head__cta > * {
      margin-top: 0; }
  .product-head .product-head__labels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.71429rem;
    margin-top: 1.71429rem; }
    .product-head .product-head__labels .logo-france {
      max-width: 112px; }
    .product-head .product-head__labels .logo-bzh {
      max-width: 80px; }
    .product-head .product-head__labels .logo-rge {
      max-width: 160px; }
  .product-head .product-head__testiomial {
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.06);
    margin-top: 40px; }

.products-featured {
  background-color: #F7FBFE;
  padding: 68px 0; }
  .products-featured .products-featured__title {
    margin-bottom: 24px; }
  .products-featured .product-teaser {
    margin-bottom: 24px;
    width: 100%; }

@media all and (min-width: 40em) {
  .product-head .product-head__labels {
    justify-content: flex-start; } }

@media all and (min-width: 64em) {
  .product::before {
    height: 580px; }
  .product-head {
    padding-left: 27px;
    width: 50%; }
    .product-head .product-head__title,
    .product-head .product-head__desc {
      text-align: left; }
  .product-head-wrapper {
    display: flex;
    flex-direction: row; }
  .products-featured {
    padding: 75px 0; }
    .products-featured .products-featured__title {
      margin-bottom: 30px; }
    .products-featured .products-featured__wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .products-featured .products-featured__wrapper .product-teaser {
        width: 50%; }
        .products-featured .products-featured__wrapper .product-teaser .product-teaser__img img {
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 370px; }
      .products-featured .products-featured__wrapper .product-teaser:nth-child(odd) {
        padding-right: 26px; }
      .products-featured .products-featured__wrapper .product-teaser:nth-child(even) {
        padding-left: 26px; } }

.work-head {
  text-align: center;
  padding: 40px 0 30px; }
  .work-head .work-head__title {
    color: #00A4E2;
    padding-top: 15px; }
  .work-head .work-head__tag {
    border: solid 1px;
    font-size: 11px;
    padding: 5px 8px; }

.work-head-img {
  margin-bottom: 50px;
  width: 100%; }

.work-slider {
  position: relative;
  margin-bottom: 50px; }
  .work-slider .work-slider__prev-button, .work-slider .work-slider__next-button {
    background-color: white;
    color: #00A4E2;
    font-size: 10px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    z-index: 1; }
  .work-slider .work-slider__prev-button {
    left: 0; }
    .work-slider .work-slider__prev-button .icon {
      transform: rotateZ(-180deg); }
  .work-slider .work-slider__next-button {
    right: 0; }

.work-term {
  background-color: white;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  margin-bottom: 12px;
  padding: 18px; }
  .work-term .work-term__txt {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 46px); }
    .work-term .work-term__txt h4 {
      color: #00A4E2; }
  .work-term .work-term__img {
    display: inline-block;
    border-radius: 50%;
    height: 42px;
    overflow: hidden;
    vertical-align: middle;
    width: 42px; }

.before-after .before-after__wrapper {
  position: relative; }

.before-after .before-after__slider {
  overflow: visible; }

.before-after .before-after__prev-button, .before-after .before-after__next-button {
  background-color: white;
  color: #00A4E2;
  font-size: 10px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  z-index: 1; }

.before-after .before-after__prev-button .icon {
  transform: rotateZ(-180deg); }

.before-after .before-after__next-button {
  right: 0; }

.before-after .swiper-slide img {
  display: block;
  width: 100%; }

.before-after .swiper-slide {
  position: relative; }

.before-after .before-after__tag {
  background-color: white;
  border-radius: 18px;
  padding: 9px 16px;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  bottom: 10px;
  left: 10px; }

.before-after .before-after__title {
  color: #00A4E2;
  font-size: 17px;
  position: relative;
  padding-bottom: 14px; }
  .before-after .before-after__title::after {
    content: '';
    display: inline-block;
    height: 5px;
    background-color: #00A4E2;
    vertical-align: middle;
    width: calc(100% - 130px);
    right: 0;
    position: absolute;
    top: calc(50% - 8px); }

.featured-works {
  background-color: #F7FBFE;
  padding: 62px 0; }
  .featured-works h3 {
    padding-bottom: 35px; }
  .featured-works .featured-works__inner .work-teaser {
    display: none; }
    .featured-works .featured-works__inner .work-teaser:first-child {
      display: block; }

@media all and (min-width: 64em) {
  .work-head {
    padding: 60px 0 40px; }
  .work-slider {
    margin-bottom: 65px;
    overflow: hidden; }
    .work-slider .work-slider__prev-button, .work-slider .work-slider__next-button {
      font-size: 14px;
      height: 48px;
      top: calc(50% - 24px);
      width: 48px; }
  .work-head-txt .typo {
    padding-right: 65px; }
  .before-after .before-after__prev-button, .before-after .before-after__next-button {
    font-size: 14px;
    height: 48px;
    top: calc(50% - 24px);
    width: 48px; }
  .before-after .before-after__title-wrapper {
    width: 510px;
    transform: rotateZ(-90deg);
    transform-origin: left bottom;
    position: absolute;
    bottom: 0;
    left: 70px;
    z-index: 10; }
  .before-after .before-after__title {
    color: #00A4E2;
    font-size: 52px; }
    .before-after .before-after__title::before {
      content: '';
      display: inline-block;
      height: 5px;
      width: 120px;
      background-color: #00A4E2;
      position: relative;
      vertical-align: middle;
      margin-right: 30px; }
    .before-after .before-after__title::after {
      display: none; }
  .before-after .before-after__slider {
    padding-left: 92px;
    clip-path: inset(-100vw -100vw -100vw 92px); }
  .before-after .before-after__prev-button {
    left: 92px; }
  .before-after .before-after__next-button {
    right: 21.5%; }
  .featured-works {
    padding: 92px 0; }
    .featured-works h3 {
      padding-bottom: 45px; }
    .featured-works .featured-works__inner {
      display: flex; }
      .featured-works .featured-works__inner .work-teaser {
        display: block;
        margin-right: 16px;
        width: calc(33% - 8px); }
        .featured-works .featured-works__inner .work-teaser:last-child {
          margin-right: 0; } }

.works-listing-grid {
  padding: 40px 0; }
  .works-listing-grid .sv-g {
    margin: 0 -8px; }
    .works-listing-grid .sv-g div[class^='sv-u'] {
      padding: 8px; }

.works-listing .page-heading__inner {
  top: 0;
  padding-top: 30px;
  transform: none; }

.works-listing .work-teaser {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow .2s ease; }
  .works-listing .work-teaser .work-teaser__title {
    display: none; }
  .works-listing .work-teaser img {
    display: block; }
  .works-listing .work-teaser:hover {
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.15); }
    .works-listing .work-teaser:hover:before {
      content: '';
      border-style: solid;
      border-width: 0 0 53px 44px;
      border-color: transparent transparent #00A4E2 transparent;
      position: absolute;
      display: block;
      height: 0;
      width: 0;
      right: 0px;
      transition: background-color .25s, border-color .25s, color .25s;
      bottom: 0px; }
    .works-listing .work-teaser:hover:after {
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='white' d='M32 14.902h-32.002v2.193h32.002z'%3E%3C/path%3E%3Cpath fill='white' d='M14.907 0v32.002h2.193v-32.002z'%3E%3C/path%3E%3C/svg%3E");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      display: block;
      position: absolute;
      display: block;
      right: 6px;
      bottom: 12px;
      width: 14px;
      height: 14px; }

.advices-listing-filters {
  display: none; }

.works-listing-grid__loadmore {
  text-align: center;
  margin-bottom: 60px; }

.works-listing-filters {
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  position: absolute;
  width: calc(100% - 70px);
  z-index: 1; }
  .works-listing-filters .select2 {
    height: 100% !important;
    width: 100% !important; }
    .works-listing-filters .select2 .selection {
      display: inline-block;
      height: 100%;
      width: 100%; }
      .works-listing-filters .select2 .selection .select2-selection {
        height: 100%; }
    .works-listing-filters .select2 .select2-selection__rendered {
      font-size: 14px;
      line-height: 24px;
      padding: 16px; }
  .works-listing-filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #0094A8 transparent transparent transparent; }
  .works-listing-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 24px;
    top: 16px;
    right: 16px; }
  .works-listing-filters .works-listing-filters__reset {
    background-color: #00A4E2;
    border: solid 1px #00A4E2;
    color: white;
    width: 100%;
    text-align: center;
    padding: 12px; }
    .works-listing-filters .works-listing-filters__reset:hover {
      background-color: white;
      color: #00A4E2; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #00A4E2 !important; }

.select2-selection__clear {
  display: none; }

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #00A4E2; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: black; }

@media all and (min-width: 64em) {
  .works-listing .page-heading__inner {
    top: calc(50% - 35px);
    padding-top: 0;
    transform: translateY(-50%); }
  .works-listing-grid {
    padding-top: 40px; }
  .works-listing-filters {
    max-width: 1024px;
    left: calc(50% - 512px);
    height: 70px; }
    .works-listing-filters .select2 {
      width: calc(50% - 85px) !important;
      flex-grow: 1; }
      .works-listing-filters .select2 .select2-selection__rendered {
        padding: 23px 28px; }
    .works-listing-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 24px;
      top: 22px;
      right: 22px; }
    .works-listing-filters .works-listing-filters__reset {
      width: auto; } }

@media all and (min-width: 80em) {
  .works-listing-filters {
    max-width: 1200px;
    left: calc(50% - 600px); } }

.contact-page {
  background-color: #F7FBFE; }
  .contact-page .contact-page__main {
    padding: 0 36px; }
    .contact-page .contact-page__main .breadcrumbs {
      padding-bottom: 40px; }
    .contact-page .contact-page__main .h1-like, .contact-page .contact-page__main .frontpage-heading .frontpage-heading__title, .frontpage-heading .contact-page .contact-page__main .frontpage-heading__title {
      color: #00A4E2; }
    .contact-page .contact-page__main .contact-page__excerpt {
      padding: 16px 0 37px; }

@media all and (min-width: 64em) {
  .contact-page .flex-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 36px;
    position: relative; }
  .contact-page .contact-page__main {
    width: 646px;
    margin: 0 auto; } }

.page-template-form .header__inner {
  padding-block: 20px; }

.page-template-form .header__logo {
  display: block;
  margin: 0 auto; }

.contact-page {
  padding-top: 85px; }

.page-404 {
  overflow: hidden;
  position: relative; }
  .page-404 .page-404__text {
    padding: 110px 0;
    text-align: center; }
  .page-404 .page-404__title {
    font-size: 138px;
    color: #00A4E2;
    line-height: 150px; }
  .page-404 p {
    font-size: 24px;
    font-weight: 700; }
  .page-404 .page-404__deco {
    position: absolute;
    height: 120vw;
    width: 120vw;
    left: calc(50% - 60vw);
    top: -20vw;
    z-index: -1; }
    .page-404 .page-404__deco .icon {
      color: #00A4E2;
      height: 100%;
      opacity: .09;
      width: 100%; }

@media all and (min-width: 64em) {
  .page-404 .page-404__title {
    font-size: 338px;
    color: #00A4E2;
    line-height: 350px; }
  .page-404 .page-404__deco {
    height: 60vw;
    width: 60vw;
    left: calc(50% - 30vw);
    top: -10vw; } }

@media all and (min-width: 80em) {
  .page-404 .page-404__deco {
    height: 60vw;
    width: 60vw;
    left: calc(50% - 30vw);
    top: -10vw; } }

/*# sourceMappingURL=styles.min.css.map */
