body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Lato-Regular';
  font-size: 2.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Lato-Regular';
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Lato-Regular';
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Lato-Regular';
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Lato-Regular';
  font-size: 0.95rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.52rem;
}
/* ---- 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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  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: #ffffff !important;
}
.bg-success {
  background-color: #990000 !important;
}
.bg-info {
  background-color: #ff99cc !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff9999 !important;
  border-color: #ff9999 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ff9999 !important;
  background-color: transparent !important;
  border-color: #ff9999 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff4d4d !important;
  border-color: #ff4d4d !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff99cc !important;
  border-color: #ff99cc !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ff99cc !important;
  background-color: transparent !important;
  border-color: #ff99cc !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff4da6 !important;
  border-color: #ff4da6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #990000 !important;
  border-color: #990000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #990000 !important;
  background-color: transparent !important;
  border-color: #990000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4d0000 !important;
  border-color: #4d0000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !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: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !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: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ff3333;
  color: #ff3333;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff9999;
  border-color: #ff9999;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9999 !important;
  border-color: #ff9999 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ff3399;
  color: #ff3399;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #ff99cc;
  border-color: #ff99cc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff99cc !important;
  border-color: #ff99cc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #330000;
  color: #330000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #990000;
  border-color: #990000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #990000 !important;
  border-color: #990000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ffffff !important;
}
.text-secondary {
  color: #ff9999 !important;
}
.text-success {
  color: #990000 !important;
}
.text-info {
  color: #ff99cc !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff9999 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff3333 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ff9999 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ff9999 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff9999 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ff9999 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ff9999 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ff9999 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff99cc;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #000000;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ff1a1a;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
#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);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'Lato-Regular';
  font-size: 0.95rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.52rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.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-number__spin {
  background-color: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !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: #ff9999 !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: 200px;
  height: 200px;
  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='%23ffffff' %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.5;
}
.cid-tV7F4SHKek .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tV7F4SHKek .collapsed {
  flex-direction: row!important;
}
.cid-tV7F4SHKek .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV7F4SHKek .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV7F4SHKek .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tV7F4SHKek .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tV7F4SHKek .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV7F4SHKek .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tV7F4SHKek .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tV7F4SHKek .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tV7F4SHKek .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV7F4SHKek .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tV7F4SHKek .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tV7F4SHKek .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tV7F4SHKek .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tV7F4SHKek .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tV7F4SHKek .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tV7F4SHKek .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tV7F4SHKek .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tV7F4SHKek .nav-item:focus,
.cid-tV7F4SHKek .nav-link:focus {
  outline: none;
}
.cid-tV7F4SHKek .text-white:hover,
.cid-tV7F4SHKek .text-white:active,
.cid-tV7F4SHKek .text-white:focus {
  color: white!important;
}
.cid-tV7F4SHKek .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-item:hover {
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-menu {
  background-color: white!important;
}
.cid-tV7F4SHKek .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 204, 204, 0.35);
  display: block;
}
.cid-tV7F4SHKek .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-tV7F4SHKek .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tV7F4SHKek .nav-item {
    position: relative;
  }
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .navbar-caption {
  font-weight: 600!important;
}
.cid-tV7F4SHKek .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV7F4SHKek .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV7F4SHKek .dropdown-item.active,
.cid-tV7F4SHKek .dropdown-item:active {
  background-color: transparent;
}
.cid-tV7F4SHKek .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV7F4SHKek ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tV7F4SHKek .navbar-buttons {
  text-align: center;
}
.cid-tV7F4SHKek button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek .nav-link {
  font-weight: 600!important;
}
.cid-tV7F4SHKek a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tV7F4SHKek .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tV7F4SHKek .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tV7F4SHKek .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV7F4SHKek .navbar {
    height: 77px;
  }
  .cid-tV7F4SHKek .navbar.opened {
    height: auto;
  }
  .cid-tV7F4SHKek .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uchjGSbwtS {
  align-items: flex-end;
  background-image: url("../../../assets/images/mill-1-2000x1334.jpg");
}
.cid-uchjGSbwtS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uchjGSbwtS .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-uchjGSbwtS .container {
    padding: 0 30px;
  }
}
.cid-uchjGSbwtS .card {
  justify-content: center;
}
.cid-uchjGSbwtS .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uchjGSbwtS .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uchjGSbwtS .content-wrapper {
    padding: 0;
  }
}
.cid-uchjGSbwtS .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uchjGSbwtS .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uchjGSbwtS .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uchjGSbwtS .mbr-section-title {
  color: #ffffff;
}
.cid-uchjGSbwtS .mbr-text {
  color: #ffffff;
}
.cid-rV7vS0cXM8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bluelyne-72.gif");
}
.cid-rV7vS0cXM8 .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rV7vS0cXM8 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rV7vS0cXM8 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rV7vS0cXM8 .mbr-text,
.cid-rV7vS0cXM8 .mbr-section-btn {
  color: #000000;
}
.cid-rV7uU7FSVZ {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV7uU7FSVZ .mbr-text {
  color: #767676;
}
.cid-rV7uU7FSVZ .card-subtitle {
  margin: 0;
}
.cid-rV7uU7FSVZ .link {
  margin: 0;
}
.cid-rV7uU7FSVZ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rV7uU7FSVZ img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-rV7uU7FSVZ .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-rV7uU7FSVZ .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rV7uU7FSVZ .card-img:hover:before {
  opacity: 0.4;
}
.cid-rV7uU7FSVZ .card-img:hover img {
  transform: scale(1.05);
}
.cid-rV7uU7FSVZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rV7uU7FSVZ .card {
    margin-bottom: 3rem;
  }
}
.cid-rV7uU7FSVZ .card-title,
.cid-rV7uU7FSVZ .card-img {
  color: #ff9999;
}
.cid-rV7uU7FSVZ .mbr-text,
.cid-rV7uU7FSVZ .link {
  color: #000000;
}
.cid-rV7vuyH3EG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV7vuyH3EG .mbr-text {
  color: #767676;
}
.cid-rV7vuyH3EG .card-subtitle {
  margin: 0;
}
.cid-rV7vuyH3EG .link {
  margin: 0;
}
.cid-rV7vuyH3EG .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rV7vuyH3EG img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-rV7vuyH3EG .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-rV7vuyH3EG .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rV7vuyH3EG .card-img:hover:before {
  opacity: 0.4;
}
.cid-rV7vuyH3EG .card-img:hover img {
  transform: scale(1.05);
}
.cid-rV7vuyH3EG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rV7vuyH3EG .card {
    margin-bottom: 3rem;
  }
}
.cid-rV7vuyH3EG .card-title,
.cid-rV7vuyH3EG .card-img {
  color: #ff9999;
}
.cid-rV7vuyH3EG .mbr-text,
.cid-rV7vuyH3EG .link {
  color: #000000;
}
.cid-rV7ujZmPK5 {
  overflow-x: hidden !important;
}
.cid-rV7ujZmPK5,
.cid-rV7ujZmPK5 .scroll-wrapper {
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-rV7ujZmPK5 .mbr-section-title {
  color: #000000;
}
.cid-rV7ujZmPK5 .mbr-section-title span {
  color: #ffffff;
}
.cid-rV7ujZmPK5 .mbr-text {
  color: #000000;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-rV7ujZmPK5 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/oneroof-2000x1108.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-rV7ujZmPK5 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-rV7ujZmPK5 .mbr-overlay {
  z-index: 1;
}
.cid-rV7ujZmPK5 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-rVd6fcza3b {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVd6fcza3b .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rVd6fcza3b .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVd6fcza3b .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVd6fcza3b .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rVd6fcza3b .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ff9999;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ff9999, #ff99cc);
}
.cid-rVd6fcza3b .icon-focus {
  display: none;
}
.cid-rVd6fcza3b .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rVd6fcza3b ul {
  font-size: 0;
}
.cid-rVd6fcza3b .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ff9999 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rVd6fcza3b .mbr-gallery-filter ul li .btn.active,
.cid-rVd6fcza3b .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rVd6fcza3b .mbr-gallery-filter ul li .btn.active:after,
.cid-rVd6fcza3b .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #ff9999);
}
.cid-rVd6fcza3b .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rVd6fcza3b .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rVd6fcza3b .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rVd6fcza3b .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rVd6fcza3b .btn:hover {
  background: transparent !important;
}
.cid-rVd6fcza3b .btn:hover:before {
  background: transparent !important;
}
.cid-rVd6fcza3b .btn:before {
  background-color: transparent !important;
}
.cid-rVd6fcza3b .btn:focus {
  box-shadow: none;
}
.cid-rVd6fcza3b .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #ff99cc;
}
.cid-rVd6fcza3b .mbr-gallery-item > div > span {
  color: #ffffff;
  text-align: center;
}
.cid-rVdfQVHrbV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVdfQVHrbV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rVdfQVHrbV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVdfQVHrbV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVdfQVHrbV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rVdfQVHrbV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ff9999;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ff9999, #ff99cc);
}
.cid-rVdfQVHrbV .icon-focus {
  display: none;
}
.cid-rVdfQVHrbV .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rVdfQVHrbV ul {
  font-size: 0;
}
.cid-rVdfQVHrbV .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ff9999 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rVdfQVHrbV .mbr-gallery-filter ul li .btn.active,
.cid-rVdfQVHrbV .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rVdfQVHrbV .mbr-gallery-filter ul li .btn.active:after,
.cid-rVdfQVHrbV .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #ff9999);
}
.cid-rVdfQVHrbV .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rVdfQVHrbV .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rVdfQVHrbV .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rVdfQVHrbV .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rVdfQVHrbV .btn:hover {
  background: transparent !important;
}
.cid-rVdfQVHrbV .btn:hover:before {
  background: transparent !important;
}
.cid-rVdfQVHrbV .btn:before {
  background-color: transparent !important;
}
.cid-rVdfQVHrbV .btn:focus {
  box-shadow: none;
}
.cid-rVdfQVHrbV .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-rVdfQVHrbV .mbr-gallery-item > div > span {
  color: #ffffff;
  text-align: center;
}
.cid-tV7ET5uMs8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bluelyne-26.gif");
}
.cid-tV7ET5uMs8 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tV7ET5uMs8 .first-column .mbr-text {
  margin: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tV7ET5uMs8 .form-group {
  max-width: 55%;
}
.cid-tV7ET5uMs8 .form-group,
.cid-tV7ET5uMs8 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tV7ET5uMs8 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #ffffff;
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-webkit-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-ms-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .col + .mbr-section-btn .btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col,
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col-auto,
.cid-tV7ET5uMs8 .col + .mbr-section-btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tV7ET5uMs8 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column,
  .cid-tV7ET5uMs8 .third-column {
    text-align: center;
  }
}
.cid-tV7ET5uMs8 .mbr-section-title {
  color: #000000;
}
.cid-tV7ET5uMs8 .mbr-text {
  color: #000000;
}
.cid-tV7EUbaY3P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tV7EUbaY3P .mbr-flex {
  display: flex;
  justify-content: flex-start;
}
.cid-tV7EUbaY3P section {
  position: relative;
}
.cid-tV7EUbaY3P h4 {
  margin: 0;
}
.cid-tV7EUbaY3P a {
  font-weight: 300;
}
.cid-tV7EUbaY3P .row {
  align-items: center;
}
.cid-tV7EUbaY3P .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tV7EUbaY3P .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tV7EUbaY3P .img1 {
  color: #ffffff;
}
.cid-tV7EUbaY3P .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .content > div:not(.order-2) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .align-left,
  .cid-tV7EUbaY3P .align-right {
    text-align: center;
  }
  .cid-tV7EUbaY3P .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7EUbaY3P .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tV7EUbaY3P .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tV7EUbaY3P .item-title {
  color: #001832;
}
.cid-tV7EUbaY3P H4 {
  color: #001832;
}
.cid-rV7nU5YrOk.popup-builder {
  background-color: #ffffff;
}
.cid-rV7nU5YrOk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rV7nU5YrOk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rV7nU5YrOk .modal-content,
.cid-rV7nU5YrOk .modal-dialog {
  height: auto;
}
.cid-rV7nU5YrOk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rV7nU5YrOk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rV7nU5YrOk .form-wrapper .mbr-form .form-group,
  .cid-rV7nU5YrOk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rV7nU5YrOk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rV7nU5YrOk .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-rV7nU5YrOk .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rV7nU5YrOk .pt-0 {
  padding-top: 0 !important;
}
.cid-rV7nU5YrOk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rV7nU5YrOk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rV7nU5YrOk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rV7nU5YrOk .modal-open {
  overflow: hidden;
}
.cid-rV7nU5YrOk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rV7nU5YrOk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rV7nU5YrOk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rV7nU5YrOk .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-rV7nU5YrOk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rV7nU5YrOk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rV7nU5YrOk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rV7nU5YrOk .modal-content {
  background: #ffffff;
  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-rV7nU5YrOk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rV7nU5YrOk .modal-backdrop.fade {
  opacity: 0;
}
.cid-rV7nU5YrOk .modal-backdrop.show {
  opacity: .5;
}
.cid-rV7nU5YrOk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rV7nU5YrOk .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rV7nU5YrOk .modal-header .close:hover {
  opacity: 1;
}
.cid-rV7nU5YrOk .modal-header .close:focus {
  outline: none;
}
.cid-rV7nU5YrOk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff99cc;
}
.cid-rV7nU5YrOk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rV7nU5YrOk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rV7nU5YrOk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rV7nU5YrOk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rV7nU5YrOk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rV7nU5YrOk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rV7nU5YrOk .modal-sm {
    max-width: 300px;
  }
  .cid-rV7nU5YrOk .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rV7nU5YrOk .modal-lg,
  .cid-rV7nU5YrOk .modal-xl {
    max-width: 800px;
  }
  .cid-rV7nU5YrOk .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rV7nU5YrOk .modal-xl {
    max-width: 1140px;
  }
  .cid-rV7nU5YrOk .container {
    max-width: 1140px;
  }
}
.cid-rV7nU5YrOk .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rV7nU5YrOk .container {
    max-width: 720px;
  }
}
.cid-rV7nU5YrOk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rV7nU5YrOk .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-rV7nU5YrOk .form-group {
  margin-bottom: 1rem;
}
.cid-rV7nU5YrOk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rV7nU5YrOk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rV7nU5YrOk .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-rV7nU5YrOk P {
  color: #ff99cc;
}
.cid-rV6tkfTwuU {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bluelyne-68.gif");
}
.cid-rV6tkfTwuU .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rV6tkfTwuU .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rV6tkfTwuU .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rV6uyQhW8V {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV6uyQhW8V a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rV6uyQhW8V a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rV6uyQhW8V .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rV6uyQhW8V .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-rV6uyQhW8V .form-control {
  background: none;
  border-radius: 0px;
}
.cid-rV6uyQhW8V textarea.form-control {
  min-height: 214.5px;
}
.cid-rV6uyQhW8V .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-rV6uyQhW8V .order-2 {
  margin-bottom: -2.5rem;
}
.cid-rV6uyQhW8V h4,
.cid-rV6uyQhW8V p {
  margin: 0;
}
.cid-rV6uyQhW8V h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-rV6uyQhW8V h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-rV6uyQhW8V .icon {
  color: #ff9999;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .cid-rV6uyQhW8V h2 {
    text-align: center;
  }
  .cid-rV6uyQhW8V h3 {
    text-align: center;
  }
  .cid-rV6uyQhW8V .input-group-btn {
    text-align: center;
  }
  .cid-rV6uyQhW8V .social-list {
    text-align: center;
  }
  .cid-rV6uyQhW8V .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-rV6uyQhW8V H2 {
  color: #656565;
}
.cid-rV6uyQhW8V .content {
  text-align: left;
  color: #001832;
}
.cid-rV6uyQhW8V .type {
  text-align: left;
  padding-bottom: 8px;
  color: #ff9999;
}
.cid-rV6uyQhW8V .title1 {
  text-align: left;
}
.cid-rV6uyQhW8V .mbr-section-subtitle {
  text-align: left;
  color: #001832;
}
.cid-rV6uyQhW8V .title2 {
  color: #001832;
}
.cid-tV7ET5uMs8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bluelyne-26.gif");
}
.cid-tV7ET5uMs8 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tV7ET5uMs8 .first-column .mbr-text {
  margin: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tV7ET5uMs8 .form-group {
  max-width: 55%;
}
.cid-tV7ET5uMs8 .form-group,
.cid-tV7ET5uMs8 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tV7ET5uMs8 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #ffffff;
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-webkit-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-ms-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .col + .mbr-section-btn .btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col,
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col-auto,
.cid-tV7ET5uMs8 .col + .mbr-section-btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tV7ET5uMs8 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column,
  .cid-tV7ET5uMs8 .third-column {
    text-align: center;
  }
}
.cid-tV7ET5uMs8 .mbr-section-title {
  color: #000000;
}
.cid-tV7ET5uMs8 .mbr-text {
  color: #000000;
}
.cid-tV7EUbaY3P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tV7EUbaY3P .mbr-flex {
  display: flex;
  justify-content: flex-start;
}
.cid-tV7EUbaY3P section {
  position: relative;
}
.cid-tV7EUbaY3P h4 {
  margin: 0;
}
.cid-tV7EUbaY3P a {
  font-weight: 300;
}
.cid-tV7EUbaY3P .row {
  align-items: center;
}
.cid-tV7EUbaY3P .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tV7EUbaY3P .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tV7EUbaY3P .img1 {
  color: #ffffff;
}
.cid-tV7EUbaY3P .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .content > div:not(.order-2) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .align-left,
  .cid-tV7EUbaY3P .align-right {
    text-align: center;
  }
  .cid-tV7EUbaY3P .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7EUbaY3P .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tV7EUbaY3P .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tV7EUbaY3P .item-title {
  color: #001832;
}
.cid-tV7EUbaY3P H4 {
  color: #001832;
}
.cid-rV7nU1PZ5X.popup-builder {
  background-color: #ffffff;
}
.cid-rV7nU1PZ5X.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rV7nU1PZ5X.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rV7nU1PZ5X .modal-content,
.cid-rV7nU1PZ5X .modal-dialog {
  height: auto;
}
.cid-rV7nU1PZ5X .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rV7nU1PZ5X .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rV7nU1PZ5X .form-wrapper .mbr-form .form-group,
  .cid-rV7nU1PZ5X .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rV7nU1PZ5X .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rV7nU1PZ5X .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-rV7nU1PZ5X .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rV7nU1PZ5X .pt-0 {
  padding-top: 0 !important;
}
.cid-rV7nU1PZ5X .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rV7nU1PZ5X .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rV7nU1PZ5X .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rV7nU1PZ5X .modal-open {
  overflow: hidden;
}
.cid-rV7nU1PZ5X .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rV7nU1PZ5X .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rV7nU1PZ5X .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rV7nU1PZ5X .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-rV7nU1PZ5X .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rV7nU1PZ5X .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rV7nU1PZ5X .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rV7nU1PZ5X .modal-content {
  background: #ffffff;
  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-rV7nU1PZ5X .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rV7nU1PZ5X .modal-backdrop.fade {
  opacity: 0;
}
.cid-rV7nU1PZ5X .modal-backdrop.show {
  opacity: .5;
}
.cid-rV7nU1PZ5X .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rV7nU1PZ5X .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rV7nU1PZ5X .modal-header .close:hover {
  opacity: 1;
}
.cid-rV7nU1PZ5X .modal-header .close:focus {
  outline: none;
}
.cid-rV7nU1PZ5X .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff99cc;
}
.cid-rV7nU1PZ5X .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rV7nU1PZ5X .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rV7nU1PZ5X .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rV7nU1PZ5X .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rV7nU1PZ5X .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rV7nU1PZ5X .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rV7nU1PZ5X .modal-sm {
    max-width: 300px;
  }
  .cid-rV7nU1PZ5X .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rV7nU1PZ5X .modal-lg,
  .cid-rV7nU1PZ5X .modal-xl {
    max-width: 800px;
  }
  .cid-rV7nU1PZ5X .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rV7nU1PZ5X .modal-xl {
    max-width: 1140px;
  }
  .cid-rV7nU1PZ5X .container {
    max-width: 1140px;
  }
}
.cid-rV7nU1PZ5X .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rV7nU1PZ5X .container {
    max-width: 720px;
  }
}
.cid-rV7nU1PZ5X .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rV7nU1PZ5X .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-rV7nU1PZ5X .form-group {
  margin-bottom: 1rem;
}
.cid-rV7nU1PZ5X .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rV7nU1PZ5X .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rV7nU1PZ5X .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-rV7nU1PZ5X P {
  color: #ff99cc;
}
.cid-tV7F4SHKek .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tV7F4SHKek .collapsed {
  flex-direction: row!important;
}
.cid-tV7F4SHKek .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV7F4SHKek .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV7F4SHKek .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tV7F4SHKek .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tV7F4SHKek .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV7F4SHKek .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tV7F4SHKek .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tV7F4SHKek .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tV7F4SHKek .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV7F4SHKek .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tV7F4SHKek .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tV7F4SHKek .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tV7F4SHKek .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tV7F4SHKek .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tV7F4SHKek .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tV7F4SHKek .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tV7F4SHKek .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tV7F4SHKek .nav-item:focus,
.cid-tV7F4SHKek .nav-link:focus {
  outline: none;
}
.cid-tV7F4SHKek .text-white:hover,
.cid-tV7F4SHKek .text-white:active,
.cid-tV7F4SHKek .text-white:focus {
  color: white!important;
}
.cid-tV7F4SHKek .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-item:hover {
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-menu {
  background-color: white!important;
}
.cid-tV7F4SHKek .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 204, 204, 0.35);
  display: block;
}
.cid-tV7F4SHKek .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-tV7F4SHKek .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tV7F4SHKek .nav-item {
    position: relative;
  }
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .navbar-caption {
  font-weight: 600!important;
}
.cid-tV7F4SHKek .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV7F4SHKek .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV7F4SHKek .dropdown-item.active,
.cid-tV7F4SHKek .dropdown-item:active {
  background-color: transparent;
}
.cid-tV7F4SHKek .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV7F4SHKek ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tV7F4SHKek .navbar-buttons {
  text-align: center;
}
.cid-tV7F4SHKek button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek .nav-link {
  font-weight: 600!important;
}
.cid-tV7F4SHKek a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tV7F4SHKek .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tV7F4SHKek .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tV7F4SHKek .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV7F4SHKek .navbar {
    height: 77px;
  }
  .cid-tV7F4SHKek .navbar.opened {
    height: auto;
  }
  .cid-tV7F4SHKek .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rV6IZaVSkp {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bluelyne-17.gif");
}
.cid-rV6IZaVSkp .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rV6IZaVSkp .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rV6IZaVSkp .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rV6IZaVSkp .mbr-text,
.cid-rV6IZaVSkp .mbr-section-btn {
  color: #000000;
}
.cid-rV6JyuVuHg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rV6JyuVuHg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rV6JyuVuHg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rV6JyuVuHg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rV6JyuVuHg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rV6JyuVuHg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #001832;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #001832, #033162);
}
.cid-rV6JyuVuHg .icon-focus {
  display: none;
}
.cid-rV6JyuVuHg .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rV6JyuVuHg ul {
  font-size: 0;
}
.cid-rV6JyuVuHg .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rV6JyuVuHg .mbr-gallery-filter ul li .btn.active,
.cid-rV6JyuVuHg .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rV6JyuVuHg .mbr-gallery-filter ul li .btn.active:after,
.cid-rV6JyuVuHg .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #ff9999);
}
.cid-rV6JyuVuHg .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rV6JyuVuHg .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rV6JyuVuHg .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rV6JyuVuHg .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rV6JyuVuHg .btn:hover {
  background: transparent !important;
}
.cid-rV6JyuVuHg .btn:hover:before {
  background: transparent !important;
}
.cid-rV6JyuVuHg .btn:before {
  background-color: transparent !important;
}
.cid-rV6JyuVuHg .btn:focus {
  box-shadow: none;
}
.cid-rV6JyuVuHg .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-rV7Y90gwXL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rV7Y90gwXL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rV7Y90gwXL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rV7Y90gwXL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rV7Y90gwXL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rV7Y90gwXL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #001832;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #001832, #033162);
}
.cid-rV7Y90gwXL .icon-focus {
  display: none;
}
.cid-rV7Y90gwXL .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rV7Y90gwXL ul {
  font-size: 0;
}
.cid-rV7Y90gwXL .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rV7Y90gwXL .mbr-gallery-filter ul li .btn.active,
.cid-rV7Y90gwXL .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rV7Y90gwXL .mbr-gallery-filter ul li .btn.active:after,
.cid-rV7Y90gwXL .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #ff9999);
}
.cid-rV7Y90gwXL .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rV7Y90gwXL .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rV7Y90gwXL .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rV7Y90gwXL .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rV7Y90gwXL .btn:hover {
  background: transparent !important;
}
.cid-rV7Y90gwXL .btn:hover:before {
  background: transparent !important;
}
.cid-rV7Y90gwXL .btn:before {
  background-color: transparent !important;
}
.cid-rV7Y90gwXL .btn:focus {
  box-shadow: none;
}
.cid-rV7Y90gwXL .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-rV85c7W4uV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rV85c7W4uV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rV85c7W4uV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rV85c7W4uV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rV85c7W4uV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rV85c7W4uV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #001832;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #001832, #033162);
}
.cid-rV85c7W4uV .icon-focus {
  display: none;
}
.cid-rV85c7W4uV .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rV85c7W4uV ul {
  font-size: 0;
}
.cid-rV85c7W4uV .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rV85c7W4uV .mbr-gallery-filter ul li .btn.active,
.cid-rV85c7W4uV .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rV85c7W4uV .mbr-gallery-filter ul li .btn.active:after,
.cid-rV85c7W4uV .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #ff9999);
}
.cid-rV85c7W4uV .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rV85c7W4uV .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rV85c7W4uV .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rV85c7W4uV .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rV85c7W4uV .btn:hover {
  background: transparent !important;
}
.cid-rV85c7W4uV .btn:hover:before {
  background: transparent !important;
}
.cid-rV85c7W4uV .btn:before {
  background-color: transparent !important;
}
.cid-rV85c7W4uV .btn:focus {
  box-shadow: none;
}
.cid-rV85c7W4uV .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-rV8bYRga9I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rV8bYRga9I .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rV8bYRga9I .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rV8bYRga9I .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rV8bYRga9I .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rV8bYRga9I .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #001832;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #001832, #033162);
}
.cid-rV8bYRga9I .icon-focus {
  display: none;
}
.cid-rV8bYRga9I .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rV8bYRga9I ul {
  font-size: 0;
}
.cid-rV8bYRga9I .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rV8bYRga9I .mbr-gallery-filter ul li .btn.active,
.cid-rV8bYRga9I .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rV8bYRga9I .mbr-gallery-filter ul li .btn.active:after,
.cid-rV8bYRga9I .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #ff9999);
}
.cid-rV8bYRga9I .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rV8bYRga9I .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rV8bYRga9I .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rV8bYRga9I .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rV8bYRga9I .btn:hover {
  background: transparent !important;
}
.cid-rV8bYRga9I .btn:hover:before {
  background: transparent !important;
}
.cid-rV8bYRga9I .btn:before {
  background-color: transparent !important;
}
.cid-rV8bYRga9I .btn:focus {
  box-shadow: none;
}
.cid-rV8bYRga9I .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-rV8lQOcnnX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rV8lQOcnnX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rV8lQOcnnX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rV8lQOcnnX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rV8lQOcnnX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rV8lQOcnnX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #001832;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #001832, #033162);
}
.cid-rV8lQOcnnX .icon-focus {
  display: none;
}
.cid-rV8lQOcnnX .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rV8lQOcnnX ul {
  font-size: 0;
}
.cid-rV8lQOcnnX .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rV8lQOcnnX .mbr-gallery-filter ul li .btn.active,
.cid-rV8lQOcnnX .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rV8lQOcnnX .mbr-gallery-filter ul li .btn.active:after,
.cid-rV8lQOcnnX .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #ff9999);
}
.cid-rV8lQOcnnX .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rV8lQOcnnX .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rV8lQOcnnX .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rV8lQOcnnX .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rV8lQOcnnX .btn:hover {
  background: transparent !important;
}
.cid-rV8lQOcnnX .btn:hover:before {
  background: transparent !important;
}
.cid-rV8lQOcnnX .btn:before {
  background-color: transparent !important;
}
.cid-rV8lQOcnnX .btn:focus {
  box-shadow: none;
}
.cid-rV8lQOcnnX .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-rV8zKgIXQr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rV8zKgIXQr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rV8zKgIXQr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rV8zKgIXQr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rV8zKgIXQr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rV8zKgIXQr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #001832;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #001832, #033162);
}
.cid-rV8zKgIXQr .icon-focus {
  display: none;
}
.cid-rV8zKgIXQr .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rV8zKgIXQr ul {
  font-size: 0;
}
.cid-rV8zKgIXQr .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rV8zKgIXQr .mbr-gallery-filter ul li .btn.active,
.cid-rV8zKgIXQr .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rV8zKgIXQr .mbr-gallery-filter ul li .btn.active:after,
.cid-rV8zKgIXQr .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #ff9999);
}
.cid-rV8zKgIXQr .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rV8zKgIXQr .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rV8zKgIXQr .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rV8zKgIXQr .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rV8zKgIXQr .btn:hover {
  background: transparent !important;
}
.cid-rV8zKgIXQr .btn:hover:before {
  background: transparent !important;
}
.cid-rV8zKgIXQr .btn:before {
  background-color: transparent !important;
}
.cid-rV8zKgIXQr .btn:focus {
  box-shadow: none;
}
.cid-rV8zKgIXQr .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tV7ET5uMs8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bluelyne-26.gif");
}
.cid-tV7ET5uMs8 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tV7ET5uMs8 .first-column .mbr-text {
  margin: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tV7ET5uMs8 .form-group {
  max-width: 55%;
}
.cid-tV7ET5uMs8 .form-group,
.cid-tV7ET5uMs8 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tV7ET5uMs8 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #ffffff;
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-webkit-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-ms-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .col + .mbr-section-btn .btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col,
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col-auto,
.cid-tV7ET5uMs8 .col + .mbr-section-btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tV7ET5uMs8 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column,
  .cid-tV7ET5uMs8 .third-column {
    text-align: center;
  }
}
.cid-tV7ET5uMs8 .mbr-section-title {
  color: #000000;
}
.cid-tV7ET5uMs8 .mbr-text {
  color: #000000;
}
.cid-tV7EUbaY3P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tV7EUbaY3P .mbr-flex {
  display: flex;
  justify-content: flex-start;
}
.cid-tV7EUbaY3P section {
  position: relative;
}
.cid-tV7EUbaY3P h4 {
  margin: 0;
}
.cid-tV7EUbaY3P a {
  font-weight: 300;
}
.cid-tV7EUbaY3P .row {
  align-items: center;
}
.cid-tV7EUbaY3P .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tV7EUbaY3P .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tV7EUbaY3P .img1 {
  color: #ffffff;
}
.cid-tV7EUbaY3P .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .content > div:not(.order-2) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .align-left,
  .cid-tV7EUbaY3P .align-right {
    text-align: center;
  }
  .cid-tV7EUbaY3P .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7EUbaY3P .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tV7EUbaY3P .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tV7EUbaY3P .item-title {
  color: #001832;
}
.cid-tV7EUbaY3P H4 {
  color: #001832;
}
.cid-rV7nU1Qsw6.popup-builder {
  background-color: #ffffff;
}
.cid-rV7nU1Qsw6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rV7nU1Qsw6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rV7nU1Qsw6 .modal-content,
.cid-rV7nU1Qsw6 .modal-dialog {
  height: auto;
}
.cid-rV7nU1Qsw6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rV7nU1Qsw6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rV7nU1Qsw6 .form-wrapper .mbr-form .form-group,
  .cid-rV7nU1Qsw6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rV7nU1Qsw6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rV7nU1Qsw6 .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-rV7nU1Qsw6 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rV7nU1Qsw6 .pt-0 {
  padding-top: 0 !important;
}
.cid-rV7nU1Qsw6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rV7nU1Qsw6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rV7nU1Qsw6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rV7nU1Qsw6 .modal-open {
  overflow: hidden;
}
.cid-rV7nU1Qsw6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rV7nU1Qsw6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rV7nU1Qsw6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rV7nU1Qsw6 .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-rV7nU1Qsw6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rV7nU1Qsw6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rV7nU1Qsw6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rV7nU1Qsw6 .modal-content {
  background: #ffffff;
  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-rV7nU1Qsw6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rV7nU1Qsw6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rV7nU1Qsw6 .modal-backdrop.show {
  opacity: .5;
}
.cid-rV7nU1Qsw6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rV7nU1Qsw6 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rV7nU1Qsw6 .modal-header .close:hover {
  opacity: 1;
}
.cid-rV7nU1Qsw6 .modal-header .close:focus {
  outline: none;
}
.cid-rV7nU1Qsw6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff99cc;
}
.cid-rV7nU1Qsw6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rV7nU1Qsw6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rV7nU1Qsw6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rV7nU1Qsw6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rV7nU1Qsw6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rV7nU1Qsw6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rV7nU1Qsw6 .modal-sm {
    max-width: 300px;
  }
  .cid-rV7nU1Qsw6 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rV7nU1Qsw6 .modal-lg,
  .cid-rV7nU1Qsw6 .modal-xl {
    max-width: 800px;
  }
  .cid-rV7nU1Qsw6 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rV7nU1Qsw6 .modal-xl {
    max-width: 1140px;
  }
  .cid-rV7nU1Qsw6 .container {
    max-width: 1140px;
  }
}
.cid-rV7nU1Qsw6 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rV7nU1Qsw6 .container {
    max-width: 720px;
  }
}
.cid-rV7nU1Qsw6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rV7nU1Qsw6 .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-rV7nU1Qsw6 .form-group {
  margin-bottom: 1rem;
}
.cid-rV7nU1Qsw6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rV7nU1Qsw6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rV7nU1Qsw6 .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-rV7nU1Qsw6 P {
  color: #ff99cc;
}
.cid-tV7F4SHKek .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tV7F4SHKek .collapsed {
  flex-direction: row!important;
}
.cid-tV7F4SHKek .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV7F4SHKek .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV7F4SHKek .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tV7F4SHKek .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tV7F4SHKek .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV7F4SHKek .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tV7F4SHKek .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tV7F4SHKek .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tV7F4SHKek .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV7F4SHKek .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tV7F4SHKek .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tV7F4SHKek .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tV7F4SHKek .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tV7F4SHKek .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tV7F4SHKek .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tV7F4SHKek .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tV7F4SHKek .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tV7F4SHKek .nav-item:focus,
.cid-tV7F4SHKek .nav-link:focus {
  outline: none;
}
.cid-tV7F4SHKek .text-white:hover,
.cid-tV7F4SHKek .text-white:active,
.cid-tV7F4SHKek .text-white:focus {
  color: white!important;
}
.cid-tV7F4SHKek .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-item:hover {
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-menu {
  background-color: white!important;
}
.cid-tV7F4SHKek .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 204, 204, 0.35);
  display: block;
}
.cid-tV7F4SHKek .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-tV7F4SHKek .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tV7F4SHKek .nav-item {
    position: relative;
  }
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .navbar-caption {
  font-weight: 600!important;
}
.cid-tV7F4SHKek .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV7F4SHKek .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV7F4SHKek .dropdown-item.active,
.cid-tV7F4SHKek .dropdown-item:active {
  background-color: transparent;
}
.cid-tV7F4SHKek .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV7F4SHKek ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tV7F4SHKek .navbar-buttons {
  text-align: center;
}
.cid-tV7F4SHKek button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek .nav-link {
  font-weight: 600!important;
}
.cid-tV7F4SHKek a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tV7F4SHKek .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tV7F4SHKek .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tV7F4SHKek .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV7F4SHKek .navbar {
    height: 77px;
  }
  .cid-tV7F4SHKek .navbar.opened {
    height: auto;
  }
  .cid-tV7F4SHKek .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rV6KZP1Znp {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bluelyne-56.gif");
}
.cid-rV6KZP1Znp .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rV6KZP1Znp .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rV6KZP1Znp .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rV6KZP1Znp .mbr-text,
.cid-rV6KZP1Znp .mbr-section-btn {
  color: #000000;
}
.cid-rV6MKJKdrs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/free-fully-customized-engraved-logo-mockup-psd-1500x1200.jpg");
}
.cid-rV6MKJKdrs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rV6MKJKdrs .plan-body .btn-bgr {
  z-index: 0;
}
.cid-rV6MKJKdrs .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-rV6MKJKdrs .price-term {
  margin-left: -5px;
}
.cid-rV6MKJKdrs .pt2 {
  padding-top: 2rem;
}
.cid-rV6MKJKdrs .plan-favorite {
  background-color: #ff99cc;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-rV6MKJKdrs .plan-descr {
  color: #444444;
}
.cid-rV6MKJKdrs .plan-price {
  margin-top: 2rem;
  color: #001832;
}
.cid-rV6MKJKdrs .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-rV6MKJKdrs .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-rV6MKJKdrs .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rV6MKJKdrs .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-rV6MKJKdrs .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-rV6MKJKdrs .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-rV6MKJKdrs .plan-header,
.cid-rV6MKJKdrs .plan-body {
  background-color: #ffffff;
}
.cid-rV6MKJKdrs .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-rV6MKJKdrs .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-rV6MKJKdrs .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-rV6MKJKdrs .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rV6MKJKdrs UL {
  color: #000000;
}
.cid-rV6MKJKdrs .mbr-section-title {
  color: #ffffff;
}
.cid-rV6MKJKdrs .plan-title {
  color: #ff99cc;
}
.cid-rV6MKJKdrs .plan-price .price-figure {
  color: #ff9999;
}
.cid-rV6MKJKdrs .plan-subtitle {
  color: #000000;
}
.cid-rV6PjF17wy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV6PjF17wy .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rV6PjF17wy .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-rV6PjF17wy H2 {
  margin: 0;
  width: 100%;
  color: #000000;
}
.cid-rV6PjF17wy h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rV6PjF17wy .title {
    margin-bottom: 2rem;
  }
  .cid-rV6PjF17wy .align-left,
  .cid-rV6PjF17wy .align-right {
    text-align: center;
  }
}
.cid-rV6PUNqzPs {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bluelyne-56.gif");
}
.cid-rV6PUNqzPs .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rV6PUNqzPs .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rV6PUNqzPs .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rV6PUNqzPs .mbr-text,
.cid-rV6PUNqzPs .mbr-section-btn {
  color: #000000;
}
.cid-rV6PM00rNt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/free-fully-customized-engraved-logo-mockup-psd-1500x1200.jpg");
}
.cid-rV6PM00rNt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rV6PM00rNt .plan-body .btn-bgr {
  z-index: 0;
}
.cid-rV6PM00rNt .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-rV6PM00rNt .price-term {
  margin-left: -5px;
}
.cid-rV6PM00rNt .pt2 {
  padding-top: 2rem;
}
.cid-rV6PM00rNt .plan-favorite {
  background-color: #ff99cc;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-rV6PM00rNt .plan-descr {
  color: #444444;
}
.cid-rV6PM00rNt .plan-price {
  margin-top: 2rem;
  color: #001832;
}
.cid-rV6PM00rNt .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-rV6PM00rNt .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-rV6PM00rNt .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rV6PM00rNt .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-rV6PM00rNt .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-rV6PM00rNt .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-rV6PM00rNt .plan-header,
.cid-rV6PM00rNt .plan-body {
  background-color: #ffffff;
}
.cid-rV6PM00rNt .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-rV6PM00rNt .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-rV6PM00rNt .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-rV6PM00rNt .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rV6PM00rNt UL {
  color: #000000;
}
.cid-rV6PM00rNt .mbr-section-title {
  color: #ffffff;
}
.cid-rV6PM00rNt .plan-title {
  color: #ff99cc;
}
.cid-rV6PM00rNt .plan-price .price-figure {
  color: #ff9999;
}
.cid-rV6PM00rNt .plan-subtitle {
  color: #000000;
}
.cid-rVdOkRmT8F {
  overflow-x: hidden !important;
}
.cid-rVdOkRmT8F,
.cid-rVdOkRmT8F .scroll-wrapper {
  padding-top: 90px;
  padding-bottom: 135px;
}
.cid-rVdOkRmT8F .mbr-section-title {
  color: #000000;
}
.cid-rVdOkRmT8F .mbr-section-title span {
  color: #ffffff;
}
.cid-rVdOkRmT8F .mbr-text {
  color: #000000;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-rVdOkRmT8F .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/bluelyne-56.gif");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-rVdOkRmT8F .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-rVdOkRmT8F .mbr-overlay {
  z-index: 1;
}
.cid-rVdOkRmT8F .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-rV7nU1QIMO.popup-builder {
  background-color: #ffffff;
}
.cid-rV7nU1QIMO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rV7nU1QIMO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rV7nU1QIMO .modal-content,
.cid-rV7nU1QIMO .modal-dialog {
  height: auto;
}
.cid-rV7nU1QIMO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rV7nU1QIMO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rV7nU1QIMO .form-wrapper .mbr-form .form-group,
  .cid-rV7nU1QIMO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rV7nU1QIMO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rV7nU1QIMO .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-rV7nU1QIMO .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rV7nU1QIMO .pt-0 {
  padding-top: 0 !important;
}
.cid-rV7nU1QIMO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rV7nU1QIMO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rV7nU1QIMO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rV7nU1QIMO .modal-open {
  overflow: hidden;
}
.cid-rV7nU1QIMO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rV7nU1QIMO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rV7nU1QIMO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rV7nU1QIMO .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-rV7nU1QIMO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rV7nU1QIMO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rV7nU1QIMO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rV7nU1QIMO .modal-content {
  background: #ffffff;
  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-rV7nU1QIMO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rV7nU1QIMO .modal-backdrop.fade {
  opacity: 0;
}
.cid-rV7nU1QIMO .modal-backdrop.show {
  opacity: .5;
}
.cid-rV7nU1QIMO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rV7nU1QIMO .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rV7nU1QIMO .modal-header .close:hover {
  opacity: 1;
}
.cid-rV7nU1QIMO .modal-header .close:focus {
  outline: none;
}
.cid-rV7nU1QIMO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff99cc;
}
.cid-rV7nU1QIMO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rV7nU1QIMO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rV7nU1QIMO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rV7nU1QIMO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rV7nU1QIMO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rV7nU1QIMO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rV7nU1QIMO .modal-sm {
    max-width: 300px;
  }
  .cid-rV7nU1QIMO .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rV7nU1QIMO .modal-lg,
  .cid-rV7nU1QIMO .modal-xl {
    max-width: 800px;
  }
  .cid-rV7nU1QIMO .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rV7nU1QIMO .modal-xl {
    max-width: 1140px;
  }
  .cid-rV7nU1QIMO .container {
    max-width: 1140px;
  }
}
.cid-rV7nU1QIMO .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rV7nU1QIMO .container {
    max-width: 720px;
  }
}
.cid-rV7nU1QIMO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rV7nU1QIMO .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-rV7nU1QIMO .form-group {
  margin-bottom: 1rem;
}
.cid-rV7nU1QIMO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rV7nU1QIMO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rV7nU1QIMO .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-rV7nU1QIMO P {
  color: #ff99cc;
}
.cid-rV7pmiqFfh.popup-builder {
  background-color: #ffffff;
}
.cid-rV7pmiqFfh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rV7pmiqFfh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rV7pmiqFfh .modal-content,
.cid-rV7pmiqFfh .modal-dialog {
  height: auto;
}
.cid-rV7pmiqFfh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rV7pmiqFfh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rV7pmiqFfh .form-wrapper .mbr-form .form-group,
  .cid-rV7pmiqFfh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rV7pmiqFfh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rV7pmiqFfh .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-rV7pmiqFfh .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-rV7pmiqFfh .pt-0 {
  padding-top: 0 !important;
}
.cid-rV7pmiqFfh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rV7pmiqFfh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rV7pmiqFfh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rV7pmiqFfh .modal-open {
  overflow: hidden;
}
.cid-rV7pmiqFfh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rV7pmiqFfh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rV7pmiqFfh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rV7pmiqFfh .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-rV7pmiqFfh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rV7pmiqFfh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rV7pmiqFfh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rV7pmiqFfh .modal-content {
  background: #ff99cc;
  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-rV7pmiqFfh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rV7pmiqFfh .modal-backdrop.fade {
  opacity: 0;
}
.cid-rV7pmiqFfh .modal-backdrop.show {
  opacity: .5;
}
.cid-rV7pmiqFfh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rV7pmiqFfh .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rV7pmiqFfh .modal-header .close:hover {
  opacity: 1;
}
.cid-rV7pmiqFfh .modal-header .close:focus {
  outline: none;
}
.cid-rV7pmiqFfh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-rV7pmiqFfh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rV7pmiqFfh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rV7pmiqFfh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rV7pmiqFfh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rV7pmiqFfh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rV7pmiqFfh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rV7pmiqFfh .modal-sm {
    max-width: 300px;
  }
  .cid-rV7pmiqFfh .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rV7pmiqFfh .modal-lg,
  .cid-rV7pmiqFfh .modal-xl {
    max-width: 800px;
  }
  .cid-rV7pmiqFfh .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rV7pmiqFfh .modal-xl {
    max-width: 1140px;
  }
  .cid-rV7pmiqFfh .container {
    max-width: 1140px;
  }
}
.cid-rV7pmiqFfh .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rV7pmiqFfh .container {
    max-width: 720px;
  }
}
.cid-rV7pmiqFfh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rV7pmiqFfh .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-rV7pmiqFfh .form-group {
  margin-bottom: 1rem;
}
.cid-rV7pmiqFfh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rV7pmiqFfh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rV7pmiqFfh .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-rV7pmiqFfh P {
  color: #ffffff;
}
.cid-rV7pXX3ylo.popup-builder {
  background-color: #ffffff;
}
.cid-rV7pXX3ylo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rV7pXX3ylo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rV7pXX3ylo .modal-content,
.cid-rV7pXX3ylo .modal-dialog {
  height: auto;
}
.cid-rV7pXX3ylo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rV7pXX3ylo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rV7pXX3ylo .form-wrapper .mbr-form .form-group,
  .cid-rV7pXX3ylo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rV7pXX3ylo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rV7pXX3ylo .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-rV7pXX3ylo .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-rV7pXX3ylo .pt-0 {
  padding-top: 0 !important;
}
.cid-rV7pXX3ylo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rV7pXX3ylo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rV7pXX3ylo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rV7pXX3ylo .modal-open {
  overflow: hidden;
}
.cid-rV7pXX3ylo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rV7pXX3ylo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rV7pXX3ylo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rV7pXX3ylo .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-rV7pXX3ylo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rV7pXX3ylo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rV7pXX3ylo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rV7pXX3ylo .modal-content {
  background: #ff99cc;
  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-rV7pXX3ylo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rV7pXX3ylo .modal-backdrop.fade {
  opacity: 0;
}
.cid-rV7pXX3ylo .modal-backdrop.show {
  opacity: .5;
}
.cid-rV7pXX3ylo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rV7pXX3ylo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rV7pXX3ylo .modal-header .close:hover {
  opacity: 1;
}
.cid-rV7pXX3ylo .modal-header .close:focus {
  outline: none;
}
.cid-rV7pXX3ylo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-rV7pXX3ylo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rV7pXX3ylo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rV7pXX3ylo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rV7pXX3ylo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rV7pXX3ylo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rV7pXX3ylo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rV7pXX3ylo .modal-sm {
    max-width: 300px;
  }
  .cid-rV7pXX3ylo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rV7pXX3ylo .modal-lg,
  .cid-rV7pXX3ylo .modal-xl {
    max-width: 800px;
  }
  .cid-rV7pXX3ylo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rV7pXX3ylo .modal-xl {
    max-width: 1140px;
  }
  .cid-rV7pXX3ylo .container {
    max-width: 1140px;
  }
}
.cid-rV7pXX3ylo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rV7pXX3ylo .container {
    max-width: 720px;
  }
}
.cid-rV7pXX3ylo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rV7pXX3ylo .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-rV7pXX3ylo .form-group {
  margin-bottom: 1rem;
}
.cid-rV7pXX3ylo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rV7pXX3ylo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rV7pXX3ylo .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-rV7pXX3ylo P {
  color: #ffffff;
}
.cid-rV7qLq2XNB.popup-builder {
  background-color: #ffffff;
}
.cid-rV7qLq2XNB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rV7qLq2XNB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rV7qLq2XNB .modal-content,
.cid-rV7qLq2XNB .modal-dialog {
  height: auto;
}
.cid-rV7qLq2XNB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rV7qLq2XNB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rV7qLq2XNB .form-wrapper .mbr-form .form-group,
  .cid-rV7qLq2XNB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rV7qLq2XNB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rV7qLq2XNB .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-rV7qLq2XNB .mbr-text {
  text-align: center;
  color: #ff99cc;
}
.cid-rV7qLq2XNB .pt-0 {
  padding-top: 0 !important;
}
.cid-rV7qLq2XNB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rV7qLq2XNB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rV7qLq2XNB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rV7qLq2XNB .modal-open {
  overflow: hidden;
}
.cid-rV7qLq2XNB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rV7qLq2XNB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rV7qLq2XNB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rV7qLq2XNB .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-rV7qLq2XNB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rV7qLq2XNB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rV7qLq2XNB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rV7qLq2XNB .modal-content {
  background: #ffffff;
  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-rV7qLq2XNB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rV7qLq2XNB .modal-backdrop.fade {
  opacity: 0;
}
.cid-rV7qLq2XNB .modal-backdrop.show {
  opacity: .5;
}
.cid-rV7qLq2XNB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rV7qLq2XNB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rV7qLq2XNB .modal-header .close:hover {
  opacity: 1;
}
.cid-rV7qLq2XNB .modal-header .close:focus {
  outline: none;
}
.cid-rV7qLq2XNB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #5a5a5c;
}
.cid-rV7qLq2XNB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rV7qLq2XNB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rV7qLq2XNB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rV7qLq2XNB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rV7qLq2XNB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rV7qLq2XNB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rV7qLq2XNB .modal-sm {
    max-width: 300px;
  }
  .cid-rV7qLq2XNB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rV7qLq2XNB .modal-lg,
  .cid-rV7qLq2XNB .modal-xl {
    max-width: 800px;
  }
  .cid-rV7qLq2XNB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rV7qLq2XNB .modal-xl {
    max-width: 1140px;
  }
  .cid-rV7qLq2XNB .container {
    max-width: 1140px;
  }
}
.cid-rV7qLq2XNB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rV7qLq2XNB .container {
    max-width: 720px;
  }
}
.cid-rV7qLq2XNB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rV7qLq2XNB .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-rV7qLq2XNB .form-group {
  margin-bottom: 1rem;
}
.cid-rV7qLq2XNB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rV7qLq2XNB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rV7qLq2XNB .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-rV7qLq2XNB P {
  color: #ffffff;
}
.cid-tV7ET5uMs8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bluelyne-26.gif");
}
.cid-tV7ET5uMs8 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tV7ET5uMs8 .first-column .mbr-text {
  margin: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tV7ET5uMs8 .form-group {
  max-width: 55%;
}
.cid-tV7ET5uMs8 .form-group,
.cid-tV7ET5uMs8 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tV7ET5uMs8 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #ffffff;
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-webkit-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-ms-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .col + .mbr-section-btn .btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col,
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col-auto,
.cid-tV7ET5uMs8 .col + .mbr-section-btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tV7ET5uMs8 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column,
  .cid-tV7ET5uMs8 .third-column {
    text-align: center;
  }
}
.cid-tV7ET5uMs8 .mbr-section-title {
  color: #000000;
}
.cid-tV7ET5uMs8 .mbr-text {
  color: #000000;
}
.cid-tV7EUbaY3P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tV7EUbaY3P .mbr-flex {
  display: flex;
  justify-content: flex-start;
}
.cid-tV7EUbaY3P section {
  position: relative;
}
.cid-tV7EUbaY3P h4 {
  margin: 0;
}
.cid-tV7EUbaY3P a {
  font-weight: 300;
}
.cid-tV7EUbaY3P .row {
  align-items: center;
}
.cid-tV7EUbaY3P .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tV7EUbaY3P .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tV7EUbaY3P .img1 {
  color: #ffffff;
}
.cid-tV7EUbaY3P .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .content > div:not(.order-2) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .align-left,
  .cid-tV7EUbaY3P .align-right {
    text-align: center;
  }
  .cid-tV7EUbaY3P .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7EUbaY3P .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tV7EUbaY3P .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tV7EUbaY3P .item-title {
  color: #001832;
}
.cid-tV7EUbaY3P H4 {
  color: #001832;
}
.cid-tV7F4SHKek .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tV7F4SHKek .collapsed {
  flex-direction: row!important;
}
.cid-tV7F4SHKek .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV7F4SHKek .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV7F4SHKek .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tV7F4SHKek .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tV7F4SHKek .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV7F4SHKek .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tV7F4SHKek .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tV7F4SHKek .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tV7F4SHKek .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV7F4SHKek .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tV7F4SHKek .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tV7F4SHKek .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tV7F4SHKek .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tV7F4SHKek .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tV7F4SHKek .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tV7F4SHKek .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tV7F4SHKek .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tV7F4SHKek .nav-item:focus,
.cid-tV7F4SHKek .nav-link:focus {
  outline: none;
}
.cid-tV7F4SHKek .text-white:hover,
.cid-tV7F4SHKek .text-white:active,
.cid-tV7F4SHKek .text-white:focus {
  color: white!important;
}
.cid-tV7F4SHKek .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-item:hover {
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-menu {
  background-color: white!important;
}
.cid-tV7F4SHKek .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 204, 204, 0.35);
  display: block;
}
.cid-tV7F4SHKek .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-tV7F4SHKek .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tV7F4SHKek .nav-item {
    position: relative;
  }
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .navbar-caption {
  font-weight: 600!important;
}
.cid-tV7F4SHKek .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV7F4SHKek .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV7F4SHKek .dropdown-item.active,
.cid-tV7F4SHKek .dropdown-item:active {
  background-color: transparent;
}
.cid-tV7F4SHKek .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV7F4SHKek ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tV7F4SHKek .navbar-buttons {
  text-align: center;
}
.cid-tV7F4SHKek button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek .nav-link {
  font-weight: 600!important;
}
.cid-tV7F4SHKek a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tV7F4SHKek .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tV7F4SHKek .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tV7F4SHKek .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV7F4SHKek .navbar {
    height: 77px;
  }
  .cid-tV7F4SHKek .navbar.opened {
    height: auto;
  }
  .cid-tV7F4SHKek .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rV6QXNOcFV {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bluelyne-56.gif");
}
.cid-rV6QXNOcFV .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rV6QXNOcFV .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rV6QXNOcFV .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rV6QXNOcFV .mbr-text,
.cid-rV6QXNOcFV .mbr-section-btn {
  color: #000000;
}
.cid-rV6RBrn1yw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-rV6RBrn1yw .container {
    padding: 1rem;
  }
}
.cid-rV6RBrn1yw .card-box {
  padding: 0 2rem;
}
.cid-rV6RBrn1yw .card {
  padding: 0!important;
}
.cid-rV6RBrn1yw .mbr-section-btn {
  padding-top: 2rem;
}
.cid-rV6RBrn1yw .container-fluid {
  padding: 0;
}
.cid-rV6RBrn1yw .card1 {
  background-image: url("../../../assets/images/jet-p-1200x800.jpg");
}
.cid-rV6RBrn1yw .card2 {
  background-image: url("../../../assets/images/j9-1200x800.jpg");
}
.cid-rV6RBrn1yw h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rV6RBrn1yw p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rV6RBrn1yw .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-rV6RBrn1yw .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-rV6RBrn1yw .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-rV6RBrn1yw .card-title {
  text-align: center;
  color: #001832;
}
.cid-rV6RBrn1yw .mbr-text,
.cid-rV6RBrn1yw .mbr-section-btn {
  text-align: center;
}
.cid-rV7nU1RAzI.popup-builder {
  background-color: #ffffff;
}
.cid-rV7nU1RAzI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rV7nU1RAzI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rV7nU1RAzI .modal-content,
.cid-rV7nU1RAzI .modal-dialog {
  height: auto;
}
.cid-rV7nU1RAzI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rV7nU1RAzI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rV7nU1RAzI .form-wrapper .mbr-form .form-group,
  .cid-rV7nU1RAzI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rV7nU1RAzI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rV7nU1RAzI .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-rV7nU1RAzI .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rV7nU1RAzI .pt-0 {
  padding-top: 0 !important;
}
.cid-rV7nU1RAzI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rV7nU1RAzI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rV7nU1RAzI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rV7nU1RAzI .modal-open {
  overflow: hidden;
}
.cid-rV7nU1RAzI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rV7nU1RAzI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rV7nU1RAzI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rV7nU1RAzI .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-rV7nU1RAzI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rV7nU1RAzI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rV7nU1RAzI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rV7nU1RAzI .modal-content {
  background: #ffffff;
  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-rV7nU1RAzI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rV7nU1RAzI .modal-backdrop.fade {
  opacity: 0;
}
.cid-rV7nU1RAzI .modal-backdrop.show {
  opacity: .5;
}
.cid-rV7nU1RAzI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rV7nU1RAzI .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rV7nU1RAzI .modal-header .close:hover {
  opacity: 1;
}
.cid-rV7nU1RAzI .modal-header .close:focus {
  outline: none;
}
.cid-rV7nU1RAzI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff99cc;
}
.cid-rV7nU1RAzI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rV7nU1RAzI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rV7nU1RAzI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rV7nU1RAzI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rV7nU1RAzI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rV7nU1RAzI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rV7nU1RAzI .modal-sm {
    max-width: 300px;
  }
  .cid-rV7nU1RAzI .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rV7nU1RAzI .modal-lg,
  .cid-rV7nU1RAzI .modal-xl {
    max-width: 800px;
  }
  .cid-rV7nU1RAzI .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rV7nU1RAzI .modal-xl {
    max-width: 1140px;
  }
  .cid-rV7nU1RAzI .container {
    max-width: 1140px;
  }
}
.cid-rV7nU1RAzI .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rV7nU1RAzI .container {
    max-width: 720px;
  }
}
.cid-rV7nU1RAzI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rV7nU1RAzI .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-rV7nU1RAzI .form-group {
  margin-bottom: 1rem;
}
.cid-rV7nU1RAzI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rV7nU1RAzI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rV7nU1RAzI .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-rV7nU1RAzI P {
  color: #ff99cc;
}
.cid-tV7ET5uMs8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bluelyne-26.gif");
}
.cid-tV7ET5uMs8 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tV7ET5uMs8 .first-column .mbr-text {
  margin: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tV7ET5uMs8 .form-group {
  max-width: 55%;
}
.cid-tV7ET5uMs8 .form-group,
.cid-tV7ET5uMs8 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tV7ET5uMs8 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #ffffff;
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-webkit-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-ms-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .col + .mbr-section-btn .btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col,
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col-auto,
.cid-tV7ET5uMs8 .col + .mbr-section-btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tV7ET5uMs8 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column,
  .cid-tV7ET5uMs8 .third-column {
    text-align: center;
  }
}
.cid-tV7ET5uMs8 .mbr-section-title {
  color: #000000;
}
.cid-tV7ET5uMs8 .mbr-text {
  color: #000000;
}
.cid-tV7EUbaY3P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tV7EUbaY3P .mbr-flex {
  display: flex;
  justify-content: flex-start;
}
.cid-tV7EUbaY3P section {
  position: relative;
}
.cid-tV7EUbaY3P h4 {
  margin: 0;
}
.cid-tV7EUbaY3P a {
  font-weight: 300;
}
.cid-tV7EUbaY3P .row {
  align-items: center;
}
.cid-tV7EUbaY3P .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tV7EUbaY3P .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tV7EUbaY3P .img1 {
  color: #ffffff;
}
.cid-tV7EUbaY3P .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .content > div:not(.order-2) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .align-left,
  .cid-tV7EUbaY3P .align-right {
    text-align: center;
  }
  .cid-tV7EUbaY3P .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7EUbaY3P .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tV7EUbaY3P .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tV7EUbaY3P .item-title {
  color: #001832;
}
.cid-tV7EUbaY3P H4 {
  color: #001832;
}
.cid-tV7F4SHKek .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tV7F4SHKek .collapsed {
  flex-direction: row!important;
}
.cid-tV7F4SHKek .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV7F4SHKek .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV7F4SHKek .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tV7F4SHKek .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tV7F4SHKek .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV7F4SHKek .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tV7F4SHKek .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tV7F4SHKek .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tV7F4SHKek .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV7F4SHKek .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tV7F4SHKek .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tV7F4SHKek .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tV7F4SHKek .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tV7F4SHKek .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tV7F4SHKek .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tV7F4SHKek .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tV7F4SHKek .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tV7F4SHKek .nav-item:focus,
.cid-tV7F4SHKek .nav-link:focus {
  outline: none;
}
.cid-tV7F4SHKek .text-white:hover,
.cid-tV7F4SHKek .text-white:active,
.cid-tV7F4SHKek .text-white:focus {
  color: white!important;
}
.cid-tV7F4SHKek .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-item:hover {
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-menu {
  background-color: white!important;
}
.cid-tV7F4SHKek .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 204, 204, 0.35);
  display: block;
}
.cid-tV7F4SHKek .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-tV7F4SHKek .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tV7F4SHKek .nav-item {
    position: relative;
  }
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .navbar-caption {
  font-weight: 600!important;
}
.cid-tV7F4SHKek .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV7F4SHKek .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV7F4SHKek .dropdown-item.active,
.cid-tV7F4SHKek .dropdown-item:active {
  background-color: transparent;
}
.cid-tV7F4SHKek .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV7F4SHKek ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tV7F4SHKek .navbar-buttons {
  text-align: center;
}
.cid-tV7F4SHKek button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek .nav-link {
  font-weight: 600!important;
}
.cid-tV7F4SHKek a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tV7F4SHKek .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tV7F4SHKek .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tV7F4SHKek .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV7F4SHKek .navbar {
    height: 77px;
  }
  .cid-tV7F4SHKek .navbar.opened {
    height: auto;
  }
  .cid-tV7F4SHKek .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rV6TkJm5Th {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bluelyne-56.gif");
}
.cid-rV6TkJm5Th .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rV6TkJm5Th .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rV6TkJm5Th .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rV6TkJm5Th .mbr-text,
.cid-rV6TkJm5Th .mbr-section-btn {
  color: #000000;
}
.cid-rV721XQpDE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV721XQpDE .wrapper {
  overflow: hidden;
}
.cid-rV721XQpDE .wrapper img {
  transition: all .5s;
}
.cid-rV721XQpDE .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rV721XQpDE .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rV721XQpDE .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 18rem;
}
.cid-rV721XQpDE .wrapper .mbr-overlay {
  background: #001832;
  opacity: 0.6;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-rV721XQpDE .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rV721XQpDE .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-rV721XQpDE .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-rV721XQpDE .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-rV721XQpDE .main-subtitle,
.cid-rV721XQpDE .underline {
  color: #000000;
}
.cid-rV72Ombcmc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV72Ombcmc .wrapper {
  overflow: hidden;
}
.cid-rV72Ombcmc .wrapper img {
  transition: all .5s;
}
.cid-rV72Ombcmc .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rV72Ombcmc .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rV72Ombcmc .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 18rem;
}
.cid-rV72Ombcmc .wrapper .mbr-overlay {
  background: #001832;
  opacity: 0.6;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-rV72Ombcmc .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rV72Ombcmc .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-rV72Ombcmc .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-rV72Ombcmc .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-rV73JOxVLY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV73JOxVLY .wrapper {
  overflow: hidden;
}
.cid-rV73JOxVLY .wrapper img {
  transition: all .5s;
}
.cid-rV73JOxVLY .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rV73JOxVLY .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rV73JOxVLY .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 18rem;
}
.cid-rV73JOxVLY .wrapper .mbr-overlay {
  background: #001832;
  opacity: 0.6;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-rV73JOxVLY .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rV73JOxVLY .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-rV73JOxVLY .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-rV73JOxVLY .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-rV73JOxVLY .main-subtitle,
.cid-rV73JOxVLY .underline {
  color: #001832;
}
.cid-rV73Wq7fsK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV73Wq7fsK .wrapper {
  overflow: hidden;
}
.cid-rV73Wq7fsK .wrapper img {
  transition: all .5s;
}
.cid-rV73Wq7fsK .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rV73Wq7fsK .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rV73Wq7fsK .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 18rem;
}
.cid-rV73Wq7fsK .wrapper .mbr-overlay {
  background: #001832;
  opacity: 0.6;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-rV73Wq7fsK .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rV73Wq7fsK .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-rV73Wq7fsK .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-rV73Wq7fsK .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-rV747z65yK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV747z65yK .wrapper {
  overflow: hidden;
}
.cid-rV747z65yK .wrapper img {
  transition: all .5s;
}
.cid-rV747z65yK .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rV747z65yK .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rV747z65yK .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 18rem;
}
.cid-rV747z65yK .wrapper .mbr-overlay {
  background: #001832;
  opacity: 0.6;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-rV747z65yK .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rV747z65yK .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-rV747z65yK .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-rV747z65yK .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-rV74uSFzDT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV74uSFzDT .wrapper {
  overflow: hidden;
}
.cid-rV74uSFzDT .wrapper img {
  transition: all .5s;
}
.cid-rV74uSFzDT .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rV74uSFzDT .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rV74uSFzDT .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 18rem;
}
.cid-rV74uSFzDT .wrapper .mbr-overlay {
  background: #001832;
  opacity: 0.6;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-rV74uSFzDT .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rV74uSFzDT .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-rV74uSFzDT .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-rV74uSFzDT .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-rV74uSFzDT .main-subtitle,
.cid-rV74uSFzDT .underline {
  color: #001832;
}
.cid-rV74AGzNoR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV74AGzNoR .wrapper {
  overflow: hidden;
}
.cid-rV74AGzNoR .wrapper img {
  transition: all .5s;
}
.cid-rV74AGzNoR .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rV74AGzNoR .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rV74AGzNoR .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 18rem;
}
.cid-rV74AGzNoR .wrapper .mbr-overlay {
  background: #001832;
  opacity: 0.6;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-rV74AGzNoR .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rV74AGzNoR .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-rV74AGzNoR .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-rV74AGzNoR .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-rV74BpjA2v {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV74BpjA2v .wrapper {
  overflow: hidden;
}
.cid-rV74BpjA2v .wrapper img {
  transition: all .5s;
}
.cid-rV74BpjA2v .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rV74BpjA2v .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rV74BpjA2v .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 18rem;
}
.cid-rV74BpjA2v .wrapper .mbr-overlay {
  background: #001832;
  opacity: 0.6;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-rV74BpjA2v .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rV74BpjA2v .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-rV74BpjA2v .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-rV74BpjA2v .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-rV74BZ7P8S {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV74BZ7P8S .wrapper {
  overflow: hidden;
}
.cid-rV74BZ7P8S .wrapper img {
  transition: all .5s;
}
.cid-rV74BZ7P8S .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rV74BZ7P8S .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rV74BZ7P8S .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 18rem;
}
.cid-rV74BZ7P8S .wrapper .mbr-overlay {
  background: #001832;
  opacity: 0.6;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-rV74BZ7P8S .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rV74BZ7P8S .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-rV74BZ7P8S .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-rV74BZ7P8S .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-rVdOeO6ogA {
  overflow-x: hidden !important;
}
.cid-rVdOeO6ogA,
.cid-rVdOeO6ogA .scroll-wrapper {
  padding-top: 90px;
  padding-bottom: 135px;
}
.cid-rVdOeO6ogA .mbr-section-title {
  color: #ffffff;
}
.cid-rVdOeO6ogA .mbr-section-title span {
  color: #ffffff;
}
.cid-rVdOeO6ogA .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-rVdOeO6ogA .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/oneroof-2000x1108.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-rVdOeO6ogA .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-rVdOeO6ogA .mbr-overlay {
  z-index: 1;
}
.cid-rVdOeO6ogA .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-rV7nU1RsnU.popup-builder {
  background-color: #ffffff;
}
.cid-rV7nU1RsnU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rV7nU1RsnU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rV7nU1RsnU .modal-content,
.cid-rV7nU1RsnU .modal-dialog {
  height: auto;
}
.cid-rV7nU1RsnU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rV7nU1RsnU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rV7nU1RsnU .form-wrapper .mbr-form .form-group,
  .cid-rV7nU1RsnU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rV7nU1RsnU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rV7nU1RsnU .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-rV7nU1RsnU .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rV7nU1RsnU .pt-0 {
  padding-top: 0 !important;
}
.cid-rV7nU1RsnU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rV7nU1RsnU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rV7nU1RsnU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rV7nU1RsnU .modal-open {
  overflow: hidden;
}
.cid-rV7nU1RsnU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rV7nU1RsnU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rV7nU1RsnU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rV7nU1RsnU .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-rV7nU1RsnU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rV7nU1RsnU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rV7nU1RsnU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rV7nU1RsnU .modal-content {
  background: #ffffff;
  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-rV7nU1RsnU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rV7nU1RsnU .modal-backdrop.fade {
  opacity: 0;
}
.cid-rV7nU1RsnU .modal-backdrop.show {
  opacity: .5;
}
.cid-rV7nU1RsnU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rV7nU1RsnU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rV7nU1RsnU .modal-header .close:hover {
  opacity: 1;
}
.cid-rV7nU1RsnU .modal-header .close:focus {
  outline: none;
}
.cid-rV7nU1RsnU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff99cc;
}
.cid-rV7nU1RsnU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rV7nU1RsnU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rV7nU1RsnU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rV7nU1RsnU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rV7nU1RsnU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rV7nU1RsnU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rV7nU1RsnU .modal-sm {
    max-width: 300px;
  }
  .cid-rV7nU1RsnU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rV7nU1RsnU .modal-lg,
  .cid-rV7nU1RsnU .modal-xl {
    max-width: 800px;
  }
  .cid-rV7nU1RsnU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rV7nU1RsnU .modal-xl {
    max-width: 1140px;
  }
  .cid-rV7nU1RsnU .container {
    max-width: 1140px;
  }
}
.cid-rV7nU1RsnU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rV7nU1RsnU .container {
    max-width: 720px;
  }
}
.cid-rV7nU1RsnU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rV7nU1RsnU .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-rV7nU1RsnU .form-group {
  margin-bottom: 1rem;
}
.cid-rV7nU1RsnU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rV7nU1RsnU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rV7nU1RsnU .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-rV7nU1RsnU P {
  color: #ff99cc;
}
.cid-tV7ET5uMs8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bluelyne-26.gif");
}
.cid-tV7ET5uMs8 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tV7ET5uMs8 .first-column .mbr-text {
  margin: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tV7ET5uMs8 .form-group {
  max-width: 55%;
}
.cid-tV7ET5uMs8 .form-group,
.cid-tV7ET5uMs8 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tV7ET5uMs8 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #ffffff;
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-webkit-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-ms-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .col + .mbr-section-btn .btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col,
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col-auto,
.cid-tV7ET5uMs8 .col + .mbr-section-btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tV7ET5uMs8 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column,
  .cid-tV7ET5uMs8 .third-column {
    text-align: center;
  }
}
.cid-tV7ET5uMs8 .mbr-section-title {
  color: #000000;
}
.cid-tV7ET5uMs8 .mbr-text {
  color: #000000;
}
.cid-tV7EUbaY3P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tV7EUbaY3P .mbr-flex {
  display: flex;
  justify-content: flex-start;
}
.cid-tV7EUbaY3P section {
  position: relative;
}
.cid-tV7EUbaY3P h4 {
  margin: 0;
}
.cid-tV7EUbaY3P a {
  font-weight: 300;
}
.cid-tV7EUbaY3P .row {
  align-items: center;
}
.cid-tV7EUbaY3P .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tV7EUbaY3P .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tV7EUbaY3P .img1 {
  color: #ffffff;
}
.cid-tV7EUbaY3P .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .content > div:not(.order-2) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .align-left,
  .cid-tV7EUbaY3P .align-right {
    text-align: center;
  }
  .cid-tV7EUbaY3P .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7EUbaY3P .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tV7EUbaY3P .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tV7EUbaY3P .item-title {
  color: #001832;
}
.cid-tV7EUbaY3P H4 {
  color: #001832;
}
.cid-tV7F4SHKek .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tV7F4SHKek .collapsed {
  flex-direction: row!important;
}
.cid-tV7F4SHKek .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV7F4SHKek .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV7F4SHKek .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tV7F4SHKek .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tV7F4SHKek .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV7F4SHKek .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tV7F4SHKek .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tV7F4SHKek .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tV7F4SHKek .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV7F4SHKek .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tV7F4SHKek .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tV7F4SHKek .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tV7F4SHKek .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tV7F4SHKek .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tV7F4SHKek .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tV7F4SHKek .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tV7F4SHKek .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tV7F4SHKek .nav-item:focus,
.cid-tV7F4SHKek .nav-link:focus {
  outline: none;
}
.cid-tV7F4SHKek .text-white:hover,
.cid-tV7F4SHKek .text-white:active,
.cid-tV7F4SHKek .text-white:focus {
  color: white!important;
}
.cid-tV7F4SHKek .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-item:hover {
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-menu {
  background-color: white!important;
}
.cid-tV7F4SHKek .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 204, 204, 0.35);
  display: block;
}
.cid-tV7F4SHKek .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-tV7F4SHKek .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tV7F4SHKek .nav-item {
    position: relative;
  }
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .navbar-caption {
  font-weight: 600!important;
}
.cid-tV7F4SHKek .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV7F4SHKek .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV7F4SHKek .dropdown-item.active,
.cid-tV7F4SHKek .dropdown-item:active {
  background-color: transparent;
}
.cid-tV7F4SHKek .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV7F4SHKek ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tV7F4SHKek .navbar-buttons {
  text-align: center;
}
.cid-tV7F4SHKek button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek .nav-link {
  font-weight: 600!important;
}
.cid-tV7F4SHKek a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tV7F4SHKek .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tV7F4SHKek .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tV7F4SHKek .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV7F4SHKek .navbar {
    height: 77px;
  }
  .cid-tV7F4SHKek .navbar.opened {
    height: auto;
  }
  .cid-tV7F4SHKek .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rV6Tuj4DlN {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bluelyne-56.gif");
}
.cid-rV6Tuj4DlN .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rV6Tuj4DlN .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rV6Tuj4DlN .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rV6Tuj4DlN .mbr-text,
.cid-rV6Tuj4DlN .mbr-section-btn {
  color: #000000;
}
.cid-rV77oE0hvd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV77oE0hvd .wrapper {
  overflow: hidden;
}
.cid-rV77oE0hvd .wrapper img {
  transition: all .5s;
}
.cid-rV77oE0hvd .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rV77oE0hvd .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rV77oE0hvd .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 18rem;
}
.cid-rV77oE0hvd .wrapper .mbr-overlay {
  background: #ff9999;
  opacity: 0.8;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-rV77oE0hvd .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rV77oE0hvd .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-rV77oE0hvd .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-rV77oE0hvd .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-rV77oE0hvd .main-subtitle,
.cid-rV77oE0hvd .underline {
  color: #001832;
}
.cid-rV77oE0hvd .card-title {
  color: #ffffff;
}
.cid-rV77utd9wU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV77utd9wU .wrapper {
  overflow: hidden;
}
.cid-rV77utd9wU .wrapper img {
  transition: all .5s;
}
.cid-rV77utd9wU .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rV77utd9wU .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rV77utd9wU .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 18rem;
}
.cid-rV77utd9wU .wrapper .mbr-overlay {
  background: #001832;
  opacity: 0.6;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-rV77utd9wU .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rV77utd9wU .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-rV77utd9wU .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-rV77utd9wU .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-rV77v4mrYD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV77v4mrYD .wrapper {
  overflow: hidden;
}
.cid-rV77v4mrYD .wrapper img {
  transition: all .5s;
}
.cid-rV77v4mrYD .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rV77v4mrYD .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rV77v4mrYD .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 18rem;
}
.cid-rV77v4mrYD .wrapper .mbr-overlay {
  background: #ff9999;
  opacity: 0.6;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-rV77v4mrYD .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rV77v4mrYD .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-rV77v4mrYD .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-rV77v4mrYD .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-rV77xlN9D2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV77xlN9D2 .wrapper {
  overflow: hidden;
}
.cid-rV77xlN9D2 .wrapper img {
  transition: all .5s;
}
.cid-rV77xlN9D2 .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rV77xlN9D2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-rV77xlN9D2 .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 18rem;
}
.cid-rV77xlN9D2 .wrapper .mbr-overlay {
  background: #ff9999;
  opacity: 0.8;
  border-top-right-radius: 25%;
  z-index: 1;
}
.cid-rV77xlN9D2 .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rV77xlN9D2 .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-rV77xlN9D2 .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-rV77xlN9D2 .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-rV77xlN9D2 .main-subtitle,
.cid-rV77xlN9D2 .underline {
  color: #001832;
}
.cid-rV77xlN9D2 .card-title {
  color: #000000;
}
.cid-rV7aYMjGzW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-rV7aYMjGzW .container {
    padding: 1rem;
  }
}
.cid-rV7aYMjGzW .card-box {
  padding: 0 2rem;
}
.cid-rV7aYMjGzW .card {
  padding: 0!important;
}
.cid-rV7aYMjGzW .mbr-section-btn {
  padding-top: 2rem;
}
.cid-rV7aYMjGzW .container-fluid {
  padding: 0;
}
.cid-rV7aYMjGzW .card1 {
  background-image: url("../../../assets/images/j5-1000x1000.jpg");
}
.cid-rV7aYMjGzW .card2 {
  background-image: url("../../../assets/images/j6-1000x1000.jpg");
}
.cid-rV7aYMjGzW .card3 {
  background-image: url("../../../assets/images/j7-1-1000x1000.jpg");
}
.cid-rV7aYMjGzW .card4 {
  background-image: url("../../../assets/images/j8-1000x1000.jpg");
}
.cid-rV7aYMjGzW h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rV7aYMjGzW p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-rV7aYMjGzW .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-rV7aYMjGzW .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-rV7aYMjGzW .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-rV7nU1RDop.popup-builder {
  background-color: #ffffff;
}
.cid-rV7nU1RDop.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rV7nU1RDop.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rV7nU1RDop .modal-content,
.cid-rV7nU1RDop .modal-dialog {
  height: auto;
}
.cid-rV7nU1RDop .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rV7nU1RDop .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rV7nU1RDop .form-wrapper .mbr-form .form-group,
  .cid-rV7nU1RDop .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rV7nU1RDop .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rV7nU1RDop .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-rV7nU1RDop .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rV7nU1RDop .pt-0 {
  padding-top: 0 !important;
}
.cid-rV7nU1RDop .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rV7nU1RDop .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rV7nU1RDop .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rV7nU1RDop .modal-open {
  overflow: hidden;
}
.cid-rV7nU1RDop .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rV7nU1RDop .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rV7nU1RDop .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rV7nU1RDop .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-rV7nU1RDop .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rV7nU1RDop .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rV7nU1RDop .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rV7nU1RDop .modal-content {
  background: #ffffff;
  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-rV7nU1RDop .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rV7nU1RDop .modal-backdrop.fade {
  opacity: 0;
}
.cid-rV7nU1RDop .modal-backdrop.show {
  opacity: .5;
}
.cid-rV7nU1RDop .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rV7nU1RDop .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rV7nU1RDop .modal-header .close:hover {
  opacity: 1;
}
.cid-rV7nU1RDop .modal-header .close:focus {
  outline: none;
}
.cid-rV7nU1RDop .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff99cc;
}
.cid-rV7nU1RDop .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rV7nU1RDop .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rV7nU1RDop .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rV7nU1RDop .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rV7nU1RDop .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rV7nU1RDop .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rV7nU1RDop .modal-sm {
    max-width: 300px;
  }
  .cid-rV7nU1RDop .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rV7nU1RDop .modal-lg,
  .cid-rV7nU1RDop .modal-xl {
    max-width: 800px;
  }
  .cid-rV7nU1RDop .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rV7nU1RDop .modal-xl {
    max-width: 1140px;
  }
  .cid-rV7nU1RDop .container {
    max-width: 1140px;
  }
}
.cid-rV7nU1RDop .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rV7nU1RDop .container {
    max-width: 720px;
  }
}
.cid-rV7nU1RDop .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rV7nU1RDop .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-rV7nU1RDop .form-group {
  margin-bottom: 1rem;
}
.cid-rV7nU1RDop .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rV7nU1RDop .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rV7nU1RDop .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-rV7nU1RDop P {
  color: #ff99cc;
}
.cid-tV7ET5uMs8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bluelyne-26.gif");
}
.cid-tV7ET5uMs8 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tV7ET5uMs8 .first-column .mbr-text {
  margin: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tV7ET5uMs8 .form-group {
  max-width: 55%;
}
.cid-tV7ET5uMs8 .form-group,
.cid-tV7ET5uMs8 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tV7ET5uMs8 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #ffffff;
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-webkit-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-ms-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .col + .mbr-section-btn .btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col,
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col-auto,
.cid-tV7ET5uMs8 .col + .mbr-section-btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tV7ET5uMs8 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column,
  .cid-tV7ET5uMs8 .third-column {
    text-align: center;
  }
}
.cid-tV7ET5uMs8 .mbr-section-title {
  color: #000000;
}
.cid-tV7ET5uMs8 .mbr-text {
  color: #000000;
}
.cid-tV7EUbaY3P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tV7EUbaY3P .mbr-flex {
  display: flex;
  justify-content: flex-start;
}
.cid-tV7EUbaY3P section {
  position: relative;
}
.cid-tV7EUbaY3P h4 {
  margin: 0;
}
.cid-tV7EUbaY3P a {
  font-weight: 300;
}
.cid-tV7EUbaY3P .row {
  align-items: center;
}
.cid-tV7EUbaY3P .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tV7EUbaY3P .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tV7EUbaY3P .img1 {
  color: #ffffff;
}
.cid-tV7EUbaY3P .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .content > div:not(.order-2) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .align-left,
  .cid-tV7EUbaY3P .align-right {
    text-align: center;
  }
  .cid-tV7EUbaY3P .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7EUbaY3P .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tV7EUbaY3P .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tV7EUbaY3P .item-title {
  color: #001832;
}
.cid-tV7EUbaY3P H4 {
  color: #001832;
}
.cid-tV7F4SHKek .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tV7F4SHKek .collapsed {
  flex-direction: row!important;
}
.cid-tV7F4SHKek .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV7F4SHKek .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV7F4SHKek .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tV7F4SHKek .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tV7F4SHKek .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV7F4SHKek .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tV7F4SHKek .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tV7F4SHKek .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tV7F4SHKek .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV7F4SHKek .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tV7F4SHKek .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tV7F4SHKek .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tV7F4SHKek .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tV7F4SHKek .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tV7F4SHKek .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tV7F4SHKek .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tV7F4SHKek .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tV7F4SHKek .nav-item:focus,
.cid-tV7F4SHKek .nav-link:focus {
  outline: none;
}
.cid-tV7F4SHKek .text-white:hover,
.cid-tV7F4SHKek .text-white:active,
.cid-tV7F4SHKek .text-white:focus {
  color: white!important;
}
.cid-tV7F4SHKek .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-item:hover {
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-menu {
  background-color: white!important;
}
.cid-tV7F4SHKek .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 204, 204, 0.35);
  display: block;
}
.cid-tV7F4SHKek .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-tV7F4SHKek .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tV7F4SHKek .nav-item {
    position: relative;
  }
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .navbar-caption {
  font-weight: 600!important;
}
.cid-tV7F4SHKek .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV7F4SHKek .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV7F4SHKek .dropdown-item.active,
.cid-tV7F4SHKek .dropdown-item:active {
  background-color: transparent;
}
.cid-tV7F4SHKek .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV7F4SHKek ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tV7F4SHKek .navbar-buttons {
  text-align: center;
}
.cid-tV7F4SHKek button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek .nav-link {
  font-weight: 600!important;
}
.cid-tV7F4SHKek a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tV7F4SHKek .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tV7F4SHKek .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tV7F4SHKek .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV7F4SHKek .navbar {
    height: 77px;
  }
  .cid-tV7F4SHKek .navbar.opened {
    height: auto;
  }
  .cid-tV7F4SHKek .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rV6UjME7EE {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bluelyne-56.gif");
}
.cid-rV6UjME7EE .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rV6UjME7EE .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rV6UjME7EE .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rV6UjME7EE .mbr-text,
.cid-rV6UjME7EE .mbr-section-btn {
  color: #000000;
}
.cid-rV6UM8ygw3 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rV6UM8ygw3 .mbr-text,
.cid-rV6UM8ygw3 .mbr-section-subtitle {
  color: #767676;
}
.cid-rV6UM8ygw3 .card-title {
  color: #66458e;
}
.cid-rV6UM8ygw3 .card .card-img span {
  color: #ff9999;
  font-size: 60px;
  background: linear-gradient(45deg, #ff9999, #ff99cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rV6UM8ygw3 .mbr-section-subtitle,
  .cid-rV6UM8ygw3 .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rV6UM8ygw3 .card .card-img span {
    background: none;
  }
}
.cid-rV6UM8ygw3 .card-title,
.cid-rV6UM8ygw3 .card-img {
  color: #000000;
}
.cid-rV6VTKjaNQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rV6VTKjaNQ .mbr-text,
.cid-rV6VTKjaNQ .mbr-section-subtitle {
  color: #767676;
}
.cid-rV6VTKjaNQ .card-title {
  color: #66458e;
}
.cid-rV6VTKjaNQ .card .card-img span {
  color: #ff9999;
  font-size: 60px;
  background: linear-gradient(45deg, #ff9999, #ff99cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rV6VTKjaNQ .mbr-section-subtitle,
  .cid-rV6VTKjaNQ .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rV6VTKjaNQ .card .card-img span {
    background: none;
  }
}
.cid-rV6VTKjaNQ .card-title,
.cid-rV6VTKjaNQ .card-img {
  color: #000000;
}
.cid-rV6VVpQ5N8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rV6VVpQ5N8 .mbr-text,
.cid-rV6VVpQ5N8 .mbr-section-subtitle {
  color: #767676;
}
.cid-rV6VVpQ5N8 .card-title {
  color: #66458e;
}
.cid-rV6VVpQ5N8 .card .card-img span {
  color: #ff9999;
  font-size: 60px;
  background: linear-gradient(45deg, #ff9999, #ff99cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rV6VVpQ5N8 .mbr-section-subtitle,
  .cid-rV6VVpQ5N8 .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rV6VVpQ5N8 .card .card-img span {
    background: none;
  }
}
.cid-rV6VVpQ5N8 .card-title,
.cid-rV6VVpQ5N8 .card-img {
  color: #000000;
}
.cid-rV6VYniSnf {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rV6VYniSnf .mbr-text,
.cid-rV6VYniSnf .mbr-section-subtitle {
  color: #767676;
}
.cid-rV6VYniSnf .card-title {
  color: #66458e;
}
.cid-rV6VYniSnf .card .card-img span {
  color: #ff9999;
  font-size: 60px;
  background: linear-gradient(45deg, #ff9999, #ff99cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rV6VYniSnf .mbr-section-subtitle,
  .cid-rV6VYniSnf .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rV6VYniSnf .card .card-img span {
    background: none;
  }
}
.cid-rV6VYniSnf .card-title,
.cid-rV6VYniSnf .card-img {
  color: #000000;
}
.cid-rV6WPgweId {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rV6WPgweId .mbr-text,
.cid-rV6WPgweId .mbr-section-subtitle {
  color: #767676;
}
.cid-rV6WPgweId .card-title {
  color: #66458e;
}
.cid-rV6WPgweId .card .card-img span {
  color: #ff9999;
  font-size: 60px;
  background: linear-gradient(45deg, #ff9999, #ff99cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rV6WPgweId .mbr-section-subtitle,
  .cid-rV6WPgweId .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rV6WPgweId .card .card-img span {
    background: none;
  }
}
.cid-rV6WPgweId .card-title,
.cid-rV6WPgweId .card-img {
  color: #000000;
}
.cid-rV7nU1RpYA.popup-builder {
  background-color: #ffffff;
}
.cid-rV7nU1RpYA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rV7nU1RpYA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rV7nU1RpYA .modal-content,
.cid-rV7nU1RpYA .modal-dialog {
  height: auto;
}
.cid-rV7nU1RpYA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rV7nU1RpYA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rV7nU1RpYA .form-wrapper .mbr-form .form-group,
  .cid-rV7nU1RpYA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rV7nU1RpYA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rV7nU1RpYA .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-rV7nU1RpYA .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rV7nU1RpYA .pt-0 {
  padding-top: 0 !important;
}
.cid-rV7nU1RpYA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rV7nU1RpYA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rV7nU1RpYA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rV7nU1RpYA .modal-open {
  overflow: hidden;
}
.cid-rV7nU1RpYA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rV7nU1RpYA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rV7nU1RpYA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rV7nU1RpYA .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-rV7nU1RpYA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rV7nU1RpYA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rV7nU1RpYA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rV7nU1RpYA .modal-content {
  background: #ffffff;
  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-rV7nU1RpYA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rV7nU1RpYA .modal-backdrop.fade {
  opacity: 0;
}
.cid-rV7nU1RpYA .modal-backdrop.show {
  opacity: .5;
}
.cid-rV7nU1RpYA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rV7nU1RpYA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rV7nU1RpYA .modal-header .close:hover {
  opacity: 1;
}
.cid-rV7nU1RpYA .modal-header .close:focus {
  outline: none;
}
.cid-rV7nU1RpYA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff99cc;
}
.cid-rV7nU1RpYA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rV7nU1RpYA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rV7nU1RpYA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rV7nU1RpYA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rV7nU1RpYA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rV7nU1RpYA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rV7nU1RpYA .modal-sm {
    max-width: 300px;
  }
  .cid-rV7nU1RpYA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rV7nU1RpYA .modal-lg,
  .cid-rV7nU1RpYA .modal-xl {
    max-width: 800px;
  }
  .cid-rV7nU1RpYA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rV7nU1RpYA .modal-xl {
    max-width: 1140px;
  }
  .cid-rV7nU1RpYA .container {
    max-width: 1140px;
  }
}
.cid-rV7nU1RpYA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rV7nU1RpYA .container {
    max-width: 720px;
  }
}
.cid-rV7nU1RpYA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rV7nU1RpYA .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-rV7nU1RpYA .form-group {
  margin-bottom: 1rem;
}
.cid-rV7nU1RpYA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rV7nU1RpYA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rV7nU1RpYA .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-rV7nU1RpYA P {
  color: #ff99cc;
}
.cid-tV7ET5uMs8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bluelyne-26.gif");
}
.cid-tV7ET5uMs8 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tV7ET5uMs8 .first-column .mbr-text {
  margin: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tV7ET5uMs8 .form-group {
  max-width: 55%;
}
.cid-tV7ET5uMs8 .form-group,
.cid-tV7ET5uMs8 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tV7ET5uMs8 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #ffffff;
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-webkit-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-ms-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .col + .mbr-section-btn .btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col,
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col-auto,
.cid-tV7ET5uMs8 .col + .mbr-section-btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tV7ET5uMs8 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column,
  .cid-tV7ET5uMs8 .third-column {
    text-align: center;
  }
}
.cid-tV7ET5uMs8 .mbr-section-title {
  color: #000000;
}
.cid-tV7ET5uMs8 .mbr-text {
  color: #000000;
}
.cid-tV7EUbaY3P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tV7EUbaY3P .mbr-flex {
  display: flex;
  justify-content: flex-start;
}
.cid-tV7EUbaY3P section {
  position: relative;
}
.cid-tV7EUbaY3P h4 {
  margin: 0;
}
.cid-tV7EUbaY3P a {
  font-weight: 300;
}
.cid-tV7EUbaY3P .row {
  align-items: center;
}
.cid-tV7EUbaY3P .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tV7EUbaY3P .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tV7EUbaY3P .img1 {
  color: #ffffff;
}
.cid-tV7EUbaY3P .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .content > div:not(.order-2) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .align-left,
  .cid-tV7EUbaY3P .align-right {
    text-align: center;
  }
  .cid-tV7EUbaY3P .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7EUbaY3P .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tV7EUbaY3P .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tV7EUbaY3P .item-title {
  color: #001832;
}
.cid-tV7EUbaY3P H4 {
  color: #001832;
}
.cid-tV7F4SHKek .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tV7F4SHKek .collapsed {
  flex-direction: row!important;
}
.cid-tV7F4SHKek .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV7F4SHKek .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV7F4SHKek .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tV7F4SHKek .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tV7F4SHKek .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV7F4SHKek .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tV7F4SHKek .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tV7F4SHKek .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tV7F4SHKek .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV7F4SHKek .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tV7F4SHKek .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tV7F4SHKek .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tV7F4SHKek .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tV7F4SHKek .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tV7F4SHKek .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tV7F4SHKek .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tV7F4SHKek .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tV7F4SHKek .nav-item:focus,
.cid-tV7F4SHKek .nav-link:focus {
  outline: none;
}
.cid-tV7F4SHKek .text-white:hover,
.cid-tV7F4SHKek .text-white:active,
.cid-tV7F4SHKek .text-white:focus {
  color: white!important;
}
.cid-tV7F4SHKek .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-item:hover {
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-menu {
  background-color: white!important;
}
.cid-tV7F4SHKek .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 204, 204, 0.35);
  display: block;
}
.cid-tV7F4SHKek .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-tV7F4SHKek .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tV7F4SHKek .nav-item {
    position: relative;
  }
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .navbar-caption {
  font-weight: 600!important;
}
.cid-tV7F4SHKek .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV7F4SHKek .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV7F4SHKek .dropdown-item.active,
.cid-tV7F4SHKek .dropdown-item:active {
  background-color: transparent;
}
.cid-tV7F4SHKek .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV7F4SHKek ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tV7F4SHKek .navbar-buttons {
  text-align: center;
}
.cid-tV7F4SHKek button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek .nav-link {
  font-weight: 600!important;
}
.cid-tV7F4SHKek a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tV7F4SHKek .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tV7F4SHKek .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tV7F4SHKek .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV7F4SHKek .navbar {
    height: 77px;
  }
  .cid-tV7F4SHKek .navbar.opened {
    height: auto;
  }
  .cid-tV7F4SHKek .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rV6X8GEt5M {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/bluelyne-56.gif");
}
.cid-rV6X8GEt5M .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rV6X8GEt5M .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rV6X8GEt5M .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rV6X8GEt5M .mbr-text,
.cid-rV6X8GEt5M .mbr-section-btn {
  color: #000000;
}
.cid-rV6YaCmSce {
  padding-top: 120px;
  background-image: url("../../../assets/images/bluelyne-56.gif");
}
.cid-rV6YaCmSce .container {
  margin-bottom: 15%;
}
.cid-rV6YaCmSce .content-container .btn-bgr {
  z-index: 0;
}
.cid-rV6YaCmSce .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ff99cc;
}
.cid-rV6YaCmSce .icon-block-top span {
  background-color: #ff99cc;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-rV6YaCmSce .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-rV6YaCmSce .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-rV6YaCmSce .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-rV6YaCmSce .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-rV6YaCmSce .box-item-text,
.cid-rV6YaCmSce .mbr-section-btn {
  color: #000000;
}
.cid-rV6YaCmSce .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rV6YaCmSce .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rV6YaCmSce .box-list li:last-child {
  border-bottom: none;
}
.cid-rV6YaCmSce .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rV6YaCmSce .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rV6YaCmSce .mbr-section-btn {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-rV6YaCmSce .mbr-section-btn > .btn-underline {
  padding: .5rem;
}
@media (min-width: 992px) {
  .cid-rV6YaCmSce .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rV6YaCmSce .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rV6YaCmSce .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-rV6YaCmSce .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-rV6YaCmSce .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rV6YaCmSce .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rV6YaCmSce .mbr-text {
  color: #efefef;
}
.cid-rV6YaCmSce H1 {
  color: #ffffff;
}
.cid-rV6YaCmSce .box-item-title {
  color: #000000;
}
.cid-rV7wFClC8O {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rV7wFClC8O h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rV7wFClC8O .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rV7wFClC8O .mbr-section-subtitle {
  color: #767676;
}
.cid-rV7wFClC8O .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rV7wFClC8O ellipse {
  stroke: white;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rV7wFClC8O .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rV7wFClC8O .progress1 path {
  stroke: #ff99cc;
}
.cid-rV7wFClC8O .progress2 path {
  stroke: #ff9999;
}
.cid-rV7wFClC8O .progress3 path {
  stroke: #ff99cc;
}
.cid-rV7wFClC8O .progress4 path {
  stroke: #001832;
}
.cid-rV7wFClC8O .card-text {
  color: #5a5a5c;
}
.cid-rV7wFClC8O H4 {
  color: #001832;
}
.cid-rV7wFClC8O .number {
  color: #001832;
}
.cid-rV7nU1Roco.popup-builder {
  background-color: #ffffff;
}
.cid-rV7nU1Roco.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rV7nU1Roco.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rV7nU1Roco .modal-content,
.cid-rV7nU1Roco .modal-dialog {
  height: auto;
}
.cid-rV7nU1Roco .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rV7nU1Roco .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rV7nU1Roco .form-wrapper .mbr-form .form-group,
  .cid-rV7nU1Roco .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rV7nU1Roco .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rV7nU1Roco .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-rV7nU1Roco .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rV7nU1Roco .pt-0 {
  padding-top: 0 !important;
}
.cid-rV7nU1Roco .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rV7nU1Roco .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rV7nU1Roco .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rV7nU1Roco .modal-open {
  overflow: hidden;
}
.cid-rV7nU1Roco .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rV7nU1Roco .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rV7nU1Roco .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rV7nU1Roco .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-rV7nU1Roco .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rV7nU1Roco .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rV7nU1Roco .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rV7nU1Roco .modal-content {
  background: #ffffff;
  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-rV7nU1Roco .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rV7nU1Roco .modal-backdrop.fade {
  opacity: 0;
}
.cid-rV7nU1Roco .modal-backdrop.show {
  opacity: .5;
}
.cid-rV7nU1Roco .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rV7nU1Roco .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rV7nU1Roco .modal-header .close:hover {
  opacity: 1;
}
.cid-rV7nU1Roco .modal-header .close:focus {
  outline: none;
}
.cid-rV7nU1Roco .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff99cc;
}
.cid-rV7nU1Roco .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rV7nU1Roco .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rV7nU1Roco .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rV7nU1Roco .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rV7nU1Roco .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rV7nU1Roco .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rV7nU1Roco .modal-sm {
    max-width: 300px;
  }
  .cid-rV7nU1Roco .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rV7nU1Roco .modal-lg,
  .cid-rV7nU1Roco .modal-xl {
    max-width: 800px;
  }
  .cid-rV7nU1Roco .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rV7nU1Roco .modal-xl {
    max-width: 1140px;
  }
  .cid-rV7nU1Roco .container {
    max-width: 1140px;
  }
}
.cid-rV7nU1Roco .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rV7nU1Roco .container {
    max-width: 720px;
  }
}
.cid-rV7nU1Roco .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rV7nU1Roco .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-rV7nU1Roco .form-group {
  margin-bottom: 1rem;
}
.cid-rV7nU1Roco .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rV7nU1Roco .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rV7nU1Roco .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-rV7nU1Roco P {
  color: #ff99cc;
}
.cid-tV7ET5uMs8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bluelyne-26.gif");
}
.cid-tV7ET5uMs8 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tV7ET5uMs8 .first-column .mbr-text {
  margin: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tV7ET5uMs8 .form-group {
  max-width: 55%;
}
.cid-tV7ET5uMs8 .form-group,
.cid-tV7ET5uMs8 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tV7ET5uMs8 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #ffffff;
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-webkit-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-ms-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .col + .mbr-section-btn .btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col,
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col-auto,
.cid-tV7ET5uMs8 .col + .mbr-section-btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tV7ET5uMs8 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column,
  .cid-tV7ET5uMs8 .third-column {
    text-align: center;
  }
}
.cid-tV7ET5uMs8 .mbr-section-title {
  color: #000000;
}
.cid-tV7ET5uMs8 .mbr-text {
  color: #000000;
}
.cid-tV7EUbaY3P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tV7EUbaY3P .mbr-flex {
  display: flex;
  justify-content: flex-start;
}
.cid-tV7EUbaY3P section {
  position: relative;
}
.cid-tV7EUbaY3P h4 {
  margin: 0;
}
.cid-tV7EUbaY3P a {
  font-weight: 300;
}
.cid-tV7EUbaY3P .row {
  align-items: center;
}
.cid-tV7EUbaY3P .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tV7EUbaY3P .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tV7EUbaY3P .img1 {
  color: #ffffff;
}
.cid-tV7EUbaY3P .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .content > div:not(.order-2) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .align-left,
  .cid-tV7EUbaY3P .align-right {
    text-align: center;
  }
  .cid-tV7EUbaY3P .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7EUbaY3P .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tV7EUbaY3P .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tV7EUbaY3P .item-title {
  color: #001832;
}
.cid-tV7EUbaY3P H4 {
  color: #001832;
}
.cid-tV7F4SHKek .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tV7F4SHKek .collapsed {
  flex-direction: row!important;
}
.cid-tV7F4SHKek .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV7F4SHKek .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV7F4SHKek .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tV7F4SHKek .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tV7F4SHKek .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV7F4SHKek .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tV7F4SHKek .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tV7F4SHKek .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tV7F4SHKek .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV7F4SHKek .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tV7F4SHKek .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tV7F4SHKek .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tV7F4SHKek .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tV7F4SHKek .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tV7F4SHKek .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tV7F4SHKek .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tV7F4SHKek .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tV7F4SHKek .nav-item:focus,
.cid-tV7F4SHKek .nav-link:focus {
  outline: none;
}
.cid-tV7F4SHKek .text-white:hover,
.cid-tV7F4SHKek .text-white:active,
.cid-tV7F4SHKek .text-white:focus {
  color: white!important;
}
.cid-tV7F4SHKek .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-item:hover {
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-menu {
  background-color: white!important;
}
.cid-tV7F4SHKek .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 204, 204, 0.35);
  display: block;
}
.cid-tV7F4SHKek .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-tV7F4SHKek .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tV7F4SHKek .nav-item {
    position: relative;
  }
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .navbar-caption {
  font-weight: 600!important;
}
.cid-tV7F4SHKek .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV7F4SHKek .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV7F4SHKek .dropdown-item.active,
.cid-tV7F4SHKek .dropdown-item:active {
  background-color: transparent;
}
.cid-tV7F4SHKek .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV7F4SHKek ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tV7F4SHKek .navbar-buttons {
  text-align: center;
}
.cid-tV7F4SHKek button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek .nav-link {
  font-weight: 600!important;
}
.cid-tV7F4SHKek a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tV7F4SHKek .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tV7F4SHKek .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tV7F4SHKek .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV7F4SHKek .navbar {
    height: 77px;
  }
  .cid-tV7F4SHKek .navbar.opened {
    height: auto;
  }
  .cid-tV7F4SHKek .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rV7ohS0DP7.popup-builder {
  background-color: #ffffff;
}
.cid-rV7ohS0DP7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rV7ohS0DP7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rV7ohS0DP7 .modal-content,
.cid-rV7ohS0DP7 .modal-dialog {
  height: auto;
}
.cid-rV7ohS0DP7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rV7ohS0DP7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rV7ohS0DP7 .form-wrapper .mbr-form .form-group,
  .cid-rV7ohS0DP7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rV7ohS0DP7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rV7ohS0DP7 .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-rV7ohS0DP7 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-rV7ohS0DP7 .pt-0 {
  padding-top: 0 !important;
}
.cid-rV7ohS0DP7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rV7ohS0DP7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rV7ohS0DP7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rV7ohS0DP7 .modal-open {
  overflow: hidden;
}
.cid-rV7ohS0DP7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rV7ohS0DP7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rV7ohS0DP7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rV7ohS0DP7 .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-rV7ohS0DP7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rV7ohS0DP7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rV7ohS0DP7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rV7ohS0DP7 .modal-content {
  background: #ff99cc;
  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-rV7ohS0DP7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rV7ohS0DP7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rV7ohS0DP7 .modal-backdrop.show {
  opacity: .5;
}
.cid-rV7ohS0DP7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rV7ohS0DP7 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rV7ohS0DP7 .modal-header .close:hover {
  opacity: 1;
}
.cid-rV7ohS0DP7 .modal-header .close:focus {
  outline: none;
}
.cid-rV7ohS0DP7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-rV7ohS0DP7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rV7ohS0DP7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rV7ohS0DP7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rV7ohS0DP7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rV7ohS0DP7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rV7ohS0DP7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rV7ohS0DP7 .modal-sm {
    max-width: 300px;
  }
  .cid-rV7ohS0DP7 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rV7ohS0DP7 .modal-lg,
  .cid-rV7ohS0DP7 .modal-xl {
    max-width: 800px;
  }
  .cid-rV7ohS0DP7 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rV7ohS0DP7 .modal-xl {
    max-width: 1140px;
  }
  .cid-rV7ohS0DP7 .container {
    max-width: 1140px;
  }
}
.cid-rV7ohS0DP7 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rV7ohS0DP7 .container {
    max-width: 720px;
  }
}
.cid-rV7ohS0DP7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rV7ohS0DP7 .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-rV7ohS0DP7 .form-group {
  margin-bottom: 1rem;
}
.cid-rV7ohS0DP7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rV7ohS0DP7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rV7ohS0DP7 .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-rV7ohS0DP7 P {
  color: #ffffff;
}
.cid-rV7ptU0JMr.popup-builder {
  background-color: #ffffff;
}
.cid-rV7ptU0JMr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rV7ptU0JMr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rV7ptU0JMr .modal-content,
.cid-rV7ptU0JMr .modal-dialog {
  height: auto;
}
.cid-rV7ptU0JMr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rV7ptU0JMr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rV7ptU0JMr .form-wrapper .mbr-form .form-group,
  .cid-rV7ptU0JMr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rV7ptU0JMr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rV7ptU0JMr .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-rV7ptU0JMr .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-rV7ptU0JMr .pt-0 {
  padding-top: 0 !important;
}
.cid-rV7ptU0JMr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rV7ptU0JMr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rV7ptU0JMr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rV7ptU0JMr .modal-open {
  overflow: hidden;
}
.cid-rV7ptU0JMr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rV7ptU0JMr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rV7ptU0JMr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rV7ptU0JMr .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-rV7ptU0JMr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rV7ptU0JMr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rV7ptU0JMr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rV7ptU0JMr .modal-content {
  background: #ff99cc;
  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-rV7ptU0JMr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rV7ptU0JMr .modal-backdrop.fade {
  opacity: 0;
}
.cid-rV7ptU0JMr .modal-backdrop.show {
  opacity: .5;
}
.cid-rV7ptU0JMr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rV7ptU0JMr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rV7ptU0JMr .modal-header .close:hover {
  opacity: 1;
}
.cid-rV7ptU0JMr .modal-header .close:focus {
  outline: none;
}
.cid-rV7ptU0JMr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-rV7ptU0JMr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rV7ptU0JMr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rV7ptU0JMr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rV7ptU0JMr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rV7ptU0JMr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rV7ptU0JMr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rV7ptU0JMr .modal-sm {
    max-width: 300px;
  }
  .cid-rV7ptU0JMr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rV7ptU0JMr .modal-lg,
  .cid-rV7ptU0JMr .modal-xl {
    max-width: 800px;
  }
  .cid-rV7ptU0JMr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rV7ptU0JMr .modal-xl {
    max-width: 1140px;
  }
  .cid-rV7ptU0JMr .container {
    max-width: 1140px;
  }
}
.cid-rV7ptU0JMr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rV7ptU0JMr .container {
    max-width: 720px;
  }
}
.cid-rV7ptU0JMr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rV7ptU0JMr .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-rV7ptU0JMr .form-group {
  margin-bottom: 1rem;
}
.cid-rV7ptU0JMr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rV7ptU0JMr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rV7ptU0JMr .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-rV7ptU0JMr P {
  color: #ffffff;
}
.cid-rV7lunoY5z.popup-builder {
  background-color: #ffffff;
}
.cid-rV7lunoY5z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rV7lunoY5z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rV7lunoY5z .modal-content,
.cid-rV7lunoY5z .modal-dialog {
  height: auto;
}
.cid-rV7lunoY5z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rV7lunoY5z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rV7lunoY5z .form-wrapper .mbr-form .form-group,
  .cid-rV7lunoY5z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rV7lunoY5z .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rV7lunoY5z .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-rV7lunoY5z .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-rV7lunoY5z .pt-0 {
  padding-top: 0 !important;
}
.cid-rV7lunoY5z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rV7lunoY5z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rV7lunoY5z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rV7lunoY5z .modal-open {
  overflow: hidden;
}
.cid-rV7lunoY5z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rV7lunoY5z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rV7lunoY5z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rV7lunoY5z .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-rV7lunoY5z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rV7lunoY5z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rV7lunoY5z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rV7lunoY5z .modal-content {
  background: #ffffff;
  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-rV7lunoY5z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rV7lunoY5z .modal-backdrop.fade {
  opacity: 0;
}
.cid-rV7lunoY5z .modal-backdrop.show {
  opacity: .5;
}
.cid-rV7lunoY5z .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rV7lunoY5z .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rV7lunoY5z .modal-header .close:hover {
  opacity: 1;
}
.cid-rV7lunoY5z .modal-header .close:focus {
  outline: none;
}
.cid-rV7lunoY5z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff99cc;
}
.cid-rV7lunoY5z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rV7lunoY5z .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rV7lunoY5z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rV7lunoY5z .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rV7lunoY5z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rV7lunoY5z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rV7lunoY5z .modal-sm {
    max-width: 300px;
  }
  .cid-rV7lunoY5z .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rV7lunoY5z .modal-lg,
  .cid-rV7lunoY5z .modal-xl {
    max-width: 800px;
  }
  .cid-rV7lunoY5z .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rV7lunoY5z .modal-xl {
    max-width: 1140px;
  }
  .cid-rV7lunoY5z .container {
    max-width: 1140px;
  }
}
.cid-rV7lunoY5z .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rV7lunoY5z .container {
    max-width: 720px;
  }
}
.cid-rV7lunoY5z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rV7lunoY5z .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-rV7lunoY5z .form-group {
  margin-bottom: 1rem;
}
.cid-rV7lunoY5z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rV7lunoY5z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rV7lunoY5z .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-rV7lunoY5z P {
  color: #ff99cc;
}
.cid-rV7q7yVeIx.popup-builder {
  background-color: #ffffff;
}
.cid-rV7q7yVeIx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rV7q7yVeIx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rV7q7yVeIx .modal-content,
.cid-rV7q7yVeIx .modal-dialog {
  height: auto;
}
.cid-rV7q7yVeIx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rV7q7yVeIx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rV7q7yVeIx .form-wrapper .mbr-form .form-group,
  .cid-rV7q7yVeIx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rV7q7yVeIx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rV7q7yVeIx .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-rV7q7yVeIx .mbr-text {
  text-align: center;
  color: #ff99cc;
}
.cid-rV7q7yVeIx .pt-0 {
  padding-top: 0 !important;
}
.cid-rV7q7yVeIx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rV7q7yVeIx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rV7q7yVeIx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rV7q7yVeIx .modal-open {
  overflow: hidden;
}
.cid-rV7q7yVeIx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rV7q7yVeIx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rV7q7yVeIx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rV7q7yVeIx .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-rV7q7yVeIx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rV7q7yVeIx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rV7q7yVeIx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rV7q7yVeIx .modal-content {
  background: #ffffff;
  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-rV7q7yVeIx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rV7q7yVeIx .modal-backdrop.fade {
  opacity: 0;
}
.cid-rV7q7yVeIx .modal-backdrop.show {
  opacity: .5;
}
.cid-rV7q7yVeIx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rV7q7yVeIx .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rV7q7yVeIx .modal-header .close:hover {
  opacity: 1;
}
.cid-rV7q7yVeIx .modal-header .close:focus {
  outline: none;
}
.cid-rV7q7yVeIx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #5a5a5c;
}
.cid-rV7q7yVeIx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rV7q7yVeIx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rV7q7yVeIx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rV7q7yVeIx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rV7q7yVeIx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rV7q7yVeIx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rV7q7yVeIx .modal-sm {
    max-width: 300px;
  }
  .cid-rV7q7yVeIx .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rV7q7yVeIx .modal-lg,
  .cid-rV7q7yVeIx .modal-xl {
    max-width: 800px;
  }
  .cid-rV7q7yVeIx .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rV7q7yVeIx .modal-xl {
    max-width: 1140px;
  }
  .cid-rV7q7yVeIx .container {
    max-width: 1140px;
  }
}
.cid-rV7q7yVeIx .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rV7q7yVeIx .container {
    max-width: 720px;
  }
}
.cid-rV7q7yVeIx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rV7q7yVeIx .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-rV7q7yVeIx .form-group {
  margin-bottom: 1rem;
}
.cid-rV7q7yVeIx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rV7q7yVeIx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rV7q7yVeIx .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-rV7q7yVeIx P {
  color: #ffffff;
}
.cid-tV7ET5uMs8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bluelyne-26.gif");
}
.cid-tV7ET5uMs8 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tV7ET5uMs8 .first-column .mbr-text {
  margin: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tV7ET5uMs8 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tV7ET5uMs8 .form-group {
  max-width: 55%;
}
.cid-tV7ET5uMs8 .form-group,
.cid-tV7ET5uMs8 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tV7ET5uMs8 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #ffffff;
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-webkit-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control::-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-moz-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .form-control:-ms-input-placeholder {
  color: #ff9999;
}
.cid-tV7ET5uMs8 .col + .mbr-section-btn .btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col,
.cid-tV7ET5uMs8 .dragArea > *:nth-last-child(2).col-auto,
.cid-tV7ET5uMs8 .col + .mbr-section-btn,
.cid-tV7ET5uMs8 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column {
    padding-bottom: 2rem;
  }
  .cid-tV7ET5uMs8 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7ET5uMs8 .first-column,
  .cid-tV7ET5uMs8 .second-column,
  .cid-tV7ET5uMs8 .third-column {
    text-align: center;
  }
}
.cid-tV7ET5uMs8 .mbr-section-title {
  color: #000000;
}
.cid-tV7ET5uMs8 .mbr-text {
  color: #000000;
}
.cid-tV7EUbaY3P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tV7EUbaY3P .mbr-flex {
  display: flex;
  justify-content: flex-start;
}
.cid-tV7EUbaY3P section {
  position: relative;
}
.cid-tV7EUbaY3P h4 {
  margin: 0;
}
.cid-tV7EUbaY3P a {
  font-weight: 300;
}
.cid-tV7EUbaY3P .row {
  align-items: center;
}
.cid-tV7EUbaY3P .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-tV7EUbaY3P .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tV7EUbaY3P .img1 {
  color: #ffffff;
}
.cid-tV7EUbaY3P .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .content > div:not(.order-2) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tV7EUbaY3P .align-left,
  .cid-tV7EUbaY3P .align-right {
    text-align: center;
  }
  .cid-tV7EUbaY3P .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tV7EUbaY3P .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-tV7EUbaY3P .item {
    padding-bottom: 0.5rem;
  }
}
.cid-tV7EUbaY3P .item-title {
  color: #001832;
}
.cid-tV7EUbaY3P H4 {
  color: #001832;
}
.cid-tV7F4SHKek .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tV7F4SHKek .collapsed {
  flex-direction: row!important;
}
.cid-tV7F4SHKek .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV7F4SHKek .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV7F4SHKek .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tV7F4SHKek .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tV7F4SHKek .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV7F4SHKek .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tV7F4SHKek .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV7F4SHKek .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tV7F4SHKek .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tV7F4SHKek .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV7F4SHKek .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tV7F4SHKek .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tV7F4SHKek .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tV7F4SHKek .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tV7F4SHKek .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tV7F4SHKek .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tV7F4SHKek .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tV7F4SHKek .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tV7F4SHKek .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tV7F4SHKek .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tV7F4SHKek .nav-item:focus,
.cid-tV7F4SHKek .nav-link:focus {
  outline: none;
}
.cid-tV7F4SHKek .text-white:hover,
.cid-tV7F4SHKek .text-white:active,
.cid-tV7F4SHKek .text-white:focus {
  color: white!important;
}
.cid-tV7F4SHKek .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-item:hover {
  color: black!important;
}
.cid-tV7F4SHKek .dropdown-menu {
  background-color: white!important;
}
.cid-tV7F4SHKek .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 204, 204, 0.35);
  display: block;
}
.cid-tV7F4SHKek .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff9999;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tV7F4SHKek .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-tV7F4SHKek .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-tV7F4SHKek .nav-item {
    position: relative;
  }
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tV7F4SHKek .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tV7F4SHKek .navbar-caption {
  font-weight: 600!important;
}
.cid-tV7F4SHKek .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tV7F4SHKek .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV7F4SHKek .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV7F4SHKek .dropdown-item.active,
.cid-tV7F4SHKek .dropdown-item:active {
  background-color: transparent;
}
.cid-tV7F4SHKek .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV7F4SHKek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tV7F4SHKek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV7F4SHKek ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tV7F4SHKek .navbar-buttons {
  text-align: center;
}
.cid-tV7F4SHKek button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tV7F4SHKek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tV7F4SHKek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV7F4SHKek .nav-link {
  font-weight: 600!important;
}
.cid-tV7F4SHKek a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tV7F4SHKek .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tV7F4SHKek .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tV7F4SHKek .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV7F4SHKek .navbar {
    height: 77px;
  }
  .cid-tV7F4SHKek .navbar.opened {
    height: auto;
  }
  .cid-tV7F4SHKek .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
