body {
  font-family: 'PT Sans Narrow', sans-serif;
}
.display-1 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 4.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.63rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 2.0375rem;
}
.display-5 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.304rem;
    font-size: calc( 1.2205rem + (1.63 - 1.2205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2205rem + (1.63 - 1.2205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fa2404 !important;
}
.bg-success {
  background-color: #ffe161 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #9f6d2a !important;
}
.bg-danger {
  background-color: #73460b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fa2404 !important;
  border-color: #fa2404 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a51803 !important;
  border-color: #a51803 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a51803 !important;
  border-color: #a51803 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c69453 !important;
  border-color: #c69453 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #926830 !important;
  border-color: #926830 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #926830 !important;
  border-color: #926830 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73460b !important;
  border-color: #73460b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
  color: #95785a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #5f4c39 !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #95785a !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fa2404;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a51803 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fa2404 !important;
  border-color: #fa2404 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c69453;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #926830 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c69453 !important;
  border-color: #c69453 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f6d2a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5a3e18 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #73460b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #241603 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #73460b !important;
  border-color: #73460b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #222222;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9f7f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d8ccbf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #95785a !important;
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
}
.text-primary {
  color: #fa2404 !important;
}
.text-secondary {
  color: #c69453 !important;
}
.text-success {
  color: #ffe161 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #9f6d2a !important;
}
.text-danger {
  color: #73460b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #961602 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #865f2d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #facb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4e3615 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #160d02 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d3c4b5 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fa2404;
}
.nav-tabs .nav-link:not(.active) {
  color: #222222;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #9f6d2a;
}
.alert-danger {
  background-color: #73460b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fa2404;
  border-color: #fa2404;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fa2404;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fed2cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9ac6f;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e78d16;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.63rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.0375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fa2404 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.63rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.0375rem;
}
blockquote {
  border-color: #fa2404;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fa2404;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fa2404;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fa2404;
  border-bottom-color: #fa2404;
}
.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: #fa2404 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c69453 !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='%23fa2404' %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;
}
.container {
  max-width: 1302px;
}
.btn {
  padding: 12px 24px;
  border-radius: 0;
  letter-spacing: 3px;
}
.btn-big {
  padding: 20px 40px !important;
}
.btn-scale {
  transition: 0.3s all;
}
.btn-scale:hover {
  transform: scale(0.9);
}
.cid-sSNhnn9Qhy .navbar-dropdown {
  position: relative !important;
}
.cid-sSNhnn9Qhy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhnn9Qhy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sSNhnn9Qhy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sSNhnn9Qhy .dropdown-item:hover,
.cid-sSNhnn9Qhy .dropdown-item:focus {
  background: #fa2404 !important;
  color: white !important;
}
.cid-sSNhnn9Qhy .dropdown-item:hover span {
  color: white;
}
.cid-sSNhnn9Qhy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sSNhnn9Qhy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sSNhnn9Qhy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sSNhnn9Qhy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSNhnn9Qhy .nav-link {
  position: relative;
}
.cid-sSNhnn9Qhy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sSNhnn9Qhy .container {
    flex-wrap: nowrap;
  }
}
.cid-sSNhnn9Qhy .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sSNhnn9Qhy .dropdown-menu,
.cid-sSNhnn9Qhy .navbar.opened {
  background: #ffffff !important;
}
.cid-sSNhnn9Qhy .nav-item:focus,
.cid-sSNhnn9Qhy .nav-link:focus {
  outline: none;
}
.cid-sSNhnn9Qhy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSNhnn9Qhy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSNhnn9Qhy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sSNhnn9Qhy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSNhnn9Qhy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSNhnn9Qhy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSNhnn9Qhy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sSNhnn9Qhy .navbar.opened {
  transition: all 0.3s;
}
.cid-sSNhnn9Qhy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sSNhnn9Qhy .navbar .navbar-logo img {
  width: auto;
}
.cid-sSNhnn9Qhy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSNhnn9Qhy .navbar.collapsed {
  justify-content: center;
}
.cid-sSNhnn9Qhy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSNhnn9Qhy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSNhnn9Qhy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sSNhnn9Qhy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSNhnn9Qhy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSNhnn9Qhy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sSNhnn9Qhy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSNhnn9Qhy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sSNhnn9Qhy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sSNhnn9Qhy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSNhnn9Qhy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSNhnn9Qhy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSNhnn9Qhy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSNhnn9Qhy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sSNhnn9Qhy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sSNhnn9Qhy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSNhnn9Qhy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSNhnn9Qhy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSNhnn9Qhy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sSNhnn9Qhy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sSNhnn9Qhy .navbar.navbar-short {
  min-height: 60px;
}
.cid-sSNhnn9Qhy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sSNhnn9Qhy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sSNhnn9Qhy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSNhnn9Qhy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSNhnn9Qhy .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sSNhnn9Qhy .navbar-brand {
    padding-right: 40px;
  }
}
.cid-sSNhnn9Qhy .dropdown-item.active,
.cid-sSNhnn9Qhy .dropdown-item:active {
  background-color: transparent;
}
.cid-sSNhnn9Qhy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSNhnn9Qhy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSNhnn9Qhy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSNhnn9Qhy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSNhnn9Qhy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSNhnn9Qhy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSNhnn9Qhy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sSNhnn9Qhy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sSNhnn9Qhy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSNhnn9Qhy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSNhnn9Qhy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhnn9Qhy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSNhnn9Qhy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSNhnn9Qhy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSNhnn9Qhy .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sSNhnn9Qhy .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sSNhnn9Qhy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSNhnn9Qhy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSNhnn9Qhy .navbar {
    height: 70px;
  }
  .cid-sSNhnn9Qhy .navbar.opened {
    height: auto;
  }
  .cid-sSNhnn9Qhy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSNhnn9Qhy .container,
.cid-sSNhnn9Qhy .container-fluid {
  flex-wrap: wrap;
}
.cid-sSNhnn9Qhy .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-sSNhnn9Qhy .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-sSNhnn9Qhy .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSNhnn9Qhy .contacts-menu {
    display: none;
  }
}
.cid-sSNhnn9Qhy .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-sSNhnn9Qhy .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #fa2404;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-sSNhnn9Qhy .icon-box:hover {
  transform: scale(1.1);
}
.cid-sSNhnn9Qhy .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-sSNhnn9Qhy .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sSNhnn9Qhy .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-sSNhnn9Qhy .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-sSNhnn9Qhy .navbar-collapse .mbr-section-btn .btn-black {
  color: #fa2404 !important;
}
@media (max-width: 577px) {
  .cid-sSNhnn9Qhy .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSNhnn9Qhy .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-sSNhnn9Qhy .navbar-collapse .nav-link:hover {
  color: #fa2404 !important;
}
.cid-sSw4XnIb2u {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-sSw4XnIb2u .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sSw4XnIb2u .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-sSw4XnIb2u .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSw4XnIb2u .label-text {
    text-align: center !important;
  }
}
.cid-sSw4XnIb2u .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sSw4XnIb2u .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sSw4XnIb2u .mbr-section-title,
.cid-sSw4XnIb2u .mbr-section-btn {
  text-align: center;
}
.cid-ue4vu11IfE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffeedd;
}
.cid-ue4vu11IfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4vu11IfE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4vu11IfE .text-wrap {
  width: 100%;
}
.cid-ue4vu11IfE .mbr-title {
  margin-bottom: 0;
  color: #829D85;
}
.cid-ue4vu11IfE .mbr-text {
  padding-top: 16px;
  color: #353535;
}
.cid-ue4vu11IfE .list-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ue4vu11IfE .list-wrap {
    margin-top: 24px;
  }
}
.cid-ue4vu11IfE .list-box {
  width: 100%;
}
.cid-ue4vu11IfE .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
}
.cid-ue4vu11IfE .list-text {
  position: relative;
}
.cid-ue4vu11IfE .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-ue4vu11IfE .list-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: -30px;
  top: 7px;
  background-image: url("../../../assets/images/marker.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-ue4vnO47S8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeff8;
}
.cid-ue4vnO47S8 blockquote {
  border-color: #ffeedd;
  border-radius: 4px;
  background-color: #ffeedd;
}
.cid-ue4vnO47S8 .mbr-section-title {
  text-align: center;
}
.cid-sSw5pcr8WC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeedd;
}
.cid-sSw5pcr8WC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sSw5pcr8WC .image-wrapper {
    padding-right: 3.55%;
  }
}
.cid-sSw5pcr8WC .image-wrapper .padding-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sSw5pcr8WC .image-wrapper .padding-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSw5pcr8WC .image-wrapper .padding-container {
    padding: 30px;
  }
}
.cid-sSw5pcr8WC .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-sSw5pcr8WC .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: -25%;
}
@media (max-width: 991px) {
  .cid-sSw5pcr8WC .image-wrapper img:last-child {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sSw5pcr8WC .image-wrapper img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-sSw5pcr8WC .col-text {
    padding: 0;
    padding-left: 3.55%;
  }
}
@media (max-width: 991px) {
  .cid-sSw5pcr8WC .col-text {
    text-align: center;
  }
}
.cid-sSw5pcr8WC .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-sSw5pcr8WC .text-wrapper {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sSw5pcr8WC .text-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-sSw5pcr8WC .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-sSw5pcr8WC .label-text {
    text-align: center !important;
  }
}
.cid-sSw5pcr8WC .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-sSw5pcr8WC .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-sSw5pcr8WC .lists-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sSw5pcr8WC .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-sSw5pcr8WC .lists-container {
    justify-content: center;
  }
}
.cid-sSw5pcr8WC .card {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sSw5pcr8WC .card:first-child {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .cid-sSw5pcr8WC .card {
    margin-top: 30px;
  }
}
.cid-sSw5pcr8WC .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sSw5pcr8WC .card-wrapper {
    flex-direction: column;
  }
}
.cid-sSw5pcr8WC .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sSw5pcr8WC .card-box {
    flex-direction: column;
  }
}
.cid-sSw5pcr8WC .card-content {
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-sSw5pcr8WC .card-content {
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-sSw5pcr8WC .card-number {
    min-width: 95px;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .cid-sSw5pcr8WC .card-number {
    width: 100%;
  }
}
.cid-sSw5pcr8WC .icon-box {
  padding: 17px;
  border-radius: 5px;
  background-color: #fa2404;
  margin-right: 45px;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-sSw5pcr8WC .icon-box {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sSw5pcr8WC .icon-box:hover {
    transform: scale(0.9);
  }
}
.cid-sSw5pcr8WC .icon-box span {
  color: #ffffff;
}
.cid-sSw5pcr8WC .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-sSw5pcr8WC .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSw5pcr8WC .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sSw5LIPlNd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeff8;
}
.cid-sSw5LIPlNd .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sSw5LIPlNd .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-sSw5LIPlNd .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSw5LIPlNd .label-text {
    text-align: center !important;
  }
}
.cid-sSw5LIPlNd .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sSw5LIPlNd .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sSw5LIPlNd .mbr-section-title,
.cid-sSw5LIPlNd .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-sSOjVCTHRa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeedd;
}
.cid-sSOjVCTHRa .row {
  justify-content: center;
}
.cid-sSOjVCTHRa .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-sSOjVCTHRa .item-img {
    height: 286px;
  }
}
.cid-sSOjVCTHRa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sSOjVCTHRa .item:focus,
.cid-sSOjVCTHRa span:focus {
  outline: none;
}
.cid-sSOjVCTHRa .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sSOjVCTHRa .col-items {
    flex-wrap: wrap;
  }
}
.cid-sSOjVCTHRa .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-sSOjVCTHRa .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sSOjVCTHRa .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-sSOjVCTHRa .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-sSOjVCTHRa .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-sSOjVCTHRa .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-sSOjVCTHRa .item-wrapper .btn-primary:hover span {
  color: #fa2404 !important;
}
.cid-sSOjVCTHRa .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sSOjVCTHRa .item-content {
    text-align: center;
  }
}
.cid-sSOjVCTHRa .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-sSOjVCTHRa .mbr-text {
  color: #000000;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.cid-sSOjVCTHRa .item-title {
  color: #222222;
}
.cid-sSOjVCTHRa .item-subtitle {
  color: #222222;
}
.cid-sSOjVCTHRa .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-sSOjVCTHRa .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sSOjVCTHRa .mbr-section-head {
    text-align: center !important;
  }
}
.cid-sSOjVCTHRa .mbr-section-subtitle {
  color: #999999;
}
.cid-ue4wCVhhfi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ddeff8;
}
@media (max-width: 767px) {
  .cid-ue4wCVhhfi .mbr-text {
    text-align: center;
  }
}
.cid-ue4wCVhhfi .mbr-text,
.cid-ue4wCVhhfi .mbr-section-btn {
  color: #000000;
}
.cid-ue4wCVhhfi H1 {
  text-align: center;
}
.cid-ue4tYeuavv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeedd;
}
.cid-ue4tYeuavv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4tYeuavv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4tYeuavv .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-ue4tYeuavv .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ue4tYeuavv .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ue4tYeuavv .mbr-section-title {
  color: #131313;
}
.cid-ue4tYeuavv .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-ue4tYeuavv .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-ue4tYeuavv .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-ue4tYeuavv .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-ue4tYeuavv .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #ddeff8;
  box-shadow: 4px 4px 0 #ddeff8;
  background: #ddeff8;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-ue4tYeuavv .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-ue4tYeuavv .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 674/calc(145 * 3);
}
.cid-ue4tYeuavv .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 130px;
}
@media (max-width: 1199px) {
  .cid-ue4tYeuavv .item-content {
    margin-top: 0;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ue4tYeuavv .item-content {
    margin-top: 20px;
  }
}
.cid-ue4tYeuavv .card-title {
  color: #131313;
}
.cid-ue4tYeuavv .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-ue4tYeuavv .link-text {
  margin-top: 14px;
  color: #FC7942;
}
@media (max-width: 991px) {
  .cid-ue4tYeuavv .link-text {
    margin-top: 10px;
  }
}
.cid-ue4tYeuavv .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-ue4tYeuavv .mbr-section-btn {
  margin-top: 5px;
}
.cid-ue4tYeuavv .card-text,
.cid-ue4tYeuavv .mbr-section-btn {
  text-align: center;
}
.cid-sSw7UUU4Da {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffeedd;
}
.cid-sSw7UUU4Da .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sSw7UUU4Da .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSw7UUU4Da .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-sSw7UUU4Da .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-sSw7UUU4Da .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sSw7UUU4Da .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
  background-color: #ffeedd;
}
.cid-sSw7UUU4Da .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-sSw7UUU4Da .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-sSw7UUU4Da .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-sSw7UUU4Da .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sSw7UUU4Da .col-text {
    text-align: center;
  }
}
.cid-sSw7UUU4Da .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sSw7UUU4Da .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-sSw7UUU4Da .label-text {
    text-align: center !important;
  }
}
.cid-sSw7UUU4Da .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-sSw7UUU4Da .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-sSw7UUU4Da .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-sSw7UUU4Da .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sSw7UUU4Da .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sSw7UUU4Da .mbr-section-title,
.cid-sSw7UUU4Da .mbr-section-btn {
  color: #000000;
}
.cid-ue4tlgEHHn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffeedd;
}
.cid-ue4tlgEHHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4tlgEHHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4tlgEHHn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ue4tlgEHHn .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ue4tlgEHHn .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ue4tlgEHHn .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ue4tlgEHHn .container {
    padding: 0 12px;
  }
}
.cid-ue4tlgEHHn .row {
  justify-content: center;
}
.cid-ue4tlgEHHn .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ue4tlgEHHn .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-ue4tlgEHHn .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ue4tlgEHHn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue4tlgEHHn .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ue4tlgEHHn .item {
    margin-bottom: 16px;
  }
}
.cid-ue4tlgEHHn .item .item-wrapper {
  width: 100%;
}
.cid-ue4tlgEHHn .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ue4tlgEHHn .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-ue4tlgEHHn .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-ue4tlgEHHn .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-ue4tlgEHHn .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-ue4tlgEHHn .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-ue4tlgEHHn .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-ue4tlgEHHn .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ue4tlgEHHn .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #ddeff8;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ue4tlgEHHn .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-ue4tlgEHHn .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-ue4tlgEHHn .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-ue4tlgEHHn .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-ue4tlgEHHn .item-title {
  color: #1D1D1F;
}
.cid-ue4tlgEHHn .item-desc {
  color: #1D1D1F;
}
.cid-ue4tlgEHHn .item-text {
  color: #1D1D1F;
}
.cid-ue4tlgEHHn .item-desc,
.cid-ue4tlgEHHn .desc-wrapper {
  text-align: center;
}
.cid-ue4vmkzNYB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeff8;
}
.cid-ue4vmkzNYB blockquote {
  border-color: #ffeedd;
  border-radius: 4px;
  background-color: #ffeedd;
}
.cid-ue4vmkzNYB .mbr-section-title {
  text-align: center;
}
.cid-ue4Ec4DHe9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeedd;
}
.cid-ue4Ec4DHe9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4Ec4DHe9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue4Ec4DHe9 .container {
    padding: 0 20px;
  }
}
.cid-ue4Ec4DHe9 .row {
  margin: 0;
}
.cid-ue4Ec4DHe9 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue4Ec4DHe9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ue4Ec4DHe9 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ue4Ec4DHe9 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ue4Ec4DHe9 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ue4Ec4DHe9 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ue4Ec4DHe9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ue4uETnULK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ddeff8;
}
.cid-ue4uETnULK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4uETnULK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4uETnULK .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-ue4uETnULK .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ue4uETnULK .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-ue4uETnULK .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ue4uETnULK .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-ue4uETnULK .col-img {
    display: none;
  }
}
.cid-ue4uETnULK .img-wrap {
  width: 100%;
}
.cid-ue4uETnULK .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-ue4uETnULK .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-ue4uETnULK .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ue4uETnULK .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-ue4uETnULK .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-ue4uETnULK .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-ue4uETnULK .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ue4uETnULK .panel-group {
    margin-top: 0;
  }
}
.cid-ue4uETnULK .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-ue4uETnULK .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ue4uETnULK .card-header {
    padding: 8px 0;
  }
}
.cid-ue4uETnULK .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-ue4uETnULK .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-ue4uETnULK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-ue4uETnULK .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ue4uETnULK .panel-title-edit {
  color: #000000;
}
.cid-ue4uETnULK .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-ue4uETnULK .panel-body {
    padding: 0 0 24px;
  }
}
.cid-ue4uETnULK .panel-text {
  color: #000000;
  margin: 0;
}
.cid-ue4DYmUUTD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffeedd;
}
.cid-ue4DYmUUTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4DYmUUTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4DYmUUTD .row {
  justify-content: flex-start;
}
.cid-ue4DYmUUTD .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-ue4DYmUUTD .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-ue4DYmUUTD .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-ue4DYmUUTD .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-ue4DYmUUTD .title-container {
    padding: 12px;
  }
}
.cid-ue4DYmUUTD .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-ue4DYmUUTD .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-ue4DYmUUTD .content-container {
    padding: 24px 12px;
  }
}
.cid-ue4DYmUUTD .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-ue4DYmUUTD .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-ue4DYmUUTD .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ue4DYmUUTD .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-ue4xniQsQm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f0f0f5;
}
.cid-ue4xniQsQm .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue4xniQsQm .mbr-section-head {
    margin-bottom: 16px;
  }
}
.cid-ue4xniQsQm .mbr-section-head .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-ue4xniQsQm .mbr-section-head .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-ue4xniQsQm .mbr-section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue4xniQsQm .google-map {
  height: 30rem;
  position: relative;
}
.cid-ue4xniQsQm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ue4xniQsQm .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ue4xniQsQm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ue4xniQsQm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ue4xniQsQm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ue4xniQsQm .mbr-section-title {
  color: #20232a;
  text-align: center;
}
.cid-ue4xLggh2i {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffeedd;
}
.cid-ue4xLggh2i .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ue4xLggh2i .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-ue4xLggh2i .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-ue4xLggh2i .brand__email {
  margin-bottom: 15px;
}
.cid-ue4xLggh2i .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-ue4xLggh2i .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-ue4xLggh2i .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-ue4xLggh2i .footer__items a:hover {
  color: #73460b !important;
}
.cid-ue4xLggh2i .social {
  margin-top: 30px;
}
.cid-ue4xLggh2i .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff3a46;
  border-radius: 50%;
  margin-right: 10px;
  color: #ff3a46;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ue4xLggh2i .social .social__items:hover {
  background-color: #73460b;
  border-color: #73460b;
}
.cid-ue4xLggh2i .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-ue4xLggh2i .social .social__items:last-child {
  margin-right: 0;
}
.cid-ue4xLggh2i .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-ue4xLggh2i .divider {
  background-color: #ffffff;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-ue4xLggh2i .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-ue4xLggh2i .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-ue4xLggh2i .footer__bot_items a:hover {
  color: #73460b !important;
}
.cid-ue4xLggh2i .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-ue4xLggh2i .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-ue4xLggh2i .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #73460b;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-ue4xLggh2i .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ue4xLggh2i .divider {
    margin-top: 30px;
  }
  .cid-ue4xLggh2i .footer__bottom {
    padding: 30px 0;
  }
  .cid-ue4xLggh2i .align-right,
  .cid-ue4xLggh2i .privacy {
    text-align: center;
  }
  .cid-ue4xLggh2i .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-ue4xLggh2i .privacy {
  color: #000000;
}
.cid-ue4FhFew8H .navbar-dropdown {
  position: relative !important;
}
.cid-ue4FhFew8H .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue4FhFew8H .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ue4FhFew8H .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ue4FhFew8H .dropdown-item:hover,
.cid-ue4FhFew8H .dropdown-item:focus {
  background: #fa2404 !important;
  color: white !important;
}
.cid-ue4FhFew8H .dropdown-item:hover span {
  color: white;
}
.cid-ue4FhFew8H .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ue4FhFew8H .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ue4FhFew8H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue4FhFew8H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue4FhFew8H .nav-link {
  position: relative;
}
.cid-ue4FhFew8H .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ue4FhFew8H .container {
    flex-wrap: nowrap;
  }
}
.cid-ue4FhFew8H .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue4FhFew8H .dropdown-menu,
.cid-ue4FhFew8H .navbar.opened {
  background: #ffffff !important;
}
.cid-ue4FhFew8H .nav-item:focus,
.cid-ue4FhFew8H .nav-link:focus {
  outline: none;
}
.cid-ue4FhFew8H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue4FhFew8H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue4FhFew8H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue4FhFew8H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue4FhFew8H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue4FhFew8H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue4FhFew8H .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ue4FhFew8H .navbar.opened {
  transition: all 0.3s;
}
.cid-ue4FhFew8H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ue4FhFew8H .navbar .navbar-logo img {
  width: auto;
}
.cid-ue4FhFew8H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue4FhFew8H .navbar.collapsed {
  justify-content: center;
}
.cid-ue4FhFew8H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue4FhFew8H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue4FhFew8H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ue4FhFew8H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue4FhFew8H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue4FhFew8H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ue4FhFew8H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue4FhFew8H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue4FhFew8H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue4FhFew8H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue4FhFew8H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue4FhFew8H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue4FhFew8H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue4FhFew8H .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ue4FhFew8H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue4FhFew8H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue4FhFew8H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue4FhFew8H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue4FhFew8H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue4FhFew8H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue4FhFew8H .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue4FhFew8H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue4FhFew8H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue4FhFew8H .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue4FhFew8H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue4FhFew8H .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ue4FhFew8H .navbar-brand {
    padding-right: 40px;
  }
}
.cid-ue4FhFew8H .dropdown-item.active,
.cid-ue4FhFew8H .dropdown-item:active {
  background-color: transparent;
}
.cid-ue4FhFew8H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue4FhFew8H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue4FhFew8H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue4FhFew8H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ue4FhFew8H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue4FhFew8H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue4FhFew8H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ue4FhFew8H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue4FhFew8H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ue4FhFew8H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-ue4FhFew8H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue4FhFew8H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue4FhFew8H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue4FhFew8H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue4FhFew8H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue4FhFew8H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue4FhFew8H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue4FhFew8H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue4FhFew8H .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-ue4FhFew8H .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ue4FhFew8H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ue4FhFew8H .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue4FhFew8H .navbar {
    height: 70px;
  }
  .cid-ue4FhFew8H .navbar.opened {
    height: auto;
  }
  .cid-ue4FhFew8H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue4FhFew8H .container,
.cid-ue4FhFew8H .container-fluid {
  flex-wrap: wrap;
}
.cid-ue4FhFew8H .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-ue4FhFew8H .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-ue4FhFew8H .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-ue4FhFew8H .contacts-menu {
    display: none;
  }
}
.cid-ue4FhFew8H .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-ue4FhFew8H .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #fa2404;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-ue4FhFew8H .icon-box:hover {
  transform: scale(1.1);
}
.cid-ue4FhFew8H .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-ue4FhFew8H .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-ue4FhFew8H .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-ue4FhFew8H .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-ue4FhFew8H .navbar-collapse .mbr-section-btn .btn-black {
  color: #fa2404 !important;
}
@media (max-width: 577px) {
  .cid-ue4FhFew8H .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ue4FhFew8H .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-ue4FhFew8H .navbar-collapse .nav-link:hover {
  color: #fa2404 !important;
}
.cid-ue4FhHHik1 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/5-key-factors-to-consider-when-choosing-a-roofing-company-1024x683.jpg");
}
.cid-ue4FhHHik1 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ue4FhHHik1 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ue4FhHHik1 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #c69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ue4FhHHik1 .label-text {
    text-align: center !important;
  }
}
.cid-ue4FhHHik1 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ue4FhHHik1 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ue4FhHHik1 .mbr-section-title,
.cid-ue4FhHHik1 .mbr-section-btn {
  text-align: center;
}
.cid-ue4FhNuVVB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ue4FhNuVVB .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ue4FhNuVVB .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ue4FhNuVVB .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ue4FhNuVVB .label-text {
    text-align: center !important;
  }
}
.cid-ue4FhNuVVB .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ue4FhNuVVB .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ue4FhNuVVB .mbr-section-title,
.cid-ue4FhNuVVB .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ue4Fi2jueq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f0f0f5;
}
.cid-ue4Fi2jueq .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue4Fi2jueq .mbr-section-head {
    margin-bottom: 16px;
  }
}
.cid-ue4Fi2jueq .mbr-section-head .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-ue4Fi2jueq .mbr-section-head .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-ue4Fi2jueq .mbr-section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue4Fi2jueq .google-map {
  height: 30rem;
  position: relative;
}
.cid-ue4Fi2jueq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ue4Fi2jueq .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ue4Fi2jueq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ue4Fi2jueq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ue4Fi2jueq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ue4Fi2jueq .mbr-section-title {
  color: #20232a;
  text-align: center;
}
.cid-ue4Fi3Tld3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffeedd;
}
.cid-ue4Fi3Tld3 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ue4Fi3Tld3 .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-ue4Fi3Tld3 .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-ue4Fi3Tld3 .brand__email {
  margin-bottom: 15px;
}
.cid-ue4Fi3Tld3 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-ue4Fi3Tld3 .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-ue4Fi3Tld3 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-ue4Fi3Tld3 .footer__items a:hover {
  color: #73460b !important;
}
.cid-ue4Fi3Tld3 .social {
  margin-top: 30px;
}
.cid-ue4Fi3Tld3 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff3a46;
  border-radius: 50%;
  margin-right: 10px;
  color: #ff3a46;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ue4Fi3Tld3 .social .social__items:hover {
  background-color: #73460b;
  border-color: #73460b;
}
.cid-ue4Fi3Tld3 .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-ue4Fi3Tld3 .social .social__items:last-child {
  margin-right: 0;
}
.cid-ue4Fi3Tld3 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-ue4Fi3Tld3 .divider {
  background-color: #ffffff;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-ue4Fi3Tld3 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-ue4Fi3Tld3 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-ue4Fi3Tld3 .footer__bot_items a:hover {
  color: #73460b !important;
}
.cid-ue4Fi3Tld3 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-ue4Fi3Tld3 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-ue4Fi3Tld3 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #73460b;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-ue4Fi3Tld3 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ue4Fi3Tld3 .divider {
    margin-top: 30px;
  }
  .cid-ue4Fi3Tld3 .footer__bottom {
    padding: 30px 0;
  }
  .cid-ue4Fi3Tld3 .align-right,
  .cid-ue4Fi3Tld3 .privacy {
    text-align: center;
  }
  .cid-ue4Fi3Tld3 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-ue4Fi3Tld3 .privacy {
  color: #000000;
}
.cid-ue4FDYtBux .navbar-dropdown {
  position: relative !important;
}
.cid-ue4FDYtBux .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue4FDYtBux .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ue4FDYtBux .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ue4FDYtBux .dropdown-item:hover,
.cid-ue4FDYtBux .dropdown-item:focus {
  background: #fa2404 !important;
  color: white !important;
}
.cid-ue4FDYtBux .dropdown-item:hover span {
  color: white;
}
.cid-ue4FDYtBux .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ue4FDYtBux .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ue4FDYtBux .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue4FDYtBux .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue4FDYtBux .nav-link {
  position: relative;
}
.cid-ue4FDYtBux .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ue4FDYtBux .container {
    flex-wrap: nowrap;
  }
}
.cid-ue4FDYtBux .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue4FDYtBux .dropdown-menu,
.cid-ue4FDYtBux .navbar.opened {
  background: #ffffff !important;
}
.cid-ue4FDYtBux .nav-item:focus,
.cid-ue4FDYtBux .nav-link:focus {
  outline: none;
}
.cid-ue4FDYtBux .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue4FDYtBux .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue4FDYtBux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue4FDYtBux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue4FDYtBux .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue4FDYtBux .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue4FDYtBux .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ue4FDYtBux .navbar.opened {
  transition: all 0.3s;
}
.cid-ue4FDYtBux .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ue4FDYtBux .navbar .navbar-logo img {
  width: auto;
}
.cid-ue4FDYtBux .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue4FDYtBux .navbar.collapsed {
  justify-content: center;
}
.cid-ue4FDYtBux .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue4FDYtBux .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue4FDYtBux .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ue4FDYtBux .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue4FDYtBux .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue4FDYtBux .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ue4FDYtBux .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue4FDYtBux .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue4FDYtBux .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue4FDYtBux .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue4FDYtBux .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue4FDYtBux .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue4FDYtBux .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue4FDYtBux .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ue4FDYtBux .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue4FDYtBux .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue4FDYtBux .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue4FDYtBux .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue4FDYtBux .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue4FDYtBux .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue4FDYtBux .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue4FDYtBux .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue4FDYtBux .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue4FDYtBux .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue4FDYtBux .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue4FDYtBux .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ue4FDYtBux .navbar-brand {
    padding-right: 40px;
  }
}
.cid-ue4FDYtBux .dropdown-item.active,
.cid-ue4FDYtBux .dropdown-item:active {
  background-color: transparent;
}
.cid-ue4FDYtBux .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue4FDYtBux .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue4FDYtBux .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue4FDYtBux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ue4FDYtBux .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue4FDYtBux .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue4FDYtBux ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ue4FDYtBux .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue4FDYtBux button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ue4FDYtBux button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-ue4FDYtBux button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue4FDYtBux button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue4FDYtBux button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue4FDYtBux button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue4FDYtBux nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue4FDYtBux nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue4FDYtBux nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue4FDYtBux nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue4FDYtBux .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-ue4FDYtBux .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ue4FDYtBux a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ue4FDYtBux .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue4FDYtBux .navbar {
    height: 70px;
  }
  .cid-ue4FDYtBux .navbar.opened {
    height: auto;
  }
  .cid-ue4FDYtBux .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue4FDYtBux .container,
.cid-ue4FDYtBux .container-fluid {
  flex-wrap: wrap;
}
.cid-ue4FDYtBux .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-ue4FDYtBux .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-ue4FDYtBux .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-ue4FDYtBux .contacts-menu {
    display: none;
  }
}
.cid-ue4FDYtBux .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-ue4FDYtBux .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #fa2404;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-ue4FDYtBux .icon-box:hover {
  transform: scale(1.1);
}
.cid-ue4FDYtBux .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-ue4FDYtBux .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-ue4FDYtBux .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-ue4FDYtBux .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-ue4FDYtBux .navbar-collapse .mbr-section-btn .btn-black {
  color: #fa2404 !important;
}
@media (max-width: 577px) {
  .cid-ue4FDYtBux .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ue4FDYtBux .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-ue4FDYtBux .navbar-collapse .nav-link:hover {
  color: #fa2404 !important;
}
.cid-ue4FE07qOC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/commercial-roofing-contractors-pittsburgh-848x565.jpg");
}
.cid-ue4FE07qOC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ue4FE07qOC .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ue4FE07qOC .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #c69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ue4FE07qOC .label-text {
    text-align: center !important;
  }
}
.cid-ue4FE07qOC .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ue4FE07qOC .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ue4FE07qOC .mbr-section-title,
.cid-ue4FE07qOC .mbr-section-btn {
  text-align: center;
}
.cid-ue4FE1nlsB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ue4FE1nlsB .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ue4FE1nlsB .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ue4FE1nlsB .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ue4FE1nlsB .label-text {
    text-align: center !important;
  }
}
.cid-ue4FE1nlsB .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ue4FE1nlsB .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ue4FE1nlsB .mbr-section-title,
.cid-ue4FE1nlsB .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ue4FE2yZHJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f0f0f5;
}
.cid-ue4FE2yZHJ .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue4FE2yZHJ .mbr-section-head {
    margin-bottom: 16px;
  }
}
.cid-ue4FE2yZHJ .mbr-section-head .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-ue4FE2yZHJ .mbr-section-head .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-ue4FE2yZHJ .mbr-section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue4FE2yZHJ .google-map {
  height: 30rem;
  position: relative;
}
.cid-ue4FE2yZHJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ue4FE2yZHJ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ue4FE2yZHJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ue4FE2yZHJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ue4FE2yZHJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ue4FE2yZHJ .mbr-section-title {
  color: #20232a;
  text-align: center;
}
.cid-ue4FE3zlnW {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffeedd;
}
.cid-ue4FE3zlnW .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ue4FE3zlnW .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-ue4FE3zlnW .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-ue4FE3zlnW .brand__email {
  margin-bottom: 15px;
}
.cid-ue4FE3zlnW .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-ue4FE3zlnW .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-ue4FE3zlnW .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-ue4FE3zlnW .footer__items a:hover {
  color: #73460b !important;
}
.cid-ue4FE3zlnW .social {
  margin-top: 30px;
}
.cid-ue4FE3zlnW .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff3a46;
  border-radius: 50%;
  margin-right: 10px;
  color: #ff3a46;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ue4FE3zlnW .social .social__items:hover {
  background-color: #73460b;
  border-color: #73460b;
}
.cid-ue4FE3zlnW .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-ue4FE3zlnW .social .social__items:last-child {
  margin-right: 0;
}
.cid-ue4FE3zlnW .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-ue4FE3zlnW .divider {
  background-color: #ffffff;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-ue4FE3zlnW .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-ue4FE3zlnW .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-ue4FE3zlnW .footer__bot_items a:hover {
  color: #73460b !important;
}
.cid-ue4FE3zlnW .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-ue4FE3zlnW .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-ue4FE3zlnW .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #73460b;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-ue4FE3zlnW .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ue4FE3zlnW .divider {
    margin-top: 30px;
  }
  .cid-ue4FE3zlnW .footer__bottom {
    padding: 30px 0;
  }
  .cid-ue4FE3zlnW .align-right,
  .cid-ue4FE3zlnW .privacy {
    text-align: center;
  }
  .cid-ue4FE3zlnW .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-ue4FE3zlnW .privacy {
  color: #000000;
}
.cid-ue4HnpAwkN .navbar-dropdown {
  position: relative !important;
}
.cid-ue4HnpAwkN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue4HnpAwkN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ue4HnpAwkN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ue4HnpAwkN .dropdown-item:hover,
.cid-ue4HnpAwkN .dropdown-item:focus {
  background: #fa2404 !important;
  color: white !important;
}
.cid-ue4HnpAwkN .dropdown-item:hover span {
  color: white;
}
.cid-ue4HnpAwkN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ue4HnpAwkN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ue4HnpAwkN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue4HnpAwkN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue4HnpAwkN .nav-link {
  position: relative;
}
.cid-ue4HnpAwkN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ue4HnpAwkN .container {
    flex-wrap: nowrap;
  }
}
.cid-ue4HnpAwkN .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue4HnpAwkN .dropdown-menu,
.cid-ue4HnpAwkN .navbar.opened {
  background: #ffffff !important;
}
.cid-ue4HnpAwkN .nav-item:focus,
.cid-ue4HnpAwkN .nav-link:focus {
  outline: none;
}
.cid-ue4HnpAwkN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue4HnpAwkN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue4HnpAwkN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue4HnpAwkN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue4HnpAwkN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue4HnpAwkN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue4HnpAwkN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ue4HnpAwkN .navbar.opened {
  transition: all 0.3s;
}
.cid-ue4HnpAwkN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ue4HnpAwkN .navbar .navbar-logo img {
  width: auto;
}
.cid-ue4HnpAwkN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue4HnpAwkN .navbar.collapsed {
  justify-content: center;
}
.cid-ue4HnpAwkN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue4HnpAwkN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue4HnpAwkN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ue4HnpAwkN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue4HnpAwkN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue4HnpAwkN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ue4HnpAwkN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue4HnpAwkN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue4HnpAwkN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue4HnpAwkN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue4HnpAwkN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue4HnpAwkN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue4HnpAwkN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue4HnpAwkN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ue4HnpAwkN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue4HnpAwkN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue4HnpAwkN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue4HnpAwkN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue4HnpAwkN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue4HnpAwkN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue4HnpAwkN .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue4HnpAwkN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue4HnpAwkN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue4HnpAwkN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue4HnpAwkN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue4HnpAwkN .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ue4HnpAwkN .navbar-brand {
    padding-right: 40px;
  }
}
.cid-ue4HnpAwkN .dropdown-item.active,
.cid-ue4HnpAwkN .dropdown-item:active {
  background-color: transparent;
}
.cid-ue4HnpAwkN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue4HnpAwkN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue4HnpAwkN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue4HnpAwkN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ue4HnpAwkN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue4HnpAwkN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue4HnpAwkN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ue4HnpAwkN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue4HnpAwkN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ue4HnpAwkN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-ue4HnpAwkN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue4HnpAwkN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue4HnpAwkN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue4HnpAwkN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue4HnpAwkN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue4HnpAwkN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue4HnpAwkN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue4HnpAwkN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue4HnpAwkN .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-ue4HnpAwkN .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ue4HnpAwkN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ue4HnpAwkN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue4HnpAwkN .navbar {
    height: 70px;
  }
  .cid-ue4HnpAwkN .navbar.opened {
    height: auto;
  }
  .cid-ue4HnpAwkN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue4HnpAwkN .container,
.cid-ue4HnpAwkN .container-fluid {
  flex-wrap: wrap;
}
.cid-ue4HnpAwkN .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-ue4HnpAwkN .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-ue4HnpAwkN .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-ue4HnpAwkN .contacts-menu {
    display: none;
  }
}
.cid-ue4HnpAwkN .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-ue4HnpAwkN .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #fa2404;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-ue4HnpAwkN .icon-box:hover {
  transform: scale(1.1);
}
.cid-ue4HnpAwkN .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-ue4HnpAwkN .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-ue4HnpAwkN .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-ue4HnpAwkN .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-ue4HnpAwkN .navbar-collapse .mbr-section-btn .btn-black {
  color: #fa2404 !important;
}
@media (max-width: 577px) {
  .cid-ue4HnpAwkN .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ue4HnpAwkN .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-ue4HnpAwkN .navbar-collapse .nav-link:hover {
  color: #fa2404 !important;
}
.cid-ue4HnrrdCo {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/residential-low-slope-flat-roofs-800x600.jpg");
}
.cid-ue4HnrrdCo .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ue4HnrrdCo .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ue4HnrrdCo .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ue4HnrrdCo .label-text {
    text-align: center !important;
  }
}
.cid-ue4HnrrdCo .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ue4HnrrdCo .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ue4HnrrdCo .mbr-section-title,
.cid-ue4HnrrdCo .mbr-section-btn {
  text-align: center;
}
.cid-ue4HnsyQ6V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffeedd;
}
.cid-ue4HnsyQ6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4HnsyQ6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4HnsyQ6V .text-wrap {
  width: 100%;
}
.cid-ue4HnsyQ6V .mbr-title {
  margin-bottom: 0;
  color: #829D85;
}
.cid-ue4HnsyQ6V .mbr-text {
  padding-top: 16px;
  color: #353535;
}
.cid-ue4HnsyQ6V .list-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ue4HnsyQ6V .list-wrap {
    margin-top: 24px;
  }
}
.cid-ue4HnsyQ6V .list-box {
  width: 100%;
}
.cid-ue4HnsyQ6V .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
}
.cid-ue4HnsyQ6V .list-text {
  position: relative;
}
.cid-ue4HnsyQ6V .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-ue4HnsyQ6V .list-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: -30px;
  top: 7px;
  background-image: url("../../../assets/images/marker.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-ue4HntBiOn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeff8;
}
.cid-ue4HntBiOn blockquote {
  border-color: #ffeedd;
  border-radius: 4px;
  background-color: #ffeedd;
}
.cid-ue4HntBiOn .mbr-section-title {
  text-align: center;
}
.cid-ue4HnuwPLX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeedd;
}
.cid-ue4HnuwPLX .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ue4HnuwPLX .image-wrapper {
    padding-right: 3.55%;
  }
}
.cid-ue4HnuwPLX .image-wrapper .padding-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-ue4HnuwPLX .image-wrapper .padding-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ue4HnuwPLX .image-wrapper .padding-container {
    padding: 30px;
  }
}
.cid-ue4HnuwPLX .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-ue4HnuwPLX .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: -25%;
}
@media (max-width: 991px) {
  .cid-ue4HnuwPLX .image-wrapper img:last-child {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-ue4HnuwPLX .image-wrapper img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-ue4HnuwPLX .col-text {
    padding: 0;
    padding-left: 3.55%;
  }
}
@media (max-width: 991px) {
  .cid-ue4HnuwPLX .col-text {
    text-align: center;
  }
}
.cid-ue4HnuwPLX .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-ue4HnuwPLX .text-wrapper {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ue4HnuwPLX .text-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-ue4HnuwPLX .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-ue4HnuwPLX .label-text {
    text-align: center !important;
  }
}
.cid-ue4HnuwPLX .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-ue4HnuwPLX .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-ue4HnuwPLX .lists-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ue4HnuwPLX .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ue4HnuwPLX .lists-container {
    justify-content: center;
  }
}
.cid-ue4HnuwPLX .card {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ue4HnuwPLX .card:first-child {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .cid-ue4HnuwPLX .card {
    margin-top: 30px;
  }
}
.cid-ue4HnuwPLX .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ue4HnuwPLX .card-wrapper {
    flex-direction: column;
  }
}
.cid-ue4HnuwPLX .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ue4HnuwPLX .card-box {
    flex-direction: column;
  }
}
.cid-ue4HnuwPLX .card-content {
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-ue4HnuwPLX .card-content {
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-ue4HnuwPLX .card-number {
    min-width: 95px;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .cid-ue4HnuwPLX .card-number {
    width: 100%;
  }
}
.cid-ue4HnuwPLX .icon-box {
  padding: 17px;
  border-radius: 5px;
  background-color: #fa2404;
  margin-right: 45px;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-ue4HnuwPLX .icon-box {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ue4HnuwPLX .icon-box:hover {
    transform: scale(0.9);
  }
}
.cid-ue4HnuwPLX .icon-box span {
  color: #ffffff;
}
.cid-ue4HnuwPLX .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-ue4HnuwPLX .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ue4HnuwPLX .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ue4HnvTgEz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeff8;
}
.cid-ue4HnvTgEz .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ue4HnvTgEz .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ue4HnvTgEz .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ue4HnvTgEz .label-text {
    text-align: center !important;
  }
}
.cid-ue4HnvTgEz .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ue4HnvTgEz .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ue4HnvTgEz .mbr-section-title,
.cid-ue4HnvTgEz .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ue4Hnx2k2x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeedd;
}
.cid-ue4Hnx2k2x .row {
  justify-content: center;
}
.cid-ue4Hnx2k2x .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-ue4Hnx2k2x .item-img {
    height: 286px;
  }
}
.cid-ue4Hnx2k2x img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ue4Hnx2k2x .item:focus,
.cid-ue4Hnx2k2x span:focus {
  outline: none;
}
.cid-ue4Hnx2k2x .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ue4Hnx2k2x .col-items {
    flex-wrap: wrap;
  }
}
.cid-ue4Hnx2k2x .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-ue4Hnx2k2x .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ue4Hnx2k2x .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-ue4Hnx2k2x .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-ue4Hnx2k2x .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-ue4Hnx2k2x .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-ue4Hnx2k2x .item-wrapper .btn-primary:hover span {
  color: #fa2404 !important;
}
.cid-ue4Hnx2k2x .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ue4Hnx2k2x .item-content {
    text-align: center;
  }
}
.cid-ue4Hnx2k2x .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-ue4Hnx2k2x .mbr-text {
  color: #000000;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.cid-ue4Hnx2k2x .item-title {
  color: #222222;
}
.cid-ue4Hnx2k2x .item-subtitle {
  color: #222222;
}
.cid-ue4Hnx2k2x .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-ue4Hnx2k2x .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ue4Hnx2k2x .mbr-section-head {
    text-align: center !important;
  }
}
.cid-ue4Hnx2k2x .mbr-section-subtitle {
  color: #999999;
}
.cid-ue4Hnzomk9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ddeff8;
}
@media (max-width: 767px) {
  .cid-ue4Hnzomk9 .mbr-text {
    text-align: center;
  }
}
.cid-ue4Hnzomk9 .mbr-text,
.cid-ue4Hnzomk9 .mbr-section-btn {
  color: #000000;
}
.cid-ue4Hnzomk9 H1 {
  text-align: center;
}
.cid-ue4HnBfgzv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeedd;
}
.cid-ue4HnBfgzv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4HnBfgzv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4HnBfgzv .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-ue4HnBfgzv .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ue4HnBfgzv .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ue4HnBfgzv .mbr-section-title {
  color: #131313;
}
.cid-ue4HnBfgzv .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-ue4HnBfgzv .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-ue4HnBfgzv .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-ue4HnBfgzv .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-ue4HnBfgzv .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #ddeff8;
  box-shadow: 4px 4px 0 #ddeff8;
  background: #ddeff8;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-ue4HnBfgzv .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-ue4HnBfgzv .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 674/calc(145 * 3);
}
.cid-ue4HnBfgzv .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 130px;
}
@media (max-width: 1199px) {
  .cid-ue4HnBfgzv .item-content {
    margin-top: 0;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ue4HnBfgzv .item-content {
    margin-top: 20px;
  }
}
.cid-ue4HnBfgzv .card-title {
  color: #131313;
}
.cid-ue4HnBfgzv .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-ue4HnBfgzv .link-text {
  margin-top: 14px;
  color: #FC7942;
}
@media (max-width: 991px) {
  .cid-ue4HnBfgzv .link-text {
    margin-top: 10px;
  }
}
.cid-ue4HnBfgzv .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-ue4HnBfgzv .mbr-section-btn {
  margin-top: 5px;
}
.cid-ue4HnBfgzv .card-text,
.cid-ue4HnBfgzv .mbr-section-btn {
  text-align: center;
}
.cid-ue4HnDu8m5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffeedd;
}
.cid-ue4HnDu8m5 .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ue4HnDu8m5 .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ue4HnDu8m5 .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-ue4HnDu8m5 .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-ue4HnDu8m5 .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ue4HnDu8m5 .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
  background-color: #ffeedd;
}
.cid-ue4HnDu8m5 .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-ue4HnDu8m5 .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-ue4HnDu8m5 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ue4HnDu8m5 .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ue4HnDu8m5 .col-text {
    text-align: center;
  }
}
.cid-ue4HnDu8m5 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ue4HnDu8m5 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-ue4HnDu8m5 .label-text {
    text-align: center !important;
  }
}
.cid-ue4HnDu8m5 .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-ue4HnDu8m5 .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-ue4HnDu8m5 .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-ue4HnDu8m5 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ue4HnDu8m5 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ue4HnDu8m5 .mbr-section-title,
.cid-ue4HnDu8m5 .mbr-section-btn {
  color: #000000;
}
.cid-ue4HnFolMm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffeedd;
}
.cid-ue4HnFolMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4HnFolMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4HnFolMm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ue4HnFolMm .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ue4HnFolMm .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ue4HnFolMm .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ue4HnFolMm .container {
    padding: 0 12px;
  }
}
.cid-ue4HnFolMm .row {
  justify-content: center;
}
.cid-ue4HnFolMm .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ue4HnFolMm .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-ue4HnFolMm .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ue4HnFolMm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue4HnFolMm .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ue4HnFolMm .item {
    margin-bottom: 16px;
  }
}
.cid-ue4HnFolMm .item .item-wrapper {
  width: 100%;
}
.cid-ue4HnFolMm .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ue4HnFolMm .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-ue4HnFolMm .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-ue4HnFolMm .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-ue4HnFolMm .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-ue4HnFolMm .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-ue4HnFolMm .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-ue4HnFolMm .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ue4HnFolMm .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #ddeff8;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ue4HnFolMm .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-ue4HnFolMm .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-ue4HnFolMm .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-ue4HnFolMm .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-ue4HnFolMm .item-title {
  color: #1D1D1F;
}
.cid-ue4HnFolMm .item-desc {
  color: #1D1D1F;
}
.cid-ue4HnFolMm .item-text {
  color: #1D1D1F;
}
.cid-ue4HnFolMm .item-desc,
.cid-ue4HnFolMm .desc-wrapper {
  text-align: center;
}
.cid-ue4HnHwjjB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeff8;
}
.cid-ue4HnHwjjB blockquote {
  border-color: #ffeedd;
  border-radius: 4px;
  background-color: #ffeedd;
}
.cid-ue4HnHwjjB .mbr-section-title {
  text-align: center;
}
.cid-ue4HnJmLid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeedd;
}
.cid-ue4HnJmLid .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4HnJmLid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue4HnJmLid .container {
    padding: 0 20px;
  }
}
.cid-ue4HnJmLid .row {
  margin: 0;
}
.cid-ue4HnJmLid .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue4HnJmLid .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ue4HnJmLid .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ue4HnJmLid .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ue4HnJmLid .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ue4HnJmLid .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ue4HnJmLid .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ue4HnLe5iu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ddeff8;
}
.cid-ue4HnLe5iu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4HnLe5iu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4HnLe5iu .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-ue4HnLe5iu .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ue4HnLe5iu .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-ue4HnLe5iu .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ue4HnLe5iu .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-ue4HnLe5iu .col-img {
    display: none;
  }
}
.cid-ue4HnLe5iu .img-wrap {
  width: 100%;
}
.cid-ue4HnLe5iu .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-ue4HnLe5iu .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-ue4HnLe5iu .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ue4HnLe5iu .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-ue4HnLe5iu .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-ue4HnLe5iu .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-ue4HnLe5iu .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ue4HnLe5iu .panel-group {
    margin-top: 0;
  }
}
.cid-ue4HnLe5iu .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-ue4HnLe5iu .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ue4HnLe5iu .card-header {
    padding: 8px 0;
  }
}
.cid-ue4HnLe5iu .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-ue4HnLe5iu .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-ue4HnLe5iu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-ue4HnLe5iu .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ue4HnLe5iu .panel-title-edit {
  color: #000000;
}
.cid-ue4HnLe5iu .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-ue4HnLe5iu .panel-body {
    padding: 0 0 24px;
  }
}
.cid-ue4HnLe5iu .panel-text {
  color: #000000;
  margin: 0;
}
.cid-ue4HnNVsDz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffeedd;
}
.cid-ue4HnNVsDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4HnNVsDz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4HnNVsDz .row {
  justify-content: flex-start;
}
.cid-ue4HnNVsDz .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-ue4HnNVsDz .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-ue4HnNVsDz .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-ue4HnNVsDz .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-ue4HnNVsDz .title-container {
    padding: 12px;
  }
}
.cid-ue4HnNVsDz .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-ue4HnNVsDz .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-ue4HnNVsDz .content-container {
    padding: 24px 12px;
  }
}
.cid-ue4HnNVsDz .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-ue4HnNVsDz .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-ue4HnNVsDz .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ue4HnNVsDz .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-ue4J088yLF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeff8;
}
.cid-ue4J088yLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4J088yLF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue4J088yLF .container {
    padding: 0 30px;
  }
}
.cid-ue4J088yLF .row {
  justify-content: center;
}
.cid-ue4J088yLF .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ue4J088yLF .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #212529;
  padding: 30px 0 40px;
}
.cid-ue4J088yLF .panel-group .card:first-child {
  border-top: 1px solid #212529;
}
.cid-ue4J088yLF .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-ue4J088yLF .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ue4J088yLF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ue4J088yLF .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #212529;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-ue4J088yLF .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ue4J088yLF .mbr-section-btn {
  text-align: center;
}
.cid-ue4J088yLF .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-ue4J088yLF .mbr-section-btn .btn:hover,
.cid-ue4J088yLF .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-ue4J088yLF .mbr-section-title {
  color: #212529;
}
.cid-ue4J088yLF .panel-title-edit {
  color: #212529;
}
.cid-ue4J088yLF .panel-text {
  color: #212529;
}
.cid-ue4HnQ6Ezh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f0f0f5;
}
.cid-ue4HnQ6Ezh .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue4HnQ6Ezh .mbr-section-head {
    margin-bottom: 16px;
  }
}
.cid-ue4HnQ6Ezh .mbr-section-head .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-ue4HnQ6Ezh .mbr-section-head .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-ue4HnQ6Ezh .mbr-section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue4HnQ6Ezh .google-map {
  height: 30rem;
  position: relative;
}
.cid-ue4HnQ6Ezh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ue4HnQ6Ezh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ue4HnQ6Ezh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ue4HnQ6Ezh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ue4HnQ6Ezh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ue4HnQ6Ezh .mbr-section-title {
  color: #20232a;
  text-align: center;
}
.cid-ue4HnSqtLw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffeedd;
}
.cid-ue4HnSqtLw .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ue4HnSqtLw .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-ue4HnSqtLw .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-ue4HnSqtLw .brand__email {
  margin-bottom: 15px;
}
.cid-ue4HnSqtLw .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-ue4HnSqtLw .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-ue4HnSqtLw .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-ue4HnSqtLw .footer__items a:hover {
  color: #73460b !important;
}
.cid-ue4HnSqtLw .social {
  margin-top: 30px;
}
.cid-ue4HnSqtLw .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff3a46;
  border-radius: 50%;
  margin-right: 10px;
  color: #ff3a46;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ue4HnSqtLw .social .social__items:hover {
  background-color: #73460b;
  border-color: #73460b;
}
.cid-ue4HnSqtLw .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-ue4HnSqtLw .social .social__items:last-child {
  margin-right: 0;
}
.cid-ue4HnSqtLw .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-ue4HnSqtLw .divider {
  background-color: #ffffff;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-ue4HnSqtLw .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-ue4HnSqtLw .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-ue4HnSqtLw .footer__bot_items a:hover {
  color: #73460b !important;
}
.cid-ue4HnSqtLw .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-ue4HnSqtLw .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-ue4HnSqtLw .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #73460b;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-ue4HnSqtLw .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ue4HnSqtLw .divider {
    margin-top: 30px;
  }
  .cid-ue4HnSqtLw .footer__bottom {
    padding: 30px 0;
  }
  .cid-ue4HnSqtLw .align-right,
  .cid-ue4HnSqtLw .privacy {
    text-align: center;
  }
  .cid-ue4HnSqtLw .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-ue4HnSqtLw .privacy {
  color: #000000;
}
.cid-ue4Kyryjxn .navbar-dropdown {
  position: relative !important;
}
.cid-ue4Kyryjxn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue4Kyryjxn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ue4Kyryjxn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ue4Kyryjxn .dropdown-item:hover,
.cid-ue4Kyryjxn .dropdown-item:focus {
  background: #fa2404 !important;
  color: white !important;
}
.cid-ue4Kyryjxn .dropdown-item:hover span {
  color: white;
}
.cid-ue4Kyryjxn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ue4Kyryjxn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ue4Kyryjxn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue4Kyryjxn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue4Kyryjxn .nav-link {
  position: relative;
}
.cid-ue4Kyryjxn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ue4Kyryjxn .container {
    flex-wrap: nowrap;
  }
}
.cid-ue4Kyryjxn .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue4Kyryjxn .dropdown-menu,
.cid-ue4Kyryjxn .navbar.opened {
  background: #ffffff !important;
}
.cid-ue4Kyryjxn .nav-item:focus,
.cid-ue4Kyryjxn .nav-link:focus {
  outline: none;
}
.cid-ue4Kyryjxn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue4Kyryjxn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue4Kyryjxn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue4Kyryjxn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue4Kyryjxn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue4Kyryjxn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue4Kyryjxn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ue4Kyryjxn .navbar.opened {
  transition: all 0.3s;
}
.cid-ue4Kyryjxn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ue4Kyryjxn .navbar .navbar-logo img {
  width: auto;
}
.cid-ue4Kyryjxn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue4Kyryjxn .navbar.collapsed {
  justify-content: center;
}
.cid-ue4Kyryjxn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue4Kyryjxn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue4Kyryjxn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ue4Kyryjxn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue4Kyryjxn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue4Kyryjxn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ue4Kyryjxn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue4Kyryjxn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue4Kyryjxn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue4Kyryjxn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue4Kyryjxn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue4Kyryjxn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue4Kyryjxn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue4Kyryjxn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ue4Kyryjxn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue4Kyryjxn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue4Kyryjxn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue4Kyryjxn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue4Kyryjxn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue4Kyryjxn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue4Kyryjxn .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue4Kyryjxn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue4Kyryjxn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue4Kyryjxn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue4Kyryjxn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue4Kyryjxn .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ue4Kyryjxn .navbar-brand {
    padding-right: 40px;
  }
}
.cid-ue4Kyryjxn .dropdown-item.active,
.cid-ue4Kyryjxn .dropdown-item:active {
  background-color: transparent;
}
.cid-ue4Kyryjxn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue4Kyryjxn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue4Kyryjxn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue4Kyryjxn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ue4Kyryjxn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue4Kyryjxn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue4Kyryjxn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ue4Kyryjxn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue4Kyryjxn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ue4Kyryjxn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-ue4Kyryjxn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue4Kyryjxn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue4Kyryjxn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue4Kyryjxn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue4Kyryjxn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue4Kyryjxn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue4Kyryjxn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue4Kyryjxn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue4Kyryjxn .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-ue4Kyryjxn .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ue4Kyryjxn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ue4Kyryjxn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue4Kyryjxn .navbar {
    height: 70px;
  }
  .cid-ue4Kyryjxn .navbar.opened {
    height: auto;
  }
  .cid-ue4Kyryjxn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue4Kyryjxn .container,
.cid-ue4Kyryjxn .container-fluid {
  flex-wrap: wrap;
}
.cid-ue4Kyryjxn .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-ue4Kyryjxn .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-ue4Kyryjxn .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-ue4Kyryjxn .contacts-menu {
    display: none;
  }
}
.cid-ue4Kyryjxn .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-ue4Kyryjxn .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #fa2404;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-ue4Kyryjxn .icon-box:hover {
  transform: scale(1.1);
}
.cid-ue4Kyryjxn .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-ue4Kyryjxn .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-ue4Kyryjxn .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-ue4Kyryjxn .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-ue4Kyryjxn .navbar-collapse .mbr-section-btn .btn-black {
  color: #fa2404 !important;
}
@media (max-width: 577px) {
  .cid-ue4Kyryjxn .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ue4Kyryjxn .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-ue4Kyryjxn .navbar-collapse .nav-link:hover {
  color: #fa2404 !important;
}
.cid-ue4KytKD1a {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/01043ae8-6f43-4dc0-bc34-50e2260b8dc4-1024x768.jpg");
}
.cid-ue4KytKD1a .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ue4KytKD1a .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ue4KytKD1a .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ue4KytKD1a .label-text {
    text-align: center !important;
  }
}
.cid-ue4KytKD1a .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ue4KytKD1a .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ue4KytKD1a .mbr-section-title,
.cid-ue4KytKD1a .mbr-section-btn {
  text-align: center;
}
.cid-ue4KyuYSZV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffeedd;
}
.cid-ue4KyuYSZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4KyuYSZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4KyuYSZV .text-wrap {
  width: 100%;
}
.cid-ue4KyuYSZV .mbr-title {
  margin-bottom: 0;
  color: #829D85;
}
.cid-ue4KyuYSZV .mbr-text {
  padding-top: 16px;
  color: #353535;
}
.cid-ue4KyuYSZV .list-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ue4KyuYSZV .list-wrap {
    margin-top: 24px;
  }
}
.cid-ue4KyuYSZV .list-box {
  width: 100%;
}
.cid-ue4KyuYSZV .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
}
.cid-ue4KyuYSZV .list-text {
  position: relative;
}
.cid-ue4KyuYSZV .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-ue4KyuYSZV .list-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: -30px;
  top: 7px;
  background-image: url("../../../assets/images/marker.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-ue4Kyw4J2G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeff8;
}
.cid-ue4Kyw4J2G blockquote {
  border-color: #ffeedd;
  border-radius: 4px;
  background-color: #ffeedd;
}
.cid-ue4Kyw4J2G .mbr-section-title {
  text-align: center;
}
.cid-ue4KywY1Ti {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeedd;
}
.cid-ue4KywY1Ti .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ue4KywY1Ti .image-wrapper {
    padding-right: 3.55%;
  }
}
.cid-ue4KywY1Ti .image-wrapper .padding-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-ue4KywY1Ti .image-wrapper .padding-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ue4KywY1Ti .image-wrapper .padding-container {
    padding: 30px;
  }
}
.cid-ue4KywY1Ti .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-ue4KywY1Ti .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: -25%;
}
@media (max-width: 991px) {
  .cid-ue4KywY1Ti .image-wrapper img:last-child {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-ue4KywY1Ti .image-wrapper img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-ue4KywY1Ti .col-text {
    padding: 0;
    padding-left: 3.55%;
  }
}
@media (max-width: 991px) {
  .cid-ue4KywY1Ti .col-text {
    text-align: center;
  }
}
.cid-ue4KywY1Ti .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-ue4KywY1Ti .text-wrapper {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ue4KywY1Ti .text-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-ue4KywY1Ti .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-ue4KywY1Ti .label-text {
    text-align: center !important;
  }
}
.cid-ue4KywY1Ti .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-ue4KywY1Ti .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-ue4KywY1Ti .lists-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ue4KywY1Ti .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ue4KywY1Ti .lists-container {
    justify-content: center;
  }
}
.cid-ue4KywY1Ti .card {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ue4KywY1Ti .card:first-child {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .cid-ue4KywY1Ti .card {
    margin-top: 30px;
  }
}
.cid-ue4KywY1Ti .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ue4KywY1Ti .card-wrapper {
    flex-direction: column;
  }
}
.cid-ue4KywY1Ti .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ue4KywY1Ti .card-box {
    flex-direction: column;
  }
}
.cid-ue4KywY1Ti .card-content {
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-ue4KywY1Ti .card-content {
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-ue4KywY1Ti .card-number {
    min-width: 95px;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .cid-ue4KywY1Ti .card-number {
    width: 100%;
  }
}
.cid-ue4KywY1Ti .icon-box {
  padding: 17px;
  border-radius: 5px;
  background-color: #fa2404;
  margin-right: 45px;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-ue4KywY1Ti .icon-box {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ue4KywY1Ti .icon-box:hover {
    transform: scale(0.9);
  }
}
.cid-ue4KywY1Ti .icon-box span {
  color: #ffffff;
}
.cid-ue4KywY1Ti .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-ue4KywY1Ti .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ue4KywY1Ti .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ue4KyyihJg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeff8;
}
.cid-ue4KyyihJg .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ue4KyyihJg .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ue4KyyihJg .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ue4KyyihJg .label-text {
    text-align: center !important;
  }
}
.cid-ue4KyyihJg .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ue4KyyihJg .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ue4KyyihJg .mbr-section-title,
.cid-ue4KyyihJg .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ue4KyztP5P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeedd;
}
.cid-ue4KyztP5P .row {
  justify-content: center;
}
.cid-ue4KyztP5P .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-ue4KyztP5P .item-img {
    height: 286px;
  }
}
.cid-ue4KyztP5P img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ue4KyztP5P .item:focus,
.cid-ue4KyztP5P span:focus {
  outline: none;
}
.cid-ue4KyztP5P .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ue4KyztP5P .col-items {
    flex-wrap: wrap;
  }
}
.cid-ue4KyztP5P .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-ue4KyztP5P .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ue4KyztP5P .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-ue4KyztP5P .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-ue4KyztP5P .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-ue4KyztP5P .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-ue4KyztP5P .item-wrapper .btn-primary:hover span {
  color: #fa2404 !important;
}
.cid-ue4KyztP5P .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ue4KyztP5P .item-content {
    text-align: center;
  }
}
.cid-ue4KyztP5P .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-ue4KyztP5P .mbr-text {
  color: #000000;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.cid-ue4KyztP5P .item-title {
  color: #222222;
}
.cid-ue4KyztP5P .item-subtitle {
  color: #222222;
}
.cid-ue4KyztP5P .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-ue4KyztP5P .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ue4KyztP5P .mbr-section-head {
    text-align: center !important;
  }
}
.cid-ue4KyztP5P .mbr-section-subtitle {
  color: #999999;
}
.cid-ue4KyANm6X {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ddeff8;
}
@media (max-width: 767px) {
  .cid-ue4KyANm6X .mbr-text {
    text-align: center;
  }
}
.cid-ue4KyANm6X .mbr-text,
.cid-ue4KyANm6X .mbr-section-btn {
  color: #000000;
}
.cid-ue4KyANm6X H1 {
  text-align: center;
}
.cid-ue4KyBTX0J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeedd;
}
.cid-ue4KyBTX0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4KyBTX0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4KyBTX0J .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-ue4KyBTX0J .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ue4KyBTX0J .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ue4KyBTX0J .mbr-section-title {
  color: #131313;
}
.cid-ue4KyBTX0J .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-ue4KyBTX0J .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-ue4KyBTX0J .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-ue4KyBTX0J .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-ue4KyBTX0J .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #ddeff8;
  box-shadow: 4px 4px 0 #ddeff8;
  background: #ddeff8;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-ue4KyBTX0J .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-ue4KyBTX0J .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 674/calc(145 * 3);
}
.cid-ue4KyBTX0J .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 130px;
}
@media (max-width: 1199px) {
  .cid-ue4KyBTX0J .item-content {
    margin-top: 0;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ue4KyBTX0J .item-content {
    margin-top: 20px;
  }
}
.cid-ue4KyBTX0J .card-title {
  color: #131313;
}
.cid-ue4KyBTX0J .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-ue4KyBTX0J .link-text {
  margin-top: 14px;
  color: #FC7942;
}
@media (max-width: 991px) {
  .cid-ue4KyBTX0J .link-text {
    margin-top: 10px;
  }
}
.cid-ue4KyBTX0J .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-ue4KyBTX0J .mbr-section-btn {
  margin-top: 5px;
}
.cid-ue4KyBTX0J .card-text,
.cid-ue4KyBTX0J .mbr-section-btn {
  text-align: center;
}
.cid-ue4KyDmYSJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffeedd;
}
.cid-ue4KyDmYSJ .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ue4KyDmYSJ .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ue4KyDmYSJ .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-ue4KyDmYSJ .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-ue4KyDmYSJ .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ue4KyDmYSJ .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
  background-color: #ffeedd;
}
.cid-ue4KyDmYSJ .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-ue4KyDmYSJ .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-ue4KyDmYSJ .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ue4KyDmYSJ .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ue4KyDmYSJ .col-text {
    text-align: center;
  }
}
.cid-ue4KyDmYSJ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ue4KyDmYSJ .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-ue4KyDmYSJ .label-text {
    text-align: center !important;
  }
}
.cid-ue4KyDmYSJ .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-ue4KyDmYSJ .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-ue4KyDmYSJ .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-ue4KyDmYSJ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ue4KyDmYSJ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ue4KyDmYSJ .mbr-section-title,
.cid-ue4KyDmYSJ .mbr-section-btn {
  color: #000000;
}
.cid-ue4KyEKgcB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffeedd;
}
.cid-ue4KyEKgcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4KyEKgcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4KyEKgcB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ue4KyEKgcB .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ue4KyEKgcB .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ue4KyEKgcB .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ue4KyEKgcB .container {
    padding: 0 12px;
  }
}
.cid-ue4KyEKgcB .row {
  justify-content: center;
}
.cid-ue4KyEKgcB .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ue4KyEKgcB .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-ue4KyEKgcB .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ue4KyEKgcB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue4KyEKgcB .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ue4KyEKgcB .item {
    margin-bottom: 16px;
  }
}
.cid-ue4KyEKgcB .item .item-wrapper {
  width: 100%;
}
.cid-ue4KyEKgcB .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ue4KyEKgcB .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-ue4KyEKgcB .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-ue4KyEKgcB .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-ue4KyEKgcB .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-ue4KyEKgcB .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-ue4KyEKgcB .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-ue4KyEKgcB .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ue4KyEKgcB .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #ddeff8;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ue4KyEKgcB .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-ue4KyEKgcB .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-ue4KyEKgcB .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-ue4KyEKgcB .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-ue4KyEKgcB .item-title {
  color: #1D1D1F;
}
.cid-ue4KyEKgcB .item-desc {
  color: #1D1D1F;
}
.cid-ue4KyEKgcB .item-text {
  color: #1D1D1F;
}
.cid-ue4KyEKgcB .item-desc,
.cid-ue4KyEKgcB .desc-wrapper {
  text-align: center;
}
.cid-ue4KyG87sn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeff8;
}
.cid-ue4KyG87sn blockquote {
  border-color: #ffeedd;
  border-radius: 4px;
  background-color: #ffeedd;
}
.cid-ue4KyG87sn .mbr-section-title {
  text-align: center;
}
.cid-ue4KyItRGL {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ddeff8;
}
.cid-ue4KyItRGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4KyItRGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4KyItRGL .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-ue4KyItRGL .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ue4KyItRGL .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-ue4KyItRGL .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ue4KyItRGL .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-ue4KyItRGL .col-img {
    display: none;
  }
}
.cid-ue4KyItRGL .img-wrap {
  width: 100%;
}
.cid-ue4KyItRGL .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-ue4KyItRGL .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-ue4KyItRGL .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ue4KyItRGL .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-ue4KyItRGL .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-ue4KyItRGL .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-ue4KyItRGL .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ue4KyItRGL .panel-group {
    margin-top: 0;
  }
}
.cid-ue4KyItRGL .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-ue4KyItRGL .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ue4KyItRGL .card-header {
    padding: 8px 0;
  }
}
.cid-ue4KyItRGL .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-ue4KyItRGL .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-ue4KyItRGL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-ue4KyItRGL .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ue4KyItRGL .panel-title-edit {
  color: #000000;
}
.cid-ue4KyItRGL .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-ue4KyItRGL .panel-body {
    padding: 0 0 24px;
  }
}
.cid-ue4KyItRGL .panel-text {
  color: #000000;
  margin: 0;
}
.cid-ue4KyKb6Ow {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffeedd;
}
.cid-ue4KyKb6Ow .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4KyKb6Ow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4KyKb6Ow .row {
  justify-content: flex-start;
}
.cid-ue4KyKb6Ow .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-ue4KyKb6Ow .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-ue4KyKb6Ow .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-ue4KyKb6Ow .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-ue4KyKb6Ow .title-container {
    padding: 12px;
  }
}
.cid-ue4KyKb6Ow .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-ue4KyKb6Ow .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-ue4KyKb6Ow .content-container {
    padding: 24px 12px;
  }
}
.cid-ue4KyKb6Ow .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-ue4KyKb6Ow .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-ue4KyKb6Ow .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ue4KyKb6Ow .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-ue4KyLBglj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeff8;
}
.cid-ue4KyLBglj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4KyLBglj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue4KyLBglj .container {
    padding: 0 30px;
  }
}
.cid-ue4KyLBglj .row {
  justify-content: center;
}
.cid-ue4KyLBglj .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ue4KyLBglj .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #212529;
  padding: 30px 0 40px;
}
.cid-ue4KyLBglj .panel-group .card:first-child {
  border-top: 1px solid #212529;
}
.cid-ue4KyLBglj .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-ue4KyLBglj .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ue4KyLBglj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ue4KyLBglj .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #212529;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-ue4KyLBglj .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ue4KyLBglj .mbr-section-btn {
  text-align: center;
}
.cid-ue4KyLBglj .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-ue4KyLBglj .mbr-section-btn .btn:hover,
.cid-ue4KyLBglj .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-ue4KyLBglj .mbr-section-title {
  color: #212529;
}
.cid-ue4KyLBglj .panel-title-edit {
  color: #212529;
}
.cid-ue4KyLBglj .panel-text {
  color: #212529;
}
.cid-ue4KyN3PkD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f0f0f5;
}
.cid-ue4KyN3PkD .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue4KyN3PkD .mbr-section-head {
    margin-bottom: 16px;
  }
}
.cid-ue4KyN3PkD .mbr-section-head .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-ue4KyN3PkD .mbr-section-head .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-ue4KyN3PkD .mbr-section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue4KyN3PkD .google-map {
  height: 30rem;
  position: relative;
}
.cid-ue4KyN3PkD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ue4KyN3PkD .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ue4KyN3PkD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ue4KyN3PkD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ue4KyN3PkD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ue4KyN3PkD .mbr-section-title {
  color: #20232a;
  text-align: center;
}
.cid-ue4KyOpp2B {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffeedd;
}
.cid-ue4KyOpp2B .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ue4KyOpp2B .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-ue4KyOpp2B .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-ue4KyOpp2B .brand__email {
  margin-bottom: 15px;
}
.cid-ue4KyOpp2B .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-ue4KyOpp2B .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-ue4KyOpp2B .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-ue4KyOpp2B .footer__items a:hover {
  color: #73460b !important;
}
.cid-ue4KyOpp2B .social {
  margin-top: 30px;
}
.cid-ue4KyOpp2B .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff3a46;
  border-radius: 50%;
  margin-right: 10px;
  color: #ff3a46;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ue4KyOpp2B .social .social__items:hover {
  background-color: #73460b;
  border-color: #73460b;
}
.cid-ue4KyOpp2B .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-ue4KyOpp2B .social .social__items:last-child {
  margin-right: 0;
}
.cid-ue4KyOpp2B .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-ue4KyOpp2B .divider {
  background-color: #ffffff;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-ue4KyOpp2B .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-ue4KyOpp2B .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-ue4KyOpp2B .footer__bot_items a:hover {
  color: #73460b !important;
}
.cid-ue4KyOpp2B .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-ue4KyOpp2B .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-ue4KyOpp2B .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #73460b;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-ue4KyOpp2B .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ue4KyOpp2B .divider {
    margin-top: 30px;
  }
  .cid-ue4KyOpp2B .footer__bottom {
    padding: 30px 0;
  }
  .cid-ue4KyOpp2B .align-right,
  .cid-ue4KyOpp2B .privacy {
    text-align: center;
  }
  .cid-ue4KyOpp2B .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-ue4KyOpp2B .privacy {
  color: #000000;
}
.cid-ue4J4ilMoy .navbar-dropdown {
  position: relative !important;
}
.cid-ue4J4ilMoy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue4J4ilMoy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ue4J4ilMoy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ue4J4ilMoy .dropdown-item:hover,
.cid-ue4J4ilMoy .dropdown-item:focus {
  background: #fa2404 !important;
  color: white !important;
}
.cid-ue4J4ilMoy .dropdown-item:hover span {
  color: white;
}
.cid-ue4J4ilMoy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ue4J4ilMoy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ue4J4ilMoy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue4J4ilMoy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ue4J4ilMoy .nav-link {
  position: relative;
}
.cid-ue4J4ilMoy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ue4J4ilMoy .container {
    flex-wrap: nowrap;
  }
}
.cid-ue4J4ilMoy .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue4J4ilMoy .dropdown-menu,
.cid-ue4J4ilMoy .navbar.opened {
  background: #ffffff !important;
}
.cid-ue4J4ilMoy .nav-item:focus,
.cid-ue4J4ilMoy .nav-link:focus {
  outline: none;
}
.cid-ue4J4ilMoy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue4J4ilMoy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue4J4ilMoy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue4J4ilMoy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue4J4ilMoy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue4J4ilMoy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue4J4ilMoy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ue4J4ilMoy .navbar.opened {
  transition: all 0.3s;
}
.cid-ue4J4ilMoy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ue4J4ilMoy .navbar .navbar-logo img {
  width: auto;
}
.cid-ue4J4ilMoy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue4J4ilMoy .navbar.collapsed {
  justify-content: center;
}
.cid-ue4J4ilMoy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue4J4ilMoy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue4J4ilMoy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ue4J4ilMoy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue4J4ilMoy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue4J4ilMoy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ue4J4ilMoy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue4J4ilMoy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue4J4ilMoy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue4J4ilMoy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue4J4ilMoy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue4J4ilMoy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue4J4ilMoy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue4J4ilMoy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ue4J4ilMoy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue4J4ilMoy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ue4J4ilMoy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ue4J4ilMoy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue4J4ilMoy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue4J4ilMoy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ue4J4ilMoy .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue4J4ilMoy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue4J4ilMoy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue4J4ilMoy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue4J4ilMoy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ue4J4ilMoy .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ue4J4ilMoy .navbar-brand {
    padding-right: 40px;
  }
}
.cid-ue4J4ilMoy .dropdown-item.active,
.cid-ue4J4ilMoy .dropdown-item:active {
  background-color: transparent;
}
.cid-ue4J4ilMoy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue4J4ilMoy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue4J4ilMoy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue4J4ilMoy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ue4J4ilMoy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue4J4ilMoy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue4J4ilMoy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ue4J4ilMoy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue4J4ilMoy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ue4J4ilMoy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-ue4J4ilMoy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue4J4ilMoy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue4J4ilMoy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue4J4ilMoy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue4J4ilMoy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue4J4ilMoy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue4J4ilMoy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue4J4ilMoy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue4J4ilMoy .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-ue4J4ilMoy .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ue4J4ilMoy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ue4J4ilMoy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue4J4ilMoy .navbar {
    height: 70px;
  }
  .cid-ue4J4ilMoy .navbar.opened {
    height: auto;
  }
  .cid-ue4J4ilMoy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue4J4ilMoy .container,
.cid-ue4J4ilMoy .container-fluid {
  flex-wrap: wrap;
}
.cid-ue4J4ilMoy .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-ue4J4ilMoy .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-ue4J4ilMoy .contacts-menu .mbr-iconfont {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-ue4J4ilMoy .contacts-menu {
    display: none;
  }
}
.cid-ue4J4ilMoy .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-ue4J4ilMoy .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #fa2404;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-ue4J4ilMoy .icon-box:hover {
  transform: scale(1.1);
}
.cid-ue4J4ilMoy .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-ue4J4ilMoy .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-ue4J4ilMoy .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-ue4J4ilMoy .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-ue4J4ilMoy .navbar-collapse .mbr-section-btn .btn-black {
  color: #fa2404 !important;
}
@media (max-width: 577px) {
  .cid-ue4J4ilMoy .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ue4J4ilMoy .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-ue4J4ilMoy .navbar-collapse .nav-link:hover {
  color: #fa2404 !important;
}
.cid-ue4J4kfv64 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/white-metal-roof-1900x1045.jpg");
}
.cid-ue4J4kfv64 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ue4J4kfv64 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ue4J4kfv64 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ue4J4kfv64 .label-text {
    text-align: center !important;
  }
}
.cid-ue4J4kfv64 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ue4J4kfv64 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ue4J4kfv64 .mbr-section-title,
.cid-ue4J4kfv64 .mbr-section-btn {
  text-align: center;
}
.cid-ue4J4lq9y4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffeedd;
}
.cid-ue4J4lq9y4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4J4lq9y4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4J4lq9y4 .text-wrap {
  width: 100%;
}
.cid-ue4J4lq9y4 .mbr-title {
  margin-bottom: 0;
  color: #829D85;
}
.cid-ue4J4lq9y4 .mbr-text {
  padding-top: 16px;
  color: #353535;
}
.cid-ue4J4lq9y4 .list-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ue4J4lq9y4 .list-wrap {
    margin-top: 24px;
  }
}
.cid-ue4J4lq9y4 .list-box {
  width: 100%;
}
.cid-ue4J4lq9y4 .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
}
.cid-ue4J4lq9y4 .list-text {
  position: relative;
}
.cid-ue4J4lq9y4 .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-ue4J4lq9y4 .list-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: -30px;
  top: 7px;
  background-image: url("../../../assets/images/marker.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-ue4J4mEPHP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeff8;
}
.cid-ue4J4mEPHP blockquote {
  border-color: #ffeedd;
  border-radius: 4px;
  background-color: #ffeedd;
}
.cid-ue4J4mEPHP .mbr-section-title {
  text-align: center;
}
.cid-ue4J4nGoIq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeedd;
}
.cid-ue4J4nGoIq .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ue4J4nGoIq .image-wrapper {
    padding-right: 3.55%;
  }
}
.cid-ue4J4nGoIq .image-wrapper .padding-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-ue4J4nGoIq .image-wrapper .padding-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ue4J4nGoIq .image-wrapper .padding-container {
    padding: 30px;
  }
}
.cid-ue4J4nGoIq .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-ue4J4nGoIq .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: -25%;
}
@media (max-width: 991px) {
  .cid-ue4J4nGoIq .image-wrapper img:last-child {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-ue4J4nGoIq .image-wrapper img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-ue4J4nGoIq .col-text {
    padding: 0;
    padding-left: 3.55%;
  }
}
@media (max-width: 991px) {
  .cid-ue4J4nGoIq .col-text {
    text-align: center;
  }
}
.cid-ue4J4nGoIq .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-ue4J4nGoIq .text-wrapper {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ue4J4nGoIq .text-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-ue4J4nGoIq .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-ue4J4nGoIq .label-text {
    text-align: center !important;
  }
}
.cid-ue4J4nGoIq .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-ue4J4nGoIq .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-ue4J4nGoIq .lists-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ue4J4nGoIq .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ue4J4nGoIq .lists-container {
    justify-content: center;
  }
}
.cid-ue4J4nGoIq .card {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ue4J4nGoIq .card:first-child {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .cid-ue4J4nGoIq .card {
    margin-top: 30px;
  }
}
.cid-ue4J4nGoIq .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ue4J4nGoIq .card-wrapper {
    flex-direction: column;
  }
}
.cid-ue4J4nGoIq .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ue4J4nGoIq .card-box {
    flex-direction: column;
  }
}
.cid-ue4J4nGoIq .card-content {
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-ue4J4nGoIq .card-content {
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-ue4J4nGoIq .card-number {
    min-width: 95px;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .cid-ue4J4nGoIq .card-number {
    width: 100%;
  }
}
.cid-ue4J4nGoIq .icon-box {
  padding: 17px;
  border-radius: 5px;
  background-color: #fa2404;
  margin-right: 45px;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-ue4J4nGoIq .icon-box {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ue4J4nGoIq .icon-box:hover {
    transform: scale(0.9);
  }
}
.cid-ue4J4nGoIq .icon-box span {
  color: #ffffff;
}
.cid-ue4J4nGoIq .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-ue4J4nGoIq .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ue4J4nGoIq .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ue4J4p0uRy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeff8;
}
.cid-ue4J4p0uRy .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ue4J4p0uRy .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ue4J4p0uRy .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ue4J4p0uRy .label-text {
    text-align: center !important;
  }
}
.cid-ue4J4p0uRy .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ue4J4p0uRy .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ue4J4p0uRy .mbr-section-title,
.cid-ue4J4p0uRy .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ue4J4q6pfP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeedd;
}
.cid-ue4J4q6pfP .row {
  justify-content: center;
}
.cid-ue4J4q6pfP .item-img {
  height: 480px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-ue4J4q6pfP .item-img {
    height: 286px;
  }
}
.cid-ue4J4q6pfP img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ue4J4q6pfP .item:focus,
.cid-ue4J4q6pfP span:focus {
  outline: none;
}
.cid-ue4J4q6pfP .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ue4J4q6pfP .col-items {
    flex-wrap: wrap;
  }
}
.cid-ue4J4q6pfP .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-ue4J4q6pfP .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ue4J4q6pfP .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-ue4J4q6pfP .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-ue4J4q6pfP .item-wrapper .btn {
  padding: 12px 24px;
  min-width: 62px;
}
.cid-ue4J4q6pfP .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-ue4J4q6pfP .item-wrapper .btn-primary:hover span {
  color: #fa2404 !important;
}
.cid-ue4J4q6pfP .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ue4J4q6pfP .item-content {
    text-align: center;
  }
}
.cid-ue4J4q6pfP .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-ue4J4q6pfP .mbr-text {
  color: #000000;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.cid-ue4J4q6pfP .item-title {
  color: #222222;
}
.cid-ue4J4q6pfP .item-subtitle {
  color: #222222;
}
.cid-ue4J4q6pfP .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-ue4J4q6pfP .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ue4J4q6pfP .mbr-section-head {
    text-align: center !important;
  }
}
.cid-ue4J4q6pfP .mbr-section-subtitle {
  color: #999999;
}
.cid-ue4J4ryRJH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ddeff8;
}
@media (max-width: 767px) {
  .cid-ue4J4ryRJH .mbr-text {
    text-align: center;
  }
}
.cid-ue4J4ryRJH .mbr-text,
.cid-ue4J4ryRJH .mbr-section-btn {
  color: #000000;
}
.cid-ue4J4ryRJH H1 {
  text-align: center;
}
.cid-ue4J4sI1Qz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeedd;
}
.cid-ue4J4sI1Qz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4J4sI1Qz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4J4sI1Qz .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-ue4J4sI1Qz .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ue4J4sI1Qz .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ue4J4sI1Qz .mbr-section-title {
  color: #131313;
}
.cid-ue4J4sI1Qz .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-ue4J4sI1Qz .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-ue4J4sI1Qz .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-ue4J4sI1Qz .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-ue4J4sI1Qz .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #ddeff8;
  box-shadow: 4px 4px 0 #ddeff8;
  background: #ddeff8;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-ue4J4sI1Qz .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-ue4J4sI1Qz .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 674/calc(145 * 3);
}
.cid-ue4J4sI1Qz .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 130px;
}
@media (max-width: 1199px) {
  .cid-ue4J4sI1Qz .item-content {
    margin-top: 0;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ue4J4sI1Qz .item-content {
    margin-top: 20px;
  }
}
.cid-ue4J4sI1Qz .card-title {
  color: #131313;
}
.cid-ue4J4sI1Qz .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-ue4J4sI1Qz .link-text {
  margin-top: 14px;
  color: #FC7942;
}
@media (max-width: 991px) {
  .cid-ue4J4sI1Qz .link-text {
    margin-top: 10px;
  }
}
.cid-ue4J4sI1Qz .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-ue4J4sI1Qz .mbr-section-btn {
  margin-top: 5px;
}
.cid-ue4J4sI1Qz .card-text,
.cid-ue4J4sI1Qz .mbr-section-btn {
  text-align: center;
}
.cid-ue4J4tVX6g {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffeedd;
}
.cid-ue4J4tVX6g .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ue4J4tVX6g .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ue4J4tVX6g .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-ue4J4tVX6g .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-ue4J4tVX6g .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ue4J4tVX6g .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
  background-color: #ffeedd;
}
.cid-ue4J4tVX6g .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-ue4J4tVX6g .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-ue4J4tVX6g .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-ue4J4tVX6g .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ue4J4tVX6g .col-text {
    text-align: center;
  }
}
.cid-ue4J4tVX6g .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ue4J4tVX6g .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-ue4J4tVX6g .label-text {
    text-align: center !important;
  }
}
.cid-ue4J4tVX6g .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
}
.cid-ue4J4tVX6g .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-ue4J4tVX6g .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-ue4J4tVX6g .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ue4J4tVX6g .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ue4J4tVX6g .mbr-section-title,
.cid-ue4J4tVX6g .mbr-section-btn {
  color: #000000;
}
.cid-ue4J4v3fg1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffeedd;
}
.cid-ue4J4v3fg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4J4v3fg1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4J4v3fg1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ue4J4v3fg1 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ue4J4v3fg1 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ue4J4v3fg1 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ue4J4v3fg1 .container {
    padding: 0 12px;
  }
}
.cid-ue4J4v3fg1 .row {
  justify-content: center;
}
.cid-ue4J4v3fg1 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ue4J4v3fg1 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-ue4J4v3fg1 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ue4J4v3fg1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ue4J4v3fg1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ue4J4v3fg1 .item {
    margin-bottom: 16px;
  }
}
.cid-ue4J4v3fg1 .item .item-wrapper {
  width: 100%;
}
.cid-ue4J4v3fg1 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ue4J4v3fg1 .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-ue4J4v3fg1 .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-ue4J4v3fg1 .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-ue4J4v3fg1 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-ue4J4v3fg1 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-ue4J4v3fg1 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-ue4J4v3fg1 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ue4J4v3fg1 .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #ddeff8;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ue4J4v3fg1 .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-ue4J4v3fg1 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-ue4J4v3fg1 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-ue4J4v3fg1 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-ue4J4v3fg1 .item-title {
  color: #1D1D1F;
}
.cid-ue4J4v3fg1 .item-desc {
  color: #1D1D1F;
}
.cid-ue4J4v3fg1 .item-text {
  color: #1D1D1F;
}
.cid-ue4J4v3fg1 .item-desc,
.cid-ue4J4v3fg1 .desc-wrapper {
  text-align: center;
}
.cid-ue4J4wr5vu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeff8;
}
.cid-ue4J4wr5vu blockquote {
  border-color: #ffeedd;
  border-radius: 4px;
  background-color: #ffeedd;
}
.cid-ue4J4wr5vu .mbr-section-title {
  text-align: center;
}
.cid-ue4J4xqJ4e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeedd;
}
.cid-ue4J4xqJ4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4J4xqJ4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue4J4xqJ4e .container {
    padding: 0 20px;
  }
}
.cid-ue4J4xqJ4e .row {
  margin: 0;
}
.cid-ue4J4xqJ4e .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue4J4xqJ4e .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ue4J4xqJ4e .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ue4J4xqJ4e .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ue4J4xqJ4e .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ue4J4xqJ4e .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ue4J4xqJ4e .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ue4J4ywxc0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ddeff8;
}
.cid-ue4J4ywxc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4J4ywxc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4J4ywxc0 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-ue4J4ywxc0 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ue4J4ywxc0 .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-ue4J4ywxc0 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ue4J4ywxc0 .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-ue4J4ywxc0 .col-img {
    display: none;
  }
}
.cid-ue4J4ywxc0 .img-wrap {
  width: 100%;
}
.cid-ue4J4ywxc0 .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-ue4J4ywxc0 .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-ue4J4ywxc0 .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-ue4J4ywxc0 .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-ue4J4ywxc0 .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-ue4J4ywxc0 .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-ue4J4ywxc0 .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-ue4J4ywxc0 .panel-group {
    margin-top: 0;
  }
}
.cid-ue4J4ywxc0 .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-ue4J4ywxc0 .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ue4J4ywxc0 .card-header {
    padding: 8px 0;
  }
}
.cid-ue4J4ywxc0 .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-ue4J4ywxc0 .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-ue4J4ywxc0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-ue4J4ywxc0 .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ue4J4ywxc0 .panel-title-edit {
  color: #000000;
}
.cid-ue4J4ywxc0 .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-ue4J4ywxc0 .panel-body {
    padding: 0 0 24px;
  }
}
.cid-ue4J4ywxc0 .panel-text {
  color: #000000;
  margin: 0;
}
.cid-ue4J4AbgGR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffeedd;
}
.cid-ue4J4AbgGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4J4AbgGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4J4AbgGR .row {
  justify-content: flex-start;
}
.cid-ue4J4AbgGR .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-ue4J4AbgGR .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-ue4J4AbgGR .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-ue4J4AbgGR .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-ue4J4AbgGR .title-container {
    padding: 12px;
  }
}
.cid-ue4J4AbgGR .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-ue4J4AbgGR .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-ue4J4AbgGR .content-container {
    padding: 24px 12px;
  }
}
.cid-ue4J4AbgGR .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-ue4J4AbgGR .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-ue4J4AbgGR .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-ue4J4AbgGR .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-ue4J4Bvyrg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeff8;
}
.cid-ue4J4Bvyrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4J4Bvyrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue4J4Bvyrg .container {
    padding: 0 30px;
  }
}
.cid-ue4J4Bvyrg .row {
  justify-content: center;
}
.cid-ue4J4Bvyrg .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ue4J4Bvyrg .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #212529;
  padding: 30px 0 40px;
}
.cid-ue4J4Bvyrg .panel-group .card:first-child {
  border-top: 1px solid #212529;
}
.cid-ue4J4Bvyrg .panel-group .card .card-header {
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.cid-ue4J4Bvyrg .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ue4J4Bvyrg .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ue4J4Bvyrg .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  color: #212529;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-ue4J4Bvyrg .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ue4J4Bvyrg .mbr-section-btn {
  text-align: center;
}
.cid-ue4J4Bvyrg .mbr-section-btn .btn {
  text-decoration: none;
}
.cid-ue4J4Bvyrg .mbr-section-btn .btn:hover,
.cid-ue4J4Bvyrg .mbr-section-btn .btn:focus {
  opacity: .75;
}
.cid-ue4J4Bvyrg .mbr-section-title {
  color: #212529;
}
.cid-ue4J4Bvyrg .panel-title-edit {
  color: #212529;
}
.cid-ue4J4Bvyrg .panel-text {
  color: #212529;
}
.cid-ue4J4D1QA4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f0f0f5;
}
.cid-ue4J4D1QA4 .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ue4J4D1QA4 .mbr-section-head {
    margin-bottom: 16px;
  }
}
.cid-ue4J4D1QA4 .mbr-section-head .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-ue4J4D1QA4 .mbr-section-head .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-ue4J4D1QA4 .mbr-section-head .mbr-section-title {
  margin-bottom: 0;
}
.cid-ue4J4D1QA4 .google-map {
  height: 30rem;
  position: relative;
}
.cid-ue4J4D1QA4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ue4J4D1QA4 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ue4J4D1QA4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ue4J4D1QA4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ue4J4D1QA4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ue4J4D1QA4 .mbr-section-title {
  color: #20232a;
  text-align: center;
}
.cid-ue4J4EjOfS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffeedd;
}
.cid-ue4J4EjOfS .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ue4J4EjOfS .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-ue4J4EjOfS .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-ue4J4EjOfS .brand__email {
  margin-bottom: 15px;
}
.cid-ue4J4EjOfS .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-ue4J4EjOfS .footer__title {
  padding: 12px 0 25px;
  color: #000000;
  text-align: left;
}
.cid-ue4J4EjOfS .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-ue4J4EjOfS .footer__items a:hover {
  color: #73460b !important;
}
.cid-ue4J4EjOfS .social {
  margin-top: 30px;
}
.cid-ue4J4EjOfS .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ff3a46;
  border-radius: 50%;
  margin-right: 10px;
  color: #ff3a46;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ue4J4EjOfS .social .social__items:hover {
  background-color: #73460b;
  border-color: #73460b;
}
.cid-ue4J4EjOfS .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-ue4J4EjOfS .social .social__items:last-child {
  margin-right: 0;
}
.cid-ue4J4EjOfS .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-ue4J4EjOfS .divider {
  background-color: #ffffff;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-ue4J4EjOfS .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-ue4J4EjOfS .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #000000;
}
.cid-ue4J4EjOfS .footer__bot_items a:hover {
  color: #73460b !important;
}
.cid-ue4J4EjOfS .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-ue4J4EjOfS .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-ue4J4EjOfS .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #73460b;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-ue4J4EjOfS .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ue4J4EjOfS .divider {
    margin-top: 30px;
  }
  .cid-ue4J4EjOfS .footer__bottom {
    padding: 30px 0;
  }
  .cid-ue4J4EjOfS .align-right,
  .cid-ue4J4EjOfS .privacy {
    text-align: center;
  }
  .cid-ue4J4EjOfS .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-ue4J4EjOfS .privacy {
  color: #000000;
}
