@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #a31b3e !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #0f7699 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a31b3e !important;
  border-color: #a31b3e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #611025 !important;
  border-color: #611025 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #611025 !important;
  border-color: #611025 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #4b0d1d;
  color: #4b0d1d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #a31b3e;
  border-color: #a31b3e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a31b3e !important;
  border-color: #a31b3e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #062e3c;
  color: #062e3c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #a31b3e !important;
}
.text-secondary {
  color: #55b4d4 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #0f7699 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4b0d1d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #277e9c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #062e3c !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #0f7699;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a31b3e;
  border-color: #a31b3e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a31b3e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e45a7d;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #3cbfec;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #a31b3e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #a31b3e;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #a31b3e;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a31b3e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a31b3e;
  border-bottom-color: #a31b3e;
}
.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: #a31b3e !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: #55b4d4 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23a31b3e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-scqE4gBphc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-scqE4gBphc .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scqE4gBphc .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scqE4gBphc .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scqE4gBphc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scqE4gBphc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scqE4gBphc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scqE4gBphc .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scqE4gBphc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scqE4gBphc .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scqE4gBphc .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scqE4gBphc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scqE4gBphc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scqE4gBphc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scqE4gBphc .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scqE4gBphc .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-smKv32tecZ {
  height: 0 !important;
}
.cid-smKv32tecZ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-smKv32tecZ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-smKv32tecZ .nav-item:focus,
.cid-smKv32tecZ .nav-link:focus {
  outline: none;
}
.cid-smKv32tecZ .text-white:hover,
.cid-smKv32tecZ .text-white:active,
.cid-smKv32tecZ .text-white:focus {
  color: white!important;
}
.cid-smKv32tecZ .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-smKv32tecZ .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-smKv32tecZ .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-smKv32tecZ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-smKv32tecZ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-smKv32tecZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smKv32tecZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-smKv32tecZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-smKv32tecZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-smKv32tecZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smKv32tecZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smKv32tecZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smKv32tecZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smKv32tecZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smKv32tecZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smKv32tecZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-smKv32tecZ .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-smKv32tecZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smKv32tecZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smKv32tecZ .section {
  position: relative;
  overflow: visible!important;
}
.cid-smKv32tecZ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-smKv32tecZ .dropdown-item:hover {
  color: black!important;
}
.cid-smKv32tecZ .dropdown-menu {
  background-color: white!important;
}
.cid-smKv32tecZ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-smKv32tecZ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-smKv32tecZ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-smKv32tecZ .nav-item {
    position: relative;
  }
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smKv32tecZ .collapsed {
  flex-direction: row!important;
}
.cid-smKv32tecZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smKv32tecZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smKv32tecZ .navbar-caption {
  font-weight: 600!important;
}
.cid-smKv32tecZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smKv32tecZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smKv32tecZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smKv32tecZ .dropdown-item.active,
.cid-smKv32tecZ .dropdown-item:active {
  background-color: transparent;
}
.cid-smKv32tecZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smKv32tecZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smKv32tecZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smKv32tecZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-smKv32tecZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smKv32tecZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smKv32tecZ .navbar-buttons {
  text-align: center;
}
.cid-smKv32tecZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smKv32tecZ .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-smKv32tecZ .nav-link {
  font-weight: 600!important;
}
.cid-smKv32tecZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smKv32tecZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-smKv32tecZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-smKv32tecZ .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smKv32tecZ .navbar {
    height: 77px;
  }
  .cid-smKv32tecZ .navbar.opened {
    height: auto;
  }
  .cid-smKv32tecZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smKlJ0Co60 {
  overflow-x: hidden !important;
}
.cid-smKlJ0Co60,
.cid-smKlJ0Co60 .scroll-wrapper {
  padding-top: 135px;
  padding-bottom: 225px;
}
.cid-smKlJ0Co60 .mbr-section-title {
  color: #ec832e;
}
.cid-smKlJ0Co60 .mbr-section-title span {
  color: #a31b3e;
}
.cid-smKlJ0Co60 .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-smKlJ0Co60 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 39s !important;
  animation-duration: 39s;
  background-image: url("../../../assets/images/mbr-1920x876.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-smKlJ0Co60 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-smKlJ0Co60 .mbr-overlay {
  z-index: 1;
}
.cid-smKlJ0Co60 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-rzj3gb0QKF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-2000x1295.jpg");
}
.cid-rzj3gb0QKF .card-img {
  background-color: #fff;
}
.cid-rzj3gb0QKF .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rzj3gb0QKF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rzj3gb0QKF p {
  text-align: left;
}
.cid-rzj3gb0QKF .mbr-text {
  color: #232323;
}
.cid-rzj3gb0QKF .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rzj3gb0QKF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rzj3gb0QKF .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rzj3gb0QKF .card-title {
  color: #cc2952;
}
.cid-rziE8fl3qL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/liquefied-petroleum-gas-464x261.jpg");
}
.cid-rziE8fl3qL .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-rziE8fl3qL .media-container-column {
  background-color: #16576c;
}
@media (max-width: 767px) {
  .cid-rziE8fl3qL .media-container-column {
    padding: 1rem !important;
  }
}
.cid-rziE8fl3qL H1 {
  color: #ffffff;
}
.cid-rzjv19Lait {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-rzjv19Lait .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
}
.cid-rzjv19Lait .mbr-content-text {
  color: #ffffff;
}
.cid-rzjv19Lait .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rzjv19Lait .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rzjv19Lait .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rzjv19Lait .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rzjv19Lait .media-block {
    padding-right: 2rem;
  }
}
.cid-rzjv19Lait .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rzjv19Lait .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rzjv19Lait .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rzjv19Lait .mbr-section-title {
  color: #ffffff;
}
.cid-rzjv19Lait H4 {
  color: #e71247;
}
.cid-rzGDwsDFi1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rzGDwsDFi1 .mbr-text,
.cid-rzGDwsDFi1 blockquote {
  color: #767676;
}
.cid-rzGDwsDFi1 .mbr-text {
  color: #073b4c;
}
.cid-rzjHI22cSt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzjHI22cSt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rzjHI22cSt p {
  color: #767676;
  text-align: left;
}
.cid-rzjHI22cSt .card-box {
  padding-top: 2rem;
}
.cid-rzjHI22cSt .card-wrapper {
  height: 100%;
}
.cid-smWdrLT2kJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-smWdrLT2kJ .content {
    text-align: center;
  }
  .cid-smWdrLT2kJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-smWdrLT2kJ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-smWdrLT2kJ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-smWdrLT2kJ .media-wrap img {
  height: 6rem;
}
.cid-smWdrLT2kJ .mbr-text {
  color: #8d97ad;
}
.cid-smWdrLT2kJ .p-title {
  font-size: 17px;
}
.cid-smWdrLT2kJ .p-title span {
  color: #111111;
}
.cid-smWdrLT2kJ .title-card {
  font-size: 1.3rem;
}
.cid-smWdrLT2kJ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-smWdrLT2kJ .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-smWdrLT2kJ .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-smWdrLT2kJ .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-smWdrLT2kJ .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-smWdrLT2kJ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smWdrLT2kJ .copyright img {
  margin-right: 10px;
}
.cid-smWdrLT2kJ .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-smWdrLT2kJ .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-smWdrLT2kJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-smWdrLT2kJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-smWdrLT2kJ .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-smWdrLT2kJ H5 {
  color: #efefef;
}
.cid-smWdrLT2kJ .p-title,
.cid-smWdrLT2kJ .social-media {
  color: #cccccc;
}
.cid-scqDkGyXUQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-scqDkGyXUQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scqDkGyXUQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scqDkGyXUQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scqDkGyXUQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scqDkGyXUQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scqDkGyXUQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scqDkGyXUQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scqDkGyXUQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scqDkGyXUQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scqDkGyXUQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scqDkGyXUQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scqDkGyXUQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scqDkGyXUQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scqDkGyXUQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scqDkGyXUQ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-rzH7jbIYkl {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/liquefied-petroleum-gas-464x261.jpg");
}
.cid-rzH7jbIYkl H2 {
  color: #f9f295;
}
.cid-rzH7x2pm3M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzH7x2pm3M .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rzH7x2pm3M .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rzH7x2pm3M .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rzH7x2pm3M .separline {
  position: relative;
}
.cid-rzH7x2pm3M .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rzH7x2pm3M .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rzH8TTmW1f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-rzH8TTmW1f .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-rzH8TTmW1f .media-container-column {
  background-color: #16576c;
}
@media (max-width: 767px) {
  .cid-rzH8TTmW1f .media-container-column {
    padding: 1rem !important;
  }
}
.cid-rzH8TTmW1f H1 {
  color: #ffffff;
}
.cid-t1rM1nwyP1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t1rM1nwyP1 .content {
    text-align: center;
  }
  .cid-t1rM1nwyP1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t1rM1nwyP1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t1rM1nwyP1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t1rM1nwyP1 .media-wrap img {
  height: 6rem;
}
.cid-t1rM1nwyP1 .mbr-text {
  color: #8d97ad;
}
.cid-t1rM1nwyP1 .p-title {
  font-size: 17px;
}
.cid-t1rM1nwyP1 .p-title span {
  color: #111111;
}
.cid-t1rM1nwyP1 .title-card {
  font-size: 1.3rem;
}
.cid-t1rM1nwyP1 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t1rM1nwyP1 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-t1rM1nwyP1 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-t1rM1nwyP1 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-t1rM1nwyP1 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-t1rM1nwyP1 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1rM1nwyP1 .copyright img {
  margin-right: 10px;
}
.cid-t1rM1nwyP1 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-t1rM1nwyP1 .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-t1rM1nwyP1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t1rM1nwyP1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-t1rM1nwyP1 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1rM1nwyP1 H5 {
  color: #efefef;
}
.cid-t1rM1nwyP1 .p-title,
.cid-t1rM1nwyP1 .social-media {
  color: #cccccc;
}
.cid-smKv32tecZ {
  height: 0 !important;
}
.cid-smKv32tecZ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-smKv32tecZ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-smKv32tecZ .nav-item:focus,
.cid-smKv32tecZ .nav-link:focus {
  outline: none;
}
.cid-smKv32tecZ .text-white:hover,
.cid-smKv32tecZ .text-white:active,
.cid-smKv32tecZ .text-white:focus {
  color: white!important;
}
.cid-smKv32tecZ .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-smKv32tecZ .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-smKv32tecZ .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-smKv32tecZ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-smKv32tecZ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-smKv32tecZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smKv32tecZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-smKv32tecZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-smKv32tecZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-smKv32tecZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smKv32tecZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smKv32tecZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smKv32tecZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smKv32tecZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smKv32tecZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smKv32tecZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-smKv32tecZ .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-smKv32tecZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smKv32tecZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smKv32tecZ .section {
  position: relative;
  overflow: visible!important;
}
.cid-smKv32tecZ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-smKv32tecZ .dropdown-item:hover {
  color: black!important;
}
.cid-smKv32tecZ .dropdown-menu {
  background-color: white!important;
}
.cid-smKv32tecZ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-smKv32tecZ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-smKv32tecZ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-smKv32tecZ .nav-item {
    position: relative;
  }
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smKv32tecZ .collapsed {
  flex-direction: row!important;
}
.cid-smKv32tecZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smKv32tecZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smKv32tecZ .navbar-caption {
  font-weight: 600!important;
}
.cid-smKv32tecZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smKv32tecZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smKv32tecZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smKv32tecZ .dropdown-item.active,
.cid-smKv32tecZ .dropdown-item:active {
  background-color: transparent;
}
.cid-smKv32tecZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smKv32tecZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smKv32tecZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smKv32tecZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-smKv32tecZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smKv32tecZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smKv32tecZ .navbar-buttons {
  text-align: center;
}
.cid-smKv32tecZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smKv32tecZ .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-smKv32tecZ .nav-link {
  font-weight: 600!important;
}
.cid-smKv32tecZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smKv32tecZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-smKv32tecZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-smKv32tecZ .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smKv32tecZ .navbar {
    height: 77px;
  }
  .cid-smKv32tecZ .navbar.opened {
    height: auto;
  }
  .cid-smKv32tecZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scqDkGyXUQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-scqDkGyXUQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scqDkGyXUQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scqDkGyXUQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scqDkGyXUQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scqDkGyXUQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scqDkGyXUQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scqDkGyXUQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scqDkGyXUQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scqDkGyXUQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scqDkGyXUQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scqDkGyXUQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scqDkGyXUQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scqDkGyXUQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scqDkGyXUQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scqDkGyXUQ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-smOyRk9MTX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
  background: linear-gradient(0deg, #c1c1c1, #149dcc);
}
.cid-smOyRk9MTX .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-smOyRk9MTX .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #ffffff;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-smOyRk9MTX .nav-tabs .nav-link:hover {
  background-color: #ff3366;
}
.cid-smOyRk9MTX .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #ff3366;
}
.cid-smOyRk9MTX .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-smOyRk9MTX p {
  color: #232323;
}
.cid-smOyRk9MTX .mbr-text {
  text-align: center;
}
.cid-rzHpwboexJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-464x212.jpg");
}
.cid-rzHpwboexJ .testimonials-container {
  margin: 0 auto;
}
.cid-rzHpwboexJ .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-rzHpwboexJ .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-rzHpwboexJ .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-rzHpwboexJ .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-rzHpwboexJ .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rzHpwboexJ .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-rzHpwboexJ .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-rzHpwboexJ .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-rzHryxNTtf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/images-275x183.jpg");
}
.cid-rzHryxNTtf .testimonials-container {
  margin: 0 auto;
}
.cid-rzHryxNTtf .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-rzHryxNTtf .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-rzHryxNTtf .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-rzHryxNTtf .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-rzHryxNTtf .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rzHryxNTtf .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-rzHryxNTtf .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-rzHryxNTtf .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-rzHtbJftV9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/liquefied-petroleum-gas-464x261.jpg");
}
.cid-rzHtbJftV9 .testimonials-container {
  margin: 0 auto;
}
.cid-rzHtbJftV9 .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-rzHtbJftV9 .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-rzHtbJftV9 .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-rzHtbJftV9 .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-rzHtbJftV9 .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rzHtbJftV9 .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-rzHtbJftV9 .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-rzHtbJftV9 .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-rzHukiZMM3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/images-275x183.jpg");
}
.cid-rzHukiZMM3 .testimonials-container {
  margin: 0 auto;
}
.cid-rzHukiZMM3 .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-rzHukiZMM3 .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-rzHukiZMM3 .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-rzHukiZMM3 .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-rzHukiZMM3 .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rzHukiZMM3 .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-rzHukiZMM3 .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-rzHukiZMM3 .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-rzHw5ms7Qm {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rzHw5ms7Qm .mbr-text,
.cid-rzHw5ms7Qm blockquote {
  color: #767676;
}
.cid-rzHw5ms7Qm .mbr-text {
  color: #073b4c;
}
.cid-t1rM9BbdBK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t1rM9BbdBK .content {
    text-align: center;
  }
  .cid-t1rM9BbdBK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t1rM9BbdBK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t1rM9BbdBK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t1rM9BbdBK .media-wrap img {
  height: 6rem;
}
.cid-t1rM9BbdBK .mbr-text {
  color: #8d97ad;
}
.cid-t1rM9BbdBK .p-title {
  font-size: 17px;
}
.cid-t1rM9BbdBK .p-title span {
  color: #111111;
}
.cid-t1rM9BbdBK .title-card {
  font-size: 1.3rem;
}
.cid-t1rM9BbdBK .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t1rM9BbdBK .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-t1rM9BbdBK .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-t1rM9BbdBK .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-t1rM9BbdBK .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-t1rM9BbdBK .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1rM9BbdBK .copyright img {
  margin-right: 10px;
}
.cid-t1rM9BbdBK .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-t1rM9BbdBK .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-t1rM9BbdBK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t1rM9BbdBK .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-t1rM9BbdBK .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1rM9BbdBK H5 {
  color: #efefef;
}
.cid-t1rM9BbdBK .p-title,
.cid-t1rM9BbdBK .social-media {
  color: #cccccc;
}
.cid-smKv32tecZ {
  height: 0 !important;
}
.cid-smKv32tecZ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-smKv32tecZ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-smKv32tecZ .nav-item:focus,
.cid-smKv32tecZ .nav-link:focus {
  outline: none;
}
.cid-smKv32tecZ .text-white:hover,
.cid-smKv32tecZ .text-white:active,
.cid-smKv32tecZ .text-white:focus {
  color: white!important;
}
.cid-smKv32tecZ .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-smKv32tecZ .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-smKv32tecZ .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-smKv32tecZ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-smKv32tecZ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-smKv32tecZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smKv32tecZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-smKv32tecZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-smKv32tecZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-smKv32tecZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smKv32tecZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smKv32tecZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smKv32tecZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smKv32tecZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smKv32tecZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smKv32tecZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-smKv32tecZ .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-smKv32tecZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smKv32tecZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smKv32tecZ .section {
  position: relative;
  overflow: visible!important;
}
.cid-smKv32tecZ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-smKv32tecZ .dropdown-item:hover {
  color: black!important;
}
.cid-smKv32tecZ .dropdown-menu {
  background-color: white!important;
}
.cid-smKv32tecZ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-smKv32tecZ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-smKv32tecZ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-smKv32tecZ .nav-item {
    position: relative;
  }
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smKv32tecZ .collapsed {
  flex-direction: row!important;
}
.cid-smKv32tecZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smKv32tecZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smKv32tecZ .navbar-caption {
  font-weight: 600!important;
}
.cid-smKv32tecZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smKv32tecZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smKv32tecZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smKv32tecZ .dropdown-item.active,
.cid-smKv32tecZ .dropdown-item:active {
  background-color: transparent;
}
.cid-smKv32tecZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smKv32tecZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smKv32tecZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smKv32tecZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-smKv32tecZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smKv32tecZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smKv32tecZ .navbar-buttons {
  text-align: center;
}
.cid-smKv32tecZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smKv32tecZ .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-smKv32tecZ .nav-link {
  font-weight: 600!important;
}
.cid-smKv32tecZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smKv32tecZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-smKv32tecZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-smKv32tecZ .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smKv32tecZ .navbar {
    height: 77px;
  }
  .cid-smKv32tecZ .navbar.opened {
    height: auto;
  }
  .cid-smKv32tecZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scqDkGyXUQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-scqDkGyXUQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scqDkGyXUQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scqDkGyXUQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scqDkGyXUQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scqDkGyXUQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scqDkGyXUQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scqDkGyXUQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scqDkGyXUQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scqDkGyXUQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scqDkGyXUQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scqDkGyXUQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scqDkGyXUQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scqDkGyXUQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scqDkGyXUQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scqDkGyXUQ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-rzHxj8kiUz {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/pexels-photo-247763-1880x1253.jpg");
}
.cid-rzHxj8kiUz .mbr-section-subtitle {
  color: #f9f295;
}
.cid-rzHzzZrHmy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rzHzzZrHmy .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rzHzzZrHmy .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rzHzzZrHmy .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rzHzzZrHmy .separline {
  position: relative;
}
.cid-rzHzzZrHmy .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rzHzzZrHmy .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-t1rMiYcmId {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t1rMiYcmId .content {
    text-align: center;
  }
  .cid-t1rMiYcmId .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t1rMiYcmId .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t1rMiYcmId .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t1rMiYcmId .media-wrap img {
  height: 6rem;
}
.cid-t1rMiYcmId .mbr-text {
  color: #8d97ad;
}
.cid-t1rMiYcmId .p-title {
  font-size: 17px;
}
.cid-t1rMiYcmId .p-title span {
  color: #111111;
}
.cid-t1rMiYcmId .title-card {
  font-size: 1.3rem;
}
.cid-t1rMiYcmId .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t1rMiYcmId .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-t1rMiYcmId .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-t1rMiYcmId .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-t1rMiYcmId .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-t1rMiYcmId .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1rMiYcmId .copyright img {
  margin-right: 10px;
}
.cid-t1rMiYcmId .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-t1rMiYcmId .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-t1rMiYcmId .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t1rMiYcmId .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-t1rMiYcmId .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1rMiYcmId H5 {
  color: #efefef;
}
.cid-t1rMiYcmId .p-title,
.cid-t1rMiYcmId .social-media {
  color: #cccccc;
}
.cid-smKv32tecZ {
  height: 0 !important;
}
.cid-smKv32tecZ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-smKv32tecZ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-smKv32tecZ .nav-item:focus,
.cid-smKv32tecZ .nav-link:focus {
  outline: none;
}
.cid-smKv32tecZ .text-white:hover,
.cid-smKv32tecZ .text-white:active,
.cid-smKv32tecZ .text-white:focus {
  color: white!important;
}
.cid-smKv32tecZ .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-smKv32tecZ .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-smKv32tecZ .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-smKv32tecZ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-smKv32tecZ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-smKv32tecZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smKv32tecZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-smKv32tecZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-smKv32tecZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-smKv32tecZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smKv32tecZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smKv32tecZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smKv32tecZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smKv32tecZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smKv32tecZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smKv32tecZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-smKv32tecZ .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-smKv32tecZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smKv32tecZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smKv32tecZ .section {
  position: relative;
  overflow: visible!important;
}
.cid-smKv32tecZ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-smKv32tecZ .dropdown-item:hover {
  color: black!important;
}
.cid-smKv32tecZ .dropdown-menu {
  background-color: white!important;
}
.cid-smKv32tecZ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-smKv32tecZ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-smKv32tecZ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-smKv32tecZ .nav-item {
    position: relative;
  }
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smKv32tecZ .collapsed {
  flex-direction: row!important;
}
.cid-smKv32tecZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smKv32tecZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smKv32tecZ .navbar-caption {
  font-weight: 600!important;
}
.cid-smKv32tecZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smKv32tecZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smKv32tecZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smKv32tecZ .dropdown-item.active,
.cid-smKv32tecZ .dropdown-item:active {
  background-color: transparent;
}
.cid-smKv32tecZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smKv32tecZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smKv32tecZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smKv32tecZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-smKv32tecZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smKv32tecZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smKv32tecZ .navbar-buttons {
  text-align: center;
}
.cid-smKv32tecZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smKv32tecZ .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-smKv32tecZ .nav-link {
  font-weight: 600!important;
}
.cid-smKv32tecZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smKv32tecZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-smKv32tecZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-smKv32tecZ .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smKv32tecZ .navbar {
    height: 77px;
  }
  .cid-smKv32tecZ .navbar.opened {
    height: auto;
  }
  .cid-smKv32tecZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scqDkGyXUQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-scqDkGyXUQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scqDkGyXUQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scqDkGyXUQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scqDkGyXUQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scqDkGyXUQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scqDkGyXUQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scqDkGyXUQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scqDkGyXUQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scqDkGyXUQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scqDkGyXUQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scqDkGyXUQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scqDkGyXUQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scqDkGyXUQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scqDkGyXUQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scqDkGyXUQ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-rzjWz5YMzs {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rzjWz5YMzs .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rzjWz5YMzs .section-text {
  padding: 2rem 0;
}
.cid-rzjWz5YMzs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rzjWz5YMzs .inner-container {
    width: 100% !important;
  }
}
.cid-rzjX6qu9Hp {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rzjX6qu9Hp .mbr-text,
.cid-rzjX6qu9Hp blockquote {
  color: #767676;
}
.cid-rzHTyysH4k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-rzHTyysH4k .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-rzHTyysH4k .media-container-column {
  background-color: #16576c;
}
@media (max-width: 767px) {
  .cid-rzHTyysH4k .media-container-column {
    padding: 1rem !important;
  }
}
.cid-rzHTyysH4k H1 {
  color: #ffffff;
}
.cid-rzjY9gqQMD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rzjY9gqQMD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rzjY9gqQMD p {
  color: #767676;
  text-align: left;
}
.cid-rzjY9gqQMD .card-box {
  padding-top: 2rem;
}
.cid-rzjY9gqQMD .card-wrapper {
  height: 100%;
}
.cid-t1rMuX35dR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t1rMuX35dR .content {
    text-align: center;
  }
  .cid-t1rMuX35dR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t1rMuX35dR .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t1rMuX35dR .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t1rMuX35dR .media-wrap img {
  height: 6rem;
}
.cid-t1rMuX35dR .mbr-text {
  color: #8d97ad;
}
.cid-t1rMuX35dR .p-title {
  font-size: 17px;
}
.cid-t1rMuX35dR .p-title span {
  color: #111111;
}
.cid-t1rMuX35dR .title-card {
  font-size: 1.3rem;
}
.cid-t1rMuX35dR .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t1rMuX35dR .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-t1rMuX35dR .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-t1rMuX35dR .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-t1rMuX35dR .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-t1rMuX35dR .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1rMuX35dR .copyright img {
  margin-right: 10px;
}
.cid-t1rMuX35dR .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-t1rMuX35dR .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-t1rMuX35dR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t1rMuX35dR .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-t1rMuX35dR .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1rMuX35dR H5 {
  color: #efefef;
}
.cid-t1rMuX35dR .p-title,
.cid-t1rMuX35dR .social-media {
  color: #cccccc;
}
.cid-smKv32tecZ {
  height: 0 !important;
}
.cid-smKv32tecZ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-smKv32tecZ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-smKv32tecZ .nav-item:focus,
.cid-smKv32tecZ .nav-link:focus {
  outline: none;
}
.cid-smKv32tecZ .text-white:hover,
.cid-smKv32tecZ .text-white:active,
.cid-smKv32tecZ .text-white:focus {
  color: white!important;
}
.cid-smKv32tecZ .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-smKv32tecZ .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-smKv32tecZ .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-smKv32tecZ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-smKv32tecZ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-smKv32tecZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smKv32tecZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-smKv32tecZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-smKv32tecZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-smKv32tecZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smKv32tecZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smKv32tecZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smKv32tecZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smKv32tecZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smKv32tecZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smKv32tecZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-smKv32tecZ .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-smKv32tecZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smKv32tecZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smKv32tecZ .section {
  position: relative;
  overflow: visible!important;
}
.cid-smKv32tecZ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-smKv32tecZ .dropdown-item:hover {
  color: black!important;
}
.cid-smKv32tecZ .dropdown-menu {
  background-color: white!important;
}
.cid-smKv32tecZ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-smKv32tecZ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-smKv32tecZ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-smKv32tecZ .nav-item {
    position: relative;
  }
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smKv32tecZ .collapsed {
  flex-direction: row!important;
}
.cid-smKv32tecZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smKv32tecZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smKv32tecZ .navbar-caption {
  font-weight: 600!important;
}
.cid-smKv32tecZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smKv32tecZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smKv32tecZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smKv32tecZ .dropdown-item.active,
.cid-smKv32tecZ .dropdown-item:active {
  background-color: transparent;
}
.cid-smKv32tecZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smKv32tecZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smKv32tecZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smKv32tecZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-smKv32tecZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smKv32tecZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smKv32tecZ .navbar-buttons {
  text-align: center;
}
.cid-smKv32tecZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smKv32tecZ .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-smKv32tecZ .nav-link {
  font-weight: 600!important;
}
.cid-smKv32tecZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smKv32tecZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-smKv32tecZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-smKv32tecZ .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smKv32tecZ .navbar {
    height: 77px;
  }
  .cid-smKv32tecZ .navbar.opened {
    height: auto;
  }
  .cid-smKv32tecZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scqDkGyXUQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-scqDkGyXUQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scqDkGyXUQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scqDkGyXUQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scqDkGyXUQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scqDkGyXUQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scqDkGyXUQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scqDkGyXUQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scqDkGyXUQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scqDkGyXUQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scqDkGyXUQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scqDkGyXUQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scqDkGyXUQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scqDkGyXUQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scqDkGyXUQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scqDkGyXUQ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-rzjZxbEhWK {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #efefef;
}
.cid-rzjZxbEhWK h2 {
  text-align: left;
}
.cid-rzjZxbEhWK h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rzjZxbEhWK p {
  color: #767676;
  text-align: left;
}
.cid-rzjZxbEhWK .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rzjZxbEhWK .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rzjZxbEhWK .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzjZxbEhWK .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rzjZxbEhWK .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rzjZxbEhWK .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rzjZxbEhWK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rzjZxbEhWK .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rzjZxbEhWK .card-img span {
    font-size: 40px !important;
  }
}
.cid-rzjZxbEhWK .mbr-text {
  color: #232323;
}
.cid-rzjZxbEhWK P {
  color: #232323;
}
.cid-rzk1BBpI2a {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-rzk1BBpI2a H2 {
  color: #ffffff;
}
.cid-t1rMEkDl8X {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t1rMEkDl8X .content {
    text-align: center;
  }
  .cid-t1rMEkDl8X .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t1rMEkDl8X .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t1rMEkDl8X .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t1rMEkDl8X .media-wrap img {
  height: 6rem;
}
.cid-t1rMEkDl8X .mbr-text {
  color: #8d97ad;
}
.cid-t1rMEkDl8X .p-title {
  font-size: 17px;
}
.cid-t1rMEkDl8X .p-title span {
  color: #111111;
}
.cid-t1rMEkDl8X .title-card {
  font-size: 1.3rem;
}
.cid-t1rMEkDl8X .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t1rMEkDl8X .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-t1rMEkDl8X .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-t1rMEkDl8X .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-t1rMEkDl8X .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-t1rMEkDl8X .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1rMEkDl8X .copyright img {
  margin-right: 10px;
}
.cid-t1rMEkDl8X .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-t1rMEkDl8X .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-t1rMEkDl8X .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t1rMEkDl8X .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-t1rMEkDl8X .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1rMEkDl8X H5 {
  color: #efefef;
}
.cid-t1rMEkDl8X .p-title,
.cid-t1rMEkDl8X .social-media {
  color: #cccccc;
}
.cid-smKv32tecZ {
  height: 0 !important;
}
.cid-smKv32tecZ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-smKv32tecZ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-smKv32tecZ .nav-item:focus,
.cid-smKv32tecZ .nav-link:focus {
  outline: none;
}
.cid-smKv32tecZ .text-white:hover,
.cid-smKv32tecZ .text-white:active,
.cid-smKv32tecZ .text-white:focus {
  color: white!important;
}
.cid-smKv32tecZ .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-smKv32tecZ .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-smKv32tecZ .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-smKv32tecZ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-smKv32tecZ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-smKv32tecZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smKv32tecZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-smKv32tecZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-smKv32tecZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-smKv32tecZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smKv32tecZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smKv32tecZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smKv32tecZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smKv32tecZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smKv32tecZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smKv32tecZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-smKv32tecZ .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-smKv32tecZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smKv32tecZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smKv32tecZ .section {
  position: relative;
  overflow: visible!important;
}
.cid-smKv32tecZ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-smKv32tecZ .dropdown-item:hover {
  color: black!important;
}
.cid-smKv32tecZ .dropdown-menu {
  background-color: white!important;
}
.cid-smKv32tecZ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-smKv32tecZ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-smKv32tecZ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-smKv32tecZ .nav-item {
    position: relative;
  }
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smKv32tecZ .collapsed {
  flex-direction: row!important;
}
.cid-smKv32tecZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smKv32tecZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smKv32tecZ .navbar-caption {
  font-weight: 600!important;
}
.cid-smKv32tecZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smKv32tecZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smKv32tecZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smKv32tecZ .dropdown-item.active,
.cid-smKv32tecZ .dropdown-item:active {
  background-color: transparent;
}
.cid-smKv32tecZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smKv32tecZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smKv32tecZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smKv32tecZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-smKv32tecZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smKv32tecZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smKv32tecZ .navbar-buttons {
  text-align: center;
}
.cid-smKv32tecZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smKv32tecZ .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-smKv32tecZ .nav-link {
  font-weight: 600!important;
}
.cid-smKv32tecZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smKv32tecZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-smKv32tecZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-smKv32tecZ .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smKv32tecZ .navbar {
    height: 77px;
  }
  .cid-smKv32tecZ .navbar.opened {
    height: auto;
  }
  .cid-smKv32tecZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scqDkGyXUQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-scqDkGyXUQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scqDkGyXUQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scqDkGyXUQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-scqDkGyXUQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-scqDkGyXUQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-scqDkGyXUQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-scqDkGyXUQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-scqDkGyXUQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-scqDkGyXUQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-scqDkGyXUQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-scqDkGyXUQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scqDkGyXUQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-scqDkGyXUQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-scqDkGyXUQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-scqDkGyXUQ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-smWhd3OOxC .main_wrapper {
  position: relative;
  height: 30rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-smWhd3OOxC .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-smWhd3OOxC .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #ffffff;
  pointer-events: fill;
}
.cid-smWhd3OOxC .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-smWhd3OOxC .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-smWhd3OOxC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-smWhd3OOxC .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-smWhd3OOxC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-smWhd3OOxC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-smWhd3OOxC .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-smWhd3OOxC .google-map {
    position: relative;
  }
  .cid-smWhd3OOxC .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-rzk9Clnwtm {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rzk9Clnwtm .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #f7ed4a;
}
.cid-rzk9Clnwtm .mbr-author-name {
  font-weight: bold;
}
.cid-rzk9Clnwtm .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rzk9Clnwtm .mbr-figure,
  .cid-rzk9Clnwtm img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rzk9Clnwtm .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-smKv32tecZ {
  height: 0 !important;
}
.cid-smKv32tecZ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-smKv32tecZ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-smKv32tecZ .nav-item:focus,
.cid-smKv32tecZ .nav-link:focus {
  outline: none;
}
.cid-smKv32tecZ .text-white:hover,
.cid-smKv32tecZ .text-white:active,
.cid-smKv32tecZ .text-white:focus {
  color: white!important;
}
.cid-smKv32tecZ .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-smKv32tecZ .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-smKv32tecZ .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-smKv32tecZ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-smKv32tecZ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-smKv32tecZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-smKv32tecZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-smKv32tecZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smKv32tecZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-smKv32tecZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-smKv32tecZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smKv32tecZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smKv32tecZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smKv32tecZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smKv32tecZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smKv32tecZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smKv32tecZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smKv32tecZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-smKv32tecZ .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-smKv32tecZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smKv32tecZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smKv32tecZ .section {
  position: relative;
  overflow: visible!important;
}
.cid-smKv32tecZ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-smKv32tecZ .dropdown-item:hover {
  color: black!important;
}
.cid-smKv32tecZ .dropdown-menu {
  background-color: white!important;
}
.cid-smKv32tecZ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-smKv32tecZ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-smKv32tecZ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-smKv32tecZ .nav-item {
    position: relative;
  }
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smKv32tecZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smKv32tecZ .collapsed {
  flex-direction: row!important;
}
.cid-smKv32tecZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smKv32tecZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smKv32tecZ .navbar-caption {
  font-weight: 600!important;
}
.cid-smKv32tecZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smKv32tecZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smKv32tecZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smKv32tecZ .dropdown-item.active,
.cid-smKv32tecZ .dropdown-item:active {
  background-color: transparent;
}
.cid-smKv32tecZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smKv32tecZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smKv32tecZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smKv32tecZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-smKv32tecZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smKv32tecZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smKv32tecZ .navbar-buttons {
  text-align: center;
}
.cid-smKv32tecZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smKv32tecZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smKv32tecZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smKv32tecZ .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-smKv32tecZ .nav-link {
  font-weight: 600!important;
}
.cid-smKv32tecZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smKv32tecZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-smKv32tecZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-smKv32tecZ .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smKv32tecZ .navbar {
    height: 77px;
  }
  .cid-smKv32tecZ .navbar.opened {
    height: auto;
  }
  .cid-smKv32tecZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1rMRa0e72 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t1rMRa0e72 .content {
    text-align: center;
  }
  .cid-t1rMRa0e72 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t1rMRa0e72 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t1rMRa0e72 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t1rMRa0e72 .media-wrap img {
  height: 6rem;
}
.cid-t1rMRa0e72 .mbr-text {
  color: #8d97ad;
}
.cid-t1rMRa0e72 .p-title {
  font-size: 17px;
}
.cid-t1rMRa0e72 .p-title span {
  color: #111111;
}
.cid-t1rMRa0e72 .title-card {
  font-size: 1.3rem;
}
.cid-t1rMRa0e72 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t1rMRa0e72 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-t1rMRa0e72 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-t1rMRa0e72 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-t1rMRa0e72 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-t1rMRa0e72 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1rMRa0e72 .copyright img {
  margin-right: 10px;
}
.cid-t1rMRa0e72 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-t1rMRa0e72 .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-t1rMRa0e72 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t1rMRa0e72 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-t1rMRa0e72 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1rMRa0e72 H5 {
  color: #efefef;
}
.cid-t1rMRa0e72 .p-title,
.cid-t1rMRa0e72 .social-media {
  color: #cccccc;
}
.cid-sKGujs8A8z {
  height: 0 !important;
}
.cid-sKGujs8A8z .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sKGujs8A8z .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sKGujs8A8z .nav-item:focus,
.cid-sKGujs8A8z .nav-link:focus {
  outline: none;
}
.cid-sKGujs8A8z .text-white:hover,
.cid-sKGujs8A8z .text-white:active,
.cid-sKGujs8A8z .text-white:focus {
  color: white!important;
}
.cid-sKGujs8A8z .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sKGujs8A8z .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-sKGujs8A8z .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-sKGujs8A8z .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sKGujs8A8z .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sKGujs8A8z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sKGujs8A8z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sKGujs8A8z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sKGujs8A8z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sKGujs8A8z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sKGujs8A8z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sKGujs8A8z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sKGujs8A8z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sKGujs8A8z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sKGujs8A8z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sKGujs8A8z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sKGujs8A8z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sKGujs8A8z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sKGujs8A8z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sKGujs8A8z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sKGujs8A8z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sKGujs8A8z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sKGujs8A8z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sKGujs8A8z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sKGujs8A8z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sKGujs8A8z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sKGujs8A8z .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sKGujs8A8z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sKGujs8A8z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sKGujs8A8z .section {
  position: relative;
  overflow: visible!important;
}
.cid-sKGujs8A8z .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sKGujs8A8z .dropdown-item:hover {
  color: black!important;
}
.cid-sKGujs8A8z .dropdown-menu {
  background-color: white!important;
}
.cid-sKGujs8A8z .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-sKGujs8A8z .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sKGujs8A8z .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sKGujs8A8z .nav-item {
    position: relative;
  }
}
.cid-sKGujs8A8z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKGujs8A8z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKGujs8A8z .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-sKGujs8A8z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sKGujs8A8z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKGujs8A8z .collapsed {
  flex-direction: row!important;
}
.cid-sKGujs8A8z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKGujs8A8z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKGujs8A8z .navbar-caption {
  font-weight: 600!important;
}
.cid-sKGujs8A8z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sKGujs8A8z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sKGujs8A8z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sKGujs8A8z .dropdown-item.active,
.cid-sKGujs8A8z .dropdown-item:active {
  background-color: transparent;
}
.cid-sKGujs8A8z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sKGujs8A8z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sKGujs8A8z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sKGujs8A8z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sKGujs8A8z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sKGujs8A8z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sKGujs8A8z .navbar-buttons {
  text-align: center;
}
.cid-sKGujs8A8z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKGujs8A8z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sKGujs8A8z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKGujs8A8z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKGujs8A8z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKGujs8A8z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKGujs8A8z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKGujs8A8z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKGujs8A8z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKGujs8A8z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKGujs8A8z .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sKGujs8A8z .nav-link {
  font-weight: 600!important;
}
.cid-sKGujs8A8z a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKGujs8A8z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sKGujs8A8z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sKGujs8A8z .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sKGujs8A8z .navbar {
    height: 77px;
  }
  .cid-sKGujs8A8z .navbar.opened {
    height: auto;
  }
  .cid-sKGujs8A8z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sKGujnhCUi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-sKGujnhCUi .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKGujnhCUi .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKGujnhCUi .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKGujnhCUi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sKGujnhCUi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sKGujnhCUi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sKGujnhCUi .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sKGujnhCUi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sKGujnhCUi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sKGujnhCUi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sKGujnhCUi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKGujnhCUi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sKGujnhCUi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sKGujnhCUi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sKGujnhCUi .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uKLczpVhQT {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/amoco-logo.svg-220x178.png");
}
.cid-uKLczpVhQT .mbr-overlay {
  background-color: #e4d295;
  opacity: 1;
}
.cid-uKLczpVhQT textarea {
  min-height: 150px;
}
.cid-uKLczpVhQT .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uKLczpVhQT .form-control,
.cid-uKLczpVhQT .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #149dcc;
  color: #232323 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uKLczpVhQT .form-control input::-webkit-input-placeholder,
.cid-uKLczpVhQT .field-input input::-webkit-input-placeholder,
.cid-uKLczpVhQT .form-control textarea::-webkit-input-placeholder,
.cid-uKLczpVhQT .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-uKLczpVhQT .form-control input:-moz-placeholder,
.cid-uKLczpVhQT .field-input input:-moz-placeholder,
.cid-uKLczpVhQT .form-control textarea:-moz-placeholder,
.cid-uKLczpVhQT .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-uKLczpVhQT .form-control:hover,
.cid-uKLczpVhQT .field-input:hover,
.cid-uKLczpVhQT .form-control:focus,
.cid-uKLczpVhQT .field-input:focus {
  background-color: #cccccc;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uKLczpVhQT .form-control:hover input::-webkit-input-placeholder,
.cid-uKLczpVhQT .field-input:hover input::-webkit-input-placeholder,
.cid-uKLczpVhQT .form-control:focus input::-webkit-input-placeholder,
.cid-uKLczpVhQT .field-input:focus input::-webkit-input-placeholder,
.cid-uKLczpVhQT .form-control:hover textarea::-webkit-input-placeholder,
.cid-uKLczpVhQT .field-input:hover textarea::-webkit-input-placeholder,
.cid-uKLczpVhQT .form-control:focus textarea::-webkit-input-placeholder,
.cid-uKLczpVhQT .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uKLczpVhQT .form-control:hover input:-moz-placeholder,
.cid-uKLczpVhQT .field-input:hover input:-moz-placeholder,
.cid-uKLczpVhQT .form-control:focus input:-moz-placeholder,
.cid-uKLczpVhQT .field-input:focus input:-moz-placeholder,
.cid-uKLczpVhQT .form-control:hover textarea:-moz-placeholder,
.cid-uKLczpVhQT .field-input:hover textarea:-moz-placeholder,
.cid-uKLczpVhQT .form-control:focus textarea:-moz-placeholder,
.cid-uKLczpVhQT .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uKLczpVhQT .jq-number__spin:hover,
.cid-uKLczpVhQT .jq-number__spin:focus {
  background-color: #cccccc;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uKLczpVhQT .jq-number__spin {
  background-color: #ffffff;
  border-color: #149dcc;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uKLczpVhQT .jq-selectbox li,
.cid-uKLczpVhQT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uKLczpVhQT .jq-selectbox li:hover,
.cid-uKLczpVhQT .jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.cid-uKLczpVhQT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uKLczpVhQT .jq-number__spin.minus:hover:after,
.cid-uKLczpVhQT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uKLczpVhQT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uKLczpVhQT .jq-number__spin.minus:after,
.cid-uKLczpVhQT .jq-number__spin.plus:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.cid-uKLczpVhQT input::-webkit-clear-button {
  display: none;
}
.cid-uKLczpVhQT input::-webkit-inner-spin-button {
  display: none;
}
.cid-uKLczpVhQT input::-webkit-outer-spin-button {
  display: none;
}
.cid-uKLczpVhQT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uKLczpVhQT H5 {
  text-align: center;
  color: #cc2952;
}
.cid-uKLczpVhQT LABEL {
  color: #074960;
  text-align: center;
}
.cid-uKLczpVhQT P {
  color: #074960;
}
.cid-t1rNHSjpPb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t1rNHSjpPb .content {
    text-align: center;
  }
  .cid-t1rNHSjpPb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t1rNHSjpPb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t1rNHSjpPb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t1rNHSjpPb .media-wrap img {
  height: 6rem;
}
.cid-t1rNHSjpPb .mbr-text {
  color: #8d97ad;
}
.cid-t1rNHSjpPb .p-title {
  font-size: 17px;
}
.cid-t1rNHSjpPb .p-title span {
  color: #111111;
}
.cid-t1rNHSjpPb .title-card {
  font-size: 1.3rem;
}
.cid-t1rNHSjpPb .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t1rNHSjpPb .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-t1rNHSjpPb .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-t1rNHSjpPb .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-t1rNHSjpPb .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-t1rNHSjpPb .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1rNHSjpPb .copyright img {
  margin-right: 10px;
}
.cid-t1rNHSjpPb .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-t1rNHSjpPb .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-t1rNHSjpPb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t1rNHSjpPb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-t1rNHSjpPb .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1rNHSjpPb H5 {
  color: #efefef;
}
.cid-t1rNHSjpPb .p-title,
.cid-t1rNHSjpPb .social-media {
  color: #cccccc;
}
.cid-sKK2b6N2RX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-sKK2b6N2RX .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKK2b6N2RX .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKK2b6N2RX .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKK2b6N2RX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sKK2b6N2RX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sKK2b6N2RX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sKK2b6N2RX .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sKK2b6N2RX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sKK2b6N2RX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sKK2b6N2RX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sKK2b6N2RX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKK2b6N2RX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sKK2b6N2RX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sKK2b6N2RX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sKK2b6N2RX .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sKK2bbvFYI {
  height: 0 !important;
}
.cid-sKK2bbvFYI .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sKK2bbvFYI .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sKK2bbvFYI .nav-item:focus,
.cid-sKK2bbvFYI .nav-link:focus {
  outline: none;
}
.cid-sKK2bbvFYI .text-white:hover,
.cid-sKK2bbvFYI .text-white:active,
.cid-sKK2bbvFYI .text-white:focus {
  color: white!important;
}
.cid-sKK2bbvFYI .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sKK2bbvFYI .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-sKK2bbvFYI .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-sKK2bbvFYI .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sKK2bbvFYI .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sKK2bbvFYI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sKK2bbvFYI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sKK2bbvFYI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sKK2bbvFYI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sKK2bbvFYI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sKK2bbvFYI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sKK2bbvFYI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sKK2bbvFYI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sKK2bbvFYI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sKK2bbvFYI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sKK2bbvFYI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sKK2bbvFYI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sKK2bbvFYI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sKK2bbvFYI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sKK2bbvFYI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sKK2bbvFYI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sKK2bbvFYI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sKK2bbvFYI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sKK2bbvFYI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sKK2bbvFYI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sKK2bbvFYI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sKK2bbvFYI .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sKK2bbvFYI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sKK2bbvFYI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sKK2bbvFYI .section {
  position: relative;
  overflow: visible!important;
}
.cid-sKK2bbvFYI .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sKK2bbvFYI .dropdown-item:hover {
  color: black!important;
}
.cid-sKK2bbvFYI .dropdown-menu {
  background-color: white!important;
}
.cid-sKK2bbvFYI .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-sKK2bbvFYI .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sKK2bbvFYI .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sKK2bbvFYI .nav-item {
    position: relative;
  }
}
.cid-sKK2bbvFYI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKK2bbvFYI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKK2bbvFYI .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-sKK2bbvFYI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sKK2bbvFYI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKK2bbvFYI .collapsed {
  flex-direction: row!important;
}
.cid-sKK2bbvFYI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKK2bbvFYI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKK2bbvFYI .navbar-caption {
  font-weight: 600!important;
}
.cid-sKK2bbvFYI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sKK2bbvFYI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sKK2bbvFYI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sKK2bbvFYI .dropdown-item.active,
.cid-sKK2bbvFYI .dropdown-item:active {
  background-color: transparent;
}
.cid-sKK2bbvFYI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sKK2bbvFYI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sKK2bbvFYI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sKK2bbvFYI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sKK2bbvFYI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sKK2bbvFYI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sKK2bbvFYI .navbar-buttons {
  text-align: center;
}
.cid-sKK2bbvFYI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKK2bbvFYI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sKK2bbvFYI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKK2bbvFYI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKK2bbvFYI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKK2bbvFYI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKK2bbvFYI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKK2bbvFYI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKK2bbvFYI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKK2bbvFYI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKK2bbvFYI .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sKK2bbvFYI .nav-link {
  font-weight: 600!important;
}
.cid-sKK2bbvFYI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKK2bbvFYI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sKK2bbvFYI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sKK2bbvFYI .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sKK2bbvFYI .navbar {
    height: 77px;
  }
  .cid-sKK2bbvFYI .navbar.opened {
    height: auto;
  }
  .cid-sKK2bbvFYI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKL6c6gHWB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/lpg-logo-128x169.png");
}
.cid-uKL6c6gHWB .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-uKL6c6gHWB .ico span {
  font-size: 1.5rem;
  color: #e9e9e9;
}
.cid-uKL6c6gHWB .relative {
  position: relative;
}
.cid-uKL6c6gHWB .dragArea {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  margin: 0.5rem;
}
.cid-uKL6c6gHWB .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKL6c6gHWB .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-uKL6c6gHWB .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-uKL6c6gHWB .form-control {
  min-height: 49px;
  padding: 0;
  background-color: transparent;
}
.cid-uKL6c6gHWB .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
  margin: 0;
}
.cid-uKL6c6gHWB .jq-selectbox li.selected {
  background-color: #0f7699;
}
.cid-uKL6c6gHWB .jq-selectbox li:hover {
  background-color: #0f7699;
}
.cid-uKL6c6gHWB .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #0f7699;
}
.cid-uKL6c6gHWB .mbr-iconfont-btn {
  margin: 0;
}
.cid-uKL6c6gHWB .jq-selectbox__dropdown {
  top: 45px!important;
}
.cid-uKL6c6gHWB input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-uKL6c6gHWB input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-uKL6c6gHWB input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-uKL6c6gHWB .input-group-btn .btn {
  margin: 0!important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-uKL6c6gHWB .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uKL6c6gHWB .form-group {
    margin-bottom: 2rem;
  }
  .cid-uKL6c6gHWB .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-uKL6c6gHWB .input-group-btn {
    margin: auto;
  }
  .cid-uKL6c6gHWB .dragArea {
    padding: 1.5rem 1rem;
  }
}
.cid-uKL6c6gHWB .mbr-section-title {
  text-align: center;
  color: #0f7699;
}
.cid-uKL6c6gHWB .mbr-section-sub-title {
  color: #0f7699;
  text-align: center;
}
.cid-uKL6c6gHWB H5 {
  text-align: left;
  color: #073b4c;
}
.cid-uKL6c6gHWB P {
  text-align: left;
  color: #074960;
}
.cid-uKL6c6gHWB LABEL {
  color: #063c4e;
}
.cid-t1rOpDOeDI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t1rOpDOeDI .content {
    text-align: center;
  }
  .cid-t1rOpDOeDI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t1rOpDOeDI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t1rOpDOeDI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t1rOpDOeDI .media-wrap img {
  height: 6rem;
}
.cid-t1rOpDOeDI .mbr-text {
  color: #8d97ad;
}
.cid-t1rOpDOeDI .p-title {
  font-size: 17px;
}
.cid-t1rOpDOeDI .p-title span {
  color: #111111;
}
.cid-t1rOpDOeDI .title-card {
  font-size: 1.3rem;
}
.cid-t1rOpDOeDI .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t1rOpDOeDI .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-t1rOpDOeDI .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-t1rOpDOeDI .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-t1rOpDOeDI .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-t1rOpDOeDI .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1rOpDOeDI .copyright img {
  margin-right: 10px;
}
.cid-t1rOpDOeDI .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-t1rOpDOeDI .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-t1rOpDOeDI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t1rOpDOeDI .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-t1rOpDOeDI .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1rOpDOeDI H5 {
  color: #efefef;
}
.cid-t1rOpDOeDI .p-title,
.cid-t1rOpDOeDI .social-media {
  color: #cccccc;
}
.cid-sMpumY9ars {
  height: 0 !important;
}
.cid-sMpumY9ars .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sMpumY9ars .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sMpumY9ars .nav-item:focus,
.cid-sMpumY9ars .nav-link:focus {
  outline: none;
}
.cid-sMpumY9ars .text-white:hover,
.cid-sMpumY9ars .text-white:active,
.cid-sMpumY9ars .text-white:focus {
  color: white!important;
}
.cid-sMpumY9ars .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sMpumY9ars .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-sMpumY9ars .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-sMpumY9ars .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sMpumY9ars .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sMpumY9ars .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMpumY9ars .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sMpumY9ars .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sMpumY9ars .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMpumY9ars .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMpumY9ars .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sMpumY9ars .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMpumY9ars .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sMpumY9ars .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sMpumY9ars .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMpumY9ars .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMpumY9ars .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMpumY9ars .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMpumY9ars .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMpumY9ars .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sMpumY9ars .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sMpumY9ars .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMpumY9ars .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMpumY9ars .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sMpumY9ars .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sMpumY9ars .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sMpumY9ars .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sMpumY9ars .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sMpumY9ars .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sMpumY9ars .section {
  position: relative;
  overflow: visible!important;
}
.cid-sMpumY9ars .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sMpumY9ars .dropdown-item:hover {
  color: black!important;
}
.cid-sMpumY9ars .dropdown-menu {
  background-color: white!important;
}
.cid-sMpumY9ars .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-sMpumY9ars .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sMpumY9ars .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sMpumY9ars .nav-item {
    position: relative;
  }
}
.cid-sMpumY9ars .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMpumY9ars .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMpumY9ars .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-sMpumY9ars .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sMpumY9ars .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMpumY9ars .collapsed {
  flex-direction: row!important;
}
.cid-sMpumY9ars .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMpumY9ars .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMpumY9ars .navbar-caption {
  font-weight: 600!important;
}
.cid-sMpumY9ars .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMpumY9ars .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMpumY9ars .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMpumY9ars .dropdown-item.active,
.cid-sMpumY9ars .dropdown-item:active {
  background-color: transparent;
}
.cid-sMpumY9ars .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMpumY9ars .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMpumY9ars .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMpumY9ars .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sMpumY9ars .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMpumY9ars ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sMpumY9ars .navbar-buttons {
  text-align: center;
}
.cid-sMpumY9ars button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sMpumY9ars button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMpumY9ars button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sMpumY9ars button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sMpumY9ars button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sMpumY9ars button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sMpumY9ars nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMpumY9ars nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sMpumY9ars nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sMpumY9ars nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMpumY9ars .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sMpumY9ars .nav-link {
  font-weight: 600!important;
}
.cid-sMpumY9ars a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMpumY9ars .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sMpumY9ars .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sMpumY9ars .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMpumY9ars .navbar {
    height: 77px;
  }
  .cid-sMpumY9ars .navbar.opened {
    height: auto;
  }
  .cid-sMpumY9ars .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMpun1EpYx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-sMpun1EpYx .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMpun1EpYx .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMpun1EpYx .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMpun1EpYx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sMpun1EpYx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sMpun1EpYx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sMpun1EpYx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMpun1EpYx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sMpun1EpYx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sMpun1EpYx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sMpun1EpYx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sMpun1EpYx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sMpun1EpYx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sMpun1EpYx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sMpun1EpYx .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sMpun43hT7 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/amoco-917x742.jpg");
}
.cid-sMpun43hT7 .mbr-overlay {
  background-color: #e4d295;
  opacity: 0.7;
}
.cid-sMpun43hT7 textarea {
  min-height: 150px;
}
.cid-sMpun43hT7 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-sMpun43hT7 .form-control,
.cid-sMpun43hT7 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #149dcc;
  color: #232323 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-sMpun43hT7 .form-control input::-webkit-input-placeholder,
.cid-sMpun43hT7 .field-input input::-webkit-input-placeholder,
.cid-sMpun43hT7 .form-control textarea::-webkit-input-placeholder,
.cid-sMpun43hT7 .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-sMpun43hT7 .form-control input:-moz-placeholder,
.cid-sMpun43hT7 .field-input input:-moz-placeholder,
.cid-sMpun43hT7 .form-control textarea:-moz-placeholder,
.cid-sMpun43hT7 .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-sMpun43hT7 .form-control:hover,
.cid-sMpun43hT7 .field-input:hover,
.cid-sMpun43hT7 .form-control:focus,
.cid-sMpun43hT7 .field-input:focus {
  background-color: #cccccc;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sMpun43hT7 .form-control:hover input::-webkit-input-placeholder,
.cid-sMpun43hT7 .field-input:hover input::-webkit-input-placeholder,
.cid-sMpun43hT7 .form-control:focus input::-webkit-input-placeholder,
.cid-sMpun43hT7 .field-input:focus input::-webkit-input-placeholder,
.cid-sMpun43hT7 .form-control:hover textarea::-webkit-input-placeholder,
.cid-sMpun43hT7 .field-input:hover textarea::-webkit-input-placeholder,
.cid-sMpun43hT7 .form-control:focus textarea::-webkit-input-placeholder,
.cid-sMpun43hT7 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sMpun43hT7 .form-control:hover input:-moz-placeholder,
.cid-sMpun43hT7 .field-input:hover input:-moz-placeholder,
.cid-sMpun43hT7 .form-control:focus input:-moz-placeholder,
.cid-sMpun43hT7 .field-input:focus input:-moz-placeholder,
.cid-sMpun43hT7 .form-control:hover textarea:-moz-placeholder,
.cid-sMpun43hT7 .field-input:hover textarea:-moz-placeholder,
.cid-sMpun43hT7 .form-control:focus textarea:-moz-placeholder,
.cid-sMpun43hT7 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sMpun43hT7 .jq-number__spin:hover,
.cid-sMpun43hT7 .jq-number__spin:focus {
  background-color: #cccccc;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sMpun43hT7 .jq-number__spin {
  background-color: #ffffff;
  border-color: #149dcc;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sMpun43hT7 .jq-selectbox li,
.cid-sMpun43hT7 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sMpun43hT7 .jq-selectbox li:hover,
.cid-sMpun43hT7 .jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.cid-sMpun43hT7 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sMpun43hT7 .jq-number__spin.minus:hover:after,
.cid-sMpun43hT7 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sMpun43hT7 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sMpun43hT7 .jq-number__spin.minus:after,
.cid-sMpun43hT7 .jq-number__spin.plus:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.cid-sMpun43hT7 input::-webkit-clear-button {
  display: none;
}
.cid-sMpun43hT7 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sMpun43hT7 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sMpun43hT7 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sMpun43hT7 H5 {
  text-align: left;
  color: #cc2952;
}
.cid-sMpun43hT7 LABEL {
  color: #074960;
  text-align: center;
}
.cid-sMpun43hT7 P {
  color: #074960;
}
.cid-sMpunfYtM4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sMpunfYtM4 .content {
    text-align: center;
  }
  .cid-sMpunfYtM4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMpunfYtM4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sMpunfYtM4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sMpunfYtM4 .media-wrap img {
  height: 6rem;
}
.cid-sMpunfYtM4 .mbr-text {
  color: #8d97ad;
}
.cid-sMpunfYtM4 .p-title {
  font-size: 17px;
}
.cid-sMpunfYtM4 .p-title span {
  color: #111111;
}
.cid-sMpunfYtM4 .title-card {
  font-size: 1.3rem;
}
.cid-sMpunfYtM4 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sMpunfYtM4 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sMpunfYtM4 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sMpunfYtM4 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sMpunfYtM4 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sMpunfYtM4 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sMpunfYtM4 .copyright img {
  margin-right: 10px;
}
.cid-sMpunfYtM4 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sMpunfYtM4 .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-sMpunfYtM4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sMpunfYtM4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sMpunfYtM4 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sMpunfYtM4 H5 {
  color: #efefef;
}
.cid-sMpunfYtM4 .p-title,
.cid-sMpunfYtM4 .social-media {
  color: #cccccc;
}
.cid-sVtoqhwGos {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-sVtoqhwGos .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVtoqhwGos .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVtoqhwGos .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVtoqhwGos .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sVtoqhwGos .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sVtoqhwGos .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sVtoqhwGos .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVtoqhwGos .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sVtoqhwGos .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sVtoqhwGos .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sVtoqhwGos .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sVtoqhwGos .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVtoqhwGos .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sVtoqhwGos .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sVtoqhwGos .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sVtoqiwLyH {
  height: 0 !important;
}
.cid-sVtoqiwLyH .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sVtoqiwLyH .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sVtoqiwLyH .nav-item:focus,
.cid-sVtoqiwLyH .nav-link:focus {
  outline: none;
}
.cid-sVtoqiwLyH .text-white:hover,
.cid-sVtoqiwLyH .text-white:active,
.cid-sVtoqiwLyH .text-white:focus {
  color: white!important;
}
.cid-sVtoqiwLyH .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sVtoqiwLyH .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-sVtoqiwLyH .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-sVtoqiwLyH .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sVtoqiwLyH .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sVtoqiwLyH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVtoqiwLyH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sVtoqiwLyH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sVtoqiwLyH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVtoqiwLyH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVtoqiwLyH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sVtoqiwLyH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVtoqiwLyH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sVtoqiwLyH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sVtoqiwLyH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVtoqiwLyH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVtoqiwLyH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVtoqiwLyH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVtoqiwLyH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVtoqiwLyH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sVtoqiwLyH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sVtoqiwLyH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVtoqiwLyH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVtoqiwLyH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sVtoqiwLyH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sVtoqiwLyH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sVtoqiwLyH .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sVtoqiwLyH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sVtoqiwLyH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVtoqiwLyH .section {
  position: relative;
  overflow: visible!important;
}
.cid-sVtoqiwLyH .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sVtoqiwLyH .dropdown-item:hover {
  color: black!important;
}
.cid-sVtoqiwLyH .dropdown-menu {
  background-color: white!important;
}
.cid-sVtoqiwLyH .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-sVtoqiwLyH .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sVtoqiwLyH .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sVtoqiwLyH .nav-item {
    position: relative;
  }
}
.cid-sVtoqiwLyH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVtoqiwLyH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVtoqiwLyH .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-sVtoqiwLyH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVtoqiwLyH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVtoqiwLyH .collapsed {
  flex-direction: row!important;
}
.cid-sVtoqiwLyH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVtoqiwLyH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVtoqiwLyH .navbar-caption {
  font-weight: 600!important;
}
.cid-sVtoqiwLyH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVtoqiwLyH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVtoqiwLyH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVtoqiwLyH .dropdown-item.active,
.cid-sVtoqiwLyH .dropdown-item:active {
  background-color: transparent;
}
.cid-sVtoqiwLyH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVtoqiwLyH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVtoqiwLyH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVtoqiwLyH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sVtoqiwLyH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVtoqiwLyH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVtoqiwLyH .navbar-buttons {
  text-align: center;
}
.cid-sVtoqiwLyH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVtoqiwLyH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVtoqiwLyH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVtoqiwLyH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVtoqiwLyH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVtoqiwLyH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVtoqiwLyH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVtoqiwLyH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVtoqiwLyH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVtoqiwLyH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVtoqiwLyH .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sVtoqiwLyH .nav-link {
  font-weight: 600!important;
}
.cid-sVtoqiwLyH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVtoqiwLyH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sVtoqiwLyH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sVtoqiwLyH .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVtoqiwLyH .navbar {
    height: 77px;
  }
  .cid-sVtoqiwLyH .navbar.opened {
    height: auto;
  }
  .cid-sVtoqiwLyH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVtoqjIj35 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/lpg-logo-128x169.png");
}
.cid-sVtoqjIj35 .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-sVtoqjIj35 .ico span {
  font-size: 1.5rem;
  color: #e9e9e9;
}
.cid-sVtoqjIj35 .relative {
  position: relative;
}
.cid-sVtoqjIj35 .dragArea {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  margin: 0.5rem;
}
.cid-sVtoqjIj35 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVtoqjIj35 .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-sVtoqjIj35 .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-sVtoqjIj35 .form-control {
  min-height: 49px;
  padding: 0;
  background-color: transparent;
}
.cid-sVtoqjIj35 .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
  margin: 0;
}
.cid-sVtoqjIj35 .jq-selectbox li.selected {
  background-color: #0f7699;
}
.cid-sVtoqjIj35 .jq-selectbox li:hover {
  background-color: #0f7699;
}
.cid-sVtoqjIj35 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #0f7699;
}
.cid-sVtoqjIj35 .mbr-iconfont-btn {
  margin: 0;
}
.cid-sVtoqjIj35 .jq-selectbox__dropdown {
  top: 45px!important;
}
.cid-sVtoqjIj35 input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-sVtoqjIj35 input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-sVtoqjIj35 input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-sVtoqjIj35 .input-group-btn .btn {
  margin: 0!important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-sVtoqjIj35 .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sVtoqjIj35 .form-group {
    margin-bottom: 2rem;
  }
  .cid-sVtoqjIj35 .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-sVtoqjIj35 .input-group-btn {
    margin: auto;
  }
  .cid-sVtoqjIj35 .dragArea {
    padding: 1.5rem 1rem;
  }
}
.cid-sVtoqjIj35 .mbr-section-title {
  text-align: center;
  color: #0f7699;
}
.cid-sVtoqjIj35 .mbr-section-sub-title {
  color: #0f7699;
  text-align: center;
}
.cid-sVtoqjIj35 H5 {
  text-align: left;
  color: #073b4c;
}
.cid-sVtoqjIj35 P {
  text-align: left;
  color: #02161d;
}
.cid-sVtoqjIj35 LABEL {
  color: #063c4e;
}
.cid-t1rOWQxRI1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t1rOWQxRI1 .content {
    text-align: center;
  }
  .cid-t1rOWQxRI1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t1rOWQxRI1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t1rOWQxRI1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t1rOWQxRI1 .media-wrap img {
  height: 6rem;
}
.cid-t1rOWQxRI1 .mbr-text {
  color: #8d97ad;
}
.cid-t1rOWQxRI1 .p-title {
  font-size: 17px;
}
.cid-t1rOWQxRI1 .p-title span {
  color: #111111;
}
.cid-t1rOWQxRI1 .title-card {
  font-size: 1.3rem;
}
.cid-t1rOWQxRI1 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t1rOWQxRI1 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-t1rOWQxRI1 .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-t1rOWQxRI1 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-t1rOWQxRI1 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-t1rOWQxRI1 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1rOWQxRI1 .copyright img {
  margin-right: 10px;
}
.cid-t1rOWQxRI1 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-t1rOWQxRI1 .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-t1rOWQxRI1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t1rOWQxRI1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-t1rOWQxRI1 .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1rOWQxRI1 H5 {
  color: #efefef;
}
.cid-t1rOWQxRI1 .p-title,
.cid-t1rOWQxRI1 .social-media {
  color: #cccccc;
}
.cid-sKGK4HwNhl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-sKGK4HwNhl .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKGK4HwNhl .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKGK4HwNhl .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKGK4HwNhl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sKGK4HwNhl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sKGK4HwNhl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sKGK4HwNhl .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sKGK4HwNhl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sKGK4HwNhl .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sKGK4HwNhl .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sKGK4HwNhl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKGK4HwNhl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sKGK4HwNhl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sKGK4HwNhl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sKGK4HwNhl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sKGK4JZtXe {
  height: 0 !important;
}
.cid-sKGK4JZtXe .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sKGK4JZtXe .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sKGK4JZtXe .nav-item:focus,
.cid-sKGK4JZtXe .nav-link:focus {
  outline: none;
}
.cid-sKGK4JZtXe .text-white:hover,
.cid-sKGK4JZtXe .text-white:active,
.cid-sKGK4JZtXe .text-white:focus {
  color: white!important;
}
.cid-sKGK4JZtXe .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sKGK4JZtXe .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-sKGK4JZtXe .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-sKGK4JZtXe .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sKGK4JZtXe .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sKGK4JZtXe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sKGK4JZtXe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sKGK4JZtXe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sKGK4JZtXe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sKGK4JZtXe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sKGK4JZtXe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sKGK4JZtXe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sKGK4JZtXe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sKGK4JZtXe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sKGK4JZtXe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sKGK4JZtXe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sKGK4JZtXe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sKGK4JZtXe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sKGK4JZtXe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sKGK4JZtXe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sKGK4JZtXe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sKGK4JZtXe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sKGK4JZtXe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sKGK4JZtXe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sKGK4JZtXe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sKGK4JZtXe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sKGK4JZtXe .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sKGK4JZtXe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sKGK4JZtXe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sKGK4JZtXe .section {
  position: relative;
  overflow: visible!important;
}
.cid-sKGK4JZtXe .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sKGK4JZtXe .dropdown-item:hover {
  color: black!important;
}
.cid-sKGK4JZtXe .dropdown-menu {
  background-color: white!important;
}
.cid-sKGK4JZtXe .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-sKGK4JZtXe .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sKGK4JZtXe .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sKGK4JZtXe .nav-item {
    position: relative;
  }
}
.cid-sKGK4JZtXe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKGK4JZtXe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKGK4JZtXe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-sKGK4JZtXe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sKGK4JZtXe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKGK4JZtXe .collapsed {
  flex-direction: row!important;
}
.cid-sKGK4JZtXe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKGK4JZtXe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKGK4JZtXe .navbar-caption {
  font-weight: 600!important;
}
.cid-sKGK4JZtXe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sKGK4JZtXe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sKGK4JZtXe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sKGK4JZtXe .dropdown-item.active,
.cid-sKGK4JZtXe .dropdown-item:active {
  background-color: transparent;
}
.cid-sKGK4JZtXe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sKGK4JZtXe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sKGK4JZtXe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sKGK4JZtXe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sKGK4JZtXe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sKGK4JZtXe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sKGK4JZtXe .navbar-buttons {
  text-align: center;
}
.cid-sKGK4JZtXe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKGK4JZtXe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sKGK4JZtXe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKGK4JZtXe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKGK4JZtXe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKGK4JZtXe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKGK4JZtXe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKGK4JZtXe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKGK4JZtXe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKGK4JZtXe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKGK4JZtXe .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sKGK4JZtXe .nav-link {
  font-weight: 600!important;
}
.cid-sKGK4JZtXe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKGK4JZtXe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sKGK4JZtXe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sKGK4JZtXe .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sKGK4JZtXe .navbar {
    height: 77px;
  }
  .cid-sKGK4JZtXe .navbar.opened {
    height: auto;
  }
  .cid-sKGK4JZtXe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sKK3qMKUy0 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/lpg-logo-128x169.png");
}
.cid-sKK3qMKUy0 .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-sKK3qMKUy0 .ico span {
  font-size: 1.5rem;
  color: #b2ccd2;
}
.cid-sKK3qMKUy0 .relative {
  position: relative;
}
.cid-sKK3qMKUy0 .dragArea {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  margin: 0.5rem;
}
.cid-sKK3qMKUy0 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKK3qMKUy0 .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-sKK3qMKUy0 .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-sKK3qMKUy0 .form-control {
  min-height: 49px;
  padding: 0;
  background-color: transparent;
}
.cid-sKK3qMKUy0 .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
  margin: 0;
}
.cid-sKK3qMKUy0 .jq-selectbox li.selected {
  background-color: #879a9f;
}
.cid-sKK3qMKUy0 .jq-selectbox li:hover {
  background-color: #879a9f;
}
.cid-sKK3qMKUy0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #879a9f;
}
.cid-sKK3qMKUy0 .mbr-iconfont-btn {
  margin: 0;
}
.cid-sKK3qMKUy0 .jq-selectbox__dropdown {
  top: 45px!important;
}
.cid-sKK3qMKUy0 input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-sKK3qMKUy0 input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-sKK3qMKUy0 input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-sKK3qMKUy0 .input-group-btn .btn {
  margin: 0!important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-sKK3qMKUy0 .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sKK3qMKUy0 .form-group {
    margin-bottom: 2rem;
  }
  .cid-sKK3qMKUy0 .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-sKK3qMKUy0 .input-group-btn {
    margin: auto;
  }
  .cid-sKK3qMKUy0 .dragArea {
    padding: 1.5rem 1rem;
  }
}
.cid-sKK3qMKUy0 .mbr-section-title {
  text-align: center;
  color: #073b4c;
}
.cid-sKK3qMKUy0 .mbr-section-sub-title {
  color: #0f7699;
  text-align: center;
}
.cid-sKK3qMKUy0 H5 {
  text-align: left;
  color: #073b4c;
}
.cid-sKK3qMKUy0 P {
  text-align: left;
  color: #232323;
}
.cid-sKK3qMKUy0 LABEL {
  color: #02161d;
}
.cid-t1rNWUIS6i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t1rNWUIS6i .content {
    text-align: center;
  }
  .cid-t1rNWUIS6i .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t1rNWUIS6i .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t1rNWUIS6i .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t1rNWUIS6i .media-wrap img {
  height: 6rem;
}
.cid-t1rNWUIS6i .mbr-text {
  color: #8d97ad;
}
.cid-t1rNWUIS6i .p-title {
  font-size: 17px;
}
.cid-t1rNWUIS6i .p-title span {
  color: #111111;
}
.cid-t1rNWUIS6i .title-card {
  font-size: 1.3rem;
}
.cid-t1rNWUIS6i .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t1rNWUIS6i .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-t1rNWUIS6i .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-t1rNWUIS6i .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-t1rNWUIS6i .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-t1rNWUIS6i .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1rNWUIS6i .copyright img {
  margin-right: 10px;
}
.cid-t1rNWUIS6i .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-t1rNWUIS6i .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-t1rNWUIS6i .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t1rNWUIS6i .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-t1rNWUIS6i .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1rNWUIS6i H5 {
  color: #efefef;
}
.cid-t1rNWUIS6i .p-title,
.cid-t1rNWUIS6i .social-media {
  color: #cccccc;
}
.cid-t299Cg62aF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-t299Cg62aF .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t299Cg62aF .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t299Cg62aF .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t299Cg62aF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t299Cg62aF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t299Cg62aF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t299Cg62aF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t299Cg62aF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t299Cg62aF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t299Cg62aF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t299Cg62aF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t299Cg62aF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t299Cg62aF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t299Cg62aF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t299Cg62aF .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t299ChnKuN {
  height: 0 !important;
}
.cid-t299ChnKuN .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-t299ChnKuN .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-t299ChnKuN .nav-item:focus,
.cid-t299ChnKuN .nav-link:focus {
  outline: none;
}
.cid-t299ChnKuN .text-white:hover,
.cid-t299ChnKuN .text-white:active,
.cid-t299ChnKuN .text-white:focus {
  color: white!important;
}
.cid-t299ChnKuN .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-t299ChnKuN .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-t299ChnKuN .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-t299ChnKuN .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t299ChnKuN .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-t299ChnKuN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t299ChnKuN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t299ChnKuN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t299ChnKuN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t299ChnKuN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t299ChnKuN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t299ChnKuN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t299ChnKuN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t299ChnKuN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t299ChnKuN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t299ChnKuN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t299ChnKuN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t299ChnKuN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t299ChnKuN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t299ChnKuN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t299ChnKuN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t299ChnKuN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t299ChnKuN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t299ChnKuN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t299ChnKuN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t299ChnKuN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t299ChnKuN .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-t299ChnKuN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t299ChnKuN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t299ChnKuN .section {
  position: relative;
  overflow: visible!important;
}
.cid-t299ChnKuN .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-t299ChnKuN .dropdown-item:hover {
  color: black!important;
}
.cid-t299ChnKuN .dropdown-menu {
  background-color: white!important;
}
.cid-t299ChnKuN .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-t299ChnKuN .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-t299ChnKuN .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-t299ChnKuN .nav-item {
    position: relative;
  }
}
.cid-t299ChnKuN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t299ChnKuN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t299ChnKuN .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-t299ChnKuN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t299ChnKuN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t299ChnKuN .collapsed {
  flex-direction: row!important;
}
.cid-t299ChnKuN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t299ChnKuN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t299ChnKuN .navbar-caption {
  font-weight: 600!important;
}
.cid-t299ChnKuN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t299ChnKuN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t299ChnKuN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t299ChnKuN .dropdown-item.active,
.cid-t299ChnKuN .dropdown-item:active {
  background-color: transparent;
}
.cid-t299ChnKuN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t299ChnKuN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t299ChnKuN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t299ChnKuN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-t299ChnKuN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t299ChnKuN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t299ChnKuN .navbar-buttons {
  text-align: center;
}
.cid-t299ChnKuN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t299ChnKuN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t299ChnKuN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t299ChnKuN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t299ChnKuN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t299ChnKuN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t299ChnKuN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t299ChnKuN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t299ChnKuN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t299ChnKuN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t299ChnKuN .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t299ChnKuN .nav-link {
  font-weight: 600!important;
}
.cid-t299ChnKuN a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t299ChnKuN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t299ChnKuN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t299ChnKuN .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t299ChnKuN .navbar {
    height: 77px;
  }
  .cid-t299ChnKuN .navbar.opened {
    height: auto;
  }
  .cid-t299ChnKuN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t299FXcvmF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/lpg-logo-128x169.png");
}
.cid-t299FXcvmF .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-t299FXcvmF .ico span {
  font-size: 1.5rem;
  color: #e9e9e9;
}
.cid-t299FXcvmF .relative {
  position: relative;
}
.cid-t299FXcvmF .dragArea {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  margin: 0.5rem;
}
.cid-t299FXcvmF .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t299FXcvmF .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-t299FXcvmF .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-t299FXcvmF .form-control {
  min-height: 49px;
  padding: 0;
  background-color: transparent;
}
.cid-t299FXcvmF .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
  margin: 0;
}
.cid-t299FXcvmF .jq-selectbox li.selected {
  background-color: #0f7699;
}
.cid-t299FXcvmF .jq-selectbox li:hover {
  background-color: #0f7699;
}
.cid-t299FXcvmF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #0f7699;
}
.cid-t299FXcvmF .mbr-iconfont-btn {
  margin: 0;
}
.cid-t299FXcvmF .jq-selectbox__dropdown {
  top: 45px!important;
}
.cid-t299FXcvmF input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-t299FXcvmF input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-t299FXcvmF input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-t299FXcvmF .input-group-btn .btn {
  margin: 0!important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-t299FXcvmF .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t299FXcvmF .form-group {
    margin-bottom: 2rem;
  }
  .cid-t299FXcvmF .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-t299FXcvmF .input-group-btn {
    margin: auto;
  }
  .cid-t299FXcvmF .dragArea {
    padding: 1.5rem 1rem;
  }
}
.cid-t299FXcvmF .mbr-section-title {
  text-align: center;
  color: #0f7699;
}
.cid-t299FXcvmF .mbr-section-sub-title {
  color: #0f7699;
  text-align: center;
}
.cid-t299FXcvmF H5 {
  text-align: left;
  color: #073b4c;
}
.cid-t299FXcvmF P {
  text-align: left;
  color: #074960;
}
.cid-t299FXcvmF LABEL {
  color: #063c4e;
}
.cid-t299CjG1YH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-t299CjG1YH .content {
    text-align: center;
  }
  .cid-t299CjG1YH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t299CjG1YH .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t299CjG1YH .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t299CjG1YH .media-wrap img {
  height: 6rem;
}
.cid-t299CjG1YH .mbr-text {
  color: #8d97ad;
}
.cid-t299CjG1YH .p-title {
  font-size: 17px;
}
.cid-t299CjG1YH .p-title span {
  color: #111111;
}
.cid-t299CjG1YH .title-card {
  font-size: 1.3rem;
}
.cid-t299CjG1YH .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t299CjG1YH .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-t299CjG1YH .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-t299CjG1YH .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-t299CjG1YH .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-t299CjG1YH .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t299CjG1YH .copyright img {
  margin-right: 10px;
}
.cid-t299CjG1YH .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-t299CjG1YH .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-t299CjG1YH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t299CjG1YH .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-t299CjG1YH .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t299CjG1YH H5 {
  color: #efefef;
}
.cid-t299CjG1YH .p-title,
.cid-t299CjG1YH .social-media {
  color: #cccccc;
}
.cid-tkjP6rPZRI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-tkjP6rPZRI .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkjP6rPZRI .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkjP6rPZRI .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tkjP6rPZRI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tkjP6rPZRI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tkjP6rPZRI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tkjP6rPZRI .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tkjP6rPZRI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tkjP6rPZRI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tkjP6rPZRI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tkjP6rPZRI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tkjP6rPZRI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkjP6rPZRI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tkjP6rPZRI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tkjP6rPZRI .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tkjP6tWqNL {
  height: 0 !important;
}
.cid-tkjP6tWqNL .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tkjP6tWqNL .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tkjP6tWqNL .nav-item:focus,
.cid-tkjP6tWqNL .nav-link:focus {
  outline: none;
}
.cid-tkjP6tWqNL .text-white:hover,
.cid-tkjP6tWqNL .text-white:active,
.cid-tkjP6tWqNL .text-white:focus {
  color: white!important;
}
.cid-tkjP6tWqNL .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tkjP6tWqNL .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tkjP6tWqNL .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tkjP6tWqNL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tkjP6tWqNL .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tkjP6tWqNL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkjP6tWqNL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tkjP6tWqNL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tkjP6tWqNL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkjP6tWqNL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkjP6tWqNL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tkjP6tWqNL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkjP6tWqNL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tkjP6tWqNL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tkjP6tWqNL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkjP6tWqNL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkjP6tWqNL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tkjP6tWqNL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkjP6tWqNL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkjP6tWqNL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tkjP6tWqNL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tkjP6tWqNL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkjP6tWqNL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkjP6tWqNL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tkjP6tWqNL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tkjP6tWqNL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tkjP6tWqNL .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tkjP6tWqNL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tkjP6tWqNL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tkjP6tWqNL .section {
  position: relative;
  overflow: visible!important;
}
.cid-tkjP6tWqNL .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tkjP6tWqNL .dropdown-item:hover {
  color: black!important;
}
.cid-tkjP6tWqNL .dropdown-menu {
  background-color: white!important;
}
.cid-tkjP6tWqNL .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-tkjP6tWqNL .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tkjP6tWqNL .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tkjP6tWqNL .nav-item {
    position: relative;
  }
}
.cid-tkjP6tWqNL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkjP6tWqNL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkjP6tWqNL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tkjP6tWqNL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tkjP6tWqNL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tkjP6tWqNL .collapsed {
  flex-direction: row!important;
}
.cid-tkjP6tWqNL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkjP6tWqNL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkjP6tWqNL .navbar-caption {
  font-weight: 600!important;
}
.cid-tkjP6tWqNL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkjP6tWqNL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkjP6tWqNL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkjP6tWqNL .dropdown-item.active,
.cid-tkjP6tWqNL .dropdown-item:active {
  background-color: transparent;
}
.cid-tkjP6tWqNL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkjP6tWqNL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkjP6tWqNL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkjP6tWqNL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tkjP6tWqNL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkjP6tWqNL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tkjP6tWqNL .navbar-buttons {
  text-align: center;
}
.cid-tkjP6tWqNL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkjP6tWqNL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkjP6tWqNL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tkjP6tWqNL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tkjP6tWqNL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tkjP6tWqNL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tkjP6tWqNL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tkjP6tWqNL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tkjP6tWqNL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tkjP6tWqNL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tkjP6tWqNL .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tkjP6tWqNL .nav-link {
  font-weight: 600!important;
}
.cid-tkjP6tWqNL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tkjP6tWqNL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tkjP6tWqNL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tkjP6tWqNL .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkjP6tWqNL .navbar {
    height: 77px;
  }
  .cid-tkjP6tWqNL .navbar.opened {
    height: auto;
  }
  .cid-tkjP6tWqNL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkjP6vhMu5 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/images-275x183.jpg");
}
.cid-tkjP6vhMu5 .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-tkjP6vhMu5 .ico span {
  font-size: 1.5rem;
  color: #e9e9e9;
}
.cid-tkjP6vhMu5 .relative {
  position: relative;
}
.cid-tkjP6vhMu5 .dragArea {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  margin: 0.5rem;
}
.cid-tkjP6vhMu5 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tkjP6vhMu5 .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-tkjP6vhMu5 .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-tkjP6vhMu5 .form-control {
  min-height: 49px;
  padding: 0;
  background-color: transparent;
}
.cid-tkjP6vhMu5 .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
  margin: 0;
}
.cid-tkjP6vhMu5 .jq-selectbox li.selected {
  background-color: #ffcc00;
}
.cid-tkjP6vhMu5 .jq-selectbox li:hover {
  background-color: #ffcc00;
}
.cid-tkjP6vhMu5 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffcc00;
}
.cid-tkjP6vhMu5 .mbr-iconfont-btn {
  margin: 0;
}
.cid-tkjP6vhMu5 .jq-selectbox__dropdown {
  top: 45px!important;
}
.cid-tkjP6vhMu5 input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-tkjP6vhMu5 input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-tkjP6vhMu5 input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-tkjP6vhMu5 .input-group-btn .btn {
  margin: 0!important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-tkjP6vhMu5 .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tkjP6vhMu5 .form-group {
    margin-bottom: 2rem;
  }
  .cid-tkjP6vhMu5 .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-tkjP6vhMu5 .input-group-btn {
    margin: auto;
  }
  .cid-tkjP6vhMu5 .dragArea {
    padding: 1.5rem 1rem;
  }
}
.cid-tkjP6vhMu5 .mbr-section-title {
  text-align: center;
  color: #02161d;
}
.cid-tkjP6vhMu5 .mbr-section-sub-title {
  color: #0f7699;
  text-align: center;
}
.cid-tkjP6vhMu5 H5 {
  text-align: left;
  color: #073b4c;
}
.cid-tkjP6vhMu5 P {
  text-align: left;
  color: #7f1933;
}
.cid-tkjP6vhMu5 LABEL {
  color: #063c4e;
}
.cid-tkjP6w7FIU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tkjP6w7FIU .content {
    text-align: center;
  }
  .cid-tkjP6w7FIU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tkjP6w7FIU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tkjP6w7FIU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tkjP6w7FIU .media-wrap img {
  height: 6rem;
}
.cid-tkjP6w7FIU .mbr-text {
  color: #8d97ad;
}
.cid-tkjP6w7FIU .p-title {
  font-size: 17px;
}
.cid-tkjP6w7FIU .p-title span {
  color: #111111;
}
.cid-tkjP6w7FIU .title-card {
  font-size: 1.3rem;
}
.cid-tkjP6w7FIU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tkjP6w7FIU .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-tkjP6w7FIU .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tkjP6w7FIU .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-tkjP6w7FIU .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tkjP6w7FIU .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tkjP6w7FIU .copyright img {
  margin-right: 10px;
}
.cid-tkjP6w7FIU .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tkjP6w7FIU .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-tkjP6w7FIU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tkjP6w7FIU .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tkjP6w7FIU .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tkjP6w7FIU H5 {
  color: #efefef;
}
.cid-tkjP6w7FIU .p-title,
.cid-tkjP6w7FIU .social-media {
  color: #cccccc;
}
.cid-tBEEwUQQVS {
  height: 0 !important;
}
.cid-tBEEwUQQVS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tBEEwUQQVS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tBEEwUQQVS .nav-item:focus,
.cid-tBEEwUQQVS .nav-link:focus {
  outline: none;
}
.cid-tBEEwUQQVS .text-white:hover,
.cid-tBEEwUQQVS .text-white:active,
.cid-tBEEwUQQVS .text-white:focus {
  color: white!important;
}
.cid-tBEEwUQQVS .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tBEEwUQQVS .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tBEEwUQQVS .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tBEEwUQQVS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tBEEwUQQVS .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tBEEwUQQVS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBEEwUQQVS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBEEwUQQVS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tBEEwUQQVS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBEEwUQQVS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBEEwUQQVS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBEEwUQQVS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBEEwUQQVS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tBEEwUQQVS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tBEEwUQQVS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBEEwUQQVS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBEEwUQQVS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tBEEwUQQVS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBEEwUQQVS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBEEwUQQVS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tBEEwUQQVS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBEEwUQQVS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBEEwUQQVS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBEEwUQQVS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tBEEwUQQVS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tBEEwUQQVS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tBEEwUQQVS .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tBEEwUQQVS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBEEwUQQVS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBEEwUQQVS .section {
  position: relative;
  overflow: visible!important;
}
.cid-tBEEwUQQVS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tBEEwUQQVS .dropdown-item:hover {
  color: black!important;
}
.cid-tBEEwUQQVS .dropdown-menu {
  background-color: white!important;
}
.cid-tBEEwUQQVS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-tBEEwUQQVS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tBEEwUQQVS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tBEEwUQQVS .nav-item {
    position: relative;
  }
}
.cid-tBEEwUQQVS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tBEEwUQQVS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBEEwUQQVS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tBEEwUQQVS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBEEwUQQVS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tBEEwUQQVS .collapsed {
  flex-direction: row!important;
}
.cid-tBEEwUQQVS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBEEwUQQVS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBEEwUQQVS .navbar-caption {
  font-weight: 600!important;
}
.cid-tBEEwUQQVS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBEEwUQQVS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBEEwUQQVS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBEEwUQQVS .dropdown-item.active,
.cid-tBEEwUQQVS .dropdown-item:active {
  background-color: transparent;
}
.cid-tBEEwUQQVS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBEEwUQQVS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBEEwUQQVS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBEEwUQQVS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tBEEwUQQVS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBEEwUQQVS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tBEEwUQQVS .navbar-buttons {
  text-align: center;
}
.cid-tBEEwUQQVS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBEEwUQQVS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBEEwUQQVS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBEEwUQQVS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBEEwUQQVS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBEEwUQQVS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBEEwUQQVS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBEEwUQQVS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBEEwUQQVS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBEEwUQQVS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBEEwUQQVS .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tBEEwUQQVS .nav-link {
  font-weight: 600!important;
}
.cid-tBEEwUQQVS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBEEwUQQVS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tBEEwUQQVS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tBEEwUQQVS .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBEEwUQQVS .navbar {
    height: 77px;
  }
  .cid-tBEEwUQQVS .navbar.opened {
    height: auto;
  }
  .cid-tBEEwUQQVS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBEEwYsGkP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-tBEEwYsGkP .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBEEwYsGkP .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBEEwYsGkP .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBEEwYsGkP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tBEEwYsGkP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tBEEwYsGkP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tBEEwYsGkP .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tBEEwYsGkP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tBEEwYsGkP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tBEEwYsGkP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBEEwYsGkP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tBEEwYsGkP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tBEEwYsGkP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tBEEwYsGkP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tBEEwYsGkP .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uKLcPwt0a4 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/amoco-logo.svg-220x178.png");
}
.cid-uKLcPwt0a4 .mbr-overlay {
  background-color: #e4d295;
  opacity: 1;
}
.cid-uKLcPwt0a4 textarea {
  min-height: 150px;
}
.cid-uKLcPwt0a4 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uKLcPwt0a4 .form-control,
.cid-uKLcPwt0a4 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #149dcc;
  color: #232323 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uKLcPwt0a4 .form-control input::-webkit-input-placeholder,
.cid-uKLcPwt0a4 .field-input input::-webkit-input-placeholder,
.cid-uKLcPwt0a4 .form-control textarea::-webkit-input-placeholder,
.cid-uKLcPwt0a4 .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-uKLcPwt0a4 .form-control input:-moz-placeholder,
.cid-uKLcPwt0a4 .field-input input:-moz-placeholder,
.cid-uKLcPwt0a4 .form-control textarea:-moz-placeholder,
.cid-uKLcPwt0a4 .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-uKLcPwt0a4 .form-control:hover,
.cid-uKLcPwt0a4 .field-input:hover,
.cid-uKLcPwt0a4 .form-control:focus,
.cid-uKLcPwt0a4 .field-input:focus {
  background-color: #cccccc;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uKLcPwt0a4 .form-control:hover input::-webkit-input-placeholder,
.cid-uKLcPwt0a4 .field-input:hover input::-webkit-input-placeholder,
.cid-uKLcPwt0a4 .form-control:focus input::-webkit-input-placeholder,
.cid-uKLcPwt0a4 .field-input:focus input::-webkit-input-placeholder,
.cid-uKLcPwt0a4 .form-control:hover textarea::-webkit-input-placeholder,
.cid-uKLcPwt0a4 .field-input:hover textarea::-webkit-input-placeholder,
.cid-uKLcPwt0a4 .form-control:focus textarea::-webkit-input-placeholder,
.cid-uKLcPwt0a4 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uKLcPwt0a4 .form-control:hover input:-moz-placeholder,
.cid-uKLcPwt0a4 .field-input:hover input:-moz-placeholder,
.cid-uKLcPwt0a4 .form-control:focus input:-moz-placeholder,
.cid-uKLcPwt0a4 .field-input:focus input:-moz-placeholder,
.cid-uKLcPwt0a4 .form-control:hover textarea:-moz-placeholder,
.cid-uKLcPwt0a4 .field-input:hover textarea:-moz-placeholder,
.cid-uKLcPwt0a4 .form-control:focus textarea:-moz-placeholder,
.cid-uKLcPwt0a4 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uKLcPwt0a4 .jq-number__spin:hover,
.cid-uKLcPwt0a4 .jq-number__spin:focus {
  background-color: #cccccc;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uKLcPwt0a4 .jq-number__spin {
  background-color: #ffffff;
  border-color: #149dcc;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uKLcPwt0a4 .jq-selectbox li,
.cid-uKLcPwt0a4 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uKLcPwt0a4 .jq-selectbox li:hover,
.cid-uKLcPwt0a4 .jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.cid-uKLcPwt0a4 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uKLcPwt0a4 .jq-number__spin.minus:hover:after,
.cid-uKLcPwt0a4 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uKLcPwt0a4 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uKLcPwt0a4 .jq-number__spin.minus:after,
.cid-uKLcPwt0a4 .jq-number__spin.plus:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.cid-uKLcPwt0a4 input::-webkit-clear-button {
  display: none;
}
.cid-uKLcPwt0a4 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uKLcPwt0a4 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uKLcPwt0a4 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uKLcPwt0a4 H5 {
  text-align: center;
  color: #cc2952;
}
.cid-uKLcPwt0a4 LABEL {
  color: #074960;
  text-align: center;
}
.cid-uKLcPwt0a4 P {
  color: #074960;
}
.cid-tBEEx731aH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-tBEEx731aH .content {
    text-align: center;
  }
  .cid-tBEEx731aH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBEEx731aH .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tBEEx731aH .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tBEEx731aH .media-wrap img {
  height: 6rem;
}
.cid-tBEEx731aH .mbr-text {
  color: #8d97ad;
}
.cid-tBEEx731aH .p-title {
  font-size: 17px;
}
.cid-tBEEx731aH .p-title span {
  color: #111111;
}
.cid-tBEEx731aH .title-card {
  font-size: 1.3rem;
}
.cid-tBEEx731aH .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tBEEx731aH .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-tBEEx731aH .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-tBEEx731aH .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-tBEEx731aH .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-tBEEx731aH .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tBEEx731aH .copyright img {
  margin-right: 10px;
}
.cid-tBEEx731aH .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tBEEx731aH .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-tBEEx731aH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tBEEx731aH .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tBEEx731aH .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tBEEx731aH H5 {
  color: #efefef;
}
.cid-tBEEx731aH .p-title,
.cid-tBEEx731aH .social-media {
  color: #cccccc;
}
.cid-uMKd2eU7FV {
  height: 0 !important;
}
.cid-uMKd2eU7FV .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uMKd2eU7FV .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uMKd2eU7FV .nav-item:focus,
.cid-uMKd2eU7FV .nav-link:focus {
  outline: none;
}
.cid-uMKd2eU7FV .text-white:hover,
.cid-uMKd2eU7FV .text-white:active,
.cid-uMKd2eU7FV .text-white:focus {
  color: white!important;
}
.cid-uMKd2eU7FV .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uMKd2eU7FV .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uMKd2eU7FV .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uMKd2eU7FV .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uMKd2eU7FV .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uMKd2eU7FV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMKd2eU7FV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMKd2eU7FV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uMKd2eU7FV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMKd2eU7FV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMKd2eU7FV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uMKd2eU7FV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMKd2eU7FV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uMKd2eU7FV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uMKd2eU7FV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMKd2eU7FV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMKd2eU7FV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uMKd2eU7FV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMKd2eU7FV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMKd2eU7FV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uMKd2eU7FV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uMKd2eU7FV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMKd2eU7FV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMKd2eU7FV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uMKd2eU7FV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uMKd2eU7FV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uMKd2eU7FV .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uMKd2eU7FV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uMKd2eU7FV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uMKd2eU7FV .section {
  position: relative;
  overflow: visible!important;
}
.cid-uMKd2eU7FV .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uMKd2eU7FV .dropdown-item:hover {
  color: black!important;
}
.cid-uMKd2eU7FV .dropdown-menu {
  background-color: white!important;
}
.cid-uMKd2eU7FV .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-uMKd2eU7FV .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uMKd2eU7FV .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uMKd2eU7FV .nav-item {
    position: relative;
  }
}
.cid-uMKd2eU7FV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMKd2eU7FV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMKd2eU7FV .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uMKd2eU7FV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uMKd2eU7FV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMKd2eU7FV .collapsed {
  flex-direction: row!important;
}
.cid-uMKd2eU7FV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMKd2eU7FV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMKd2eU7FV .navbar-caption {
  font-weight: 600!important;
}
.cid-uMKd2eU7FV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMKd2eU7FV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMKd2eU7FV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMKd2eU7FV .dropdown-item.active,
.cid-uMKd2eU7FV .dropdown-item:active {
  background-color: transparent;
}
.cid-uMKd2eU7FV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMKd2eU7FV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMKd2eU7FV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMKd2eU7FV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uMKd2eU7FV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMKd2eU7FV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uMKd2eU7FV .navbar-buttons {
  text-align: center;
}
.cid-uMKd2eU7FV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMKd2eU7FV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMKd2eU7FV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uMKd2eU7FV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uMKd2eU7FV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uMKd2eU7FV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uMKd2eU7FV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMKd2eU7FV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uMKd2eU7FV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uMKd2eU7FV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMKd2eU7FV .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uMKd2eU7FV .nav-link {
  font-weight: 600!important;
}
.cid-uMKd2eU7FV a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMKd2eU7FV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uMKd2eU7FV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uMKd2eU7FV .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMKd2eU7FV .navbar {
    height: 77px;
  }
  .cid-uMKd2eU7FV .navbar.opened {
    height: auto;
  }
  .cid-uMKd2eU7FV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMKd2iDae3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-uMKd2iDae3 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMKd2iDae3 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMKd2iDae3 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMKd2iDae3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uMKd2iDae3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uMKd2iDae3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uMKd2iDae3 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uMKd2iDae3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uMKd2iDae3 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uMKd2iDae3 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uMKd2iDae3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uMKd2iDae3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMKd2iDae3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uMKd2iDae3 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uMKd2iDae3 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uMKd2k0LgZ {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/amoco-logo.svg-220x178.png");
}
.cid-uMKd2k0LgZ .mbr-overlay {
  background-color: #e4d295;
  opacity: 1;
}
.cid-uMKd2k0LgZ textarea {
  min-height: 150px;
}
.cid-uMKd2k0LgZ .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uMKd2k0LgZ .form-control,
.cid-uMKd2k0LgZ .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #149dcc;
  color: #232323 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uMKd2k0LgZ .form-control input::-webkit-input-placeholder,
.cid-uMKd2k0LgZ .field-input input::-webkit-input-placeholder,
.cid-uMKd2k0LgZ .form-control textarea::-webkit-input-placeholder,
.cid-uMKd2k0LgZ .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-uMKd2k0LgZ .form-control input:-moz-placeholder,
.cid-uMKd2k0LgZ .field-input input:-moz-placeholder,
.cid-uMKd2k0LgZ .form-control textarea:-moz-placeholder,
.cid-uMKd2k0LgZ .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-uMKd2k0LgZ .form-control:hover,
.cid-uMKd2k0LgZ .field-input:hover,
.cid-uMKd2k0LgZ .form-control:focus,
.cid-uMKd2k0LgZ .field-input:focus {
  background-color: #cccccc;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uMKd2k0LgZ .form-control:hover input::-webkit-input-placeholder,
.cid-uMKd2k0LgZ .field-input:hover input::-webkit-input-placeholder,
.cid-uMKd2k0LgZ .form-control:focus input::-webkit-input-placeholder,
.cid-uMKd2k0LgZ .field-input:focus input::-webkit-input-placeholder,
.cid-uMKd2k0LgZ .form-control:hover textarea::-webkit-input-placeholder,
.cid-uMKd2k0LgZ .field-input:hover textarea::-webkit-input-placeholder,
.cid-uMKd2k0LgZ .form-control:focus textarea::-webkit-input-placeholder,
.cid-uMKd2k0LgZ .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uMKd2k0LgZ .form-control:hover input:-moz-placeholder,
.cid-uMKd2k0LgZ .field-input:hover input:-moz-placeholder,
.cid-uMKd2k0LgZ .form-control:focus input:-moz-placeholder,
.cid-uMKd2k0LgZ .field-input:focus input:-moz-placeholder,
.cid-uMKd2k0LgZ .form-control:hover textarea:-moz-placeholder,
.cid-uMKd2k0LgZ .field-input:hover textarea:-moz-placeholder,
.cid-uMKd2k0LgZ .form-control:focus textarea:-moz-placeholder,
.cid-uMKd2k0LgZ .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uMKd2k0LgZ .jq-number__spin:hover,
.cid-uMKd2k0LgZ .jq-number__spin:focus {
  background-color: #cccccc;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uMKd2k0LgZ .jq-number__spin {
  background-color: #ffffff;
  border-color: #149dcc;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uMKd2k0LgZ .jq-selectbox li,
.cid-uMKd2k0LgZ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uMKd2k0LgZ .jq-selectbox li:hover,
.cid-uMKd2k0LgZ .jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.cid-uMKd2k0LgZ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uMKd2k0LgZ .jq-number__spin.minus:hover:after,
.cid-uMKd2k0LgZ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uMKd2k0LgZ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uMKd2k0LgZ .jq-number__spin.minus:after,
.cid-uMKd2k0LgZ .jq-number__spin.plus:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.cid-uMKd2k0LgZ input::-webkit-clear-button {
  display: none;
}
.cid-uMKd2k0LgZ input::-webkit-inner-spin-button {
  display: none;
}
.cid-uMKd2k0LgZ input::-webkit-outer-spin-button {
  display: none;
}
.cid-uMKd2k0LgZ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uMKd2k0LgZ H5 {
  text-align: center;
  color: #cc2952;
}
.cid-uMKd2k0LgZ LABEL {
  color: #074960;
  text-align: center;
}
.cid-uMKd2k0LgZ P {
  color: #074960;
}
.cid-uMQZYM8bxq.popup-builder {
  background-color: #ffffff;
}
.cid-uMQZYM8bxq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMQZYM8bxq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMQZYM8bxq .modal-content,
.cid-uMQZYM8bxq .modal-dialog {
  height: auto;
}
.cid-uMQZYM8bxq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMQZYM8bxq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMQZYM8bxq .form-wrapper .mbr-form .form-group,
  .cid-uMQZYM8bxq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMQZYM8bxq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMQZYM8bxq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMQZYM8bxq .mbr-text {
  text-align: left;
}
.cid-uMQZYM8bxq .pt-0 {
  padding-top: 0 !important;
}
.cid-uMQZYM8bxq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMQZYM8bxq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMQZYM8bxq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMQZYM8bxq .modal-open {
  overflow: hidden;
}
.cid-uMQZYM8bxq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMQZYM8bxq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMQZYM8bxq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMQZYM8bxq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMQZYM8bxq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMQZYM8bxq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMQZYM8bxq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMQZYM8bxq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMQZYM8bxq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMQZYM8bxq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMQZYM8bxq .modal-backdrop.show {
  opacity: .5;
}
.cid-uMQZYM8bxq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uMQZYM8bxq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMQZYM8bxq .modal-header .close:hover {
  opacity: 1;
}
.cid-uMQZYM8bxq .modal-header .close:focus {
  outline: none;
}
.cid-uMQZYM8bxq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMQZYM8bxq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uMQZYM8bxq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uMQZYM8bxq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMQZYM8bxq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMQZYM8bxq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMQZYM8bxq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMQZYM8bxq .modal-sm {
    max-width: 300px;
  }
  .cid-uMQZYM8bxq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uMQZYM8bxq .modal-lg,
  .cid-uMQZYM8bxq .modal-xl {
    max-width: 800px;
  }
  .cid-uMQZYM8bxq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uMQZYM8bxq .modal-xl {
    max-width: 1140px;
  }
  .cid-uMQZYM8bxq .container {
    max-width: 1140px;
  }
}
.cid-uMQZYM8bxq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMQZYM8bxq .container {
    max-width: 720px;
  }
}
.cid-uMQZYM8bxq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMQZYM8bxq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMQZYM8bxq .form-group {
  margin-bottom: 1rem;
}
.cid-uMQZYM8bxq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMQZYM8bxq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMQZYM8bxq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMKd2oFgXm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uMKd2oFgXm .content {
    text-align: center;
  }
  .cid-uMKd2oFgXm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMKd2oFgXm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uMKd2oFgXm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMKd2oFgXm .media-wrap img {
  height: 6rem;
}
.cid-uMKd2oFgXm .mbr-text {
  color: #8d97ad;
}
.cid-uMKd2oFgXm .p-title {
  font-size: 17px;
}
.cid-uMKd2oFgXm .p-title span {
  color: #111111;
}
.cid-uMKd2oFgXm .title-card {
  font-size: 1.3rem;
}
.cid-uMKd2oFgXm .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uMKd2oFgXm .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uMKd2oFgXm .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uMKd2oFgXm .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uMKd2oFgXm .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uMKd2oFgXm .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMKd2oFgXm .copyright img {
  margin-right: 10px;
}
.cid-uMKd2oFgXm .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uMKd2oFgXm .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uMKd2oFgXm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uMKd2oFgXm .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uMKd2oFgXm .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMKd2oFgXm H5 {
  color: #efefef;
}
.cid-uMKd2oFgXm .p-title,
.cid-uMKd2oFgXm .social-media {
  color: #cccccc;
}
.cid-uMKdzkUju7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-uMKdzkUju7 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMKdzkUju7 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMKdzkUju7 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMKdzkUju7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uMKdzkUju7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uMKdzkUju7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uMKdzkUju7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uMKdzkUju7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uMKdzkUju7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uMKdzkUju7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uMKdzkUju7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uMKdzkUju7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMKdzkUju7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uMKdzkUju7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uMKdzkUju7 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uMKdzmwDGM {
  height: 0 !important;
}
.cid-uMKdzmwDGM .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uMKdzmwDGM .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uMKdzmwDGM .nav-item:focus,
.cid-uMKdzmwDGM .nav-link:focus {
  outline: none;
}
.cid-uMKdzmwDGM .text-white:hover,
.cid-uMKdzmwDGM .text-white:active,
.cid-uMKdzmwDGM .text-white:focus {
  color: white!important;
}
.cid-uMKdzmwDGM .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uMKdzmwDGM .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uMKdzmwDGM .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uMKdzmwDGM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uMKdzmwDGM .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uMKdzmwDGM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMKdzmwDGM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMKdzmwDGM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uMKdzmwDGM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMKdzmwDGM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMKdzmwDGM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uMKdzmwDGM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMKdzmwDGM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uMKdzmwDGM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uMKdzmwDGM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMKdzmwDGM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMKdzmwDGM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uMKdzmwDGM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMKdzmwDGM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMKdzmwDGM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uMKdzmwDGM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uMKdzmwDGM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMKdzmwDGM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMKdzmwDGM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uMKdzmwDGM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uMKdzmwDGM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uMKdzmwDGM .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uMKdzmwDGM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uMKdzmwDGM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uMKdzmwDGM .section {
  position: relative;
  overflow: visible!important;
}
.cid-uMKdzmwDGM .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uMKdzmwDGM .dropdown-item:hover {
  color: black!important;
}
.cid-uMKdzmwDGM .dropdown-menu {
  background-color: white!important;
}
.cid-uMKdzmwDGM .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-uMKdzmwDGM .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uMKdzmwDGM .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uMKdzmwDGM .nav-item {
    position: relative;
  }
}
.cid-uMKdzmwDGM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMKdzmwDGM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMKdzmwDGM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uMKdzmwDGM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uMKdzmwDGM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMKdzmwDGM .collapsed {
  flex-direction: row!important;
}
.cid-uMKdzmwDGM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMKdzmwDGM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMKdzmwDGM .navbar-caption {
  font-weight: 600!important;
}
.cid-uMKdzmwDGM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMKdzmwDGM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMKdzmwDGM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMKdzmwDGM .dropdown-item.active,
.cid-uMKdzmwDGM .dropdown-item:active {
  background-color: transparent;
}
.cid-uMKdzmwDGM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMKdzmwDGM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMKdzmwDGM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMKdzmwDGM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uMKdzmwDGM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMKdzmwDGM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uMKdzmwDGM .navbar-buttons {
  text-align: center;
}
.cid-uMKdzmwDGM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMKdzmwDGM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMKdzmwDGM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uMKdzmwDGM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uMKdzmwDGM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uMKdzmwDGM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uMKdzmwDGM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMKdzmwDGM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uMKdzmwDGM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uMKdzmwDGM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMKdzmwDGM .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uMKdzmwDGM .nav-link {
  font-weight: 600!important;
}
.cid-uMKdzmwDGM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMKdzmwDGM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uMKdzmwDGM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uMKdzmwDGM .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMKdzmwDGM .navbar {
    height: 77px;
  }
  .cid-uMKdzmwDGM .navbar.opened {
    height: auto;
  }
  .cid-uMKdzmwDGM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMKdznGOU4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/lpg-logo-128x169.png");
}
.cid-uMKdznGOU4 .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-uMKdznGOU4 .ico span {
  font-size: 1.5rem;
  color: #e9e9e9;
}
.cid-uMKdznGOU4 .relative {
  position: relative;
}
.cid-uMKdznGOU4 .dragArea {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  margin: 0.5rem;
}
.cid-uMKdznGOU4 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMKdznGOU4 .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-uMKdznGOU4 .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-uMKdznGOU4 .form-control {
  min-height: 49px;
  padding: 0;
  background-color: transparent;
}
.cid-uMKdznGOU4 .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
  margin: 0;
}
.cid-uMKdznGOU4 .jq-selectbox li.selected {
  background-color: #0f7699;
}
.cid-uMKdznGOU4 .jq-selectbox li:hover {
  background-color: #0f7699;
}
.cid-uMKdznGOU4 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #0f7699;
}
.cid-uMKdznGOU4 .mbr-iconfont-btn {
  margin: 0;
}
.cid-uMKdznGOU4 .jq-selectbox__dropdown {
  top: 45px!important;
}
.cid-uMKdznGOU4 input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-uMKdznGOU4 input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-uMKdznGOU4 input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-uMKdznGOU4 .input-group-btn .btn {
  margin: 0!important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-uMKdznGOU4 .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMKdznGOU4 .form-group {
    margin-bottom: 2rem;
  }
  .cid-uMKdznGOU4 .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-uMKdznGOU4 .input-group-btn {
    margin: auto;
  }
  .cid-uMKdznGOU4 .dragArea {
    padding: 1.5rem 1rem;
  }
}
.cid-uMKdznGOU4 .mbr-section-title {
  text-align: center;
  color: #0f7699;
}
.cid-uMKdznGOU4 .mbr-section-sub-title {
  color: #0f7699;
  text-align: center;
}
.cid-uMKdznGOU4 H5 {
  text-align: left;
  color: #073b4c;
}
.cid-uMKdznGOU4 P {
  text-align: left;
  color: #074960;
}
.cid-uMKdznGOU4 LABEL {
  color: #063c4e;
}
.cid-uMKdzoTvSE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uMKdzoTvSE .content {
    text-align: center;
  }
  .cid-uMKdzoTvSE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMKdzoTvSE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uMKdzoTvSE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMKdzoTvSE .media-wrap img {
  height: 6rem;
}
.cid-uMKdzoTvSE .mbr-text {
  color: #8d97ad;
}
.cid-uMKdzoTvSE .p-title {
  font-size: 17px;
}
.cid-uMKdzoTvSE .p-title span {
  color: #111111;
}
.cid-uMKdzoTvSE .title-card {
  font-size: 1.3rem;
}
.cid-uMKdzoTvSE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uMKdzoTvSE .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uMKdzoTvSE .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uMKdzoTvSE .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uMKdzoTvSE .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uMKdzoTvSE .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMKdzoTvSE .copyright img {
  margin-right: 10px;
}
.cid-uMKdzoTvSE .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uMKdzoTvSE .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uMKdzoTvSE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uMKdzoTvSE .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uMKdzoTvSE .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMKdzoTvSE H5 {
  color: #efefef;
}
.cid-uMKdzoTvSE .p-title,
.cid-uMKdzoTvSE .social-media {
  color: #cccccc;
}
.cid-uMSijEfFeZ {
  height: 0 !important;
}
.cid-uMSijEfFeZ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uMSijEfFeZ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uMSijEfFeZ .nav-item:focus,
.cid-uMSijEfFeZ .nav-link:focus {
  outline: none;
}
.cid-uMSijEfFeZ .text-white:hover,
.cid-uMSijEfFeZ .text-white:active,
.cid-uMSijEfFeZ .text-white:focus {
  color: white!important;
}
.cid-uMSijEfFeZ .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uMSijEfFeZ .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uMSijEfFeZ .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uMSijEfFeZ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uMSijEfFeZ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uMSijEfFeZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMSijEfFeZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMSijEfFeZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uMSijEfFeZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMSijEfFeZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMSijEfFeZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uMSijEfFeZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMSijEfFeZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uMSijEfFeZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uMSijEfFeZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMSijEfFeZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMSijEfFeZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uMSijEfFeZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMSijEfFeZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMSijEfFeZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uMSijEfFeZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uMSijEfFeZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMSijEfFeZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMSijEfFeZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uMSijEfFeZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uMSijEfFeZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uMSijEfFeZ .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uMSijEfFeZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uMSijEfFeZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uMSijEfFeZ .section {
  position: relative;
  overflow: visible!important;
}
.cid-uMSijEfFeZ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uMSijEfFeZ .dropdown-item:hover {
  color: black!important;
}
.cid-uMSijEfFeZ .dropdown-menu {
  background-color: white!important;
}
.cid-uMSijEfFeZ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-uMSijEfFeZ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uMSijEfFeZ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uMSijEfFeZ .nav-item {
    position: relative;
  }
}
.cid-uMSijEfFeZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMSijEfFeZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMSijEfFeZ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uMSijEfFeZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uMSijEfFeZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMSijEfFeZ .collapsed {
  flex-direction: row!important;
}
.cid-uMSijEfFeZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMSijEfFeZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMSijEfFeZ .navbar-caption {
  font-weight: 600!important;
}
.cid-uMSijEfFeZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMSijEfFeZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMSijEfFeZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMSijEfFeZ .dropdown-item.active,
.cid-uMSijEfFeZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uMSijEfFeZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMSijEfFeZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMSijEfFeZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMSijEfFeZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uMSijEfFeZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMSijEfFeZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uMSijEfFeZ .navbar-buttons {
  text-align: center;
}
.cid-uMSijEfFeZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMSijEfFeZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMSijEfFeZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uMSijEfFeZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uMSijEfFeZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uMSijEfFeZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uMSijEfFeZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMSijEfFeZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uMSijEfFeZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uMSijEfFeZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMSijEfFeZ .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uMSijEfFeZ .nav-link {
  font-weight: 600!important;
}
.cid-uMSijEfFeZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMSijEfFeZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uMSijEfFeZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uMSijEfFeZ .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMSijEfFeZ .navbar {
    height: 77px;
  }
  .cid-uMSijEfFeZ .navbar.opened {
    height: auto;
  }
  .cid-uMSijEfFeZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMSijGzcjZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-uMSijGzcjZ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMSijGzcjZ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMSijGzcjZ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMSijGzcjZ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uMSijGzcjZ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uMSijGzcjZ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uMSijGzcjZ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uMSijGzcjZ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uMSijGzcjZ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uMSijGzcjZ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uMSijGzcjZ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uMSijGzcjZ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMSijGzcjZ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uMSijGzcjZ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uMSijGzcjZ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uMSijHHNIk {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/amoco-logo.svg-220x178.png");
}
.cid-uMSijHHNIk .mbr-overlay {
  background-color: #e4d295;
  opacity: 1;
}
.cid-uMSijHHNIk textarea {
  min-height: 150px;
}
.cid-uMSijHHNIk .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uMSijHHNIk .form-control,
.cid-uMSijHHNIk .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #149dcc;
  color: #232323 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uMSijHHNIk .form-control input::-webkit-input-placeholder,
.cid-uMSijHHNIk .field-input input::-webkit-input-placeholder,
.cid-uMSijHHNIk .form-control textarea::-webkit-input-placeholder,
.cid-uMSijHHNIk .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-uMSijHHNIk .form-control input:-moz-placeholder,
.cid-uMSijHHNIk .field-input input:-moz-placeholder,
.cid-uMSijHHNIk .form-control textarea:-moz-placeholder,
.cid-uMSijHHNIk .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-uMSijHHNIk .form-control:hover,
.cid-uMSijHHNIk .field-input:hover,
.cid-uMSijHHNIk .form-control:focus,
.cid-uMSijHHNIk .field-input:focus {
  background-color: #cccccc;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uMSijHHNIk .form-control:hover input::-webkit-input-placeholder,
.cid-uMSijHHNIk .field-input:hover input::-webkit-input-placeholder,
.cid-uMSijHHNIk .form-control:focus input::-webkit-input-placeholder,
.cid-uMSijHHNIk .field-input:focus input::-webkit-input-placeholder,
.cid-uMSijHHNIk .form-control:hover textarea::-webkit-input-placeholder,
.cid-uMSijHHNIk .field-input:hover textarea::-webkit-input-placeholder,
.cid-uMSijHHNIk .form-control:focus textarea::-webkit-input-placeholder,
.cid-uMSijHHNIk .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uMSijHHNIk .form-control:hover input:-moz-placeholder,
.cid-uMSijHHNIk .field-input:hover input:-moz-placeholder,
.cid-uMSijHHNIk .form-control:focus input:-moz-placeholder,
.cid-uMSijHHNIk .field-input:focus input:-moz-placeholder,
.cid-uMSijHHNIk .form-control:hover textarea:-moz-placeholder,
.cid-uMSijHHNIk .field-input:hover textarea:-moz-placeholder,
.cid-uMSijHHNIk .form-control:focus textarea:-moz-placeholder,
.cid-uMSijHHNIk .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uMSijHHNIk .jq-number__spin:hover,
.cid-uMSijHHNIk .jq-number__spin:focus {
  background-color: #cccccc;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uMSijHHNIk .jq-number__spin {
  background-color: #ffffff;
  border-color: #149dcc;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uMSijHHNIk .jq-selectbox li,
.cid-uMSijHHNIk .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uMSijHHNIk .jq-selectbox li:hover,
.cid-uMSijHHNIk .jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.cid-uMSijHHNIk .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uMSijHHNIk .jq-number__spin.minus:hover:after,
.cid-uMSijHHNIk .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uMSijHHNIk .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uMSijHHNIk .jq-number__spin.minus:after,
.cid-uMSijHHNIk .jq-number__spin.plus:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.cid-uMSijHHNIk input::-webkit-clear-button {
  display: none;
}
.cid-uMSijHHNIk input::-webkit-inner-spin-button {
  display: none;
}
.cid-uMSijHHNIk input::-webkit-outer-spin-button {
  display: none;
}
.cid-uMSijHHNIk input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uMSijHHNIk H5 {
  text-align: center;
  color: #cc2952;
}
.cid-uMSijHHNIk LABEL {
  color: #074960;
  text-align: center;
}
.cid-uMSijHHNIk P {
  color: #074960;
}
.cid-uMSijKUq3B.popup-builder {
  background-color: #ffffff;
}
.cid-uMSijKUq3B.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMSijKUq3B.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMSijKUq3B .modal-content,
.cid-uMSijKUq3B .modal-dialog {
  height: auto;
}
.cid-uMSijKUq3B .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMSijKUq3B .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMSijKUq3B .form-wrapper .mbr-form .form-group,
  .cid-uMSijKUq3B .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMSijKUq3B .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMSijKUq3B .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMSijKUq3B .mbr-text {
  text-align: left;
}
.cid-uMSijKUq3B .pt-0 {
  padding-top: 0 !important;
}
.cid-uMSijKUq3B .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMSijKUq3B .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMSijKUq3B .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMSijKUq3B .modal-open {
  overflow: hidden;
}
.cid-uMSijKUq3B .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMSijKUq3B .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMSijKUq3B .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMSijKUq3B .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMSijKUq3B .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMSijKUq3B .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMSijKUq3B .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMSijKUq3B .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMSijKUq3B .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMSijKUq3B .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMSijKUq3B .modal-backdrop.show {
  opacity: .5;
}
.cid-uMSijKUq3B .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uMSijKUq3B .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMSijKUq3B .modal-header .close:hover {
  opacity: 1;
}
.cid-uMSijKUq3B .modal-header .close:focus {
  outline: none;
}
.cid-uMSijKUq3B .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMSijKUq3B .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uMSijKUq3B .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uMSijKUq3B .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMSijKUq3B .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMSijKUq3B .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMSijKUq3B .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMSijKUq3B .modal-sm {
    max-width: 300px;
  }
  .cid-uMSijKUq3B .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uMSijKUq3B .modal-lg,
  .cid-uMSijKUq3B .modal-xl {
    max-width: 800px;
  }
  .cid-uMSijKUq3B .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uMSijKUq3B .modal-xl {
    max-width: 1140px;
  }
  .cid-uMSijKUq3B .container {
    max-width: 1140px;
  }
}
.cid-uMSijKUq3B .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMSijKUq3B .container {
    max-width: 720px;
  }
}
.cid-uMSijKUq3B .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMSijKUq3B .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMSijKUq3B .form-group {
  margin-bottom: 1rem;
}
.cid-uMSijKUq3B .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMSijKUq3B .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMSijKUq3B .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMSijMDeCt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uMSijMDeCt .content {
    text-align: center;
  }
  .cid-uMSijMDeCt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMSijMDeCt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uMSijMDeCt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMSijMDeCt .media-wrap img {
  height: 6rem;
}
.cid-uMSijMDeCt .mbr-text {
  color: #8d97ad;
}
.cid-uMSijMDeCt .p-title {
  font-size: 17px;
}
.cid-uMSijMDeCt .p-title span {
  color: #111111;
}
.cid-uMSijMDeCt .title-card {
  font-size: 1.3rem;
}
.cid-uMSijMDeCt .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uMSijMDeCt .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uMSijMDeCt .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uMSijMDeCt .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uMSijMDeCt .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uMSijMDeCt .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMSijMDeCt .copyright img {
  margin-right: 10px;
}
.cid-uMSijMDeCt .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uMSijMDeCt .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uMSijMDeCt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uMSijMDeCt .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uMSijMDeCt .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMSijMDeCt H5 {
  color: #efefef;
}
.cid-uMSijMDeCt .p-title,
.cid-uMSijMDeCt .social-media {
  color: #cccccc;
}
.cid-uMStszmTp5 {
  height: 0 !important;
}
.cid-uMStszmTp5 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uMStszmTp5 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uMStszmTp5 .nav-item:focus,
.cid-uMStszmTp5 .nav-link:focus {
  outline: none;
}
.cid-uMStszmTp5 .text-white:hover,
.cid-uMStszmTp5 .text-white:active,
.cid-uMStszmTp5 .text-white:focus {
  color: white!important;
}
.cid-uMStszmTp5 .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uMStszmTp5 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uMStszmTp5 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uMStszmTp5 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uMStszmTp5 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uMStszmTp5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMStszmTp5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMStszmTp5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uMStszmTp5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMStszmTp5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMStszmTp5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uMStszmTp5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMStszmTp5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uMStszmTp5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uMStszmTp5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMStszmTp5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMStszmTp5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uMStszmTp5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMStszmTp5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMStszmTp5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uMStszmTp5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uMStszmTp5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMStszmTp5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMStszmTp5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uMStszmTp5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uMStszmTp5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uMStszmTp5 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uMStszmTp5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uMStszmTp5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uMStszmTp5 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uMStszmTp5 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uMStszmTp5 .dropdown-item:hover {
  color: black!important;
}
.cid-uMStszmTp5 .dropdown-menu {
  background-color: white!important;
}
.cid-uMStszmTp5 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-uMStszmTp5 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uMStszmTp5 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uMStszmTp5 .nav-item {
    position: relative;
  }
}
.cid-uMStszmTp5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMStszmTp5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMStszmTp5 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uMStszmTp5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uMStszmTp5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uMStszmTp5 .collapsed {
  flex-direction: row!important;
}
.cid-uMStszmTp5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMStszmTp5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMStszmTp5 .navbar-caption {
  font-weight: 600!important;
}
.cid-uMStszmTp5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMStszmTp5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMStszmTp5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMStszmTp5 .dropdown-item.active,
.cid-uMStszmTp5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMStszmTp5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMStszmTp5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMStszmTp5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMStszmTp5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uMStszmTp5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMStszmTp5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uMStszmTp5 .navbar-buttons {
  text-align: center;
}
.cid-uMStszmTp5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMStszmTp5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMStszmTp5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uMStszmTp5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uMStszmTp5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uMStszmTp5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uMStszmTp5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMStszmTp5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uMStszmTp5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uMStszmTp5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMStszmTp5 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uMStszmTp5 .nav-link {
  font-weight: 600!important;
}
.cid-uMStszmTp5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMStszmTp5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uMStszmTp5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uMStszmTp5 .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMStszmTp5 .navbar {
    height: 77px;
  }
  .cid-uMStszmTp5 .navbar.opened {
    height: auto;
  }
  .cid-uMStszmTp5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMStsKILiH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-uMStsKILiH .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMStsKILiH .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMStsKILiH .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMStsKILiH .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uMStsKILiH .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uMStsKILiH .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uMStsKILiH .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uMStsKILiH .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uMStsKILiH .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uMStsKILiH .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uMStsKILiH .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uMStsKILiH .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMStsKILiH .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uMStsKILiH .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uMStsKILiH .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uMStsP8B8r {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/amoco-logo.svg-220x178.png");
}
.cid-uMStsP8B8r .mbr-overlay {
  background-color: #e4d295;
  opacity: 1;
}
.cid-uMStsP8B8r textarea {
  min-height: 150px;
}
.cid-uMStsP8B8r .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-uMStsP8B8r .form-control,
.cid-uMStsP8B8r .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #149dcc;
  color: #232323 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uMStsP8B8r .form-control input::-webkit-input-placeholder,
.cid-uMStsP8B8r .field-input input::-webkit-input-placeholder,
.cid-uMStsP8B8r .form-control textarea::-webkit-input-placeholder,
.cid-uMStsP8B8r .field-input textarea::-webkit-input-placeholder {
  color: #232323 !important;
}
.cid-uMStsP8B8r .form-control input:-moz-placeholder,
.cid-uMStsP8B8r .field-input input:-moz-placeholder,
.cid-uMStsP8B8r .form-control textarea:-moz-placeholder,
.cid-uMStsP8B8r .field-input textarea:-moz-placeholder {
  color: #232323 !important;
}
.cid-uMStsP8B8r .form-control:hover,
.cid-uMStsP8B8r .field-input:hover,
.cid-uMStsP8B8r .form-control:focus,
.cid-uMStsP8B8r .field-input:focus {
  background-color: #cccccc;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uMStsP8B8r .form-control:hover input::-webkit-input-placeholder,
.cid-uMStsP8B8r .field-input:hover input::-webkit-input-placeholder,
.cid-uMStsP8B8r .form-control:focus input::-webkit-input-placeholder,
.cid-uMStsP8B8r .field-input:focus input::-webkit-input-placeholder,
.cid-uMStsP8B8r .form-control:hover textarea::-webkit-input-placeholder,
.cid-uMStsP8B8r .field-input:hover textarea::-webkit-input-placeholder,
.cid-uMStsP8B8r .form-control:focus textarea::-webkit-input-placeholder,
.cid-uMStsP8B8r .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uMStsP8B8r .form-control:hover input:-moz-placeholder,
.cid-uMStsP8B8r .field-input:hover input:-moz-placeholder,
.cid-uMStsP8B8r .form-control:focus input:-moz-placeholder,
.cid-uMStsP8B8r .field-input:focus input:-moz-placeholder,
.cid-uMStsP8B8r .form-control:hover textarea:-moz-placeholder,
.cid-uMStsP8B8r .field-input:hover textarea:-moz-placeholder,
.cid-uMStsP8B8r .form-control:focus textarea:-moz-placeholder,
.cid-uMStsP8B8r .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uMStsP8B8r .jq-number__spin:hover,
.cid-uMStsP8B8r .jq-number__spin:focus {
  background-color: #cccccc;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uMStsP8B8r .jq-number__spin {
  background-color: #ffffff;
  border-color: #149dcc;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uMStsP8B8r .jq-selectbox li,
.cid-uMStsP8B8r .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uMStsP8B8r .jq-selectbox li:hover,
.cid-uMStsP8B8r .jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.cid-uMStsP8B8r .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uMStsP8B8r .jq-number__spin.minus:hover:after,
.cid-uMStsP8B8r .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uMStsP8B8r .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uMStsP8B8r .jq-number__spin.minus:after,
.cid-uMStsP8B8r .jq-number__spin.plus:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.cid-uMStsP8B8r input::-webkit-clear-button {
  display: none;
}
.cid-uMStsP8B8r input::-webkit-inner-spin-button {
  display: none;
}
.cid-uMStsP8B8r input::-webkit-outer-spin-button {
  display: none;
}
.cid-uMStsP8B8r input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uMStsP8B8r H5 {
  text-align: center;
  color: #cc2952;
}
.cid-uMStsP8B8r LABEL {
  color: #074960;
  text-align: center;
}
.cid-uMStsP8B8r P {
  color: #074960;
}
.cid-uMStt23gtg.popup-builder {
  background-color: #ffffff;
}
.cid-uMStt23gtg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMStt23gtg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMStt23gtg .modal-content,
.cid-uMStt23gtg .modal-dialog {
  height: auto;
}
.cid-uMStt23gtg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMStt23gtg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMStt23gtg .form-wrapper .mbr-form .form-group,
  .cid-uMStt23gtg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMStt23gtg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMStt23gtg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMStt23gtg .mbr-text {
  text-align: left;
}
.cid-uMStt23gtg .pt-0 {
  padding-top: 0 !important;
}
.cid-uMStt23gtg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMStt23gtg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMStt23gtg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMStt23gtg .modal-open {
  overflow: hidden;
}
.cid-uMStt23gtg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMStt23gtg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMStt23gtg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMStt23gtg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMStt23gtg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMStt23gtg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMStt23gtg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMStt23gtg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMStt23gtg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMStt23gtg .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMStt23gtg .modal-backdrop.show {
  opacity: .5;
}
.cid-uMStt23gtg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uMStt23gtg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMStt23gtg .modal-header .close:hover {
  opacity: 1;
}
.cid-uMStt23gtg .modal-header .close:focus {
  outline: none;
}
.cid-uMStt23gtg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMStt23gtg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uMStt23gtg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uMStt23gtg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMStt23gtg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMStt23gtg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMStt23gtg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMStt23gtg .modal-sm {
    max-width: 300px;
  }
  .cid-uMStt23gtg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uMStt23gtg .modal-lg,
  .cid-uMStt23gtg .modal-xl {
    max-width: 800px;
  }
  .cid-uMStt23gtg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uMStt23gtg .modal-xl {
    max-width: 1140px;
  }
  .cid-uMStt23gtg .container {
    max-width: 1140px;
  }
}
.cid-uMStt23gtg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMStt23gtg .container {
    max-width: 720px;
  }
}
.cid-uMStt23gtg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMStt23gtg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMStt23gtg .form-group {
  margin-bottom: 1rem;
}
.cid-uMStt23gtg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMStt23gtg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMStt23gtg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMStt47RPg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uMStt47RPg .content {
    text-align: center;
  }
  .cid-uMStt47RPg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMStt47RPg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uMStt47RPg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMStt47RPg .media-wrap img {
  height: 6rem;
}
.cid-uMStt47RPg .mbr-text {
  color: #8d97ad;
}
.cid-uMStt47RPg .p-title {
  font-size: 17px;
}
.cid-uMStt47RPg .p-title span {
  color: #111111;
}
.cid-uMStt47RPg .title-card {
  font-size: 1.3rem;
}
.cid-uMStt47RPg .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uMStt47RPg .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uMStt47RPg .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uMStt47RPg .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uMStt47RPg .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uMStt47RPg .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMStt47RPg .copyright img {
  margin-right: 10px;
}
.cid-uMStt47RPg .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uMStt47RPg .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uMStt47RPg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uMStt47RPg .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uMStt47RPg .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMStt47RPg H5 {
  color: #efefef;
}
.cid-uMStt47RPg .p-title,
.cid-uMStt47RPg .social-media {
  color: #cccccc;
}
.cid-uQDnPXdAPK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/smoke-coming-out-of-pipe-60575-1700x700.jpeg");
}
.cid-uQDnPXdAPK .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQDnPXdAPK .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQDnPXdAPK .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDnPXdAPK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQDnPXdAPK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQDnPXdAPK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uQDnPXdAPK .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQDnPXdAPK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uQDnPXdAPK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQDnPXdAPK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQDnPXdAPK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQDnPXdAPK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQDnPXdAPK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uQDnPXdAPK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uQDnPXdAPK .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uQDnPYk6FJ {
  height: 0 !important;
}
.cid-uQDnPYk6FJ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDnPYk6FJ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQDnPYk6FJ .nav-item:focus,
.cid-uQDnPYk6FJ .nav-link:focus {
  outline: none;
}
.cid-uQDnPYk6FJ .text-white:hover,
.cid-uQDnPYk6FJ .text-white:active,
.cid-uQDnPYk6FJ .text-white:focus {
  color: white!important;
}
.cid-uQDnPYk6FJ .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uQDnPYk6FJ .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uQDnPYk6FJ .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uQDnPYk6FJ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQDnPYk6FJ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uQDnPYk6FJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDnPYk6FJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDnPYk6FJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQDnPYk6FJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDnPYk6FJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDnPYk6FJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQDnPYk6FJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDnPYk6FJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQDnPYk6FJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQDnPYk6FJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDnPYk6FJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDnPYk6FJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQDnPYk6FJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDnPYk6FJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDnPYk6FJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQDnPYk6FJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQDnPYk6FJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDnPYk6FJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDnPYk6FJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQDnPYk6FJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQDnPYk6FJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQDnPYk6FJ .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uQDnPYk6FJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQDnPYk6FJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQDnPYk6FJ .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQDnPYk6FJ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQDnPYk6FJ .dropdown-item:hover {
  color: black!important;
}
.cid-uQDnPYk6FJ .dropdown-menu {
  background-color: white!important;
}
.cid-uQDnPYk6FJ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(126, 198, 222, 0.35);
  display: block;
}
.cid-uQDnPYk6FJ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #55b4d4;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQDnPYk6FJ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQDnPYk6FJ .nav-item {
    position: relative;
  }
}
.cid-uQDnPYk6FJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDnPYk6FJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDnPYk6FJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uQDnPYk6FJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQDnPYk6FJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQDnPYk6FJ .collapsed {
  flex-direction: row!important;
}
.cid-uQDnPYk6FJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDnPYk6FJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDnPYk6FJ .navbar-caption {
  font-weight: 600!important;
}
.cid-uQDnPYk6FJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQDnPYk6FJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDnPYk6FJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDnPYk6FJ .dropdown-item.active,
.cid-uQDnPYk6FJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDnPYk6FJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDnPYk6FJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDnPYk6FJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDnPYk6FJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uQDnPYk6FJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDnPYk6FJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQDnPYk6FJ .navbar-buttons {
  text-align: center;
}
.cid-uQDnPYk6FJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQDnPYk6FJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQDnPYk6FJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQDnPYk6FJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDnPYk6FJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQDnPYk6FJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQDnPYk6FJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDnPYk6FJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQDnPYk6FJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQDnPYk6FJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQDnPYk6FJ .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQDnPYk6FJ .nav-link {
  font-weight: 600!important;
}
.cid-uQDnPYk6FJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDnPYk6FJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQDnPYk6FJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQDnPYk6FJ .icons-menu span {
  font-size: 26px;
  color: #a31b3e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQDnPYk6FJ .navbar {
    height: 77px;
  }
  .cid-uQDnPYk6FJ .navbar.opened {
    height: auto;
  }
  .cid-uQDnPYk6FJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQDnPZrUx3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/lpg-logo-128x169.png");
}
.cid-uQDnPZrUx3 .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-uQDnPZrUx3 .ico span {
  font-size: 1.5rem;
  color: #e9e9e9;
}
.cid-uQDnPZrUx3 .relative {
  position: relative;
}
.cid-uQDnPZrUx3 .dragArea {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  margin: 0.5rem;
}
.cid-uQDnPZrUx3 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQDnPZrUx3 .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-uQDnPZrUx3 .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-uQDnPZrUx3 .form-control {
  min-height: 49px;
  padding: 0;
  background-color: transparent;
}
.cid-uQDnPZrUx3 .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
  margin: 0;
}
.cid-uQDnPZrUx3 .jq-selectbox li.selected {
  background-color: #0f7699;
}
.cid-uQDnPZrUx3 .jq-selectbox li:hover {
  background-color: #0f7699;
}
.cid-uQDnPZrUx3 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #0f7699;
}
.cid-uQDnPZrUx3 .mbr-iconfont-btn {
  margin: 0;
}
.cid-uQDnPZrUx3 .jq-selectbox__dropdown {
  top: 45px!important;
}
.cid-uQDnPZrUx3 input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-uQDnPZrUx3 input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-uQDnPZrUx3 input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-uQDnPZrUx3 .input-group-btn .btn {
  margin: 0!important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-uQDnPZrUx3 .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uQDnPZrUx3 .form-group {
    margin-bottom: 2rem;
  }
  .cid-uQDnPZrUx3 .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-uQDnPZrUx3 .input-group-btn {
    margin: auto;
  }
  .cid-uQDnPZrUx3 .dragArea {
    padding: 1.5rem 1rem;
  }
}
.cid-uQDnPZrUx3 .mbr-section-title {
  text-align: center;
  color: #0f7699;
}
.cid-uQDnPZrUx3 .mbr-section-sub-title {
  color: #0f7699;
  text-align: center;
}
.cid-uQDnPZrUx3 H5 {
  text-align: left;
  color: #073b4c;
}
.cid-uQDnPZrUx3 P {
  text-align: left;
  color: #074960;
}
.cid-uQDnPZrUx3 LABEL {
  color: #063c4e;
}
.cid-uQDnQ0itJM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uQDnQ0itJM .content {
    text-align: center;
  }
  .cid-uQDnQ0itJM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQDnQ0itJM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uQDnQ0itJM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uQDnQ0itJM .media-wrap img {
  height: 6rem;
}
.cid-uQDnQ0itJM .mbr-text {
  color: #8d97ad;
}
.cid-uQDnQ0itJM .p-title {
  font-size: 17px;
}
.cid-uQDnQ0itJM .p-title span {
  color: #111111;
}
.cid-uQDnQ0itJM .title-card {
  font-size: 1.3rem;
}
.cid-uQDnQ0itJM .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uQDnQ0itJM .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uQDnQ0itJM .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uQDnQ0itJM .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uQDnQ0itJM .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uQDnQ0itJM .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQDnQ0itJM .copyright img {
  margin-right: 10px;
}
.cid-uQDnQ0itJM .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uQDnQ0itJM .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uQDnQ0itJM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQDnQ0itJM .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uQDnQ0itJM .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQDnQ0itJM H5 {
  color: #efefef;
}
.cid-uQDnQ0itJM .p-title,
.cid-uQDnQ0itJM .social-media {
  color: #cccccc;
}
