body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 10rem;
}
.display-1 > .mbr-iconfont {
  font-size: 16rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.66rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 8rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #073b4c !important;
}
.bg-success {
  background-color: #55b4d4 !important;
}
.bg-info {
  background-color: #808080 !important;
}
.bg-warning {
  background-color: #b6650c !important;
}
.bg-danger {
  background-color: #b2ccd2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #073b4c !important;
  border-color: #073b4c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #073b4c !important;
  border-color: #073b4c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !important;
}
.btn-info,
.btn-info:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-success,
.btn-success:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b6650c !important;
  border-color: #b6650c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #6e3d07 !important;
  border-color: #6e3d07 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6e3d07 !important;
  border-color: #6e3d07 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #073b4c;
  border-color: #073b4c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #073b4c !important;
  border-color: #073b4c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #073b4c;
  border-color: #073b4c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #073b4c !important;
  border-color: #073b4c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #563006;
  color: #563006;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b6650c;
  border-color: #b6650c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b6650c !important;
  border-color: #b6650c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !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: #073b4c !important;
}
.text-secondary {
  color: #073b4c !important;
}
.text-success {
  color: #55b4d4 !important;
}
.text-info {
  color: #808080 !important;
}
.text-warning {
  color: #b6650c !important;
}
.text-danger {
  color: #b2ccd2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1084a9 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #1084a9 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #a6d8e9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b3b3b3 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f29836 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f2f7f8 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #808080;
}
.alert-warning {
  background-color: #b6650c;
}
.alert-danger {
  background-color: #b2ccd2;
}
.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: #073b4c;
  border-color: #073b4c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #073b4c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4ac6ee;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f8fcfd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f3a54e;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #073b4c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #073b4c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #073b4c;
  border-bottom-color: #073b4c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #073b4c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #073b4c !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%;
  width: 100%;
  height: auto;
}
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='%23073b4c' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rJ1PQdNkRN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-rJ1PQdNkRN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rJ1PQdNkRN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rJ1PQdNkRN .nav-link {
  position: relative;
}
.cid-rJ1PQdNkRN .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-rJ1PQdNkRN .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-rJ1PQdNkRN .container {
  display: flex;
  margin: auto;
}
.cid-rJ1PQdNkRN .navbar.navbar-short .nav-link,
.cid-rJ1PQdNkRN .navbar.navbar-short .navbar-caption,
.cid-rJ1PQdNkRN .navbar.navbar-short .mbr-iconfont,
.cid-rJ1PQdNkRN .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-rJ1PQdNkRN .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-rJ1PQdNkRN .navbar-caption {
  padding-right: 3rem;
}
.cid-rJ1PQdNkRN .dropdown-menu,
.cid-rJ1PQdNkRN .navbar.opened {
  background: #000000 !important;
}
.cid-rJ1PQdNkRN .nav-item:focus,
.cid-rJ1PQdNkRN .nav-link:focus {
  outline: none;
}
.cid-rJ1PQdNkRN .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-rJ1PQdNkRN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJ1PQdNkRN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rJ1PQdNkRN .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-rJ1PQdNkRN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rJ1PQdNkRN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rJ1PQdNkRN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rJ1PQdNkRN .navbar.opened {
  transition: all .3s;
}
.cid-rJ1PQdNkRN .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rJ1PQdNkRN .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rJ1PQdNkRN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rJ1PQdNkRN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rJ1PQdNkRN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJ1PQdNkRN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJ1PQdNkRN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rJ1PQdNkRN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJ1PQdNkRN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rJ1PQdNkRN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rJ1PQdNkRN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rJ1PQdNkRN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJ1PQdNkRN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJ1PQdNkRN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJ1PQdNkRN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rJ1PQdNkRN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rJ1PQdNkRN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJ1PQdNkRN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rJ1PQdNkRN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rJ1PQdNkRN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJ1PQdNkRN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rJ1PQdNkRN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rJ1PQdNkRN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJ1PQdNkRN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rJ1PQdNkRN .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-rJ1PQdNkRN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJ1PQdNkRN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJ1PQdNkRN .dropdown-item.active,
.cid-rJ1PQdNkRN .dropdown-item:active {
  background-color: transparent;
}
.cid-rJ1PQdNkRN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rJ1PQdNkRN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJ1PQdNkRN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJ1PQdNkRN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rJ1PQdNkRN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rJ1PQdNkRN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJ1PQdNkRN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rJ1PQdNkRN .navbar-buttons {
  text-align: center;
}
.cid-rJ1PQdNkRN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJ1PQdNkRN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-rJ1PQdNkRN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJ1PQdNkRN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJ1PQdNkRN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJ1PQdNkRN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJ1PQdNkRN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJ1PQdNkRN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJ1PQdNkRN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJ1PQdNkRN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJ1PQdNkRN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rJ1PQdNkRN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJ1PQdNkRN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rJ1PQdNkRN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rJ1PQdNkRN .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rJ1PQdNkRN .navbar {
    height: 77px;
  }
  .cid-rJ1PQdNkRN .navbar.opened {
    height: auto;
  }
  .cid-rJ1PQdNkRN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rJ1PKX7roK {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/clay-h1b-1529x803.jpg");
}
@media (min-width: 992px) {
  .cid-rJ1PKX7roK .display-1 {
    letter-spacing: -6px;
  }
}
.cid-rJ1PKX7roK p {
  margin: 0;
}
.cid-rJ1PKX7roK .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-rJ1PKX7roK .display-1 {
  line-height: 1;
}
.cid-td0Fkap6h5 {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-td0Fkap6h5 h3 {
  position: relative;
}
.cid-td0Fkap6h5 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-td0Fkap6h5 .mbr-text,
.cid-td0Fkap6h5 .mbr-section-btn {
  text-align: left;
}
.cid-td0Fkap6h5 H1 {
  color: #073b4c;
}
.cid-tfDojv2ZQe {
  padding-top: 10px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tfDojv2ZQe h3 {
  position: relative;
}
.cid-tfDojv2ZQe h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -50px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tfDojv2ZQe .mbr-text,
.cid-tfDojv2ZQe .mbr-section-btn {
  text-align: left;
}
.cid-tfDojv2ZQe H1 {
  color: #073b4c;
}
.cid-tfDq0jBngN {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #a8b7bc;
}
@media (min-width: 992px) {
  .cid-tfDq0jBngN .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tfDq0jBngN p {
  margin: 0;
}
.cid-tfDq0jBngN .display-1 {
  line-height: 1;
}
.cid-tfDomZ4wDL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tfDomZ4wDL .item-subtitle a {
  font-weight: 600;
}
.cid-tfDomZ4wDL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tfDomZ4wDL .item:hover img {
  transform: scale(1.05);
}
.cid-tfDomZ4wDL .item-img {
  overflow: hidden;
}
.cid-tfDomZ4wDL img,
.cid-tfDomZ4wDL .item-img {
  width: 100%;
  transition: all 1s;
}
.cid-tfDomZ4wDL h5 {
  margin: 0;
}
.cid-tfDomZ4wDL .item:focus,
.cid-tfDomZ4wDL span:focus {
  outline: none;
}
.cid-tfDomZ4wDL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tfDomZ4wDL .item-content {
  padding-top: 2rem;
}
.cid-tfDomZ4wDL .mbr-section-title {
  color: #232323;
}
.cid-tfDomZ4wDL .item-title {
  color: #ffffff;
}
.cid-tfDomZ4wDL .item-subtitle {
  text-align: center;
}
.cid-tfDoob4Roo {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tfDoob4Roo .mbr-text,
.cid-tfDoob4Roo .img-align {
  text-align: left;
}
.cid-tfDxiPlfVI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfDxiPlfVI [class^='socicon-']:before,
.cid-tfDxiPlfVI [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-tfDxiPlfVI .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #2e6b75;
  transition: all 0.3s;
  border-color: #2e6b75;
}
.cid-tfDxiPlfVI .btn-social:hover {
  background: #2e6b75;
}
.cid-tfDxiPlfVI .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tfDxiPlfVI .btn-social:hover span {
  color: #ffffff !important;
}
.cid-tfDxiPlfVI .mbr-section-title {
  color: #2e6b75;
}
.cid-tfDxiPlfVI .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-tfDxiPlfVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfDxiPlfVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfDpZgsQwU {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #879a9f;
}
@media (min-width: 992px) {
  .cid-tfDpZgsQwU .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tfDpZgsQwU p {
  margin: 0;
}
.cid-tfDpZgsQwU .display-1 {
  line-height: 1;
}
.cid-tfDopbLSuW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tfDopbLSuW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tfDopbLSuW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tfDopbLSuW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tfDopbLSuW .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfDopbLSuW .container {
  padding: 0;
}
.cid-tfDopbLSuW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tfDopbLSuW .icon-focus {
  display: none;
}
.cid-tfDopbLSuW .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-tfDopbLSuW .btn[class*=-outline]:hover,
.cid-tfDopbLSuW .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-tfDopbLSuW li:hover .btn-primary-outline,
.cid-tfDopbLSuW li:active .btn-primary-outline,
.cid-tfDopbLSuW li.active .btn-primary-outline {
  color: #073b4c !important;
}
.cid-tfDopbLSuW li:hover .btn-secondary-outline,
.cid-tfDopbLSuW li:active .btn-secondary-outline,
.cid-tfDopbLSuW li.active .btn-secondary-outline {
  color: #073b4c !important;
}
.cid-tfDopbLSuW li:hover .btn-info-outline,
.cid-tfDopbLSuW li:active .btn-info-outline,
.cid-tfDopbLSuW li.active .btn-info-outline {
  color: #808080 !important;
}
.cid-tfDopbLSuW li:hover .btn-warning-outline,
.cid-tfDopbLSuW li:active .btn-warning-outline,
.cid-tfDopbLSuW li.active .btn-warning-outline {
  color: #b6650c !important;
}
.cid-tfDopbLSuW li:hover .btn-white-outline,
.cid-tfDopbLSuW li:active .btn-white-outline,
.cid-tfDopbLSuW li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-tfDopbLSuW li:hover .btn-black-outline,
.cid-tfDopbLSuW li:active .btn-black-outline,
.cid-tfDopbLSuW li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-tfDopbLSuW li:hover .btn-success-outline,
.cid-tfDopbLSuW li:active .btn-success-outline,
.cid-tfDopbLSuW li.active .btn-success-outline {
  color: #55b4d4 !important;
}
.cid-tfDopbLSuW li:hover .btn-danger-outline,
.cid-tfDopbLSuW li:active .btn-danger-outline,
.cid-tfDopbLSuW li.active .btn-danger-outline {
  color: #b2ccd2 !important;
}
.cid-tfDopbLSuW li {
  position: relative;
}
.cid-tfDopbLSuW li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-tfDopbLSuW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tfDopbLSuW .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tfDopbLSuW .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-tfDopbLSuW .btn {
  font-family: DM Sans !important;
}
.cid-tfDopbLSuW .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tfDopbLSuW .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-tfDopbLSuW .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-tfDopbLSuW .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-uwtjakcuxR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uwtjakcuxR .row {
  align-items: center;
}
.cid-uwtjakcuxR .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uwtjakcuxR .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uwtjakcuxR .header-text {
    margin-bottom: 20px;
  }
}
.cid-uwtjakcuxR .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uwtjakcuxR .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-uwtjakcuxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtjakcuxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcZMyFggDf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tcZMyFggDf a:link {
  text-decoration: none;
}
.cid-tcZMyFggDf .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tcZMyFggDf .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tcZMyFggDf .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tcZMyFggDf .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tcZMyFggDf .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-tcZMyFggDf .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-tcZMyFggDf .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #ffffff;
  position: relative;
  top: -19px;
}
.cid-tcZMyFggDf .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}
.cid-tcZMyFggDf .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-tcZMyFggDf .plan-title,
.cid-tcZMyFggDf .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-tcZMyFggDf .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-tcZMyFggDf .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-tcZMyFggDf .mbr-section-title span {
  color: #ffbc00;
}
.cid-tcZMyFggDf .mbr-text {
  color: #ffffff;
}
.cid-tfE5JV6Tzm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 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-tfE5JV6Tzm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tfE5JV6Tzm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfE5JV6Tzm .nav-link {
  position: relative;
}
.cid-tfE5JV6Tzm .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-tfE5JV6Tzm .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-tfE5JV6Tzm .container {
  display: flex;
  margin: auto;
}
.cid-tfE5JV6Tzm .navbar.navbar-short .nav-link,
.cid-tfE5JV6Tzm .navbar.navbar-short .navbar-caption,
.cid-tfE5JV6Tzm .navbar.navbar-short .mbr-iconfont,
.cid-tfE5JV6Tzm .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-tfE5JV6Tzm .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-tfE5JV6Tzm .navbar-caption {
  padding-right: 3rem;
}
.cid-tfE5JV6Tzm .dropdown-menu,
.cid-tfE5JV6Tzm .navbar.opened {
  background: #000000 !important;
}
.cid-tfE5JV6Tzm .nav-item:focus,
.cid-tfE5JV6Tzm .nav-link:focus {
  outline: none;
}
.cid-tfE5JV6Tzm .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-tfE5JV6Tzm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfE5JV6Tzm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfE5JV6Tzm .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-tfE5JV6Tzm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfE5JV6Tzm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfE5JV6Tzm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tfE5JV6Tzm .navbar.opened {
  transition: all .3s;
}
.cid-tfE5JV6Tzm .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfE5JV6Tzm .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tfE5JV6Tzm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfE5JV6Tzm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfE5JV6Tzm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfE5JV6Tzm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfE5JV6Tzm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tfE5JV6Tzm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfE5JV6Tzm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfE5JV6Tzm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfE5JV6Tzm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfE5JV6Tzm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfE5JV6Tzm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfE5JV6Tzm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfE5JV6Tzm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tfE5JV6Tzm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfE5JV6Tzm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfE5JV6Tzm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfE5JV6Tzm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfE5JV6Tzm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfE5JV6Tzm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfE5JV6Tzm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tfE5JV6Tzm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tfE5JV6Tzm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tfE5JV6Tzm .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-tfE5JV6Tzm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfE5JV6Tzm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfE5JV6Tzm .dropdown-item.active,
.cid-tfE5JV6Tzm .dropdown-item:active {
  background-color: transparent;
}
.cid-tfE5JV6Tzm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfE5JV6Tzm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfE5JV6Tzm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfE5JV6Tzm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfE5JV6Tzm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfE5JV6Tzm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfE5JV6Tzm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfE5JV6Tzm .navbar-buttons {
  text-align: center;
}
.cid-tfE5JV6Tzm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfE5JV6Tzm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #073b4c;
}
.cid-tfE5JV6Tzm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfE5JV6Tzm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfE5JV6Tzm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfE5JV6Tzm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfE5JV6Tzm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfE5JV6Tzm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfE5JV6Tzm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfE5JV6Tzm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfE5JV6Tzm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tfE5JV6Tzm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfE5JV6Tzm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfE5JV6Tzm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tfE5JV6Tzm .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfE5JV6Tzm .navbar {
    height: 77px;
  }
  .cid-tfE5JV6Tzm .navbar.opened {
    height: auto;
  }
  .cid-tfE5JV6Tzm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfE5JQOv3N {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #a8b7bc;
}
@media (min-width: 992px) {
  .cid-tfE5JQOv3N .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tfE5JQOv3N p {
  margin: 0;
}
.cid-tfE5JQOv3N .display-1 {
  line-height: 1;
}
.cid-tqHYglcPxh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tfEJijMrFZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tfEJijMrFZ .item-subtitle a {
  font-weight: 600;
}
.cid-tfEJijMrFZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tfEJijMrFZ .item:hover img {
  transform: scale(1.05);
}
.cid-tfEJijMrFZ .item-img {
  overflow: hidden;
}
.cid-tfEJijMrFZ img,
.cid-tfEJijMrFZ .item-img {
  width: 100%;
  transition: all 1s;
}
.cid-tfEJijMrFZ h5 {
  margin: 0;
}
.cid-tfEJijMrFZ .item:focus,
.cid-tfEJijMrFZ span:focus {
  outline: none;
}
.cid-tfEJijMrFZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tfEJijMrFZ .item-content {
  padding-top: 2rem;
}
.cid-tfEJijMrFZ .mbr-section-title {
  color: #232323;
}
.cid-tfEJijMrFZ .item-title {
  color: #073b4c;
}
.cid-tfEJijMrFZ .item-subtitle {
  text-align: center;
}
.cid-tfE5JSBqzY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfE5JSBqzY [class^='socicon-']:before,
.cid-tfE5JSBqzY [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-tfE5JSBqzY .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #2e6b75;
  transition: all 0.3s;
  border-color: #2e6b75;
}
.cid-tfE5JSBqzY .btn-social:hover {
  background: #2e6b75;
}
.cid-tfE5JSBqzY .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tfE5JSBqzY .btn-social:hover span {
  color: #ffffff !important;
}
.cid-tfE5JSBqzY .mbr-section-title {
  color: #2e6b75;
}
.cid-tfE5JSBqzY .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-tfE5JSBqzY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfE5JSBqzY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfE5JUnhR0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-tfE5JUnhR0 a:link {
  text-decoration: none;
}
.cid-tfE5JUnhR0 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tfE5JUnhR0 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tfE5JUnhR0 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tfE5JUnhR0 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tfE5JUnhR0 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-tfE5JUnhR0 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-tfE5JUnhR0 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #ffffff;
  position: relative;
  top: -19px;
}
.cid-tfE5JUnhR0 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}
.cid-tfE5JUnhR0 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-tfE5JUnhR0 .plan-title,
.cid-tfE5JUnhR0 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-tfE5JUnhR0 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-tfE5JUnhR0 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-tfE5JUnhR0 .mbr-section-title span {
  color: #ffbc00;
}
.cid-tfE5JUnhR0 .mbr-text {
  color: #ffffff;
}
