@import url(https://fonts.googleapis.com/css?family=Bebas+Neue:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Bebas Neue', display;
  font-size: 5.63rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 9.008rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.941rem;
    font-size: calc( 2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ea5455 !important;
}
.bg-success {
  background-color: #a3a3a3 !important;
}
.bg-info {
  background-color: #cccccc !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #decdc3 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ea5455 !important;
  border-color: #ea5455 !important;
  color: #cccccc !important;
}
.btn-primary:hover {
  color: #cccccc !important;
  background-color: #d71a1c !important;
  border-color: #d71a1c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #cccccc !important;
  background-color: #d71a1c !important;
  border-color: #d71a1c !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #f08182 !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2d4059 !important;
  border-color: #2d4059 !important;
  color: #cccccc !important;
}
.btn-secondary:hover {
  color: #cccccc !important;
  background-color: #131b26 !important;
  border-color: #131b26 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #cccccc !important;
  background-color: #131b26 !important;
  border-color: #131b26 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info:hover {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
  color: #cccccc !important;
}
.btn-success:hover {
  color: #cccccc !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #cccccc !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #cccccc !important;
}
.btn-warning:hover {
  color: #cccccc !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #cccccc !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #decdc3 !important;
  border-color: #decdc3 !important;
  color: #cccccc !important;
}
.btn-danger:hover {
  color: #cccccc !important;
  background-color: #c3a492 !important;
  border-color: #c3a492 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #cccccc !important;
  background-color: #c3a492 !important;
  border-color: #c3a492 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #cccccc !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #cccccc !important;
}
.btn-black:hover {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #ea5455 !important;
  color: #ffffff !important;
  color: #ea5455 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ea5455;
  color: #ea5455;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ea5455;
  border-color: #ea5455;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea5455 !important;
  border-color: #ea5455 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #ea5455 !important;
  color: #cccccc !important;
}
.btn-primary-outline:hover {
  color: #cccccc !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #2d4059 !important;
  color: #ffffff !important;
  color: #2d4059 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2d4059;
  color: #2d4059;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #2d4059;
  border-color: #2d4059;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2d4059 !important;
  border-color: #2d4059 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #2d4059 !important;
  color: #cccccc !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #cccccc !important;
  color: #ffffff !important;
  color: #cccccc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #a3a3a3 !important;
  color: #ffffff !important;
  color: #a3a3a3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a3a3a3;
  color: #a3a3a3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #a3a3a3 !important;
  color: #cccccc !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #808080 !important;
  color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #808080 !important;
  color: #cccccc !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #decdc3 !important;
  color: #ffffff !important;
  color: #decdc3 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #decdc3;
  color: #decdc3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #694b39;
  background-color: #decdc3;
  border-color: #decdc3;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #694b39 !important;
  background-color: #decdc3 !important;
  border-color: #decdc3 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #decdc3 !important;
  color: #cccccc !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #cccccc !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: #ea5455 !important;
}
.text-secondary {
  color: #2d4059 !important;
}
.text-success {
  color: #a3a3a3 !important;
}
.text-info {
  color: #cccccc !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #decdc3 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f5afaf !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4f719d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d6d6d6 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffffff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ea5455;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cccccc;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #decdc3;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ea5455;
  border-color: #ea5455;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ea5455;
}
.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: #e3e3e3;
}
.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: #c0c0c0;
}
.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: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ea5455;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ea5455;
  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: #ea5455;
  border-bottom-color: #ea5455;
}
.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: #ea5455 !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: #2d4059 !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='%23ea5455' %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-skFEmUbcDD .nav-item:focus,
.cid-skFEmUbcDD .nav-link:focus {
  outline: none;
}
.cid-skFEmUbcDD .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-skFEmUbcDD .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-skFEmUbcDD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skFEmUbcDD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skFEmUbcDD .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-skFEmUbcDD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skFEmUbcDD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2d4059;
  flex-direction: row !important;
  background: none;
}
.cid-skFEmUbcDD .navbar.opened {
  transition: all .3s;
  background: #2d4059 !important;
}
.cid-skFEmUbcDD .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-skFEmUbcDD .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-skFEmUbcDD .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-skFEmUbcDD .navbar .navbar-collapse.show,
.cid-skFEmUbcDD .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-skFEmUbcDD .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-skFEmUbcDD .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-skFEmUbcDD .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-skFEmUbcDD .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 4.9rem);
}
.cid-skFEmUbcDD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skFEmUbcDD .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-skFEmUbcDD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skFEmUbcDD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skFEmUbcDD .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-skFEmUbcDD .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-skFEmUbcDD .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-skFEmUbcDD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-skFEmUbcDD .navbar.navbar-short {
  background: #2d4059 !important;
  min-height: 60px;
}
.cid-skFEmUbcDD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skFEmUbcDD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skFEmUbcDD .navbar-brand {
  min-height: 61px;
  -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-skFEmUbcDD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skFEmUbcDD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skFEmUbcDD .dropdown-item.active,
.cid-skFEmUbcDD .dropdown-item:active {
  background-color: transparent;
}
.cid-skFEmUbcDD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skFEmUbcDD .nav-dropdown .link {
  margin: .2em 0em;
}
.cid-skFEmUbcDD .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-skFEmUbcDD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-skFEmUbcDD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d4059;
}
.cid-skFEmUbcDD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skFEmUbcDD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skFEmUbcDD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skFEmUbcDD .navbar-buttons {
  text-align: inherit;
}
.cid-skFEmUbcDD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skFEmUbcDD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e5e5e5;
}
.cid-skFEmUbcDD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skFEmUbcDD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skFEmUbcDD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skFEmUbcDD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skFEmUbcDD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skFEmUbcDD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skFEmUbcDD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skFEmUbcDD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skFEmUbcDD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-skFEmUbcDD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-skFEmUbcDD .icons-menu {
  text-align: inherit;
}
.cid-skFEmUbcDD .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-skFEmUbcDD .nav-link:hover,
.cid-skFEmUbcDD .dropdown-item:hover,
.cid-skFEmUbcDD .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skFEmUbcDD .navbar {
    height: 77px;
  }
  .cid-skFEmUbcDD .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-skFEmUbcDD .navbar-collapse .img-column {
    display: none;
  }
  .cid-skFEmUbcDD .icons-menu,
  .cid-skFEmUbcDD .navbar-buttons,
  .cid-skFEmUbcDD .contact-block,
  .cid-skFEmUbcDD .text-column {
    text-align: center !important;
  }
}
.cid-skFEmUbcDD .icons-menu,
.cid-skFEmUbcDD .navbar-buttons,
.cid-skFEmUbcDD .contact-block,
.cid-skFEmUbcDD .text-column {
  color: #ffffff;
}
.cid-skFq32iCJl {
  background-image: url("../../../assets/images/blake-connally-gqvosvg3sf4-unsplash-2000x1333.jpg");
}
.cid-skFq32iCJl .mbr-arrow {
  background: #232323 !important;
  opacity: .7;
}
.cid-skFq32iCJl .mbr-arrow i {
  color: #ffffff !important;
}
.cid-skFq32iCJl .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-skFq32iCJl .animated-element,
.cid-skFq32iCJl .typed-cursor {
  color: #ffffff;
}
.cid-skFq32iCJl .animated-element {
  border-bottom: 5px solid #ea5455;
}
@media (max-width: 767px) {
  .cid-skFq32iCJl .typed-text {
    text-align: center;
  }
}
.cid-rUTpFZsfIT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUTpFZsfIT img {
  width: 100%;
  object-fit: cover;
}
.cid-rUTpFZsfIT .quote {
  color: #333333;
  font-weight: 700;
}
.cid-rUTpFZsfIT .img-card {
  justify-content: center;
}
.cid-rUTpFZsfIT .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-rUTpFZsfIT .card-title {
  margin-bottom: 1.2rem;
}
.cid-rUTpFZsfIT .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-rUTpFZsfIT .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-rUTpFZsfIT .card-title,
.cid-rUTpFZsfIT .card-box {
  color: #303030;
}
.cid-rUTpFZsfIT H3 {
  color: #ff605f;
}
.cid-rUTpGhQLS4 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-rUTpGhQLS4 .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(66, 71, 76, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-rUTpGhQLS4 img {
  filter: grayscale(1);
}
.cid-rUTpGhQLS4 .image-wrap {
  position: relative;
}
.cid-rUTpGhQLS4 .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-rUTpGhQLS4 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-rUTpGhQLS4 .card-wrap {
  background: #42474c;
}
.cid-rUTpGhQLS4 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-rUTpGhQLS4 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rUTpGhQLS4 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-rUTpGhQLS4 .mbr-role {
  margin-bottom: 1rem;
  color: #ff605f;
}
.cid-rUTpGhQLS4 .main-heading {
  margin-bottom: 2.2rem;
}
.cid-rUTpGhQLS4 .btn {
  margin-top: 3rem;
}
.cid-rUTpGhQLS4 .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-rUTpGhQLS4 .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-rUTpGhQLS4 .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-rUTpGhQLS4 .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-rUTpGhQLS4 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpGhQLS4 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-rUTpGhQLS4 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-rUTpGhQLS4 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-rUTpGhQLS4 .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-rUTpGhQLS4 .btn-2 {
  color: #ea5455 !important;
}
.cid-rUTpGhQLS4 .main-title {
  color: #303030;
}
.cid-rUTpGhQLS4 .mbr-section-subtitle-1 {
  color: #ff605f;
}
.cid-skFr9OzBRe {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-skFr9OzBRe .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-skFr9OzBRe img {
  filter: grayscale(1);
}
.cid-skFr9OzBRe .image-wrap {
  position: relative;
}
.cid-skFr9OzBRe .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-skFr9OzBRe .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-skFr9OzBRe .card-wrap {
  background: #42474c;
}
.cid-skFr9OzBRe .card-wrap .image-wrap img {
  width: 100%;
}
.cid-skFr9OzBRe .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-skFr9OzBRe .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-skFr9OzBRe .mbr-role {
  margin-bottom: 1rem;
  color: #ff605f;
}
.cid-skFr9OzBRe .main-heading {
  margin-bottom: 2.2rem;
}
.cid-skFr9OzBRe .btn {
  margin-top: 3rem;
}
.cid-skFr9OzBRe .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-skFr9OzBRe .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-skFr9OzBRe .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-skFr9OzBRe .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-skFr9OzBRe .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-skFr9OzBRe .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-skFr9OzBRe .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-skFr9OzBRe .btn-primary-outline {
  color: #ffffff !important;
}
.cid-rUTpGH0hGw {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rUTpGH0hGw .mbr-iconfont {
  font-size: 80px;
}
.cid-rUTpGH0hGw h3 {
  text-align: center;
}
.cid-rUTpGH0hGw .card {
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .cid-rUTpGH0hGw .panel-item {
    padding: 0 2.8rem;
  }
}
.cid-rUTpGH0hGw H3 {
  color: #42474c;
}
.cid-rUTpGH0hGw H4 {
  color: #42474c;
}
.cid-sa2DXpP95m {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sa2DXpP95m .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-sa2DXpP95m .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sa2DXpP95m .image-block:hover:before {
  opacity: 0.4;
}
.cid-sa2DXpP95m .image-block:hover .wrap {
  opacity: 1;
}
.cid-sa2DXpP95m .image-block:hover img {
  transform: scale(1.05);
}
.cid-sa2DXpP95m h4 {
  letter-spacing: 2px;
}
.cid-sa2DXpP95m figcaption {
  position: relative;
}
.cid-sa2DXpP95m figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sa2DXpP95m img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sa2DXpP95m .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sa2DXpP95m .wrap {
    opacity: 1!important;
  }
  .cid-sa2DXpP95m .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rUTpHPmDUm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rUTpHPmDUm .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-rUTpHPmDUm .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #ff605f;
  margin-bottom: 0.7rem;
}
.cid-rUTpHPmDUm input,
.cid-rUTpHPmDUm textarea {
  font-size: 14px;
}
.cid-rUTpHPmDUm input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-rUTpHPmDUm textarea {
  padding: 0.9rem 2rem!important;
  border-radius: 30px;
  height: 100%;
}
.cid-rUTpHPmDUm .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-rUTpHPmDUm .col-auto {
  width: 100%;
  text-align: center;
}
.cid-rUTpHPmDUm img {
  width: 90%;
  border-radius: 8px;
}
.cid-rUTpHPmDUm .mbr-form .btn {
  margin: .4rem .4rem;
  margin-left: 0rem;
}
.cid-rUTpHPmDUm .btn {
  padding: 1rem 3.5rem!important;
}
.cid-rUTpHPmDUm .title-block {
  margin-bottom: 2rem;
}
.cid-rUTpHPmDUm .form-control,
.cid-rUTpHPmDUm .field-input {
  background-color: #e5e5e5;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rUTpHPmDUm .form-control:hover,
.cid-rUTpHPmDUm .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rUTpHPmDUm .form-control:focus,
.cid-rUTpHPmDUm .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rUTpHPmDUm input::-webkit-input-placeholder,
.cid-rUTpHPmDUm textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-rUTpHPmDUm input:-moz-placeholder,
.cid-rUTpHPmDUm textarea:-moz-placeholder {
  color: #807d78;
}
.cid-rUTpHPmDUm .jq-selectbox li,
.cid-rUTpHPmDUm .jq-selectbox li {
  background-color: #e5e5e5;
  color: #000000;
}
.cid-rUTpHPmDUm .jq-selectbox li:hover,
.cid-rUTpHPmDUm .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-rUTpHPmDUm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e5e5e5;
}
.cid-rUTpHPmDUm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-rUTpHPmDUm H5 {
  padding-bottom: 2rem;
  color: #303030;
}
.cid-rUTpHPmDUm .mbr-text {
  color: #777777;
}
.cid-rUTpHPmDUm .mbr-form {
  padding: 0rem;
}
.cid-rUTpHPmDUm .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-rUTpHPmDUm .form-row {
    margin: 0;
  }
  .cid-rUTpHPmDUm .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-rUTpHPmDUm .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-rUTpHPmDUm img {
    width: 100%;
  }
}
.cid-rUTpHPmDUm .form-row > [class*=col-] {
  padding: 0 1rem;
}
.cid-rUTpJyOYUP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUTpJyOYUP .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-rUTpJyOYUP .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-rUTpJyOYUP H2 {
  color: #303030;
}
.cid-rUTpK0ygK3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUTpK0ygK3 .mbr-iconfont-2 {
  color: #42474c !important;
  margin: 0 0.5rem;
}
.cid-rUTpK0ygK3 .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #42474c;
}
.cid-rUTpK0ygK3 .social-list {
  display: flex;
  justify-content: center;
}
.cid-rUTpK0ygK3 .card-inner {
  transition: 0.7s;
}
.cid-rUTpK0ygK3 .btn {
  margin-left: 0rem;
}
.cid-rUTpK0ygK3 .row {
  padding-bottom: 8rem;
}
.cid-rUTpK0ygK3 .link {
  margin: 0;
}
.cid-rUTpK0ygK3 .card-title {
  position: relative;
}
.cid-rUTpK0ygK3 .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-rUTpK0ygK3 .card-box {
  position: relative;
}
.cid-rUTpK0ygK3 .card-img {
  margin-bottom: 1.5rem;
}
.cid-rUTpK0ygK3 .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-rUTpK0ygK3 .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpK0ygK3 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpK0ygK3 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-rUTpK0ygK3 .mbr-text,
.cid-rUTpK0ygK3 .link {
  color: #191919;
}
.cid-rUTpKtzfJh .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-rUTpKtzfJh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rUTpKtzfJh .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rUTpKtzfJh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rUTpKtzfJh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rUTpKPo1ae {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-rUTpKPo1ae a {
  transition: 0.3s;
}
.cid-rUTpKPo1ae h5 {
  margin-bottom: 1.6rem;
}
.cid-rUTpKPo1ae .card-img2 span {
  padding-top: 6px;
}
.cid-rUTpKPo1ae .soc-item a {
  padding-top: 5px;
}
.cid-rUTpKPo1ae .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-rUTpKPo1ae .link:hover {
  color: #ea5455 !important;
}
@media (max-width: 992px) {
  .cid-rUTpKPo1ae .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rUTpKPo1ae .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-rUTpKPo1ae .soc-item span {
  font-size: 1rem;
}
.cid-rUTpKPo1ae .soc-item:hover span {
  color: #ea5455 !important;
}
.cid-rUTpKPo1ae .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-rUTpKPo1ae .item h4 {
  margin: 0;
}
.cid-rUTpKPo1ae .media-wrap {
  margin-bottom: 1rem;
}
.cid-rUTpKPo1ae .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rUTpKPo1ae img {
  width: 80%;
}
.cid-rUTpKPo1ae .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-rUTpKPo1ae .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rUTpKPo1ae .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-rUTpKPo1ae .container {
  padding: 0;
}
.cid-rUTpKPo1ae .btn-primary:hover {
  background-color: #e42728 !important;
}
.cid-skGiYKnjxB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skGiYKnjxB .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-skGiYKnjxB .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-skGiYKnjxB .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-skGiYKnjxB .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-skGiYKnjxB .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-skGiYKnjxB .icon-transition span:hover {
  background-color: #e96188;
}
.cid-skGiYKnjxB .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-skGiYKnjxB .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-skGiYKnjxB .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-skGiYKnjxB .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-skFEmUbcDD .nav-item:focus,
.cid-skFEmUbcDD .nav-link:focus {
  outline: none;
}
.cid-skFEmUbcDD .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-skFEmUbcDD .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-skFEmUbcDD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skFEmUbcDD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skFEmUbcDD .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-skFEmUbcDD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skFEmUbcDD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2d4059;
  flex-direction: row !important;
  background: none;
}
.cid-skFEmUbcDD .navbar.opened {
  transition: all .3s;
  background: #2d4059 !important;
}
.cid-skFEmUbcDD .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-skFEmUbcDD .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-skFEmUbcDD .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-skFEmUbcDD .navbar .navbar-collapse.show,
.cid-skFEmUbcDD .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-skFEmUbcDD .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-skFEmUbcDD .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-skFEmUbcDD .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-skFEmUbcDD .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 4.9rem);
}
.cid-skFEmUbcDD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skFEmUbcDD .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-skFEmUbcDD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skFEmUbcDD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skFEmUbcDD .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-skFEmUbcDD .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-skFEmUbcDD .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-skFEmUbcDD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-skFEmUbcDD .navbar.navbar-short {
  background: #2d4059 !important;
  min-height: 60px;
}
.cid-skFEmUbcDD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skFEmUbcDD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skFEmUbcDD .navbar-brand {
  min-height: 61px;
  -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-skFEmUbcDD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skFEmUbcDD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skFEmUbcDD .dropdown-item.active,
.cid-skFEmUbcDD .dropdown-item:active {
  background-color: transparent;
}
.cid-skFEmUbcDD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skFEmUbcDD .nav-dropdown .link {
  margin: .2em 0em;
}
.cid-skFEmUbcDD .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-skFEmUbcDD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-skFEmUbcDD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d4059;
}
.cid-skFEmUbcDD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skFEmUbcDD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skFEmUbcDD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skFEmUbcDD .navbar-buttons {
  text-align: inherit;
}
.cid-skFEmUbcDD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skFEmUbcDD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e5e5e5;
}
.cid-skFEmUbcDD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skFEmUbcDD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skFEmUbcDD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skFEmUbcDD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skFEmUbcDD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skFEmUbcDD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skFEmUbcDD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skFEmUbcDD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skFEmUbcDD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-skFEmUbcDD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-skFEmUbcDD .icons-menu {
  text-align: inherit;
}
.cid-skFEmUbcDD .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-skFEmUbcDD .nav-link:hover,
.cid-skFEmUbcDD .dropdown-item:hover,
.cid-skFEmUbcDD .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skFEmUbcDD .navbar {
    height: 77px;
  }
  .cid-skFEmUbcDD .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-skFEmUbcDD .navbar-collapse .img-column {
    display: none;
  }
  .cid-skFEmUbcDD .icons-menu,
  .cid-skFEmUbcDD .navbar-buttons,
  .cid-skFEmUbcDD .contact-block,
  .cid-skFEmUbcDD .text-column {
    text-align: center !important;
  }
}
.cid-skFEmUbcDD .icons-menu,
.cid-skFEmUbcDD .navbar-buttons,
.cid-skFEmUbcDD .contact-block,
.cid-skFEmUbcDD .text-column {
  color: #ffffff;
}
.cid-skGll4wCvQ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ea5455;
}
.cid-skGll4wCvQ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-skGll4wCvQ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-skGll4wCvQ .card-img span {
  font-size: 100px;
}
.cid-skGll4wCvQ .mbr-text,
.cid-skGll4wCvQ .mbr-section-btn {
  color: #efefef;
}
.cid-skGlG81sbF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-skGlG81sbF .mbr-text,
.cid-skGlG81sbF .ornament {
  text-align: left;
}
.cid-skGsM7sgWb {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-skGsM7sgWb a {
  transition: 0.3s;
}
.cid-skGsM7sgWb h5 {
  margin-bottom: 1.6rem;
}
.cid-skGsM7sgWb .card-img2 span {
  padding-top: 6px;
}
.cid-skGsM7sgWb .soc-item a {
  padding-top: 5px;
}
.cid-skGsM7sgWb .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-skGsM7sgWb .link:hover {
  color: #ea5455 !important;
}
@media (max-width: 992px) {
  .cid-skGsM7sgWb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-skGsM7sgWb .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-skGsM7sgWb .soc-item span {
  font-size: 1rem;
}
.cid-skGsM7sgWb .soc-item:hover span {
  color: #ea5455 !important;
}
.cid-skGsM7sgWb .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-skGsM7sgWb .item h4 {
  margin: 0;
}
.cid-skGsM7sgWb .media-wrap {
  margin-bottom: 1rem;
}
.cid-skGsM7sgWb .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-skGsM7sgWb img {
  width: 80%;
}
.cid-skGsM7sgWb .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-skGsM7sgWb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-skGsM7sgWb .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-skGsM7sgWb .container {
  padding: 0;
}
.cid-skGsM7sgWb .btn-primary:hover {
  background-color: #e42728 !important;
}
.cid-skGiYKnjxB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skGiYKnjxB .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-skGiYKnjxB .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-skGiYKnjxB .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-skGiYKnjxB .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-skGiYKnjxB .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-skGiYKnjxB .icon-transition span:hover {
  background-color: #e96188;
}
.cid-skGiYKnjxB .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-skGiYKnjxB .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-skGiYKnjxB .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-skGiYKnjxB .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-skFEmUbcDD .nav-item:focus,
.cid-skFEmUbcDD .nav-link:focus {
  outline: none;
}
.cid-skFEmUbcDD .nav-dropdown .dropdown-menu {
  padding-top: 0;
}
.cid-skFEmUbcDD .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-skFEmUbcDD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skFEmUbcDD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-skFEmUbcDD .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-skFEmUbcDD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0em 0em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skFEmUbcDD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2d4059;
  flex-direction: row !important;
  background: none;
}
.cid-skFEmUbcDD .navbar.opened {
  transition: all .3s;
  background: #2d4059 !important;
}
.cid-skFEmUbcDD .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-skFEmUbcDD .navbar .navbar-collapse {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: calc(100vh - 61px);
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1;
}
.cid-skFEmUbcDD .navbar .navbar-collapse > .container {
  height: 100%;
}
.cid-skFEmUbcDD .navbar .navbar-collapse.show,
.cid-skFEmUbcDD .navbar .navbar-collapse.collapsing {
  display: -webkit-flex;
}
.cid-skFEmUbcDD .navbar .navbar-collapse .img-column img {
  width: 100%;
}
.cid-skFEmUbcDD .navbar .navbar-collapse .text-column {
  overflow: auto;
  max-height: calc(100vh - 7rem);
}
.cid-skFEmUbcDD .navbar .navbar-collapse .contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cid-skFEmUbcDD .navbar:not(.navbar-short) .text-column {
  max-height: calc(100vh - 4rem - 4.9rem);
}
.cid-skFEmUbcDD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skFEmUbcDD .navbar.collapsed .dropdown-menu {
  text-align: inherit;
  background: transparent !important;
}
.cid-skFEmUbcDD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skFEmUbcDD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skFEmUbcDD .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-skFEmUbcDD .navbar.collapsed ul.navbar-nav {
  word-break: break-word;
}
.cid-skFEmUbcDD .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: inherit;
}
.cid-skFEmUbcDD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-skFEmUbcDD .navbar.navbar-short {
  background: #2d4059 !important;
  min-height: 60px;
}
.cid-skFEmUbcDD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-skFEmUbcDD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skFEmUbcDD .navbar-brand {
  min-height: 61px;
  -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-skFEmUbcDD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skFEmUbcDD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skFEmUbcDD .dropdown-item.active,
.cid-skFEmUbcDD .dropdown-item:active {
  background-color: transparent;
}
.cid-skFEmUbcDD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skFEmUbcDD .nav-dropdown .link {
  margin: .2em 0em;
}
.cid-skFEmUbcDD .nav-dropdown .link.dropdown-toggle {
  margin: 0;
}
.cid-skFEmUbcDD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0em 0em;
  padding: 0.2em 0em;
}
.cid-skFEmUbcDD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2d4059;
}
.cid-skFEmUbcDD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skFEmUbcDD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skFEmUbcDD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skFEmUbcDD .navbar-buttons {
  text-align: inherit;
}
.cid-skFEmUbcDD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skFEmUbcDD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e5e5e5;
}
.cid-skFEmUbcDD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-skFEmUbcDD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-skFEmUbcDD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-skFEmUbcDD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-skFEmUbcDD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skFEmUbcDD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-skFEmUbcDD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-skFEmUbcDD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-skFEmUbcDD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-skFEmUbcDD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-skFEmUbcDD .icons-menu {
  text-align: inherit;
}
.cid-skFEmUbcDD .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-skFEmUbcDD .nav-link:hover,
.cid-skFEmUbcDD .dropdown-item:hover,
.cid-skFEmUbcDD .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skFEmUbcDD .navbar {
    height: 77px;
  }
  .cid-skFEmUbcDD .navbar.opened {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-skFEmUbcDD .navbar-collapse .img-column {
    display: none;
  }
  .cid-skFEmUbcDD .icons-menu,
  .cid-skFEmUbcDD .navbar-buttons,
  .cid-skFEmUbcDD .contact-block,
  .cid-skFEmUbcDD .text-column {
    text-align: center !important;
  }
}
.cid-skFEmUbcDD .icons-menu,
.cid-skFEmUbcDD .navbar-buttons,
.cid-skFEmUbcDD .contact-block,
.cid-skFEmUbcDD .text-column {
  color: #ffffff;
}
.cid-skGtRJkYHk {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ea5455;
}
.cid-skGtRJkYHk .mbr-section-title {
  letter-spacing: .1em;
}
.cid-skGtRJkYHk .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-skGtRJkYHk .card-img span {
  font-size: 100px;
}
.cid-skGtRJkYHk .mbr-text,
.cid-skGtRJkYHk .mbr-section-btn {
  color: #efefef;
}
.cid-skGtJEqogf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-skGtJEqogf a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-skGtJEqogf a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-skGtJEqogf .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-skGtJEqogf .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-skGtJEqogf .form-control {
  background: none;
  border-radius: 0px;
}
.cid-skGtJEqogf textarea.form-control {
  min-height: 214.5px;
}
.cid-skGtJEqogf .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-skGtJEqogf h4,
.cid-skGtJEqogf p {
  margin: 0;
}
.cid-skGtJEqogf h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-skGtJEqogf h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-skGtJEqogf .icon {
  color: #656565;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .cid-skGtJEqogf h2 {
    text-align: center;
  }
  .cid-skGtJEqogf h3 {
    text-align: center;
  }
  .cid-skGtJEqogf .input-group-btn {
    text-align: center;
  }
  .cid-skGtJEqogf .social-list {
    text-align: center;
  }
  .cid-skGtJEqogf .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-skGtJEqogf H2 {
  color: #656565;
}
.cid-skGtJEqogf .content {
  text-align: left;
  color: #656565;
}
.cid-skGtJEqogf .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-skGtJEqogf .title1 {
  text-align: left;
}
.cid-skGtJEqogf .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-skGtJEqogf .title2 {
  color: #656565;
}
.cid-skGtHaUKAX .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-skGtHaUKAX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-skGtHaUKAX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-skGtHaUKAX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-skGtHaUKAX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-skGtUSaiUD {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-skGtUSaiUD a {
  transition: 0.3s;
}
.cid-skGtUSaiUD h5 {
  margin-bottom: 1.6rem;
}
.cid-skGtUSaiUD .card-img2 span {
  padding-top: 6px;
}
.cid-skGtUSaiUD .soc-item a {
  padding-top: 5px;
}
.cid-skGtUSaiUD .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-skGtUSaiUD .link:hover {
  color: #ea5455 !important;
}
@media (max-width: 992px) {
  .cid-skGtUSaiUD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-skGtUSaiUD .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-skGtUSaiUD .soc-item span {
  font-size: 1rem;
}
.cid-skGtUSaiUD .soc-item:hover span {
  color: #ea5455 !important;
}
.cid-skGtUSaiUD .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-skGtUSaiUD .item h4 {
  margin: 0;
}
.cid-skGtUSaiUD .media-wrap {
  margin-bottom: 1rem;
}
.cid-skGtUSaiUD .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-skGtUSaiUD img {
  width: 80%;
}
.cid-skGtUSaiUD .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-skGtUSaiUD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-skGtUSaiUD .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-skGtUSaiUD .container {
  padding: 0;
}
.cid-skGtUSaiUD .btn-primary:hover {
  background-color: #e42728 !important;
}
.cid-skGiYKnjxB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skGiYKnjxB .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-skGiYKnjxB .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-skGiYKnjxB .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-skGiYKnjxB .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-skGiYKnjxB .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-skGiYKnjxB .icon-transition span:hover {
  background-color: #e96188;
}
.cid-skGiYKnjxB .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-skGiYKnjxB .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-skGiYKnjxB .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-skGiYKnjxB .mbr-text {
    margin-bottom: 1.5rem;
  }
}
