@import url(http://fonts.googleapis.com/css?family=Raleway:100,200,300,regular,500,600,700,800,900);

@import url(https://fonts.googleapis.com/css?family=Maven+Pro:regular,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,regular,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,regular,500,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url('https://db.onlinewebfonts.com/c/22a6f4f2037b8ced0e58090cefd039bb?family=BrownPro');
@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,regular,500,600,700,800,900);



body {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.display-1 {
  font-family: BrownPro, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
  }
.display-2 {
  font-family: BrownPro, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: BrownPro, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: BrownPro, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, 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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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 {
  font-family:BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 4px 20px;
  border-radius: 4px;
  font-size:16px;
  font-weight: 500;
  border-width: 2px;
   box-shadow: none;/**rgba(0, 0, 0, 0.16) 0px 1px 4px**/

}

.btn-sm {
  padding: 0.6rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2C75FF !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2C75FF !important;
  border-color: #2C75FF !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #11253B !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #FFC901 !important;
  border-color: #FFC901 !important;
  color: #ffffff ;
  font-weight:700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #11253B ;
  background-color: #FFC901 !important;
  border-color: #FFC901 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !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: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !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: #0b566f;
  color: #1a1c1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2C75FF;
  border-color: #2C75FF;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #FFC901;
  color: #11253B;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #11253B;
  background-color: none;
  border-color: #61366B;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !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: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #2C75FF !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary{
  color: #37A8EE !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #37A8EE !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #FDD022;
  border-color: #FDD022;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a {
  color:#37A8EE;
  font-weight: 600;
  font-size: 16px;
  line-height:20px;
}

a:hover {
  color: #37A8EE;
  font-weight: 600;
  text-decoration: underline;
  :
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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: #beb8b2;
}
.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: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 0.75rem px !important;
     font-weight: 700;
      padding: 8px 16px;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@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: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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='%23149dcc' %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-rjGbgOI5vX {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rjGbgOI5vX .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-rjGbgOI5vX .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rjGbgOI5vX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rjGbgOI5vX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rjGbgOI5vX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rjGbgOI5vX a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rjGbgOI5vX a.close:hover {
  color: #ffffff;
}
.cid-rkPthNSkhE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fond-1253-28-reunion-960x720.jpg");
}
.cid-rkPthNSkhE .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-rkPthNSkhE .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rkPthNSkhE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rkPthNSkhE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rkPthNSkhE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rkPthNSkhE a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rkPthNSkhE a.close:hover {
  color: #ffffff;
}
.cid-rm273BIovv {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rm273BIovv .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rm273BIovv .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rm273BIovv .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rm273BIovv .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rm273BIovv .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-rm273BIovv .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rm273BIovv .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rm273BIovv .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rm273BIovv .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rm273BIovv .media-block {
    padding-right: 2rem;
  }
}
.cid-rm273BIovv .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rm273BIovv .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rm27kQT3hl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rm27kQT3hl .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rm27kQT3hl .mbr-content-text {
  color: #767676;
}
.cid-rm27kQT3hl .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rm27kQT3hl .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-rm27kQT3hl .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rm27kQT3hl .img-text {
  color: #c1c1c1;
}
.cid-rm27s9bWIO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rm27s9bWIO .counter-container {
  color: #767676;
}
.cid-rm27s9bWIO .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-rm27s9bWIO .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rm27s9bWIO .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-rm27s9bWIO .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-rm27vb8jim {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rm27vb8jim .mbr-text,
.cid-rm27vb8jim blockquote {
  color: #767676;
}
.cid-rit2jHsG27 {
  background-image: url("../../../assets/images/1234567-750x413.png");
}
.cid-rit2pmNMfo {
  background-image: url("../../../assets/images/64132712-720x352.jpg");
}
.cid-rit2pmNMfo .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-rit2pmNMfo .media-container-column {
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-rit2pmNMfo .media-container-column {
    padding: 1rem !important;
  }
}
.cid-rit2pmNMfo .mbr-text,
.cid-rit2pmNMfo .mbr-section-btn {
  text-align: center;
}
.cid-rit7ViptTW {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rit7ViptTW .mbr-text,
.cid-rit7ViptTW blockquote {
  color: #767676;
}
.cid-rit7ViptTW P {
  text-align: right;
}
.cid-rit8LmR7xh {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rit8LmR7xh .mbr-text,
.cid-rit8LmR7xh blockquote {
  color: #767676;
}
.cid-rit8LmR7xh .mbr-text P {
  text-align: right;
}
.cid-ritazJ7PId {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ritazJ7PId .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ritazJ7PId .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ritazJ7PId .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ritazJ7PId .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ritazJ7PId .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-ritazJ7PId .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ritazJ7PId .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ritazJ7PId .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ritazJ7PId .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sf1r1HWJ7l {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;

}
.cid-sf1r1HWJ7l .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sf1r1HWJ7l .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sf1r1HWJ7l .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sf1r1HWJ7l .mbr-text {
    text-align: center;
  }
}
.cid-sf1r44rzg3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sf1r44rzg3 h3 {
  text-align: center;
}
.cid-sf1r44rzg3 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sf1r44rzg3 .mbr-content-text {
  color: #767676;
}
.cid-sf1r44rzg3 .panel-item {
  background: #ffffff;
}
.cid-sf1r44rzg3 .card {
  word-wrap: break-word;
}
.cid-sf1r44rzg3 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sf1raIcvzk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sf1raIcvzk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sf1raIcvzk p {
  color: #767676;
  text-align: left;
}
.cid-sf1raIcvzk .card-box {
  padding-top: 2rem;
}
.cid-sf1raIcvzk .card-wrapper {
  height: 100%;
}
.cid-sf1rbosEW1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sf1rbosEW1 .card-box {
  padding: 0 2rem;
}
.cid-sf1rbosEW1 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sf1rbosEW1 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sf1rbosEW1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sf1rbosEW1 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sf1rbosEW1 .mbr-text {
  color: #767676;
}
.cid-sf1rbosEW1 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sf1rbosEW1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sf1rk9hVWR {
  padding-top: 90px;
  padding-bottom: 10px;
  background-color: #ffffff;
}
.cid-sf1rk9hVWR .mbr-text {
  color: #767676;
}
.cid-sf1rk9hVWR h4 {
  text-align: center;
}
.cid-sf1rk9hVWR p {
  text-align: center;
   font-size: 18px;
  font-weight: 400;
  line-height:24px;

}
.cid-sf1rk9hVWR .card{
 box-shadow: none;
 border: none;
}
.cid-sf1rk9hVWR .card-img span {
  font-size: 70px;
  color: #149dcc;
}
.cid-sf1rnAAXtw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sf1rnAAXtw h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sf1rnAAXtw p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sf1rnAAXtw .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-sf1rnAAXtw .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sf1rnAAXtw .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-sf1rphJnP0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sf1rphJnP0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sf1rphJnP0 p {
  color: #767676;
  text-align: left;
}
.cid-sf1rphJnP0 .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-sf1rphJnP0 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sf1rphJnP0 .card-title {
  margin-bottom: 0;
}
.cid-sf1rphJnP0 .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sf1rphJnP0 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-sf1rphJnP0 .card-img span {
    font-size: 40px !important;
  }
}
.cid-sf1rq5llWX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sf1rq5llWX h2 {
  text-align: left;
}
.cid-sf1rq5llWX h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sf1rq5llWX p {
  color: #767676;
  text-align: left;
}
.cid-sf1rq5llWX .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sf1rq5llWX .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sf1rq5llWX .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sf1rq5llWX .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sf1rq5llWX .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sf1rq5llWX .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sf1rq5llWX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sf1rq5llWX .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sf1rq5llWX .card-img span {
    font-size: 40px !important;
  }
}
.cid-sf1rrgxDmH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sf1rrgxDmH h3 {
  font-weight: 300;
}
.cid-sf1rrgxDmH .card-img {
  width: initial;
}
.cid-sf1rrgxDmH .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sf1rrgxDmH .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-sf1rrgxDmH .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sf1rrgxDmH .mbr-section-subtitle {
  color: #767676;
}
.cid-sf1rrgxDmH .mbr-text {
  color: #767676;
}
.cid-sf1rrgxDmH .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sf1rrgxDmH .mbr-al-i-c {
  align-items: center;
}
.cid-sf1rthlqsP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sf1rthlqsP p {
  color: #767676;
}
.cid-sf1rthlqsP .item:focus,
.cid-sf1rthlqsP span:focus {
  outline: none;
}
.cid-sf1rthlqsP .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-sf1rthlqsP .item-wrapper {
  position: relative;
}
.cid-sf1rthlqsP .item-btn,
.cid-sf1rthlqsP h4,
.cid-sf1rthlqsP h5 {
  margin: 0;
}
.cid-sf1rthlqsP .item-content {
  padding-top: 2rem;
}
.cid-sf1ru4JFGp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sf1ru4JFGp .mbr-section-subtitle,
.cid-sf1ru4JFGp .mbr-text {
  color: #767676;
}
.cid-sf1ru4JFGp .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sf1ru4JFGp .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sf1ru4JFGp .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sf1ru4JFGp .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-sf1ru4JFGp .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-sf1ru4JFGp .card-wrapper .card-img img {
  width: 100%;
}
.cid-sf1ru4JFGp .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sf1ru4JFGp .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sf1ru4JFGp .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sf1ru4JFGp .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sf1ru4JFGp .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sf1ru4JFGp .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-sf1ru4JFGp .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sf1ru4JFGp .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-sf1rx28e4m {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sf1rx28e4m h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sf1rx28e4m .progress {
  width: 100%;
}
.cid-sf1rx28e4m .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sf1rx28e4m progress {
  height: 8px;
}
.cid-sf1rx28e4m .progressbar-number {
  display: inline-block;
}
.cid-sf1rx28e4m .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sf1rx28e4m .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sf1rx28e4m .mbr-section-subtitle {
  color: #767676;
}
.cid-sf1rx28e4m .section-content-title {
  font-weight: 500;
}
.cid-sf1rx28e4m .progress_value {
  position: relative;
}
.cid-sf1rx28e4m .progress1 .progressbar-number:before,
.cid-sf1rx28e4m .progress2 .progressbar-number:before,
.cid-sf1rx28e4m .progress3 .progressbar-number:before,
.cid-sf1rx28e4m .progress4 .progressbar-number:before,
.cid-sf1rx28e4m .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sf1rx28e4m progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sf1rx28e4m progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-sf1rx28e4m progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-sf1rx28e4m progress::-ms-fill {
  background: #149dcc;
}
.cid-sf1rx28e4m .progress1 .progressbar-number:before {
  content: '100';
}
.cid-sf1rx28e4m .progress2 .progressbar-number:before {
  content: '90';
}
.cid-sf1rx28e4m .progress3 .progressbar-number:before {
  content: '80';
}
.cid-sf1rx28e4m .progress4 .progressbar-number:before {
  content: '70';
}
.cid-sf1rx28e4m .progress5 .progressbar-number:before {
  content: '60';
}
@media (min-width: 768px) {
  .cid-sf1rx28e4m .text-elements {
    padding-right: 3rem;
  }
  .cid-sf1rx28e4m .progress_elements {
    padding-left: 3rem;
  }
}
.cid-sf1rxZyQwz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sf1rxZyQwz .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sf1rxZyQwz .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-sf1rxZyQwz .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sf1rxZyQwz .time-line-date-content {
  margin-right: 2rem;
}
.cid-sf1rxZyQwz .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-sf1rxZyQwz .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-sf1rxZyQwz .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-sf1rxZyQwz .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-sf1rxZyQwz .mbr-timeline-date,
.cid-sf1rxZyQwz .timeline-text-content {
  transition: all .4s;
}
.cid-sf1rxZyQwz .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sf1rxZyQwz .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-sf1rxZyQwz .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-sf1rxZyQwz .reverse .time-line-date-content p {
  float: left;
}
.cid-sf1rxZyQwz .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-sf1rxZyQwz .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-sf1rxZyQwz .iconBackground {
    left: 0 !important;
  }
  .cid-sf1rxZyQwz .separline:before {
    left: 0!important;
  }
  .cid-sf1rxZyQwz .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sf1rxZyQwz .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sf1rxZyQwz .time-line-date-content p {
    float: left !important;
  }
  .cid-sf1rxZyQwz .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-sf1rxZyQwz .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-sf1rxZyQwz .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sf1rzhBXxq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sf1rzhBXxq .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sf1rzhBXxq .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #efefef;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-sf1rzhBXxq .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sf1rzhBXxq .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-sf1rzhBXxq .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-sf1rzhBXxq .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sf1rzhBXxq .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-sf1rzhBXxq .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #efefef;
  top: 20px;
  margin-left: -30px;
}
.cid-sf1rzhBXxq .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-sf1rzhBXxq .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #efefef;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-sf1rzhBXxq .iconsBackground {
    left: 1.5rem;
  }
  .cid-sf1rzhBXxq .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-sf1rzhBXxq .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-sf1rzhBXxq .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-sf1rzhBXxq .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sf1rCEme4l {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/slide-2.jpeg");
}
.cid-sf1rCEme4l .nav-tabs .nav-item.open .nav-link:focus,
.cid-sf1rCEme4l .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sf1rCEme4l .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sf1rCEme4l .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sf1rCEme4l .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  border: 1px solid #ffffff;
  transition: all .5s;
}
.cid-sf1rCEme4l .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #149dcc;
}
.cid-sf1rCEme4l .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #149dcc;
  border-color: #149dcc;
}
.cid-sf1rCEme4l .nav-tabs .nav-link.active:hover {
  background-color: #149dcc;
}
.cid-sf1rCEme4l p {
  color: #ffffff;
}
.cid-sf1rCEme4l .mbr-text {
  text-align: center;
}
.cid-sf1rDyN4eb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;

}
.cid-sf1rDyN4eb .mbr-section-text {
  color: rgba(51, 51, 51, 0.5);
  font-size:18px;
  font-weight:400;
  line-height:24px;
}
.cid-sf1rDyN4eb .mbr-section-subtitle {
  color: #767676;
}
.cid-sf1rDyN4eb .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sf1rDyN4eb .mbr-iconfont {
  font-size: 48px;
}
.cid-sf1rDyN4eb .card-img {
  margin-bottom: 1.5rem;
}
.cid-sf1rDyN4eb .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sf1rDyN4eb .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-sf1rDyN4eb .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-sf1rDyN4eb .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #775380;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #FDD022;
}
.cid-sf1rDyN4eb .nav-tabs .nav-link:hover {
  background: #ffffff;
}
.cid-sf1rDyN4eb .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #FDD022;
  background: #FDD022;
}
.cid-sf1rDyN4eb .nav-tabs .nav-link.active:hover {
  border: 2px solid #FDD022;
}

.cid-sfjfMmcOgx {
  background-image: url("../../../assets/images/background4.jpg");
}

.cid-sfjfSTivAb {

  background: url("../../../assets/images/boxes.jpg") no-repeat center bottom/cover;



}


.made-with-mk {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  z-index: 555;
  top: 300px;
  right: 10px;
  border-radius: 30px;
  background-color: #FDD022;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  cursor: pointer;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
  -moz-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
  -o-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
  transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
}
.made-with-mk:hover, .made-with-mk:active, .made-with-mk:focus {
  width: 300px;
  color: #FFFFFF;
  transition-duration: .55s;
  padding: 10px 30px;
}
.made-with-mk:hover .made-with, .made-with-mk:active .made-with, .made-with-mk:focus .made-with {
  opacity: 1;
}
.made-with-mk:hover .brand, .made-with-mk:active .e-citoyen, .made-with-mk:focus .e-citoyen {
  left: 0;
}
.made-with-mk .e-citoyen,
.made-with-mk .made-with {
  float: left;
}
.made-with-mk .e-citoyen {
  position: relative;
  top: 5px;
  text-align: center;
  padding: 15px;
  letter-spacing: 1px;
  vertical-align: middle;
  font-size: 30px;
  font-weight: 700;
}
.made-with-mk .made-with {
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 75px;
  top: 15px;
  opacity: 0;
  margin: 0;
  -webkit-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
  -moz-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
  -o-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
  transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
}
.made-with-mk .made-with strong {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 1px;
}

/*           Font Smoothing      */
.e-citoyen, .btn-simple {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}



.cid-sf1rEIl8Ft {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-sf1rEIl8Ft .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sf1rEIl8Ft .card .card-header {
  border-radius: 20px;
  border: 0px;
  padding: 0;
}
.cid-sf1rEIl8Ft .card .card-header .panel-title {
  border-radius: 20px;

}
.cid-sf1rEIl8Ft .card .card-header a.panel-title {

  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sf1rEIl8Ft .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sf1rEIl8Ft .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sf1rEIl8Ft .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sf1rEIl8Ft .card .panel-body {
  color: #767676;
}


.cid-sfphg1OIhd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfphg1OIhd .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sfphg1OIhd .content {
    text-align: center;
  }
  .cid-sfphg1OIhd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sfphg1OIhd .img-logo img {
  height: 3rem;
}
.cid-sfphg1OIhd .form-group,
.cid-sfphg1OIhd .input-group-btn {
  padding: 0;
}
.cid-sfphg1OIhd .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sfphg1OIhd .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sfphg1OIhd .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sfphg1OIhd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sfphg1OIhd .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sfphg1OIhd .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-sfphg1OIhd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sfphg1OIhd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sfphg1OIhd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfphg1OIhd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfphg1OIhd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sfphg1OIhd .foot-logo {
    text-align: center !important;
  }
  .cid-sfphg1OIhd .foot-title {
    text-align: center !important;
  }
  .cid-sfphg1OIhd .mbr-text {
    text-align: center !important;
  }
  .cid-sfphg1OIhd .form-group {
    margin: 0;
  }
}

.cid-sf1rGEKezx {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-sf1rGEKezx p {
  color: #767676;
}
.cid-sf1rGEKezx .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sf1rGEKezx .toggle-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sf1rGEKezx .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sf1rGEKezx .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sf1rGEKezx .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
}
.cid-sf1rGEKezx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sf1rGEKezx .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sf1rGEKezx .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sf1rGEKezx .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
}
@media (max-width: 991px) {
  .cid-sf1rGEKezx .mbr-figure {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sf1rGEKezx .mbr-figure {
    padding-left: 4rem;
  }
}
.cid-sf1rIm95wv {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #F8F7F8;
}
.cid-sf1rIm95wv .mbr-section-subtitle {
  color: #767676;
}
.cid-sf1rIm95wv .btn {
  margin: 0 0 .5rem 0;
}
.cid-sf1rNFjtI8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sf1rNFjtI8 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sf1rNFjtI8 .carousel-item.active,
.cid-sf1rNFjtI8 .carousel-item-next,
.cid-sf1rNFjtI8 .carousel-item-prev {
  display: flex;
}
.cid-sf1rNFjtI8 .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-sf1rNFjtI8 .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-sf1rNFjtI8 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sf1rNFjtI8 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sf1rNFjtI8 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sf1rNFjtI8 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sf1rOGNvWh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #55b4d4;
  background: linear-gradient(#55b4d4, #efefef);
}
.cid-sf1rOGNvWh .carousel-control {
  background: #000;
}
.cid-sf1rOGNvWh .mbr-section-subtitle {
  color: #767676;
}
.cid-sf1rOGNvWh .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sf1rOGNvWh .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sf1rOGNvWh .carousel-item .wrap-img {
  text-align: center;
}
.cid-sf1rOGNvWh .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sf1rOGNvWh .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sf1rOGNvWh .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sf1rOGNvWh .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sf1rOGNvWh .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sf1rOGNvWh .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sf1rOGNvWh .cloneditem-1,
.cid-sf1rOGNvWh .cloneditem-2,
.cid-sf1rOGNvWh .cloneditem-3,
.cid-sf1rOGNvWh .cloneditem-4,
.cid-sf1rOGNvWh .cloneditem-5 {
  display: none;
}
.cid-sf1rOGNvWh .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-sf1rOGNvWh .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sf1rOGNvWh .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sf1rOGNvWh .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sf1rOGNvWh .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sf1rOGNvWh .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sf1rOGNvWh .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sf1rOGNvWh .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sf1rOGNvWh .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sf1rOGNvWh .carousel-inner.slides2 .cloneditem-1,
  .cid-sf1rOGNvWh .carousel-inner.slides2 .cloneditem-2,
  .cid-sf1rOGNvWh .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sf1rOGNvWh .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sf1rOGNvWh .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sf1rOGNvWh .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sf1rOGNvWh .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sf1rOGNvWh .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sf1rOGNvWh .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sf1rOGNvWh .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sf1rOGNvWh .carousel-inner.slides3 .cloneditem-1,
  .cid-sf1rOGNvWh .carousel-inner.slides3 .cloneditem-2,
  .cid-sf1rOGNvWh .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sf1rOGNvWh .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sf1rOGNvWh .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sf1rOGNvWh .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sf1rOGNvWh .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sf1rOGNvWh .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sf1rOGNvWh .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sf1rOGNvWh .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sf1rOGNvWh .carousel-inner.slides4 .cloneditem-1,
  .cid-sf1rOGNvWh .carousel-inner.slides4 .cloneditem-2,
  .cid-sf1rOGNvWh .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sf1rOGNvWh .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sf1rOGNvWh .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sf1rOGNvWh .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sf1rOGNvWh .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sf1rOGNvWh .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sf1rOGNvWh .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sf1rOGNvWh .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sf1rOGNvWh .carousel-inner.slides5 .cloneditem-1,
  .cid-sf1rOGNvWh .carousel-inner.slides5 .cloneditem-2,
  .cid-sf1rOGNvWh .carousel-inner.slides5 .cloneditem-3,
  .cid-sf1rOGNvWh .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sf1rOGNvWh .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sf1rOGNvWh .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sf1rOGNvWh .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sf1rOGNvWh .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sf1rOGNvWh .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sf1rOGNvWh .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sf1rOGNvWh .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sf1rOGNvWh .carousel-inner.slides6 .cloneditem-1,
  .cid-sf1rOGNvWh .carousel-inner.slides6 .cloneditem-2,
  .cid-sf1rOGNvWh .carousel-inner.slides6 .cloneditem-3,
  .cid-sf1rOGNvWh .carousel-inner.slides6 .cloneditem-4,
  .cid-sf1rOGNvWh .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-riKwyde4Jo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-riKwyde4Jo .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-riKwyde4Jo .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-riKwyde4Jo .number {
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -2px;
  font-size: 55px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-riKwyde4Jo .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-riKwyde4Jo .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  font-size: 55px;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-riKwyde4Jo .countdown-cont {
  background: linear-gradient(45deg, #149dcc, #a09fc0);
  max-width: 700px;
  border-radius: 3px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-riKwyde4Jo .dot {
    display: none;
  }
  .cid-riKwyde4Jo .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-riKwyde4Jo .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 576px) {
  .cid-riKwyde4Jo .row {
    flex-wrap: nowrap;
  }
  .cid-riKwyde4Jo .number {
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-riKwyde4Jo .number {
    font-size: 30px;
  }
  .cid-riKwyde4Jo .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-riKwyde4Jo .number {
    font-size: 20px;
  }
  .cid-riKwyde4Jo .period {
    font-size: 0.6rem;
  }
}
.cid-riKwyde4Jo H4 {
  text-align: center;
}
.cid-s44PhOmn6O {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s44PhOmn6O .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-s44PhOmn6O .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s44PhOmn6O .number {
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -2px;
  font-size: 55px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-s44PhOmn6O .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-s44PhOmn6O .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  font-size: 55px;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-s44PhOmn6O .countdown-cont {
  background: linear-gradient(45deg, #149dcc, #149dcc);
  max-width: 700px;
  border-radius: 3px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s44PhOmn6O .dot {
    display: none;
  }
  .cid-s44PhOmn6O .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-s44PhOmn6O .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 576px) {
  .cid-s44PhOmn6O .row {
    flex-wrap: nowrap;
  }
  .cid-s44PhOmn6O .number {
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-s44PhOmn6O .number {
    font-size: 30px;
  }
  .cid-s44PhOmn6O .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-s44PhOmn6O .number {
    font-size: 20px;
  }
  .cid-s44PhOmn6O .period {
    font-size: 0.6rem;
  }
}
.cid-rjdCdk23W3 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rjdCdk23W3 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rjdCdk23W3 .progress {
  width: 100%;
}
.cid-rjdCdk23W3 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rjdCdk23W3 progress {
  height: 8px;
}
.cid-rjdCdk23W3 .progressbar-number {
  display: inline-block;
}
.cid-rjdCdk23W3 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rjdCdk23W3 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rjdCdk23W3 .mbr-section-subtitle {
  color: #767676;
}
.cid-rjdCdk23W3 .section-content-title {
  font-weight: 500;
}
.cid-rjdCdk23W3 .progress_value {
  position: relative;
}
.cid-rjdCdk23W3 .progress1 .progressbar-number:before,
.cid-rjdCdk23W3 .progress2 .progressbar-number:before,
.cid-rjdCdk23W3 .progress3 .progressbar-number:before,
.cid-rjdCdk23W3 .progress4 .progressbar-number:before,
.cid-rjdCdk23W3 .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rjdCdk23W3 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rjdCdk23W3 progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-rjdCdk23W3 progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-rjdCdk23W3 progress::-ms-fill {
  background: #149dcc;
}
.cid-rjdCdk23W3 .progress1 .progressbar-number:before {
  content: '100';
}
.cid-rjdCdk23W3 .progress2 .progressbar-number:before {
  content: '90';
}
.cid-rjdCdk23W3 .progress3 .progressbar-number:before {
  content: '80';
}
.cid-rjdCdk23W3 .progress4 .progressbar-number:before {
  content: '70';
}
.cid-rjdCdk23W3 .progress5 .progressbar-number:before {
  content: '60';
}
@media (min-width: 768px) {
  .cid-rjdCdk23W3 .text-elements {
    padding-right: 3rem;
  }
  .cid-rjdCdk23W3 .progress_elements {
    padding-left: 3rem;
  }
}
.cid-rjGy77ROR9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #0f7699, #ff7f9f);
}
@media (min-width: 992px) {
  .cid-rjGy77ROR9 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rjGy77ROR9 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rIR4RMzHYm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rIR4RMzHYm .progress {
  width: 100%;
}
.cid-rIR4RMzHYm progress {
  height: 8px;
}
.cid-rIR4RMzHYm h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rIR4RMzHYm .mbr-section-subtitle {
  color: #767676;
}
.cid-rIR4RMzHYm .progress_value {
  position: relative;
}
.cid-rIR4RMzHYm .progress_elements {
  margin: 0 auto;
}
.cid-rIR4RMzHYm .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rIR4RMzHYm .progress1 .progressbar-number:before,
.cid-rIR4RMzHYm .progress2 .progressbar-number:before,
.cid-rIR4RMzHYm .progress3 .progressbar-number:before,
.cid-rIR4RMzHYm .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rIR4RMzHYm progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rIR4RMzHYm progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-rIR4RMzHYm progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-rIR4RMzHYm progress::-ms-fill {
  background: #149dcc;
}
.cid-rIR4RMzHYm .progress1 .progressbar-number:before {
  content: '70';
}
.cid-rIR4RMzHYm .progress2 .progressbar-number:before {
  content: '80';
}
.cid-rIR4RMzHYm .progress3 .progressbar-number:before {
  content: '90';
}
.cid-rIR4RMzHYm .progress4 .progressbar-number:before {
  content: '100';
}
.cid-rIR4RMzHYm .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rIR4RMzHYm .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rIR4RMzHYm .progress_value span {
  padding-left: 30px;
}
.cid-rIR8yKeRtR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rIR8yKeRtR .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rIR8yKeRtR .mbr-content-text {
  color: #767676;
}
.cid-rIR8yKeRtR .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rIR8yKeRtR .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rIR8yKeRtR .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rIR8yKeRtR .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rIR8yKeRtR .media-block {
    padding-right: 2rem;
  }
}
.cid-rIR8yKeRtR .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rIR8yKeRtR .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rIR8yKeRtR .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rUn5RkAUT8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rUn5RkAUT8 .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-rUn5RkAUT8 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rUn5RkAUT8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rUn5RkAUT8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rUn5RkAUT8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rUn5RkAUT8 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rUn5RkAUT8 a.close:hover {
  color: #ffffff;
}
.cid-rt8baDUhKC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rt8baDUhKC h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rt8baDUhKC .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rt8baDUhKC .mbr-section-subtitle {
  color: #767676;
}
.cid-rt8baDUhKC .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rt8baDUhKC ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rt8baDUhKC path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rt8baDUhKC .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rIR7ZuFTPD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-seWooa5Qnx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-seWooa5Qnx .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-seWooa5Qnx .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-seWooa5Qnx .separline .step-wrapper {
    position: relative;
  }
  .cid-seWooa5Qnx .separline .step-wrapper:before,
  .cid-seWooa5Qnx .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-seWooa5Qnx .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-seWooa5Qnx .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-seWooa5Qnx .separline.last-child .step-wrapper:after,
  .cid-seWooa5Qnx .separline:nth-child(3n) .step-wrapper:after,
  .cid-seWooa5Qnx .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-seWooa5Qnx .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
