/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
html {
  scroll-behavior: smooth;
}
section {
  background-color: #ffffff;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

#sucursales {
  scroll-margin-top: 150px;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type='hidden'] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type='submit'] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

/* Form */
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

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

.form-inline {
  display: -webkit-flex;
  -webkit-align-items: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type='range'] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

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

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: '';
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}
body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #1472cc !important;
}
.bg-success {
  background-color: #3b9dfb !important;
}
.bg-info {
  background-color: #064277 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #44ed06 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1472cc !important;
  border-color: #1472cc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d4b86 !important;
  border-color: #0d4b86 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d4b86 !important;
  border-color: #0d4b86 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0ebdf3 !important;
  border-color: #0ebdf3 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0985ac !important;
  border-color: #0985ac !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0985ac !important;
  border-color: #0985ac !important;
}
.btn-info,
.btn-info:active {
  background-color: #064277 !important;
  border-color: #064277 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #021a2e !important;
  border-color: #021a2e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #021a2e !important;
  border-color: #021a2e !important;
}
.btn-success,
.btn-success:active {
  background-color: #3b9dfb !important;
  border-color: #3b9dfb !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0577e5 !important;
  border-color: #0577e5 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0577e5 !important;
  border-color: #0577e5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #44ed06 !important;
  border-color: #44ed06 !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #000000 !important;
  background-color: #2fa204 !important;
  border-color: #2fa204 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #2fa204 !important;
  border-color: #2fa204 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b3e6f;
  color: #0b3e6f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1472cc;
  border-color: #1472cc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1472cc !important;
  border-color: #1472cc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #077394;
  color: #077394;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0ebdf3;
  border-color: #0ebdf3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0ebdf3 !important;
  border-color: #0ebdf3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #010c16;
  color: #010c16;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #064277;
  border-color: #064277;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #064277 !important;
  border-color: #064277 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #046acc;
  color: #046acc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #3b9dfb;
  border-color: #3b9dfb;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3b9dfb !important;
  border-color: #3b9dfb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #278a03;
  color: #278a03;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000;
  background-color: #44ed06;
  border-color: #44ed06;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #44ed06 !important;
  border-color: #44ed06 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #1472cc !important;
}
.text-secondary {
  color: #0ebdf3 !important;
}
.text-success {
  color: #3b9dfb !important;
}
.text-info {
  color: #064277 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #44ed06 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b3e6f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #077394 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #046acc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #010c16 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #278a03 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #064277;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #44ed06;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1472cc;
  border-color: #1472cc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1472cc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4d7f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0c85f0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d2fdc2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #1472cc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #1472cc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #1472cc;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1472cc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1472cc;
  border-bottom-color: #1472cc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1472cc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #0ebdf3 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231472cc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-tVvs6NhxbG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tVvs6NhxbG nav.navbar {
  position: fixed;
}
.cid-tVvs6NhxbG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVvs6NhxbG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVvs6NhxbG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVvs6NhxbG .dropdown-item:hover,
.cid-tVvs6NhxbG .dropdown-item:focus {
  background: #1472cc !important;
  color: white !important;
}
.cid-tVvs6NhxbG .dropdown-item:hover span {
  color: white;
}
.cid-tVvs6NhxbG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVvs6NhxbG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVvs6NhxbG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVvs6NhxbG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVvs6NhxbG .nav-link {
  position: relative;
}
.cid-tVvs6NhxbG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVvs6NhxbG .container {
    flex-wrap: wrap;
  }
}
.cid-tVvs6NhxbG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVvs6NhxbG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tVvs6NhxbG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVvs6NhxbG .dropdown-menu,
.cid-tVvs6NhxbG .navbar.opened {
  background: #ffffff !important;
}
.cid-tVvs6NhxbG .nav-item:focus,
.cid-tVvs6NhxbG .nav-link:focus {
  outline: none;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVvs6NhxbG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVvs6NhxbG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVvs6NhxbG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.cid-tVvs6NhxbG .navbar.opened {
  transition: all 0.3s;
}
.cid-tVvs6NhxbG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVvs6NhxbG .navbar .navbar-logo img {
  width: auto;
}
.cid-tVvs6NhxbG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVvs6NhxbG .navbar.collapsed {
  justify-content: center;
}
.cid-tVvs6NhxbG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVvs6NhxbG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVvs6NhxbG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tVvs6NhxbG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVvs6NhxbG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVvs6NhxbG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVvs6NhxbG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tVvs6NhxbG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVvs6NhxbG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVvs6NhxbG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVvs6NhxbG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVvs6NhxbG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVvs6NhxbG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVvs6NhxbG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVvs6NhxbG .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-tVvs6NhxbG .navbar.navbar-short .navbar-brand {
  min-height: 90px;
  padding: 0;
}
.cid-tVvs6NhxbG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVvs6NhxbG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVvs6NhxbG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVvs6NhxbG .dropdown-item.active,
.cid-tVvs6NhxbG .dropdown-item:active {
  background-color: transparent;
}
.cid-tVvs6NhxbG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVvs6NhxbG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVvs6NhxbG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVvs6NhxbG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVvs6NhxbG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVvs6NhxbG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVvs6NhxbG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVvs6NhxbG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVvs6NhxbG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1472cc;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVvs6NhxbG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVvs6NhxbG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVvs6NhxbG .navbar {
    height: 70px;
  }
  .cid-tVvs6NhxbG .navbar.opened {
    height: auto;
  }
  .cid-tVvs6NhxbG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLQt3oSaOA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #044f90;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLQt3oSaOA .container {
    padding: 0 16px;
  }
}
.cid-uLQt3oSaOA .container-content {
  padding: 0;
}
.cid-uLQt3oSaOA .container-content .row {
  margin: 0;
}
.cid-uLQt3oSaOA .container-content .row .card {
  padding: 0;
}
.cid-uLQt3oSaOA .mbr-section-title {
  margin-bottom: 120px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLQt3oSaOA .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uLQt3oSaOA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uLQt3oSaOA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLQt3oSaOA .embla__slide .slide-content {
  width: 100%;
}
.cid-uLQt3oSaOA .embla__slide .slide-content .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLQt3oSaOA .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uLQt3oSaOA .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 30%;
  background-color: #1472cc;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLQt3oSaOA .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uLQt3oSaOA .embla__slide .slide-content .item-wrapper .item-content {
    padding: 32px 16px;
  }
}
.cid-uLQt3oSaOA .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 24px;
}
.cid-uLQt3oSaOA .embla__slide .slide-content .item-wrapper .item-content .card-date {
  margin-bottom: 0;
}
.cid-uLQt3oSaOA .embla__slide .slide-content .item-wrapper .item-img {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uLQt3oSaOA .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uLQt3oSaOA .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLQt3oSaOA .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLQt3oSaOA .embla__button--next,
.cid-uLQt3oSaOA .embla__button--prev {
  display: flex;
}
.cid-uLQt3oSaOA .embla__button {
  bottom: 3rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #064277 !important;
  color: #0ebdf3 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLQt3oSaOA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLQt3oSaOA .embla__button:hover {
  box-shadow: inset 0 -31px 0 #1472cc;
}
.cid-uLQt3oSaOA .embla__button.embla__button--prev {
  right: 7rem;
}
@media (max-width: 992px) {
  .cid-uLQt3oSaOA .embla__button.embla__button--prev {
    right: auto;
    left: 48px;
  }
}
.cid-uLQt3oSaOA .embla__button.embla__button--next {
  right: 48px;
}
.cid-uLQt3oSaOA .embla {
  position: relative;
  width: 100%;
}
.cid-uLQt3oSaOA .embla::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #044f90;
}
.cid-uLQt3oSaOA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLQt3oSaOA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLQt3oSaOA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLQt3oSaOA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLQt3oSaOA .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uLQt3oSaOA .card-desc {
  color: #000000;
}
.cid-uLQt3oSaOA .card-date {
  color: #ffffff;
}
.cid-uPI91Y2G51 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #04335c;
}
.cid-uPI91Y2G51 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPI91Y2G51 H2 {
  color: #ffffff;
}
.cid-uMvyK9hh7H {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #04335c;
}
.cid-uMvyK9hh7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMvyK9hh7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMvyK9hh7H .row {
  margin: 0 -8px;
}
.cid-uMvyK9hh7H .row .card {
  padding: 0 8px;
}
.cid-uMvyK9hh7H .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uMvyK9hh7H .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMvyK9hh7H .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uMvyK9hh7H .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMvyK9hh7H .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMvyK9hh7H .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uMvyK9hh7H .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMvyK9hh7H .image-wrapper {
  height: 100%;
}
.cid-uMvyK9hh7H .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMvyK9hh7H .image-wrapper img {
    height: 300px;
  }
}
.cid-uMvyK9hh7H .mbr-section-title {
  color: #2c2c26;
}
.cid-uMvyK9hh7H .mbr-text,
.cid-uMvyK9hh7H .text-wrapper {
  color: #2b2b2b;
}
.cid-uMvyK9hh7H .mbr-section-title,
.cid-uMvyK9hh7H .mbr-section-btn {
  color: #1472cc;
}
.cid-tVB0I22q5V {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tVB0I22q5V .carousel-control {
  background: #000;
}
.cid-tVB0I22q5V .mbr-section-subtitle {
  color: #767676;
}
.cid-tVB0I22q5V .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tVB0I22q5V .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tVB0I22q5V .carousel-item .wrap-img {
  text-align: center;
}
.cid-tVB0I22q5V .carousel-item .wrap-img img {
  max-height: 300px;
  width: auto;
  max-width: 100%;
}
.cid-tVB0I22q5V .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tVB0I22q5V .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-tVB0I22q5V .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tVB0I22q5V .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tVB0I22q5V .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tVB0I22q5V .cloneditem-1,
.cid-tVB0I22q5V .cloneditem-2,
.cid-tVB0I22q5V .cloneditem-3,
.cid-tVB0I22q5V .cloneditem-4,
.cid-tVB0I22q5V .cloneditem-5 {
  display: none;
}
.cid-tVB0I22q5V .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVB0I22q5V .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tVB0I22q5V .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tVB0I22q5V .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tVB0I22q5V .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tVB0I22q5V .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tVB0I22q5V .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tVB0I22q5V .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tVB0I22q5V .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tVB0I22q5V .carousel-inner.slides2 .cloneditem-1,
  .cid-tVB0I22q5V .carousel-inner.slides2 .cloneditem-2,
  .cid-tVB0I22q5V .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tVB0I22q5V .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tVB0I22q5V .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tVB0I22q5V .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tVB0I22q5V .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tVB0I22q5V .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tVB0I22q5V .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tVB0I22q5V .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tVB0I22q5V .carousel-inner.slides3 .cloneditem-1,
  .cid-tVB0I22q5V .carousel-inner.slides3 .cloneditem-2,
  .cid-tVB0I22q5V .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tVB0I22q5V .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tVB0I22q5V .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tVB0I22q5V .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tVB0I22q5V .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tVB0I22q5V .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tVB0I22q5V .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tVB0I22q5V .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tVB0I22q5V .carousel-inner.slides4 .cloneditem-1,
  .cid-tVB0I22q5V .carousel-inner.slides4 .cloneditem-2,
  .cid-tVB0I22q5V .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tVB0I22q5V .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tVB0I22q5V .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tVB0I22q5V .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tVB0I22q5V .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tVB0I22q5V .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tVB0I22q5V .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tVB0I22q5V .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tVB0I22q5V .carousel-inner.slides5 .cloneditem-1,
  .cid-tVB0I22q5V .carousel-inner.slides5 .cloneditem-2,
  .cid-tVB0I22q5V .carousel-inner.slides5 .cloneditem-3,
  .cid-tVB0I22q5V .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tVB0I22q5V .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tVB0I22q5V .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tVB0I22q5V .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tVB0I22q5V .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tVB0I22q5V .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tVB0I22q5V .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tVB0I22q5V .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tVB0I22q5V .carousel-inner.slides6 .cloneditem-1,
  .cid-tVB0I22q5V .carousel-inner.slides6 .cloneditem-2,
  .cid-tVB0I22q5V .carousel-inner.slides6 .cloneditem-3,
  .cid-tVB0I22q5V .carousel-inner.slides6 .cloneditem-4,
  .cid-tVB0I22q5V .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tVB0I22q5V H2 {
  color: #0c60aa;
}
.cid-u1yeWF6WNM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uMvCLqx8bD {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/camion-ivess-anafer-2000x1335.webp");
}
.cid-uMvCLqx8bD H2 {
  color: #0ebdf3;
}
.cid-uT7tm9kzQg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #04335c;
}
.cid-uT7tm9kzQg .mbr-section-subtitle {
  color: #767676;
}
.cid-uT7tm9kzQg H2 {
  color: #0ebdf3;
}
.cid-uT7sEJ9jNL {
  background: #04335c;
  padding-top: 15px;
  padding-bottom: 75px;
  background: linear-gradient(0deg, #04335c, #04335c);
}
.cid-uT7sEJ9jNL .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uT7sEJ9jNL .video-block {
    width: 100% !important;
  }
}
.cid-uMvDBs5BFZ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #044f90;
}
.cid-uMvDBs5BFZ .mbr-section-subtitle {
  color: #767676;
}
.cid-uMvDBs5BFZ DIV {
  text-align: center;
}
.cid-uMvDBs5BFZ H2 {
  text-align: center;
  color: #ffffff;
}
.cid-u1D4UNga1T {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #04335c;
}
@media (max-width: 767px) {
  .cid-u1D4UNga1T .content {
    text-align: center;
  }
  .cid-u1D4UNga1T .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1D4UNga1T .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u1D4UNga1T .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u1D4UNga1T .media-wrap img {
  height: 5rem;
}
@media (max-width: 767px) {
  .cid-u1D4UNga1T .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u1D4UNga1T .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-u1D4UNga1T .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u1D4UNga1T .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u1D4UNga1T .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1D4UNga1T .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u1D4UNga1T .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1D4UNga1T .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1D4UNga1T P {
  color: #cccccc;
}
.cid-u1D4UNga1T H5 {
  color: #cccccc;
}
.cid-uT804FD8eK.popup-builder {
  background-color: #ffffff;
}
.cid-uT804FD8eK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uT804FD8eK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uT804FD8eK .modal-content,
.cid-uT804FD8eK .modal-dialog {
  height: auto;
}
.cid-uT804FD8eK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uT804FD8eK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uT804FD8eK .form-wrapper .mbr-form .form-group,
  .cid-uT804FD8eK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uT804FD8eK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uT804FD8eK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uT804FD8eK .mbr-text {
  text-align: center;
}
.cid-uT804FD8eK .pt-0 {
  padding-top: 0 !important;
}
.cid-uT804FD8eK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uT804FD8eK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uT804FD8eK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uT804FD8eK .modal-open {
  overflow: hidden;
}
.cid-uT804FD8eK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uT804FD8eK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uT804FD8eK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uT804FD8eK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uT804FD8eK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uT804FD8eK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uT804FD8eK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uT804FD8eK .modal-content {
  background: #0146c8;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uT804FD8eK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uT804FD8eK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uT804FD8eK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uT804FD8eK .modal-backdrop.show {
  opacity: .5;
}
.cid-uT804FD8eK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uT804FD8eK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uT804FD8eK .modal-header {
    padding: 1rem;
  }
}
.cid-uT804FD8eK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uT804FD8eK .modal-header .close svg {
  fill: #353535;
}
.cid-uT804FD8eK .modal-header .close:hover {
  opacity: 1;
}
.cid-uT804FD8eK .modal-header .close:focus {
  outline: none;
}
.cid-uT804FD8eK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uT804FD8eK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uT804FD8eK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uT804FD8eK .modal-body {
    padding: 1rem;
  }
}
.cid-uT804FD8eK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uT804FD8eK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uT804FD8eK .modal-footer {
    padding: 1rem;
  }
}
.cid-uT804FD8eK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uT804FD8eK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uT804FD8eK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uT804FD8eK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uT804FD8eK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uT804FD8eK .modal-lg,
  .cid-uT804FD8eK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uT804FD8eK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uT804FD8eK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uT804FD8eK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uT804FD8eK .form-group {
  margin-bottom: 1rem;
}
.cid-uT804FD8eK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uT804FD8eK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uT804FD8eK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uT804FD8eK .mbr-section-btn {
  margin: 0;
}
.cid-uT804FD8eK .mbr-section-btn .btn {
  margin: 0;
}
.cid-tVvs6NhxbG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tVvs6NhxbG nav.navbar {
  position: fixed;
}
.cid-tVvs6NhxbG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVvs6NhxbG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVvs6NhxbG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVvs6NhxbG .dropdown-item:hover,
.cid-tVvs6NhxbG .dropdown-item:focus {
  background: #1472cc !important;
  color: white !important;
}
.cid-tVvs6NhxbG .dropdown-item:hover span {
  color: white;
}
.cid-tVvs6NhxbG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVvs6NhxbG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVvs6NhxbG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVvs6NhxbG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVvs6NhxbG .nav-link {
  position: relative;
}
.cid-tVvs6NhxbG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVvs6NhxbG .container {
    flex-wrap: wrap;
  }
}
.cid-tVvs6NhxbG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVvs6NhxbG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tVvs6NhxbG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVvs6NhxbG .dropdown-menu,
.cid-tVvs6NhxbG .navbar.opened {
  background: #ffffff !important;
}
.cid-tVvs6NhxbG .nav-item:focus,
.cid-tVvs6NhxbG .nav-link:focus {
  outline: none;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVvs6NhxbG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVvs6NhxbG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVvs6NhxbG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.cid-tVvs6NhxbG .navbar.opened {
  transition: all 0.3s;
}
.cid-tVvs6NhxbG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVvs6NhxbG .navbar .navbar-logo img {
  width: auto;
}
.cid-tVvs6NhxbG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVvs6NhxbG .navbar.collapsed {
  justify-content: center;
}
.cid-tVvs6NhxbG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVvs6NhxbG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVvs6NhxbG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tVvs6NhxbG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVvs6NhxbG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVvs6NhxbG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVvs6NhxbG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tVvs6NhxbG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVvs6NhxbG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVvs6NhxbG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVvs6NhxbG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVvs6NhxbG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVvs6NhxbG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVvs6NhxbG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVvs6NhxbG .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-tVvs6NhxbG .navbar.navbar-short .navbar-brand {
  min-height: 90px;
  padding: 0;
}
.cid-tVvs6NhxbG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVvs6NhxbG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVvs6NhxbG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVvs6NhxbG .dropdown-item.active,
.cid-tVvs6NhxbG .dropdown-item:active {
  background-color: transparent;
}
.cid-tVvs6NhxbG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVvs6NhxbG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVvs6NhxbG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVvs6NhxbG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVvs6NhxbG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVvs6NhxbG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVvs6NhxbG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVvs6NhxbG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVvs6NhxbG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1472cc;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVvs6NhxbG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVvs6NhxbG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVvs6NhxbG .navbar {
    height: 70px;
  }
  .cid-tVvs6NhxbG .navbar.opened {
    height: auto;
  }
  .cid-tVvs6NhxbG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-roFiqqQKh4 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-roFiqqQKh4 .mbr-section-subtitle {
  color: #767676;
}
.cid-roFiqqQKh4 H2 {
  color: #1472cc;
}
.cid-rlnIxi5ag4 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/young-freelance-worker-having-glass-water-while-working-paperwork-office-1-2000x1175.webp");
}
.cid-rlnIxi5ag4 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rlnIxi5ag4 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rlnIxi5ag4 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rlnIxi5ag4 .mbr-text {
    text-align: center;
  }
}
.cid-rlnIxi5ag4 .mbr-text,
.cid-rlnIxi5ag4 .mbr-section-btn {
  color: #3a3939;
}
.cid-rlnIxi5ag4 H1 {
  color: #1472cc;
}
.cid-tVGZOrXKkd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVGZOrXKkd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tVGZOrXKkd p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-tVGZOrXKkd .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-tVGZOrXKkd .mbr-section-btn a {
  margin: 0;
}
.cid-tVGZOrXKkd .mbr-text {
  color: #767676;
}
.cid-tVGZOrXKkd .card-wrapper {
  height: 100%;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tVGZOrXKkd .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tVGZOrXKkd .card-title {
  text-align: center;
  color: #1472cc;
}
.cid-tVGZOrXKkd .mbr-text,
.cid-tVGZOrXKkd .mbr-section-btn {
  text-align: center;
  color: #10190b;
}
.cid-ro0iWnbNhD {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ro0iWnbNhD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-ro0iWnbNhD p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-ro0iWnbNhD .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-ro0iWnbNhD .mbr-section-btn a {
  margin: 0;
}
.cid-ro0iWnbNhD .mbr-text {
  color: #767676;
}
.cid-ro0iWnbNhD .card-wrapper {
  height: 100%;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ro0iWnbNhD .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-ro0iWnbNhD .card-title {
  text-align: center;
  color: #1472cc;
}
.cid-ro0iWnbNhD .mbr-text,
.cid-ro0iWnbNhD .mbr-section-btn {
  text-align: center;
  color: #10190b;
}
.cid-uT7WETONHT {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/camion-ivess-anafer-2000x1335.webp");
}
.cid-uT7WETONHT H2 {
  color: #0ebdf3;
}
.cid-uTioICaL8I {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #04335c;
}
@media (max-width: 767px) {
  .cid-uTioICaL8I .content {
    text-align: center;
  }
  .cid-uTioICaL8I .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTioICaL8I .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uTioICaL8I .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uTioICaL8I .media-wrap img {
  height: 5rem;
}
@media (max-width: 767px) {
  .cid-uTioICaL8I .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uTioICaL8I .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uTioICaL8I .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uTioICaL8I .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uTioICaL8I .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTioICaL8I .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uTioICaL8I .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTioICaL8I .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTioICaL8I P {
  color: #cccccc;
}
.cid-uTioICaL8I H5 {
  color: #cccccc;
}
.cid-tVvs6NhxbG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tVvs6NhxbG nav.navbar {
  position: fixed;
}
.cid-tVvs6NhxbG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVvs6NhxbG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVvs6NhxbG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVvs6NhxbG .dropdown-item:hover,
.cid-tVvs6NhxbG .dropdown-item:focus {
  background: #1472cc !important;
  color: white !important;
}
.cid-tVvs6NhxbG .dropdown-item:hover span {
  color: white;
}
.cid-tVvs6NhxbG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVvs6NhxbG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVvs6NhxbG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVvs6NhxbG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVvs6NhxbG .nav-link {
  position: relative;
}
.cid-tVvs6NhxbG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVvs6NhxbG .container {
    flex-wrap: wrap;
  }
}
.cid-tVvs6NhxbG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVvs6NhxbG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tVvs6NhxbG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVvs6NhxbG .dropdown-menu,
.cid-tVvs6NhxbG .navbar.opened {
  background: #ffffff !important;
}
.cid-tVvs6NhxbG .nav-item:focus,
.cid-tVvs6NhxbG .nav-link:focus {
  outline: none;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVvs6NhxbG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVvs6NhxbG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVvs6NhxbG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.cid-tVvs6NhxbG .navbar.opened {
  transition: all 0.3s;
}
.cid-tVvs6NhxbG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVvs6NhxbG .navbar .navbar-logo img {
  width: auto;
}
.cid-tVvs6NhxbG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVvs6NhxbG .navbar.collapsed {
  justify-content: center;
}
.cid-tVvs6NhxbG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVvs6NhxbG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVvs6NhxbG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tVvs6NhxbG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVvs6NhxbG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVvs6NhxbG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVvs6NhxbG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tVvs6NhxbG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVvs6NhxbG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVvs6NhxbG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVvs6NhxbG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVvs6NhxbG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVvs6NhxbG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVvs6NhxbG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVvs6NhxbG .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-tVvs6NhxbG .navbar.navbar-short .navbar-brand {
  min-height: 90px;
  padding: 0;
}
.cid-tVvs6NhxbG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVvs6NhxbG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVvs6NhxbG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVvs6NhxbG .dropdown-item.active,
.cid-tVvs6NhxbG .dropdown-item:active {
  background-color: transparent;
}
.cid-tVvs6NhxbG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVvs6NhxbG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVvs6NhxbG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVvs6NhxbG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVvs6NhxbG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVvs6NhxbG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVvs6NhxbG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVvs6NhxbG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVvs6NhxbG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1472cc;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVvs6NhxbG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVvs6NhxbG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVvs6NhxbG .navbar {
    height: 70px;
  }
  .cid-tVvs6NhxbG .navbar.opened {
    height: auto;
  }
  .cid-tVvs6NhxbG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ro0nk72Dxa {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ro0nk72Dxa .mbr-section-subtitle {
  color: #767676;
}
.cid-ro0nk72Dxa H2 {
  color: #1472cc;
}
.cid-rGj1sV8QuK {
  padding-top: 15px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/camion-ivess-anafer-2000x1335.webp");
}
.cid-rGj1sV8QuK .title {
  margin-bottom: 2rem;
}
.cid-rGj1sV8QuK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rGj1sV8QuK a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rGj1sV8QuK a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rGj1sV8QuK textarea.form-control {
  min-height: 188px;
}
.cid-rGj1sV8QuK H2 {
  color: #0ebdf3;
}
.cid-rGj1sV8QuK LABEL {
  color: #ffffff;
}
.cid-uT7N9ie5rq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #044f90;
}
.cid-uT7N9ie5rq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7N9ie5rq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uT7N9ie5rq .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uT7N9ie5rq .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uT7N9ie5rq .google-map {
  height: 100%;
  position: relative;
}
.cid-uT7N9ie5rq .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uT7N9ie5rq .google-map iframe {
    min-height: 350px;
  }
}
.cid-uT7N9ie5rq .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uT7N9ie5rq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uT7N9ie5rq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uT7N9ie5rq .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uT7N9ie5rq .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uT7N9ie5rq .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uT7N9ie5rq ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uT7N9ie5rq .content-head {
  max-width: 800px;
}
.cid-uT7N9ie5rq .cardTitle {
  color: #044f90;
}
.cid-uT7OlU49tS {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/ivess-soda-4jpg.webp");
}
.cid-uT7OlU49tS .mbr-overlay {
  background: #04335c;
  opacity: 0.8;
}
.cid-uT7OlU49tS .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uT7OlU49tS .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uT7OlU49tS .item-head {
  background: #1472cc;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uT7OlU49tS .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uT7OlU49tS .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uT7OlU49tS .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uT7OlU49tS .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uT7OlU49tS .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uT7OlU49tS .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uT7OlU49tS .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uT7OlU49tS .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uT7OlU49tS .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uT7OlU49tS .btn {
  width: -webkit-fill-available;
}
.cid-uT7OlU49tS .item:focus,
.cid-uT7OlU49tS span:focus {
  outline: none;
}
.cid-uT7OlU49tS .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uT7OlU49tS .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uT7OlU49tS .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uT7OlU49tS .mbr-section-title {
  color: #ffffff;
}
.cid-uT7OlU49tS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uT7OlU49tS .mbr-text,
.cid-uT7OlU49tS .mbr-section-btn {
  text-align: left;
}
.cid-uT7OlU49tS .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uT7OlU49tS .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uT7OlU49tS .content-head {
  max-width: 800px;
}
.cid-uT7OlU49tS .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uT7OlU49tS .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uT7OlU49tS .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0ebdf3;
  background-color: #0ebdf3;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uT7OlU49tS .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uT7OlU49tS .mbr-text UL {
  text-align: left;
}
.cid-uTirTVjp4r {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #044f90;
}
.cid-uTirTVjp4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTirTVjp4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTirTVjp4r .title .num {
  width: 100%;
  display: block;
}
.cid-uTirTVjp4r .title .card-title {
  z-index: 1;
}
.cid-uTirTVjp4r .count {
  color: #9fe870;
  font-weight: 700;
  text-align: left;
}
.cid-uTirTVjp4r .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTirTVjp4r .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTirTVjp4r * {
    text-align: center !important;
  }
  .cid-uTirTVjp4r .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uTirTVjp4r .content-head {
  max-width: 800px;
}
.cid-uTirTVjp4r H3 {
  color: #a6a99c;
  text-align: left;
}
.cid-uTirTVjp4r .card-text {
  text-align: left;
}
.cid-uTirTVjp4r .card-title,
.cid-uTirTVjp4r .card-img {
  text-align: center;
  color: #ffffff;
}
.cid-uTirTVjp4r .mbr-section-title,
.cid-uTirTVjp4r .card-box {
  color: #0ebdf3;
}
.cid-uTip0npMNA {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #04335c;
}
@media (max-width: 767px) {
  .cid-uTip0npMNA .content {
    text-align: center;
  }
  .cid-uTip0npMNA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTip0npMNA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uTip0npMNA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uTip0npMNA .media-wrap img {
  height: 5rem;
}
@media (max-width: 767px) {
  .cid-uTip0npMNA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uTip0npMNA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uTip0npMNA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uTip0npMNA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uTip0npMNA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTip0npMNA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uTip0npMNA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTip0npMNA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTip0npMNA P {
  color: #cccccc;
}
.cid-uTip0npMNA H5 {
  color: #cccccc;
}
.cid-tVvs6NhxbG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tVvs6NhxbG nav.navbar {
  position: fixed;
}
.cid-tVvs6NhxbG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVvs6NhxbG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVvs6NhxbG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVvs6NhxbG .dropdown-item:hover,
.cid-tVvs6NhxbG .dropdown-item:focus {
  background: #1472cc !important;
  color: white !important;
}
.cid-tVvs6NhxbG .dropdown-item:hover span {
  color: white;
}
.cid-tVvs6NhxbG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVvs6NhxbG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVvs6NhxbG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVvs6NhxbG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVvs6NhxbG .nav-link {
  position: relative;
}
.cid-tVvs6NhxbG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVvs6NhxbG .container {
    flex-wrap: wrap;
  }
}
.cid-tVvs6NhxbG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVvs6NhxbG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tVvs6NhxbG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVvs6NhxbG .dropdown-menu,
.cid-tVvs6NhxbG .navbar.opened {
  background: #ffffff !important;
}
.cid-tVvs6NhxbG .nav-item:focus,
.cid-tVvs6NhxbG .nav-link:focus {
  outline: none;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVvs6NhxbG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVvs6NhxbG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVvs6NhxbG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.cid-tVvs6NhxbG .navbar.opened {
  transition: all 0.3s;
}
.cid-tVvs6NhxbG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVvs6NhxbG .navbar .navbar-logo img {
  width: auto;
}
.cid-tVvs6NhxbG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVvs6NhxbG .navbar.collapsed {
  justify-content: center;
}
.cid-tVvs6NhxbG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVvs6NhxbG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVvs6NhxbG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tVvs6NhxbG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVvs6NhxbG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVvs6NhxbG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVvs6NhxbG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tVvs6NhxbG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVvs6NhxbG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVvs6NhxbG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVvs6NhxbG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVvs6NhxbG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVvs6NhxbG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVvs6NhxbG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVvs6NhxbG .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-tVvs6NhxbG .navbar.navbar-short .navbar-brand {
  min-height: 90px;
  padding: 0;
}
.cid-tVvs6NhxbG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVvs6NhxbG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVvs6NhxbG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVvs6NhxbG .dropdown-item.active,
.cid-tVvs6NhxbG .dropdown-item:active {
  background-color: transparent;
}
.cid-tVvs6NhxbG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVvs6NhxbG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVvs6NhxbG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVvs6NhxbG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVvs6NhxbG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVvs6NhxbG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVvs6NhxbG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVvs6NhxbG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVvs6NhxbG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1472cc;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVvs6NhxbG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVvs6NhxbG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVvs6NhxbG .navbar {
    height: 70px;
  }
  .cid-tVvs6NhxbG .navbar.opened {
    height: auto;
  }
  .cid-tVvs6NhxbG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rGjPd2eZ07 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rGjPd2eZ07 .mbr-section-subtitle {
  color: #044f90;
}
.cid-rGjPd2eZ07 H2 {
  color: #1472cc;
}
.cid-uT7FviLjjf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-uT7FviLjjf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT7FviLjjf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT7FviLjjf .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uT7FviLjjf .item {
    margin-bottom: 4rem;
  }
}
.cid-uT7FviLjjf .item:last-child .icon-box:before {
  display: none;
}
.cid-uT7FviLjjf .item.last .icon-box:before {
  display: none;
}
.cid-uT7FviLjjf .icon-box {
  background: #82ba22;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uT7FviLjjf .icon-box {
    margin-right: 1rem;
  }
}
.cid-uT7FviLjjf span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uT7FviLjjf .card {
    margin-bottom: 2rem;
  }
  .cid-uT7FviLjjf .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uT7FviLjjf .card-title,
.cid-uT7FviLjjf .card-box {
  color: #2b5fa4;
}
.cid-uT7FviLjjf .mbr-text,
.cid-uT7FviLjjf .mbr-section-btn {
  color: #46414c;
}
.cid-uT7FviLjjf .icon-text {
  color: #1e1c21;
}
.cid-uT7IDsay8e {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ea5689fb-city-52296-1671e1899a6-1366x768.webp");
}
.cid-uT7IDsay8e .mbr-text,
.cid-uT7IDsay8e .mbr-section-btn {
  text-align: left;
}
.cid-uT7IDsay8e H1 {
  color: #0ebdf3;
}
.cid-uTioUOAGb6 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #04335c;
}
@media (max-width: 767px) {
  .cid-uTioUOAGb6 .content {
    text-align: center;
  }
  .cid-uTioUOAGb6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTioUOAGb6 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uTioUOAGb6 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uTioUOAGb6 .media-wrap img {
  height: 5rem;
}
@media (max-width: 767px) {
  .cid-uTioUOAGb6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uTioUOAGb6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uTioUOAGb6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uTioUOAGb6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uTioUOAGb6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTioUOAGb6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uTioUOAGb6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTioUOAGb6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTioUOAGb6 P {
  color: #cccccc;
}
.cid-uTioUOAGb6 H5 {
  color: #cccccc;
}
.cid-tVvs6NhxbG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tVvs6NhxbG nav.navbar {
  position: fixed;
}
.cid-tVvs6NhxbG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVvs6NhxbG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVvs6NhxbG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVvs6NhxbG .dropdown-item:hover,
.cid-tVvs6NhxbG .dropdown-item:focus {
  background: #1472cc !important;
  color: white !important;
}
.cid-tVvs6NhxbG .dropdown-item:hover span {
  color: white;
}
.cid-tVvs6NhxbG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVvs6NhxbG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVvs6NhxbG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVvs6NhxbG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVvs6NhxbG .nav-link {
  position: relative;
}
.cid-tVvs6NhxbG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVvs6NhxbG .container {
    flex-wrap: wrap;
  }
}
.cid-tVvs6NhxbG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVvs6NhxbG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tVvs6NhxbG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVvs6NhxbG .dropdown-menu,
.cid-tVvs6NhxbG .navbar.opened {
  background: #ffffff !important;
}
.cid-tVvs6NhxbG .nav-item:focus,
.cid-tVvs6NhxbG .nav-link:focus {
  outline: none;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVvs6NhxbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVvs6NhxbG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVvs6NhxbG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVvs6NhxbG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.cid-tVvs6NhxbG .navbar.opened {
  transition: all 0.3s;
}
.cid-tVvs6NhxbG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVvs6NhxbG .navbar .navbar-logo img {
  width: auto;
}
.cid-tVvs6NhxbG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVvs6NhxbG .navbar.collapsed {
  justify-content: center;
}
.cid-tVvs6NhxbG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVvs6NhxbG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVvs6NhxbG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tVvs6NhxbG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVvs6NhxbG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVvs6NhxbG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVvs6NhxbG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVvs6NhxbG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tVvs6NhxbG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVvs6NhxbG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVvs6NhxbG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVvs6NhxbG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVvs6NhxbG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVvs6NhxbG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVvs6NhxbG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVvs6NhxbG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVvs6NhxbG .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-tVvs6NhxbG .navbar.navbar-short .navbar-brand {
  min-height: 90px;
  padding: 0;
}
.cid-tVvs6NhxbG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVvs6NhxbG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVvs6NhxbG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVvs6NhxbG .dropdown-item.active,
.cid-tVvs6NhxbG .dropdown-item:active {
  background-color: transparent;
}
.cid-tVvs6NhxbG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVvs6NhxbG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVvs6NhxbG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVvs6NhxbG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVvs6NhxbG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVvs6NhxbG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVvs6NhxbG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVvs6NhxbG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVvs6NhxbG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1472cc;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVvs6NhxbG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVvs6NhxbG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVvs6NhxbG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVvs6NhxbG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVvs6NhxbG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVvs6NhxbG .navbar {
    height: 70px;
  }
  .cid-tVvs6NhxbG .navbar.opened {
    height: auto;
  }
  .cid-tVvs6NhxbG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rGpDNNSq3B {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rGpDNNSq3B .mbr-section-subtitle {
  color: #767676;
}
.cid-rGpDNNSq3B H2 {
  color: #1472cc;
}
.cid-rGpD8KAn5P {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.webp");
}
@media (min-width: 992px) {
  .cid-rGpD8KAn5P .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rGpD8KAn5P .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rGpD8KAn5P .mbr-text {
    text-align: center;
  }
}
.cid-rGpD8KAn5P H1 {
  color: #0c60aa;
  text-align: center;
}
.cid-rGpD8KAn5P .mbr-text,
.cid-rGpD8KAn5P .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rGpD8KAn5P DIV {
  text-align: left;
}
.cid-rGpD8KAn5P H3 {
  color: #0ebdf3;
  text-align: left;
}
.cid-u1xdUlIvGT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #04335c;
}
.cid-u1xdUlIvGT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u1xdUlIvGT H2 {
  color: #ffffff;
}
.cid-u1xeIYifeR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #04335c;
}
.cid-u1xeIYifeR .item {
  padding-bottom: 2rem;
}
.cid-u1xeIYifeR .item-wrapper {
  height: 100%;
}
.cid-u1xeIYifeR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u1xeIYifeR .carousel-control,
.cid-u1xeIYifeR .close {
  background: #1b1b1b;
}
.cid-u1xeIYifeR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u1xeIYifeR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u1xeIYifeR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-u1xeIYifeR .close::before {
  content: '\e91a';
}
.cid-u1xeIYifeR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u1xeIYifeR .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-u1xeIYifeR .carousel-inner > .active {
  display: block;
}
.cid-u1xeIYifeR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1xeIYifeR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1xeIYifeR .carousel-control .icon-next,
.cid-u1xeIYifeR .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-u1xeIYifeR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u1xeIYifeR .carousel-control,
  .cid-u1xeIYifeR .carousel-indicators,
  .cid-u1xeIYifeR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u1xeIYifeR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u1xeIYifeR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u1xeIYifeR .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-u1xeIYifeR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u1xeIYifeR .carousel-indicators {
    display: none;
  }
}
.cid-u1xeIYifeR .carousel-indicators .active,
.cid-u1xeIYifeR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-u1xeIYifeR .carousel-indicators .active {
  background: #fff;
}
.cid-u1xeIYifeR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u1xeIYifeR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u1xeIYifeR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u1xeIYifeR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u1xeIYifeR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u1xeIYifeR .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-u1xeIYifeR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u1xeIYifeR .carousel {
  width: 100%;
}
.cid-u1xeIYifeR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u1xeIYifeR .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-u1xeIYifeR .modal.fade .modal-dialog,
.cid-u1xeIYifeR .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-u1xeIYifeR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u1xeIYifeR a {
  display: block;
}
.cid-u1xeIYifeR a.img {
  pointer-events: none;
}
.cid-u1xgiUA48T {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #04335c;
}
.cid-u1xgiUA48T .item {
  padding-bottom: 2rem;
}
.cid-u1xgiUA48T .item-wrapper {
  height: 100%;
}
.cid-u1xgiUA48T .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u1xgiUA48T .carousel-control,
.cid-u1xgiUA48T .close {
  background: #1b1b1b;
}
.cid-u1xgiUA48T .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u1xgiUA48T .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u1xgiUA48T .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-u1xgiUA48T .close::before {
  content: '\e91a';
}
.cid-u1xgiUA48T .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u1xgiUA48T .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-u1xgiUA48T .carousel-inner > .active {
  display: block;
}
.cid-u1xgiUA48T .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1xgiUA48T .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1xgiUA48T .carousel-control .icon-next,
.cid-u1xgiUA48T .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-u1xgiUA48T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u1xgiUA48T .carousel-control,
  .cid-u1xgiUA48T .carousel-indicators,
  .cid-u1xgiUA48T .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u1xgiUA48T .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u1xgiUA48T .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u1xgiUA48T .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-u1xgiUA48T .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u1xgiUA48T .carousel-indicators {
    display: none;
  }
}
.cid-u1xgiUA48T .carousel-indicators .active,
.cid-u1xgiUA48T .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-u1xgiUA48T .carousel-indicators .active {
  background: #fff;
}
.cid-u1xgiUA48T .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u1xgiUA48T .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u1xgiUA48T .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u1xgiUA48T .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u1xgiUA48T .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u1xgiUA48T .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-u1xgiUA48T .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u1xgiUA48T .carousel {
  width: 100%;
}
.cid-u1xgiUA48T .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u1xgiUA48T .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-u1xgiUA48T .modal.fade .modal-dialog,
.cid-u1xgiUA48T .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-u1xgiUA48T .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u1xgiUA48T a {
  display: block;
}
.cid-u1xgiUA48T a.img {
  pointer-events: none;
}
.cid-uT7DdJOgzb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uT7DdJOgzb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uT7DdJOgzb H2 {
  color: #1472cc;
}
.cid-u1ydlDlJhs {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-u1ydlDlJhs .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-u1ydlDlJhs .video-block {
    width: 100% !important;
  }
}
.cid-rGpD8LivwZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #0c60aa;
}
.cid-rGpD8LivwZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rGpD8LivwZ H2 {
  color: #ffffff;
}
.cid-rGpD8Lzxyc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rGpD8Lzxyc h2 {
  text-align: center;
}
.cid-rGpD8Lzxyc h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rGpD8Lzxyc p {
  color: #767676;
}
.cid-rGpD8Lzxyc img {
  object-fit: cover;
}
.cid-rGpD8Lzxyc .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rGpD8Lzxyc .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rGpD8Lzxyc .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rGpD8Lzxyc .mbr-section-subtitle {
  color: #1472cc;
}
.cid-rGpD8Lzxyc .card-title {
  font-weight: 500;
}
.cid-rGpD8Lzxyc .card-img {
  text-align: inherit;
}
.cid-rGpD8Lzxyc .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rGpD8Lzxyc .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-rGpD8Lzxyc .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rGpD8Lzxyc .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-rGpD8Lzxyc .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-rGpD8Lzxyc .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-rGpD8Lzxyc .mbr-crt-title {
  color: #0c60aa;
}
.cid-rGpD8Lzxyc .mbr-section-text {
  color: #10190b;
}
.cid-rGpD8Lzxyc .mbr-section-title {
  color: #0c60aa;
}
.cid-uT7XxIyupQ {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/camion-ivess-anafer-2000x1335.webp");
}
.cid-uT7XxIyupQ H2 {
  color: #0ebdf3;
}
.cid-uTion1t4FU {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #04335c;
}
@media (max-width: 767px) {
  .cid-uTion1t4FU .content {
    text-align: center;
  }
  .cid-uTion1t4FU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTion1t4FU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uTion1t4FU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uTion1t4FU .media-wrap img {
  height: 5rem;
}
@media (max-width: 767px) {
  .cid-uTion1t4FU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uTion1t4FU .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uTion1t4FU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uTion1t4FU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uTion1t4FU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTion1t4FU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uTion1t4FU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTion1t4FU .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTion1t4FU P {
  color: #cccccc;
}
.cid-uTion1t4FU H5 {
  color: #cccccc;
}
.cid-u1sLGzJcXv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u1sLGzJcXv nav.navbar {
  position: fixed;
}
.cid-u1sLGzJcXv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1sLGzJcXv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1sLGzJcXv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1sLGzJcXv .dropdown-item:hover,
.cid-u1sLGzJcXv .dropdown-item:focus {
  background: #1472cc !important;
  color: white !important;
}
.cid-u1sLGzJcXv .dropdown-item:hover span {
  color: white;
}
.cid-u1sLGzJcXv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1sLGzJcXv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1sLGzJcXv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1sLGzJcXv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1sLGzJcXv .nav-link {
  position: relative;
}
.cid-u1sLGzJcXv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1sLGzJcXv .container {
    flex-wrap: wrap;
  }
}
.cid-u1sLGzJcXv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1sLGzJcXv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u1sLGzJcXv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1sLGzJcXv .dropdown-menu,
.cid-u1sLGzJcXv .navbar.opened {
  background: #ffffff !important;
}
.cid-u1sLGzJcXv .nav-item:focus,
.cid-u1sLGzJcXv .nav-link:focus {
  outline: none;
}
.cid-u1sLGzJcXv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1sLGzJcXv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1sLGzJcXv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1sLGzJcXv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1sLGzJcXv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1sLGzJcXv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1sLGzJcXv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.cid-u1sLGzJcXv .navbar.opened {
  transition: all 0.3s;
}
.cid-u1sLGzJcXv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1sLGzJcXv .navbar .navbar-logo img {
  width: auto;
}
.cid-u1sLGzJcXv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1sLGzJcXv .navbar.collapsed {
  justify-content: center;
}
.cid-u1sLGzJcXv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1sLGzJcXv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1sLGzJcXv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-u1sLGzJcXv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1sLGzJcXv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1sLGzJcXv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u1sLGzJcXv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1sLGzJcXv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1sLGzJcXv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1sLGzJcXv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1sLGzJcXv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1sLGzJcXv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1sLGzJcXv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1sLGzJcXv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u1sLGzJcXv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1sLGzJcXv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1sLGzJcXv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1sLGzJcXv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1sLGzJcXv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1sLGzJcXv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1sLGzJcXv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1sLGzJcXv .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1sLGzJcXv .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-u1sLGzJcXv .navbar.navbar-short .navbar-brand {
  min-height: 90px;
  padding: 0;
}
.cid-u1sLGzJcXv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1sLGzJcXv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1sLGzJcXv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1sLGzJcXv .dropdown-item.active,
.cid-u1sLGzJcXv .dropdown-item:active {
  background-color: transparent;
}
.cid-u1sLGzJcXv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1sLGzJcXv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1sLGzJcXv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1sLGzJcXv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1sLGzJcXv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1sLGzJcXv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1sLGzJcXv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1sLGzJcXv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1sLGzJcXv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1sLGzJcXv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1472cc;
}
.cid-u1sLGzJcXv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1sLGzJcXv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1sLGzJcXv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1sLGzJcXv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1sLGzJcXv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1sLGzJcXv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1sLGzJcXv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1sLGzJcXv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1sLGzJcXv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1sLGzJcXv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1sLGzJcXv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1sLGzJcXv .navbar {
    height: 70px;
  }
  .cid-u1sLGzJcXv .navbar.opened {
    height: auto;
  }
  .cid-u1sLGzJcXv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1sLGyqLAO {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1sLGyqLAO .mbr-section-subtitle {
  color: #767676;
}
.cid-u1sLGyqLAO H2 {
  color: #1472cc;
}
.cid-u1sLSagxz8 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-uT7XF6Yc2z {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/camion-ivess-anafer-2000x1335.webp");
}
.cid-uT7XF6Yc2z H2 {
  color: #0ebdf3;
}
.cid-uTioCpnBqQ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #04335c;
}
@media (max-width: 767px) {
  .cid-uTioCpnBqQ .content {
    text-align: center;
  }
  .cid-uTioCpnBqQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTioCpnBqQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uTioCpnBqQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uTioCpnBqQ .media-wrap img {
  height: 5rem;
}
@media (max-width: 767px) {
  .cid-uTioCpnBqQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uTioCpnBqQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uTioCpnBqQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uTioCpnBqQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uTioCpnBqQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTioCpnBqQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uTioCpnBqQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTioCpnBqQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTioCpnBqQ P {
  color: #cccccc;
}
.cid-uTioCpnBqQ H5 {
  color: #cccccc;
}
.cid-uYBeXWM32v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYBeXWM32v nav.navbar {
  position: fixed;
}
.cid-uYBeXWM32v .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYBeXWM32v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYBeXWM32v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYBeXWM32v .dropdown-item:hover,
.cid-uYBeXWM32v .dropdown-item:focus {
  background: #1472cc !important;
  color: white !important;
}
.cid-uYBeXWM32v .dropdown-item:hover span {
  color: white;
}
.cid-uYBeXWM32v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYBeXWM32v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYBeXWM32v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYBeXWM32v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYBeXWM32v .nav-link {
  position: relative;
}
.cid-uYBeXWM32v .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYBeXWM32v .container {
    flex-wrap: wrap;
  }
}
.cid-uYBeXWM32v .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYBeXWM32v .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYBeXWM32v .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYBeXWM32v .dropdown-menu,
.cid-uYBeXWM32v .navbar.opened {
  background: #ffffff !important;
}
.cid-uYBeXWM32v .nav-item:focus,
.cid-uYBeXWM32v .nav-link:focus {
  outline: none;
}
.cid-uYBeXWM32v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYBeXWM32v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYBeXWM32v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYBeXWM32v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYBeXWM32v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYBeXWM32v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYBeXWM32v .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.cid-uYBeXWM32v .navbar.opened {
  transition: all 0.3s;
}
.cid-uYBeXWM32v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYBeXWM32v .navbar .navbar-logo img {
  width: auto;
}
.cid-uYBeXWM32v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYBeXWM32v .navbar.collapsed {
  justify-content: center;
}
.cid-uYBeXWM32v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYBeXWM32v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYBeXWM32v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uYBeXWM32v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYBeXWM32v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYBeXWM32v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uYBeXWM32v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYBeXWM32v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYBeXWM32v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYBeXWM32v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYBeXWM32v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYBeXWM32v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYBeXWM32v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYBeXWM32v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uYBeXWM32v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYBeXWM32v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYBeXWM32v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYBeXWM32v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYBeXWM32v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYBeXWM32v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYBeXWM32v .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYBeXWM32v .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYBeXWM32v .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-uYBeXWM32v .navbar.navbar-short .navbar-brand {
  min-height: 90px;
  padding: 0;
}
.cid-uYBeXWM32v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYBeXWM32v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYBeXWM32v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYBeXWM32v .dropdown-item.active,
.cid-uYBeXWM32v .dropdown-item:active {
  background-color: transparent;
}
.cid-uYBeXWM32v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYBeXWM32v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYBeXWM32v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYBeXWM32v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYBeXWM32v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYBeXWM32v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYBeXWM32v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYBeXWM32v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYBeXWM32v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYBeXWM32v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1472cc;
}
.cid-uYBeXWM32v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYBeXWM32v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYBeXWM32v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYBeXWM32v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYBeXWM32v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYBeXWM32v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYBeXWM32v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYBeXWM32v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYBeXWM32v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYBeXWM32v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYBeXWM32v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYBeXWM32v .navbar {
    height: 70px;
  }
  .cid-uYBeXWM32v .navbar.opened {
    height: auto;
  }
  .cid-uYBeXWM32v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYBeXXqXi9 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYBeXXqXi9 .mbr-section-subtitle {
  color: #767676;
}
.cid-uYBeXXqXi9 H2 {
  color: #1472cc;
}
.cid-uYBeXXzCn3 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/camion-ivess-anafer-2000x1335.webp");
}
.cid-uYBeXXzCn3 .title {
  margin-bottom: 2rem;
}
.cid-uYBeXXzCn3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYBeXXzCn3 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uYBeXXzCn3 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uYBeXXzCn3 textarea.form-control {
  min-height: 188px;
}
.cid-uYBeXXzCn3 H2 {
  color: #ffffff;
}
.cid-uYBeXXzCn3 LABEL {
  color: #ffffff;
}
.cid-uYBeXYuarx {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #04335c;
}
@media (max-width: 767px) {
  .cid-uYBeXYuarx .content {
    text-align: center;
  }
  .cid-uYBeXYuarx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYBeXYuarx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYBeXYuarx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYBeXYuarx .media-wrap img {
  height: 5rem;
}
@media (max-width: 767px) {
  .cid-uYBeXYuarx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYBeXYuarx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uYBeXYuarx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYBeXYuarx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYBeXYuarx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYBeXYuarx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYBeXYuarx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYBeXYuarx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYBeXYuarx P {
  color: #cccccc;
}
.cid-uYBeXYuarx H5 {
  color: #cccccc;
}
