body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #1239f1 !important;
}
.bg-success {
  background-color: #1b0f99 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1239f1 !important;
  border-color: #1239f1 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #5a75f5 !important;
  border-color: #5a75f5 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5a75f5 !important;
  border-color: #5a75f5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !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: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1b0f99 !important;
  border-color: #1b0f99 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2716df !important;
  border-color: #2716df !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2716df !important;
  border-color: #2716df !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-white {
  color: #222222 !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: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #092194;
  color: #092194;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1239f1;
  border-color: #1239f1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1239f1 !important;
  border-color: #1239f1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !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: #0b063c;
  color: #0b063c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #1b0f99;
  border-color: #1b0f99;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1b0f99 !important;
  border-color: #1b0f99 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.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: #1239f1 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #1b0f99 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #7289f7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff99b3 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #3624ea !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1239f1;
  border-color: #1239f1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1239f1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d3dafc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4b3cec;
}
.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: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #1239f1;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1239f1;
  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: #1239f1;
  border-bottom-color: #1239f1;
}
.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: #1239f1 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231239f1' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-s51XdbdWOQ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-s51XdbdWOQ .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-s51XdbdWOQ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s51XdbdWOQ .text-content {
  padding-right: 1.5rem;
}
.cid-s51XdbdWOQ .mbr-text,
.cid-s51XdbdWOQ .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-s51XdbdWOQ .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-s51XdbdWOQ .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-s51XdbdWOQ .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-s51XdbdWOQ .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-s51XdbdWOQ .main-row {
    margin: 0;
  }
  .cid-s51XdbdWOQ .mbr-section-title,
  .cid-s51XdbdWOQ .mbr-text,
  .cid-s51XdbdWOQ .list,
  .cid-s51XdbdWOQ .mbr-section-btn {
    text-align: center !important;
  }
  .cid-s51XdbdWOQ .text-content {
    padding: 0;
  }
}
.cid-rTwQhiEadY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rTwQhiEadY img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rTwQhiEadY img:hover {
  transform: scale(1.1);
}
.cid-rTwQhiEadY .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rTwQhiEadY h2 {
  padding: 0;
  margin: 0;
}
.cid-rTwQhiEadY .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rTwQhiEadY .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rTwQhiEadY .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rTwQhiEadY .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rTwQhiEadY .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rTwQhiEadY .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rTwQhiEadY .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rTwQhiEadY .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rTwQhiEadY H2 {
  color: #333333;
}
.cid-rTwQhiEadY .mbr-text {
  color: #767676;
}
.cid-rpSfqF8N8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rpSfqF8N8V img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rpSfqF8N8V img:hover {
  transform: scale(1.1);
}
.cid-rpSfqF8N8V .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rpSfqF8N8V h2 {
  padding: 0;
  margin: 0;
}
.cid-rpSfqF8N8V .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSfqF8N8V .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rpSfqF8N8V .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rpSfqF8N8V .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rpSfqF8N8V .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rpSfqF8N8V .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rpSfqF8N8V .mbr-iconfont {
  margin: 0!important;
}
.cid-rpSfqF8N8V .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rpSfqF8N8V .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSfqF8N8V .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rpSfqF8N8V .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rpSfqF8N8V .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rpSfqF8N8V H2 {
  color: #333333;
}
.cid-rpSfqF8N8V .mbr-text {
  color: #767676;
}
.cid-rpSfqvjGS3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rpSfqvjGS3 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rpSfqvjGS3 img:hover {
  transform: scale(1.1);
}
.cid-rpSfqvjGS3 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rpSfqvjGS3 h2 {
  padding: 0;
  margin: 0;
}
.cid-rpSfqvjGS3 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSfqvjGS3 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rpSfqvjGS3 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rpSfqvjGS3 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rpSfqvjGS3 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rpSfqvjGS3 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSfqvjGS3 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rpSfqvjGS3 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rpSfqvjGS3 H2 {
  color: #333333;
}
.cid-rpSfqvjGS3 .mbr-text {
  color: #767676;
}
.cid-rTwPLWVBcf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rTwPLWVBcf img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rTwPLWVBcf img:hover {
  transform: scale(1.1);
}
.cid-rTwPLWVBcf .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rTwPLWVBcf h2 {
  padding: 0;
  margin: 0;
}
.cid-rTwPLWVBcf .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rTwPLWVBcf .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rTwPLWVBcf .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rTwPLWVBcf .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rTwPLWVBcf .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rTwPLWVBcf .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rTwPLWVBcf .mbr-iconfont {
  margin: 0!important;
}
.cid-rTwPLWVBcf .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rTwPLWVBcf .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rTwPLWVBcf .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rTwPLWVBcf .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rTwPLWVBcf .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rTwPLWVBcf H2 {
  color: #333333;
}
.cid-rTwPLWVBcf .mbr-text {
  color: #767676;
}
.cid-rTuWEmFtto {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rTuWEmFtto h4 {
  margin-bottom: 0;
}
.cid-rTuWEmFtto .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
.cid-rTuWEmFtto .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-rTuWEmFtto .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rTuWEmFtto .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-rTuWEmFtto .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #1239f1 !important;
  box-shadow: none!important;
}
.cid-rTuWEmFtto .btn[class*="-outline"]:active,
.cid-rTuWEmFtto .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rTuWEmFtto .card-box {
  padding-top: 2rem;
}
.cid-rTuWEmFtto .card-wrapper {
  height: 100%;
}
.cid-rTuWEmFtto .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rTuWEmFtto img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rTuWEmFtto .card-title {
  color: #1b0f99;
}
.cid-rTuWEmFtto .main-title {
  color: #232323;
}
.cid-rTuWEmFtto .mbr-text,
.cid-rTuWEmFtto .mbr-link-btn {
  color: #767676;
}
.cid-rUgXfKmgsQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #efeeee;
}
.cid-rUgXfKmgsQ .container-fluid {
  padding: 0 3rem;
}
.cid-rUgXfKmgsQ .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #efefef;
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-rUgXfKmgsQ .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #efeeee;
}
.cid-rUgXfKmgsQ .table-wrap:hover .table-pricing,
.cid-rUgXfKmgsQ .table-wrap:hover .table-icon {
  color: #000000 !important;
}
.cid-rUgXfKmgsQ .table-wrap:hover .table-heading,
.cid-rUgXfKmgsQ .table-wrap:hover .mbr-section-subtitle {
  color: #000000 !important;
}
.cid-rUgXfKmgsQ .section-heading {
  margin-bottom: 2rem;
}
.cid-rUgXfKmgsQ .table-heading {
  margin-bottom: 2em;
}
.cid-rUgXfKmgsQ .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-rUgXfKmgsQ .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #1239f1, #ff3366);
  display: inline-block;
}
.cid-rUgXfKmgsQ ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-rUgXfKmgsQ ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-rUgXfKmgsQ ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-rUgXfKmgsQ hr {
  display: none;
  background: #efefef;
}
.cid-rUgXfKmgsQ hr {
  display: block;
}
.cid-rUgXfKmgsQ .table-heading,
.cid-rUgXfKmgsQ .table-pricing,
.cid-rUgXfKmgsQ .table-icon {
  color: #149dcc;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-rUgXfKmgsQ .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-rUgXfKmgsQ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rUgXfKmgsQ .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-rUgXfKmgsQ .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rUgXfKmgsQ .container-fluid {
    padding: 0 0rem;
  }
}
.cid-rUgXfKmgsQ .table-pricing,
.cid-rUgXfKmgsQ .table-icon {
  color: #53a129;
}
.cid-rUgXpM0Tnc {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-rUgXpM0Tnc .container-fluid {
  padding: 0 3rem;
}
.cid-rUgXpM0Tnc .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #efefef;
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-rUgXpM0Tnc .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #efeeee;
}
.cid-rUgXpM0Tnc .table-wrap:hover .table-pricing,
.cid-rUgXpM0Tnc .table-wrap:hover .table-icon {
  color: #000000 !important;
}
.cid-rUgXpM0Tnc .table-wrap:hover .table-heading,
.cid-rUgXpM0Tnc .table-wrap:hover .mbr-section-subtitle {
  color: #000000 !important;
}
.cid-rUgXpM0Tnc .section-heading {
  margin-bottom: 2rem;
}
.cid-rUgXpM0Tnc .table-heading {
  margin-bottom: 2em;
}
.cid-rUgXpM0Tnc .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-rUgXpM0Tnc .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #1239f1, #ff3366);
  display: inline-block;
}
.cid-rUgXpM0Tnc ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-rUgXpM0Tnc ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-rUgXpM0Tnc ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-rUgXpM0Tnc hr {
  display: none;
  background: #efefef;
}
.cid-rUgXpM0Tnc hr {
  display: block;
}
.cid-rUgXpM0Tnc .table-heading,
.cid-rUgXpM0Tnc .table-pricing,
.cid-rUgXpM0Tnc .table-icon {
  color: #149dcc;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-rUgXpM0Tnc .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-rUgXpM0Tnc .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rUgXpM0Tnc .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-rUgXpM0Tnc .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rUgXpM0Tnc .container-fluid {
    padding: 0 0rem;
  }
}
.cid-rUgXpM0Tnc .table-pricing,
.cid-rUgXpM0Tnc .table-icon {
  color: #53a129;
}
.cid-rUgXqEKJi1 {
  padding-top: 15px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-rUgXqEKJi1 .container-fluid {
  padding: 0 3rem;
}
.cid-rUgXqEKJi1 .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #efefef;
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-rUgXqEKJi1 .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #efeeee;
}
.cid-rUgXqEKJi1 .table-wrap:hover .table-pricing,
.cid-rUgXqEKJi1 .table-wrap:hover .table-icon {
  color: #000000 !important;
}
.cid-rUgXqEKJi1 .table-wrap:hover .table-heading,
.cid-rUgXqEKJi1 .table-wrap:hover .mbr-section-subtitle {
  color: #000000 !important;
}
.cid-rUgXqEKJi1 .section-heading {
  margin-bottom: 2rem;
}
.cid-rUgXqEKJi1 .table-heading {
  margin-bottom: 2em;
}
.cid-rUgXqEKJi1 .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-rUgXqEKJi1 .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #1239f1, #ff3366);
  display: inline-block;
}
.cid-rUgXqEKJi1 ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-rUgXqEKJi1 ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-rUgXqEKJi1 ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-rUgXqEKJi1 hr {
  display: none;
  background: #efefef;
}
.cid-rUgXqEKJi1 hr {
  display: block;
}
.cid-rUgXqEKJi1 .table-heading,
.cid-rUgXqEKJi1 .table-pricing,
.cid-rUgXqEKJi1 .table-icon {
  color: #149dcc;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-rUgXqEKJi1 .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-rUgXqEKJi1 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rUgXqEKJi1 .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-rUgXqEKJi1 .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rUgXqEKJi1 .container-fluid {
    padding: 0 0rem;
  }
}
.cid-rUgXqEKJi1 .table-pricing,
.cid-rUgXqEKJi1 .table-icon {
  color: #53a129;
}
.cid-rpSfOyO5kY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-rpSfOyO5kY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rpSfOyO5kY input,
.cid-rpSfOyO5kY textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-rpSfOyO5kY input:focus,
.cid-rpSfOyO5kY textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-rpSfOyO5kY .form-control,
.cid-rpSfOyO5kY .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rpSfOyO5kY .form-control:hover,
.cid-rpSfOyO5kY .field-input:hover,
.cid-rpSfOyO5kY .form-control:focus,
.cid-rpSfOyO5kY .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rpSfOyO5kY input::-webkit-input-placeholder,
.cid-rpSfOyO5kY textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-rpSfOyO5kY input:-moz-placeholder,
.cid-rpSfOyO5kY textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-rpSfOyO5kY .jq-selectbox li,
.cid-rpSfOyO5kY .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-rpSfOyO5kY .jq-selectbox li:hover,
.cid-rpSfOyO5kY .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-rpSfOyO5kY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rpSfOyO5kY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rpSfOyO5kY img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rpSfOyO5kY .mbr-form {
  max-width: 450px;
}
.cid-rpSfOyO5kY textarea {
  min-height: 150px;
}
.cid-rpSfOyO5kY .mbr-text {
  color: #cccccc;
}
.cid-rpSfOyO5kY .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-rpSfOyO5kY .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-soOvIW8BZe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
@media (max-width: 767px) {
  .cid-soOvIW8BZe .content {
    text-align: center;
  }
  .cid-soOvIW8BZe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-soOvIW8BZe .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-soOvIW8BZe .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-soOvIW8BZe .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-soOvIW8BZe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-soOvIW8BZe .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-soOvIW8BZe .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-soOvIW8BZe .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-soOvIW8BZe .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-soOvIW8BZe .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-soOvIW8BZe .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-soOvIW8BZe .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFW8hcUtd8 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFW8hcUtd8 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tFW8hcUtd8 a {
  font-style: normal;
}
.cid-tFW8hcUtd8 .show {
  overflow: visible;
}
.cid-tFW8hcUtd8 .dropdown-menu {
  max-height: 400px;
}
.cid-tFW8hcUtd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFW8hcUtd8 .nav-link {
  font-weight: 600!important;
}
.cid-tFW8hcUtd8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFW8hcUtd8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .nav-item:focus,
.cid-tFW8hcUtd8 .nav-link:focus {
  outline: none;
}
.cid-tFW8hcUtd8 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFW8hcUtd8 .menu-logo {
  margin-right: auto;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFW8hcUtd8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tFW8hcUtd8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-tFW8hcUtd8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFW8hcUtd8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tFW8hcUtd8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tFW8hcUtd8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 img {
    height: 3.8rem !important;
  }
  .cid-tFW8hcUtd8 .btn {
    display: -webkit-flex;
  }
  .cid-tFW8hcUtd8 button.navbar-toggler {
    display: block;
  }
  .cid-tFW8hcUtd8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing,
  .cid-tFW8hcUtd8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tFW8hcUtd8 .nav-link {
    justify-content: start!important;
  }
  .cid-tFW8hcUtd8 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tFW8hcUtd8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tFW8hcUtd8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFW8hcUtd8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFW8hcUtd8 .nav-link:hover,
.cid-tFW8hcUtd8 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tFW8hcUtd8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rTIu3KsQbU {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-rTIu3KsQbU .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-color: #53a129;
}
.cid-rTIu3KsQbU img {
  width: 100%;
}
.cid-rTIu3KsQbU p {
  margin-top: 6rem;
}
.cid-rTIu3KsQbU .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rTIu3KsQbU .content-wrapper {
  padding-top: 6rem;
}
.cid-rTIu3KsQbU h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rTIu3KsQbU .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rTIu3KsQbU p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rTIu3KsQbU .back {
    width: 100%;
    height: 75%;
  }
  .cid-rTIu3KsQbU .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-rTIu3KsQbU p {
    margin-top: 4rem;
  }
}
.cid-rTIu3KsQbU .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-rTIu3KsQbU .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-rTIu3KsQbU .content-wrapper {
    padding-right: 3rem;
  }
  .cid-rTIu3KsQbU h4 {
    right: 2rem;
  }
}
.cid-rTIu3KsQbU .mbr-text,
.cid-rTIu3KsQbU .mbr-section-btn {
  color: #ffffff;
}
.cid-s9td3aFxVV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-s9td3aFxVV {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-s9td3aFxVV .text {
  padding: 0;
}
.cid-s9td3aFxVV section {
  position: relative;
}
.cid-s9td3aFxVV h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-s9td3aFxVV .mbr-iconfont {
  padding: 0!important;
}
.cid-s9td3aFxVV .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #efeeee;
}
.cid-s9td3aFxVV .box {
  background-image: url("../../../assets/images/pureair-hvac-1100x600.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s9td3aFxVV .icon-wrap {
  background-color: #ffda00 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s9td3aFxVV .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s9td3aFxVV .icon-wrap span {
  padding-left: 8px;
}
.cid-s9td3aFxVV .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-s9td3aFxVV .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s9td3aFxVV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s9td3aFxVV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s9td3aFxVV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s9td3aFxVV a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s9td3aFxVV a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s9td3aFxVV {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-s9td3aFxVV .box {
    height: 250px;
  }
  .cid-s9td3aFxVV .row {
    padding: 1rem!important;
  }
}
.cid-s077GbJPxx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s077GbJPxx .main,
.cid-s077GbJPxx .main-reverse {
  margin: 0;
  background: #ffffff;
}
.cid-s077GbJPxx .text-element {
  background: #ffffff;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-s077GbJPxx .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-s077GbJPxx .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s077GbJPxx .card {
  padding: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
}
.cid-s077GbJPxx .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-s077GbJPxx .mbr-iconfont {
  font-size: 3rem;
  color: #82786e;
}
@media (max-width: 991px) {
  .cid-s077GbJPxx .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-s077GbJPxx .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-s077GbJPxx .image-element,
  .cid-s077GbJPxx .text-element {
    margin-bottom: 0;
  }
  .cid-s077GbJPxx .main:first-child {
    padding-top: 0;
  }
}
.cid-s077GbJPxx .mbr-section-subtitle,
.cid-s077GbJPxx .card-text,
.cid-s077GbJPxx .mbr-section-btn {
  color: #8d97ad;
}
.cid-s077GbJPxx .card-text,
.cid-s077GbJPxx .mbr-section-btn {
  color: #282124;
}
.cid-saLRY73ZwJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-saLRY73ZwJ .mbr-section-title,
.cid-saLRY73ZwJ .mbr-section-subtitle {
  color: #000000;
}
.cid-saLRY73ZwJ .mbr-section-text {
  color: #232323;
}
.cid-saLRY73ZwJ .mbr-text,
.cid-saLRY73ZwJ .typed-text,
.cid-saLRY73ZwJ .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-saLRY73ZwJ .btn {
  margin-left: 4px !important;
}
.cid-saLRY73ZwJ .animated-element {
  color: #ff3366;
}
.cid-saLRY73ZwJ .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-saLRY73ZwJ .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-saLRY73ZwJ .typed-text,
  .cid-saLRY73ZwJ .mbr-section-subtitle,
  .cid-saLRY73ZwJ .mbr-section-text,
  .cid-saLRY73ZwJ .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s9tsnQm6bi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s9tsnQm6bi .main,
.cid-s9tsnQm6bi .main-reverse {
  margin: 0;
  background: #ffffff;
}
.cid-s9tsnQm6bi .text-element {
  background: #ffffff;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-s9tsnQm6bi .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-s9tsnQm6bi .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s9tsnQm6bi .card {
  padding: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
}
.cid-s9tsnQm6bi .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-s9tsnQm6bi .mbr-iconfont {
  font-size: 3rem;
  color: #82786e;
}
@media (max-width: 991px) {
  .cid-s9tsnQm6bi .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-s9tsnQm6bi .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-s9tsnQm6bi .image-element,
  .cid-s9tsnQm6bi .text-element {
    margin-bottom: 0;
  }
  .cid-s9tsnQm6bi .main:first-child {
    padding-top: 0;
  }
}
.cid-s9tsnQm6bi .mbr-section-subtitle,
.cid-s9tsnQm6bi .card-text,
.cid-s9tsnQm6bi .mbr-section-btn {
  color: #8d97ad;
}
.cid-s9xlKOb6Q9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-s9xlKOb6Q9 .text-content .btn-bgr {
  z-index: 0;
}
.cid-s9xlKOb6Q9 .mbr-overlay {
  background: #d7e8f6;
}
.cid-s9xlKOb6Q9 .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-s9xlKOb6Q9 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s9xlKOb6Q9 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s9xlKOb6Q9 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s9xlKOb6Q9 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s9xpVUjqUa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s9xpVUjqUa H1 {
  color: #57468b;
}
.cid-s9xpVUjqUa .mbr-text,
.cid-s9xpVUjqUa .mbr-section-btn {
  color: #716c80;
}
.cid-s9xpVUjqUa img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-s9xpVUjqUa .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-s0eozik0pi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-s0eozik0pi img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s0eozik0pi img:hover {
  transform: scale(1.1);
}
.cid-s0eozik0pi .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s0eozik0pi h2 {
  padding: 0;
  margin: 0;
}
.cid-s0eozik0pi .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s0eozik0pi .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s0eozik0pi .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-s0eozik0pi .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-s0eozik0pi .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-s0eozik0pi .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-s0eozik0pi .mbr-iconfont {
  margin: 0!important;
}
.cid-s0eozik0pi .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s0eozik0pi .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s0eozik0pi .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-s0eozik0pi .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-s0eozik0pi .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s0eozik0pi H2 {
  color: #333333;
}
.cid-s0eozik0pi .mbr-text {
  color: #767676;
}
.cid-rTNZPLySQZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-rTNZPLySQZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rTNZPLySQZ input,
.cid-rTNZPLySQZ textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-rTNZPLySQZ input:focus,
.cid-rTNZPLySQZ textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-rTNZPLySQZ .form-control,
.cid-rTNZPLySQZ .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rTNZPLySQZ .form-control:hover,
.cid-rTNZPLySQZ .field-input:hover,
.cid-rTNZPLySQZ .form-control:focus,
.cid-rTNZPLySQZ .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rTNZPLySQZ input::-webkit-input-placeholder,
.cid-rTNZPLySQZ textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-rTNZPLySQZ input:-moz-placeholder,
.cid-rTNZPLySQZ textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-rTNZPLySQZ .jq-selectbox li,
.cid-rTNZPLySQZ .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-rTNZPLySQZ .jq-selectbox li:hover,
.cid-rTNZPLySQZ .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-rTNZPLySQZ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rTNZPLySQZ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rTNZPLySQZ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rTNZPLySQZ .mbr-form {
  max-width: 450px;
}
.cid-rTNZPLySQZ textarea {
  min-height: 150px;
}
.cid-rTNZPLySQZ .mbr-text {
  color: #cccccc;
}
.cid-rTNZPLySQZ .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-rTNZPLySQZ .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-saMPiUtV5u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
@media (max-width: 767px) {
  .cid-saMPiUtV5u .content {
    text-align: center;
  }
  .cid-saMPiUtV5u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-saMPiUtV5u .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-saMPiUtV5u .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-saMPiUtV5u .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-saMPiUtV5u .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-saMPiUtV5u .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-saMPiUtV5u .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-saMPiUtV5u .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-saMPiUtV5u .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-saMPiUtV5u .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-saMPiUtV5u .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-saMPiUtV5u .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFW8hcUtd8 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFW8hcUtd8 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tFW8hcUtd8 a {
  font-style: normal;
}
.cid-tFW8hcUtd8 .show {
  overflow: visible;
}
.cid-tFW8hcUtd8 .dropdown-menu {
  max-height: 400px;
}
.cid-tFW8hcUtd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFW8hcUtd8 .nav-link {
  font-weight: 600!important;
}
.cid-tFW8hcUtd8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFW8hcUtd8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .nav-item:focus,
.cid-tFW8hcUtd8 .nav-link:focus {
  outline: none;
}
.cid-tFW8hcUtd8 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFW8hcUtd8 .menu-logo {
  margin-right: auto;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFW8hcUtd8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tFW8hcUtd8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-tFW8hcUtd8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFW8hcUtd8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tFW8hcUtd8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tFW8hcUtd8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 img {
    height: 3.8rem !important;
  }
  .cid-tFW8hcUtd8 .btn {
    display: -webkit-flex;
  }
  .cid-tFW8hcUtd8 button.navbar-toggler {
    display: block;
  }
  .cid-tFW8hcUtd8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing,
  .cid-tFW8hcUtd8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tFW8hcUtd8 .nav-link {
    justify-content: start!important;
  }
  .cid-tFW8hcUtd8 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tFW8hcUtd8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tFW8hcUtd8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFW8hcUtd8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFW8hcUtd8 .nav-link:hover,
.cid-tFW8hcUtd8 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tFW8hcUtd8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rTIv1mqma9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-rTIv1mqma9 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #53a129;
}
.cid-rTIv1mqma9 img {
  width: 100%;
}
.cid-rTIv1mqma9 p {
  margin-top: 6rem;
}
.cid-rTIv1mqma9 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rTIv1mqma9 .content-wrapper {
  padding-top: 6rem;
}
.cid-rTIv1mqma9 h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rTIv1mqma9 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rTIv1mqma9 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rTIv1mqma9 .back {
    width: 100%;
    height: 75%;
  }
  .cid-rTIv1mqma9 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-rTIv1mqma9 p {
    margin-top: 4rem;
  }
}
.cid-rTIv1mqma9 .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-rTIv1mqma9 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-rTIv1mqma9 .content-wrapper {
    padding-right: 3rem;
  }
  .cid-rTIv1mqma9 h4 {
    right: 2rem;
  }
}
.cid-rTIv1mqma9 .mbr-text,
.cid-rTIv1mqma9 .mbr-section-btn {
  color: #ffffff;
}
.cid-rTIv1n56PN {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-rTIv1n56PN .container {
  max-width: 1500px;
}
.cid-rTIv1n56PN img {
  width: 100%;
}
.cid-rTIv1n56PN h2 {
  padding: 0;
  margin: 0;
}
.cid-rTIv1n56PN .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-rTIv1n56PN .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-rTIv1n56PN .img-col {
  position: relative;
}
.cid-rTIv1n56PN .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-rTIv1n56PN .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-rTIv1n56PN .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-rTIv1n56PN .img2 {
    top: -2rem;
  }
  .cid-rTIv1n56PN .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-rTIv1n56PN .img2 {
    width: 50%;
  }
  .cid-rTIv1n56PN .number {
    margin: auto;
  }
}
.cid-rTIv1nH6O5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-rTIv1nH6O5 .container {
  max-width: 1500px;
}
.cid-rTIv1nH6O5 img {
  width: 100%;
}
.cid-rTIv1nH6O5 h2 {
  padding: 0;
  margin: 0;
}
.cid-rTIv1nH6O5 .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-rTIv1nH6O5 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-rTIv1nH6O5 .img-col {
  position: relative;
}
.cid-rTIv1nH6O5 .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-rTIv1nH6O5 .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-rTIv1nH6O5 .img-col {
    margin-bottom: 3rem;
  }
  .cid-rTIv1nH6O5 .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-rTIv1nH6O5 .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-rTIv1nH6O5 .number {
    margin: auto;
  }
}
.cid-rTOrVXXWiC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rTOrVXXWiC .mbr-text {
  margin: 0;
}
.cid-rTOrVXXWiC .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rTOrVXXWiC .row-element,
.cid-rTOrVXXWiC .image-element {
  padding: 0;
}
.cid-rTOrVXXWiC .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rTOrVXXWiC .image-element .img-wrap {
  width: 100% !important;
}
.cid-rTOrVXXWiC .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rTOrVXXWiC .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rTOrVXXWiC .carousel-item.active,
.cid-rTOrVXXWiC .carousel-item-next,
.cid-rTOrVXXWiC .carousel-item-prev {
  display: flex;
}
.cid-rTOrVXXWiC .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-rTOrVXXWiC .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #1239f1;
}
.cid-rTOrVXXWiC .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rTOrVXXWiC .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rTOrVXXWiC .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rTOrVXXWiC .carousel-controls {
    display: block;
  }
  .cid-rTOrVXXWiC .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rTOrVXXWiC .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rTOrVXXWiC .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rTOrVXXWiC .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rTOrVXXWiC .text-element {
    padding: 1rem;
  }
  .cid-rTOrVXXWiC .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rTOrVXXWiC .image-element {
    min-width: 50%;
  }
  .cid-rTOrVXXWiC .media-container-row {
    width: 100%;
  }
}
.cid-rTOrVXXWiC .mbr-text,
.cid-rTOrVXXWiC .link {
  text-align: left;
}
.cid-rTIv1oeWzE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-rTIv1oeWzE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rTIv1oeWzE input,
.cid-rTIv1oeWzE textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-rTIv1oeWzE input:focus,
.cid-rTIv1oeWzE textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-rTIv1oeWzE .form-control,
.cid-rTIv1oeWzE .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rTIv1oeWzE .form-control:hover,
.cid-rTIv1oeWzE .field-input:hover,
.cid-rTIv1oeWzE .form-control:focus,
.cid-rTIv1oeWzE .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rTIv1oeWzE input::-webkit-input-placeholder,
.cid-rTIv1oeWzE textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-rTIv1oeWzE input:-moz-placeholder,
.cid-rTIv1oeWzE textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-rTIv1oeWzE .jq-selectbox li,
.cid-rTIv1oeWzE .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-rTIv1oeWzE .jq-selectbox li:hover,
.cid-rTIv1oeWzE .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-rTIv1oeWzE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rTIv1oeWzE .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rTIv1oeWzE img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rTIv1oeWzE .mbr-form {
  max-width: 450px;
}
.cid-rTIv1oeWzE textarea {
  min-height: 150px;
}
.cid-rTIv1oeWzE .mbr-text {
  color: #cccccc;
}
.cid-rTIv1oeWzE .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-rTIv1oeWzE .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-saMOWBc2KJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
@media (max-width: 767px) {
  .cid-saMOWBc2KJ .content {
    text-align: center;
  }
  .cid-saMOWBc2KJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-saMOWBc2KJ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-saMOWBc2KJ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-saMOWBc2KJ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-saMOWBc2KJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-saMOWBc2KJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-saMOWBc2KJ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-saMOWBc2KJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-saMOWBc2KJ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-saMOWBc2KJ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-saMOWBc2KJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-saMOWBc2KJ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFW8hcUtd8 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFW8hcUtd8 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tFW8hcUtd8 a {
  font-style: normal;
}
.cid-tFW8hcUtd8 .show {
  overflow: visible;
}
.cid-tFW8hcUtd8 .dropdown-menu {
  max-height: 400px;
}
.cid-tFW8hcUtd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFW8hcUtd8 .nav-link {
  font-weight: 600!important;
}
.cid-tFW8hcUtd8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFW8hcUtd8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .nav-item:focus,
.cid-tFW8hcUtd8 .nav-link:focus {
  outline: none;
}
.cid-tFW8hcUtd8 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFW8hcUtd8 .menu-logo {
  margin-right: auto;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFW8hcUtd8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tFW8hcUtd8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-tFW8hcUtd8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFW8hcUtd8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tFW8hcUtd8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tFW8hcUtd8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 img {
    height: 3.8rem !important;
  }
  .cid-tFW8hcUtd8 .btn {
    display: -webkit-flex;
  }
  .cid-tFW8hcUtd8 button.navbar-toggler {
    display: block;
  }
  .cid-tFW8hcUtd8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing,
  .cid-tFW8hcUtd8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tFW8hcUtd8 .nav-link {
    justify-content: start!important;
  }
  .cid-tFW8hcUtd8 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tFW8hcUtd8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tFW8hcUtd8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFW8hcUtd8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFW8hcUtd8 .nav-link:hover,
.cid-tFW8hcUtd8 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tFW8hcUtd8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rTToGO0TfL {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 400px) {
  .cid-rTToGO0TfL h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-rTToGO0TfL h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-rTToGO0TfL .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rTToGO0TfL .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-rTToGO0TfL .socicon-bg-twitter {
  color: #4da7de;
}
.cid-rTToGO0TfL .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-rTToGO0TfL .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-rTToGO0TfL .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-rTToGO0TfL .socicon-bg-pinterest {
  color: #c92619;
}
.cid-rTToGO0TfL .socicon-bg-mail {
  color: #134785;
}
.cid-rTToGO0TfL .btn-social {
  border: none !important;
}
.cid-rTToGO0TfL .btn-social:hover {
  color: #ffffff;
  background: #1239f1;
}
.cid-rTToGO0TfL [class^="socicon-"]:before,
.cid-rTToGO0TfL [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rTToGO0TfL .btn {
    font-size: 20px !important;
  }
}
.cid-saMxbpcAJO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-saMxbpcAJO .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-saMxbpcAJO .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-saMxbpcAJO .btn {
  margin: 0px !important;
}
.cid-saMxbpcAJO .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-saMxbpcAJO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-saMxbpcAJO .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-saMxbpcAJO .carousel-item .wrap-img {
  text-align: center;
}
.cid-saMxbpcAJO .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-saMxbpcAJO .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-saMxbpcAJO .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-saMxbpcAJO .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-saMxbpcAJO .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-saMxbpcAJO .second-col {
    padding-top: 2rem;
  }
}
.cid-saMxbpcAJO .mbr-section-subtitle,
.cid-saMxbpcAJO .mbr-section-btn DIV {
  text-align: left;
}
.cid-s7ocPCajUG {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #efeeee;
}
.cid-s7ocPCajUG .container {
  max-width: 1500px;
}
.cid-s7ocPCajUG img {
  width: 100%;
}
.cid-s7ocPCajUG h2 {
  padding: 0;
  margin: 0;
}
.cid-s7ocPCajUG .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s7ocPCajUG .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s7ocPCajUG .img-col {
  position: relative;
}
.cid-s7ocPCajUG .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-s7ocPCajUG .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-s7ocPCajUG .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-s7ocPCajUG .img2 {
    top: -2rem;
  }
  .cid-s7ocPCajUG .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-s7ocPCajUG .img2 {
    width: 50%;
  }
  .cid-s7ocPCajUG .number {
    margin: auto;
  }
}
.cid-s7odbLld4q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s7odbLld4q span {
  color: #c1c1c1;
}
.cid-s7odbLld4q .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7odbLld4q .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-s7odbLld4q .flex-block span {
    margin-left: 2rem;
  }
}
.cid-s7odbLld4q .block-quote {
  color: #767676;
}
.cid-rTTns4n1Pd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #53a129;
}
.cid-rTTns4n1Pd img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rTTns4n1Pd img:hover {
  transform: scale(1.1);
}
.cid-rTTns4n1Pd .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rTTns4n1Pd h2 {
  padding: 0;
  margin: 0;
}
.cid-rTTns4n1Pd .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rTTns4n1Pd .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rTTns4n1Pd .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rTTns4n1Pd .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rTTns4n1Pd .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rTTns4n1Pd .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rTTns4n1Pd .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rTTns4n1Pd .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rTTns4n1Pd H2 {
  color: #333333;
}
.cid-rTTns4n1Pd .mbr-text {
  color: #ffffff;
}
.cid-rTTnsNxw1N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rTTnsNxw1N span {
  color: #c1c1c1;
}
.cid-rTTnsNxw1N .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rTTnsNxw1N .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-rTTnsNxw1N .flex-block span {
    margin-left: 2rem;
  }
}
.cid-rTTnsNxw1N .block-quote {
  color: #767676;
}
.cid-rTTntSvEuw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rTTntSvEuw img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rTTntSvEuw img:hover {
  transform: scale(1.1);
}
.cid-rTTntSvEuw .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rTTntSvEuw h2 {
  padding: 0;
  margin: 0;
}
.cid-rTTntSvEuw .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rTTntSvEuw .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rTTntSvEuw .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rTTntSvEuw .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rTTntSvEuw .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rTTntSvEuw .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rTTntSvEuw .mbr-iconfont {
  margin: 0!important;
}
.cid-rTTntSvEuw .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rTTntSvEuw .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rTTntSvEuw .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rTTntSvEuw .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rTTntSvEuw .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rTTntSvEuw H2 {
  color: #333333;
}
.cid-rTTntSvEuw .mbr-text {
  color: #767676;
}
.cid-rTTnuC4SaO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rTTnuC4SaO .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-rTTnuC4SaO .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-rTTnuC4SaO .btn {
  margin: 0px !important;
}
.cid-rTTnuC4SaO .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rTTnuC4SaO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rTTnuC4SaO .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rTTnuC4SaO .carousel-item .wrap-img {
  text-align: center;
}
.cid-rTTnuC4SaO .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-rTTnuC4SaO .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-rTTnuC4SaO .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-rTTnuC4SaO .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-rTTnuC4SaO .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-rTTnuC4SaO .second-col {
    padding-top: 2rem;
  }
}
.cid-rTTnwxjdhy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-rTTnwxjdhy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rTTnwxjdhy input,
.cid-rTTnwxjdhy textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-rTTnwxjdhy input:focus,
.cid-rTTnwxjdhy textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-rTTnwxjdhy .form-control,
.cid-rTTnwxjdhy .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rTTnwxjdhy .form-control:hover,
.cid-rTTnwxjdhy .field-input:hover,
.cid-rTTnwxjdhy .form-control:focus,
.cid-rTTnwxjdhy .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rTTnwxjdhy input::-webkit-input-placeholder,
.cid-rTTnwxjdhy textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-rTTnwxjdhy input:-moz-placeholder,
.cid-rTTnwxjdhy textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-rTTnwxjdhy .jq-selectbox li,
.cid-rTTnwxjdhy .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-rTTnwxjdhy .jq-selectbox li:hover,
.cid-rTTnwxjdhy .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-rTTnwxjdhy .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rTTnwxjdhy .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rTTnwxjdhy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rTTnwxjdhy .mbr-form {
  max-width: 450px;
}
.cid-rTTnwxjdhy textarea {
  min-height: 150px;
}
.cid-rTTnwxjdhy .mbr-text {
  color: #cccccc;
}
.cid-rTTnwxjdhy .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-rTTnwxjdhy .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-saMPrgfOhx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
@media (max-width: 767px) {
  .cid-saMPrgfOhx .content {
    text-align: center;
  }
  .cid-saMPrgfOhx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-saMPrgfOhx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-saMPrgfOhx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-saMPrgfOhx .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-saMPrgfOhx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-saMPrgfOhx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-saMPrgfOhx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-saMPrgfOhx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-saMPrgfOhx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-saMPrgfOhx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-saMPrgfOhx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-saMPrgfOhx .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFW8hcUtd8 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFW8hcUtd8 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tFW8hcUtd8 a {
  font-style: normal;
}
.cid-tFW8hcUtd8 .show {
  overflow: visible;
}
.cid-tFW8hcUtd8 .dropdown-menu {
  max-height: 400px;
}
.cid-tFW8hcUtd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFW8hcUtd8 .nav-link {
  font-weight: 600!important;
}
.cid-tFW8hcUtd8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFW8hcUtd8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .nav-item:focus,
.cid-tFW8hcUtd8 .nav-link:focus {
  outline: none;
}
.cid-tFW8hcUtd8 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFW8hcUtd8 .menu-logo {
  margin-right: auto;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFW8hcUtd8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tFW8hcUtd8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-tFW8hcUtd8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFW8hcUtd8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tFW8hcUtd8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tFW8hcUtd8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 img {
    height: 3.8rem !important;
  }
  .cid-tFW8hcUtd8 .btn {
    display: -webkit-flex;
  }
  .cid-tFW8hcUtd8 button.navbar-toggler {
    display: block;
  }
  .cid-tFW8hcUtd8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing,
  .cid-tFW8hcUtd8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tFW8hcUtd8 .nav-link {
    justify-content: start!important;
  }
  .cid-tFW8hcUtd8 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tFW8hcUtd8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tFW8hcUtd8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFW8hcUtd8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFW8hcUtd8 .nav-link:hover,
.cid-tFW8hcUtd8 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tFW8hcUtd8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rV0R4SsMSd {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV0R4SsMSd .mbr-text {
  position: relative;
}
.cid-rV0R4SsMSd .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rV0R4SsMSd .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rV0R4SsMSd .mbr-text:after,
  .cid-rV0R4SsMSd .mbr-text:before {
    display: none;
  }
}
.cid-saMPIphxUz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
@media (max-width: 767px) {
  .cid-saMPIphxUz .content {
    text-align: center;
  }
  .cid-saMPIphxUz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-saMPIphxUz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-saMPIphxUz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-saMPIphxUz .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-saMPIphxUz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-saMPIphxUz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-saMPIphxUz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-saMPIphxUz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-saMPIphxUz .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-saMPIphxUz .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-saMPIphxUz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-saMPIphxUz .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFW8hcUtd8 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFW8hcUtd8 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tFW8hcUtd8 a {
  font-style: normal;
}
.cid-tFW8hcUtd8 .show {
  overflow: visible;
}
.cid-tFW8hcUtd8 .dropdown-menu {
  max-height: 400px;
}
.cid-tFW8hcUtd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFW8hcUtd8 .nav-link {
  font-weight: 600!important;
}
.cid-tFW8hcUtd8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFW8hcUtd8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .nav-item:focus,
.cid-tFW8hcUtd8 .nav-link:focus {
  outline: none;
}
.cid-tFW8hcUtd8 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFW8hcUtd8 .menu-logo {
  margin-right: auto;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFW8hcUtd8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tFW8hcUtd8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-tFW8hcUtd8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFW8hcUtd8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tFW8hcUtd8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tFW8hcUtd8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 img {
    height: 3.8rem !important;
  }
  .cid-tFW8hcUtd8 .btn {
    display: -webkit-flex;
  }
  .cid-tFW8hcUtd8 button.navbar-toggler {
    display: block;
  }
  .cid-tFW8hcUtd8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing,
  .cid-tFW8hcUtd8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tFW8hcUtd8 .nav-link {
    justify-content: start!important;
  }
  .cid-tFW8hcUtd8 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tFW8hcUtd8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tFW8hcUtd8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFW8hcUtd8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFW8hcUtd8 .nav-link:hover,
.cid-tFW8hcUtd8 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tFW8hcUtd8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rV10hIqHrP {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV10hIqHrP .mbr-text {
  position: relative;
}
.cid-rV10hIqHrP .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rV10hIqHrP .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rV10hIqHrP .mbr-text:after,
  .cid-rV10hIqHrP .mbr-text:before {
    display: none;
  }
}
.cid-saMPzNwIth {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
@media (max-width: 767px) {
  .cid-saMPzNwIth .content {
    text-align: center;
  }
  .cid-saMPzNwIth .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-saMPzNwIth .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-saMPzNwIth .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-saMPzNwIth .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-saMPzNwIth .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-saMPzNwIth .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-saMPzNwIth .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-saMPzNwIth .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-saMPzNwIth .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-saMPzNwIth .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-saMPzNwIth .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-saMPzNwIth .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFW8hcUtd8 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFW8hcUtd8 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tFW8hcUtd8 a {
  font-style: normal;
}
.cid-tFW8hcUtd8 .show {
  overflow: visible;
}
.cid-tFW8hcUtd8 .dropdown-menu {
  max-height: 400px;
}
.cid-tFW8hcUtd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFW8hcUtd8 .nav-link {
  font-weight: 600!important;
}
.cid-tFW8hcUtd8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFW8hcUtd8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .nav-item:focus,
.cid-tFW8hcUtd8 .nav-link:focus {
  outline: none;
}
.cid-tFW8hcUtd8 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFW8hcUtd8 .menu-logo {
  margin-right: auto;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFW8hcUtd8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tFW8hcUtd8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-tFW8hcUtd8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFW8hcUtd8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tFW8hcUtd8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tFW8hcUtd8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 img {
    height: 3.8rem !important;
  }
  .cid-tFW8hcUtd8 .btn {
    display: -webkit-flex;
  }
  .cid-tFW8hcUtd8 button.navbar-toggler {
    display: block;
  }
  .cid-tFW8hcUtd8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing,
  .cid-tFW8hcUtd8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tFW8hcUtd8 .nav-link {
    justify-content: start!important;
  }
  .cid-tFW8hcUtd8 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tFW8hcUtd8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tFW8hcUtd8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFW8hcUtd8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFW8hcUtd8 .nav-link:hover,
.cid-tFW8hcUtd8 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tFW8hcUtd8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rV11ZYmCMb {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV11ZYmCMb .mbr-text {
  position: relative;
}
.cid-rV11ZYmCMb .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rV11ZYmCMb .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rV11ZYmCMb .mbr-text:after,
  .cid-rV11ZYmCMb .mbr-text:before {
    display: none;
  }
}
.cid-rV11ZYZs4N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
@media (max-width: 767px) {
  .cid-rV11ZYZs4N .content {
    text-align: center;
  }
  .cid-rV11ZYZs4N .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rV11ZYZs4N .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rV11ZYZs4N .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rV11ZYZs4N .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rV11ZYZs4N .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rV11ZYZs4N .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rV11ZYZs4N .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rV11ZYZs4N .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rV11ZYZs4N .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rV11ZYZs4N .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rV11ZYZs4N .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rV11ZYZs4N .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFW8hcUtd8 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFW8hcUtd8 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tFW8hcUtd8 a {
  font-style: normal;
}
.cid-tFW8hcUtd8 .show {
  overflow: visible;
}
.cid-tFW8hcUtd8 .dropdown-menu {
  max-height: 400px;
}
.cid-tFW8hcUtd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFW8hcUtd8 .nav-link {
  font-weight: 600!important;
}
.cid-tFW8hcUtd8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFW8hcUtd8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .nav-item:focus,
.cid-tFW8hcUtd8 .nav-link:focus {
  outline: none;
}
.cid-tFW8hcUtd8 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFW8hcUtd8 .menu-logo {
  margin-right: auto;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFW8hcUtd8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tFW8hcUtd8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-tFW8hcUtd8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFW8hcUtd8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tFW8hcUtd8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tFW8hcUtd8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 img {
    height: 3.8rem !important;
  }
  .cid-tFW8hcUtd8 .btn {
    display: -webkit-flex;
  }
  .cid-tFW8hcUtd8 button.navbar-toggler {
    display: block;
  }
  .cid-tFW8hcUtd8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing,
  .cid-tFW8hcUtd8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tFW8hcUtd8 .nav-link {
    justify-content: start!important;
  }
  .cid-tFW8hcUtd8 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tFW8hcUtd8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tFW8hcUtd8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFW8hcUtd8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFW8hcUtd8 .nav-link:hover,
.cid-tFW8hcUtd8 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tFW8hcUtd8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rTx8RbwD7N {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-rTx8RbwD7N .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #53a129;
}
.cid-rTx8RbwD7N img {
  width: 100%;
}
.cid-rTx8RbwD7N p {
  margin-top: 6rem;
}
.cid-rTx8RbwD7N .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rTx8RbwD7N .content-wrapper {
  padding-top: 6rem;
}
.cid-rTx8RbwD7N h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rTx8RbwD7N .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rTx8RbwD7N p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rTx8RbwD7N .back {
    width: 100%;
    height: 75%;
  }
  .cid-rTx8RbwD7N .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-rTx8RbwD7N p {
    margin-top: 4rem;
  }
}
.cid-rTx8RbwD7N .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-rTx8RbwD7N .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-rTx8RbwD7N .content-wrapper {
    padding-right: 3rem;
  }
  .cid-rTx8RbwD7N h4 {
    right: 2rem;
  }
}
.cid-rTx8RbwD7N .mbr-text,
.cid-rTx8RbwD7N .mbr-section-btn {
  color: #ffffff;
}
.cid-rTx8RbwD7N H1 {
  color: #282124;
}
.cid-rTxc9baNWn {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-rTxc9baNWn .container {
  max-width: 1500px;
}
.cid-rTxc9baNWn img {
  width: 100%;
}
.cid-rTxc9baNWn h2 {
  padding: 0;
  margin: 0;
}
.cid-rTxc9baNWn .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-rTxc9baNWn .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-rTxc9baNWn .img-col {
  position: relative;
}
.cid-rTxc9baNWn .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-rTxc9baNWn .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-rTxc9baNWn .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-rTxc9baNWn .img2 {
    top: -2rem;
  }
  .cid-rTxc9baNWn .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-rTxc9baNWn .img2 {
    width: 50%;
  }
  .cid-rTxc9baNWn .number {
    margin: auto;
  }
}
.cid-rTIkGPLRhO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-rTIkGPLRhO .container {
  max-width: 1500px;
}
.cid-rTIkGPLRhO img {
  width: 100%;
}
.cid-rTIkGPLRhO h2 {
  padding: 0;
  margin: 0;
}
.cid-rTIkGPLRhO .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-rTIkGPLRhO .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-rTIkGPLRhO .img-col {
  position: relative;
}
.cid-rTIkGPLRhO .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-rTIkGPLRhO .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-rTIkGPLRhO .img-col {
    margin-bottom: 3rem;
  }
  .cid-rTIkGPLRhO .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-rTIkGPLRhO .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-rTIkGPLRhO .number {
    margin: auto;
  }
}
.cid-rTIsfIdIvB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-rTIsfIdIvB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rTIsfIdIvB input,
.cid-rTIsfIdIvB textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-rTIsfIdIvB input:focus,
.cid-rTIsfIdIvB textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-rTIsfIdIvB .form-control,
.cid-rTIsfIdIvB .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rTIsfIdIvB .form-control:hover,
.cid-rTIsfIdIvB .field-input:hover,
.cid-rTIsfIdIvB .form-control:focus,
.cid-rTIsfIdIvB .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rTIsfIdIvB input::-webkit-input-placeholder,
.cid-rTIsfIdIvB textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-rTIsfIdIvB input:-moz-placeholder,
.cid-rTIsfIdIvB textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-rTIsfIdIvB .jq-selectbox li,
.cid-rTIsfIdIvB .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-rTIsfIdIvB .jq-selectbox li:hover,
.cid-rTIsfIdIvB .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-rTIsfIdIvB .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rTIsfIdIvB .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rTIsfIdIvB img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rTIsfIdIvB .mbr-form {
  max-width: 450px;
}
.cid-rTIsfIdIvB textarea {
  min-height: 150px;
}
.cid-rTIsfIdIvB .mbr-text {
  color: #cccccc;
}
.cid-rTIsfIdIvB .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-rTIsfIdIvB .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-saMOKceMNH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
@media (max-width: 767px) {
  .cid-saMOKceMNH .content {
    text-align: center;
  }
  .cid-saMOKceMNH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-saMOKceMNH .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-saMOKceMNH .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-saMOKceMNH .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-saMOKceMNH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-saMOKceMNH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-saMOKceMNH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-saMOKceMNH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-saMOKceMNH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-saMOKceMNH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-saMOKceMNH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-saMOKceMNH .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFW8hcUtd8 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFW8hcUtd8 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tFW8hcUtd8 a {
  font-style: normal;
}
.cid-tFW8hcUtd8 .show {
  overflow: visible;
}
.cid-tFW8hcUtd8 .dropdown-menu {
  max-height: 400px;
}
.cid-tFW8hcUtd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFW8hcUtd8 .nav-link {
  font-weight: 600!important;
}
.cid-tFW8hcUtd8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFW8hcUtd8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .nav-item:focus,
.cid-tFW8hcUtd8 .nav-link:focus {
  outline: none;
}
.cid-tFW8hcUtd8 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFW8hcUtd8 .menu-logo {
  margin-right: auto;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFW8hcUtd8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tFW8hcUtd8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-tFW8hcUtd8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFW8hcUtd8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tFW8hcUtd8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tFW8hcUtd8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 img {
    height: 3.8rem !important;
  }
  .cid-tFW8hcUtd8 .btn {
    display: -webkit-flex;
  }
  .cid-tFW8hcUtd8 button.navbar-toggler {
    display: block;
  }
  .cid-tFW8hcUtd8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing,
  .cid-tFW8hcUtd8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tFW8hcUtd8 .nav-link {
    justify-content: start!important;
  }
  .cid-tFW8hcUtd8 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tFW8hcUtd8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tFW8hcUtd8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFW8hcUtd8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFW8hcUtd8 .nav-link:hover,
.cid-tFW8hcUtd8 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tFW8hcUtd8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-s0MmQvmdup {
  padding-top: 195px;
  padding-bottom: 180px;
  background-color: #ffffff;
}
.cid-s0MmQvmdup H1 {
  color: #232323;
}
.cid-s0MmQvmdup .mbr-text,
.cid-s0MmQvmdup .mbr-section-btn {
  color: #767676;
}
.cid-s0MmQvmdup .img-box {
  position: relative;
}
.cid-s0MmQvmdup .card-ico span {
  font-size: 96px;
  color: #1239f1;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-s0MmQvmdup .card-ico .ico1 {
  background-color: #4249cc;
}
.cid-s0MmQvmdup .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-s0MmQvmdup .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-s0MmQvmdup .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-s0MmQvmdup .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-s0MmQvmdup img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 992px) {
  .cid-s0MmQvmdup .img-box {
    height: 500px;
  }
  .cid-s0MmQvmdup .img1 {
    left: 1rem;
  }
  .cid-s0MmQvmdup .img2 {
    right: 1rem;
  }
  .cid-s0MmQvmdup img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-s0MmQvmdup img {
    width: 60%;
  }
  .cid-s0MmQvmdup .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-s0MmQvmdup .author-box {
    justify-content: center;
  }
  .cid-s0MmQvmdup .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-s0MmQvmdup .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-s0MmQvmdup .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-s0MmQvmdup .card-ico span {
    margin-right: 0rem;
  }
}
.cid-s0MmQvmdup .author-box {
  display: flex;
  flex-direction: row;
}
.cid-s0MmQvmdup .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-s0MmQvmdup .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-s0MmQvmdup h3,
.cid-s0MmQvmdup h4 {
  margin: 0;
  padding: 0;
}
.cid-s0MmQvmdup .card-title,
.cid-s0MmQvmdup .mbr-section-subtitle {
  color: #232323;
}
.cid-s0MmRjdvgn {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-s0MmRjdvgn .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-s0MmRjdvgn .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-s0MmRjdvgn .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-s0MmRjdvgn p {
  line-height: 1.6;
}
.cid-s0MmRjdvgn .rev,
.cid-s0MmRjdvgn .mbr-iconfont {
  display: inline-block;
}
.cid-s0MmRjdvgn .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #c1c1c1;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-s0MmRjdvgn .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-s0MmRjdvgn .card-box {
  padding: 1.5rem;
}
.cid-s0MmRjdvgn .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-s0MmRjdvgn .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-s0MmRjdvgn .mbr-section-title,
.cid-s0MmRjdvgn .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-s0MmRjdvgn .rev {
  color: #0a1c44;
}
.cid-s0MmRjdvgn .card-text,
.cid-s0MmRjdvgn .mbr-section-btn,
.cid-s0MmRjdvgn .ico-line {
  color: #767676;
}
.cid-s0MqOPiI3P {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #efeeee;
}
.cid-s0MqOPiI3P ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-s0MqOPiI3P ul li {
  padding: 1rem 0;
}
.cid-s0MqOPiI3P ul li:hover {
  color: #1239f1;
}
.cid-s0MqOPiI3P .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-s0MqOPiI3P .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-s0MqOPiI3P .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-s0MqOPiI3P .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s0MqOPiI3P .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-s0MqOPiI3P .map {
    height: auto;
  }
}
.cid-s0MqOPiI3P .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s0MqOPiI3P .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-s0MqOPiI3P .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0MqOPiI3P .social-list a:hover {
  opacity: 1;
}
.cid-s0MqOPiI3P .row-element,
.cid-s0MqOPiI3P .image-element {
  padding: 0;
}
.cid-s0MqOPiI3P .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-s0MqOPiI3P .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #1239f1, #ff3366);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-s0MqOPiI3P .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-s0MqOPiI3P .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s0MqOPiI3P .text-content {
    padding: 2rem 1rem;
  }
  .cid-s0MqOPiI3P .underline .line {
    height: 2px;
  }
  .cid-s0MqOPiI3P .mbr-title,
  .cid-s0MqOPiI3P .underline,
  .cid-s0MqOPiI3P .mbr-text,
  .cid-s0MqOPiI3P .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-s0MqOPiI3P .mbr-title,
.cid-s0MqOPiI3P .underline {
  color: #7f1933;
}
.cid-s0MqOPiI3P .mbr-text,
.cid-s0MqOPiI3P .mbr-section-btn {
  color: #ffffff;
}
.cid-s0MqOPiI3P mbr-list LI {
  color: #ffffff;
}
.cid-s0MqOPiI3P mbr-list {
  text-align: center;
}
.cid-s0MqOPiI3P .mbr-list,
.cid-s0MqOPiI3P .social-list mbr-list {
  color: #ffffff;
}
.cid-s0MqOPiI3P .mbr-text {
  color: #7f1933;
}
.cid-s0iKUPfYSE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-s0iKUPfYSE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s0iKUPfYSE input,
.cid-s0iKUPfYSE textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-s0iKUPfYSE input:focus,
.cid-s0iKUPfYSE textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-s0iKUPfYSE .form-control,
.cid-s0iKUPfYSE .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s0iKUPfYSE .form-control:hover,
.cid-s0iKUPfYSE .field-input:hover,
.cid-s0iKUPfYSE .form-control:focus,
.cid-s0iKUPfYSE .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s0iKUPfYSE input::-webkit-input-placeholder,
.cid-s0iKUPfYSE textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-s0iKUPfYSE input:-moz-placeholder,
.cid-s0iKUPfYSE textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-s0iKUPfYSE .jq-selectbox li,
.cid-s0iKUPfYSE .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-s0iKUPfYSE .jq-selectbox li:hover,
.cid-s0iKUPfYSE .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-s0iKUPfYSE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-s0iKUPfYSE .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-s0iKUPfYSE img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s0iKUPfYSE .mbr-form {
  max-width: 450px;
}
.cid-s0iKUPfYSE textarea {
  min-height: 150px;
}
.cid-s0iKUPfYSE .mbr-text {
  color: #cccccc;
}
.cid-s0iKUPfYSE .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-s0iKUPfYSE .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-saMP142jv0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
@media (max-width: 767px) {
  .cid-saMP142jv0 .content {
    text-align: center;
  }
  .cid-saMP142jv0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-saMP142jv0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-saMP142jv0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-saMP142jv0 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-saMP142jv0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-saMP142jv0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-saMP142jv0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-saMP142jv0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-saMP142jv0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-saMP142jv0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-saMP142jv0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-saMP142jv0 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFW8hcUtd8 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFW8hcUtd8 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tFW8hcUtd8 a {
  font-style: normal;
}
.cid-tFW8hcUtd8 .show {
  overflow: visible;
}
.cid-tFW8hcUtd8 .dropdown-menu {
  max-height: 400px;
}
.cid-tFW8hcUtd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFW8hcUtd8 .nav-link {
  font-weight: 600!important;
}
.cid-tFW8hcUtd8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFW8hcUtd8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .nav-item:focus,
.cid-tFW8hcUtd8 .nav-link:focus {
  outline: none;
}
.cid-tFW8hcUtd8 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFW8hcUtd8 .menu-logo {
  margin-right: auto;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFW8hcUtd8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tFW8hcUtd8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-tFW8hcUtd8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFW8hcUtd8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tFW8hcUtd8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tFW8hcUtd8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 img {
    height: 3.8rem !important;
  }
  .cid-tFW8hcUtd8 .btn {
    display: -webkit-flex;
  }
  .cid-tFW8hcUtd8 button.navbar-toggler {
    display: block;
  }
  .cid-tFW8hcUtd8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing,
  .cid-tFW8hcUtd8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tFW8hcUtd8 .nav-link {
    justify-content: start!important;
  }
  .cid-tFW8hcUtd8 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tFW8hcUtd8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tFW8hcUtd8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFW8hcUtd8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFW8hcUtd8 .nav-link:hover,
.cid-tFW8hcUtd8 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tFW8hcUtd8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-s081tTtS5V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-s081tTtS5V img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s081tTtS5V img:hover {
  transform: scale(1.1);
}
.cid-s081tTtS5V .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s081tTtS5V h2 {
  padding: 0;
  margin: 0;
}
.cid-s081tTtS5V .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s081tTtS5V .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s081tTtS5V .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-s081tTtS5V .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s081tTtS5V .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s081tTtS5V .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s081tTtS5V .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s081tTtS5V .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s081tTtS5V .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s081tTtS5V H2 {
  color: #333333;
}
.cid-s081tTtS5V .mbr-text {
  color: #000000;
}
.cid-s6JW2adilT {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #efeeee;
}
.cid-s6JW2adilT .container {
  max-width: 1500px;
}
.cid-s6JW2adilT img {
  width: 100%;
}
.cid-s6JW2adilT h2 {
  padding: 0;
  margin: 0;
}
.cid-s6JW2adilT .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s6JW2adilT .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s6JW2adilT .img-col {
  position: relative;
}
.cid-s6JW2adilT .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-s6JW2adilT .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-s6JW2adilT .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-s6JW2adilT .img2 {
    top: -2rem;
  }
  .cid-s6JW2adilT .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-s6JW2adilT .img2 {
    width: 50%;
  }
  .cid-s6JW2adilT .number {
    margin: auto;
  }
}
.cid-rXF1GG4HNq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-rXF1GG4HNq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rXF1GG4HNq input,
.cid-rXF1GG4HNq textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-rXF1GG4HNq input:focus,
.cid-rXF1GG4HNq textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-rXF1GG4HNq .form-control,
.cid-rXF1GG4HNq .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rXF1GG4HNq .form-control:hover,
.cid-rXF1GG4HNq .field-input:hover,
.cid-rXF1GG4HNq .form-control:focus,
.cid-rXF1GG4HNq .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rXF1GG4HNq input::-webkit-input-placeholder,
.cid-rXF1GG4HNq textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-rXF1GG4HNq input:-moz-placeholder,
.cid-rXF1GG4HNq textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-rXF1GG4HNq .jq-selectbox li,
.cid-rXF1GG4HNq .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-rXF1GG4HNq .jq-selectbox li:hover,
.cid-rXF1GG4HNq .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-rXF1GG4HNq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rXF1GG4HNq .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rXF1GG4HNq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rXF1GG4HNq .mbr-form {
  max-width: 450px;
}
.cid-rXF1GG4HNq textarea {
  min-height: 150px;
}
.cid-rXF1GG4HNq .mbr-text {
  color: #cccccc;
}
.cid-rXF1GG4HNq .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-rXF1GG4HNq .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-saMOSkjDYX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
@media (max-width: 767px) {
  .cid-saMOSkjDYX .content {
    text-align: center;
  }
  .cid-saMOSkjDYX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-saMOSkjDYX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-saMOSkjDYX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-saMOSkjDYX .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-saMOSkjDYX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-saMOSkjDYX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-saMOSkjDYX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-saMOSkjDYX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-saMOSkjDYX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-saMOSkjDYX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-saMOSkjDYX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-saMOSkjDYX .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFW8hcUtd8 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFW8hcUtd8 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tFW8hcUtd8 a {
  font-style: normal;
}
.cid-tFW8hcUtd8 .show {
  overflow: visible;
}
.cid-tFW8hcUtd8 .dropdown-menu {
  max-height: 400px;
}
.cid-tFW8hcUtd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFW8hcUtd8 .nav-link {
  font-weight: 600!important;
}
.cid-tFW8hcUtd8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFW8hcUtd8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .nav-item:focus,
.cid-tFW8hcUtd8 .nav-link:focus {
  outline: none;
}
.cid-tFW8hcUtd8 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFW8hcUtd8 .menu-logo {
  margin-right: auto;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFW8hcUtd8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tFW8hcUtd8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-tFW8hcUtd8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFW8hcUtd8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tFW8hcUtd8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tFW8hcUtd8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 img {
    height: 3.8rem !important;
  }
  .cid-tFW8hcUtd8 .btn {
    display: -webkit-flex;
  }
  .cid-tFW8hcUtd8 button.navbar-toggler {
    display: block;
  }
  .cid-tFW8hcUtd8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing,
  .cid-tFW8hcUtd8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tFW8hcUtd8 .nav-link {
    justify-content: start!important;
  }
  .cid-tFW8hcUtd8 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tFW8hcUtd8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tFW8hcUtd8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFW8hcUtd8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFW8hcUtd8 .nav-link:hover,
.cid-tFW8hcUtd8 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tFW8hcUtd8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rTx1KSpXIV {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-rTx1KSpXIV .container {
  max-width: 1500px;
}
.cid-rTx1KSpXIV img {
  width: 100%;
}
.cid-rTx1KSpXIV h2 {
  padding: 0;
  margin: 0;
}
.cid-rTx1KSpXIV .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-rTx1KSpXIV .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-rTx1KSpXIV .img-col {
  position: relative;
}
.cid-rTx1KSpXIV .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-rTx1KSpXIV .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-rTx1KSpXIV .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-rTx1KSpXIV .img2 {
    top: -2rem;
  }
  .cid-rTx1KSpXIV .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-rTx1KSpXIV .img2 {
    width: 50%;
  }
  .cid-rTx1KSpXIV .number {
    margin: auto;
  }
}
.cid-rU0cqIeTLR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rU0cqIeTLR {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-rU0cqIeTLR .text {
  padding: 0;
}
.cid-rU0cqIeTLR section {
  position: relative;
}
.cid-rU0cqIeTLR h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-rU0cqIeTLR .mbr-iconfont {
  padding: 0!important;
}
.cid-rU0cqIeTLR .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #53a129;
}
.cid-rU0cqIeTLR .box {
  background-image: url("../../../assets/images/selectrocide-911x517.jpeg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rU0cqIeTLR .icon-wrap {
  background-color: #53a129 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rU0cqIeTLR .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rU0cqIeTLR .icon-wrap span {
  padding-left: 8px;
}
.cid-rU0cqIeTLR .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-rU0cqIeTLR .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rU0cqIeTLR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rU0cqIeTLR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rU0cqIeTLR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rU0cqIeTLR a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rU0cqIeTLR a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rU0cqIeTLR {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-rU0cqIeTLR .box {
    height: 250px;
  }
  .cid-rU0cqIeTLR .row {
    padding: 1rem!important;
  }
}
.cid-rTO09bLj6e {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-rTO09bLj6e .container {
  max-width: 1500px;
}
.cid-rTO09bLj6e img {
  width: 100%;
}
.cid-rTO09bLj6e h2 {
  padding: 0;
  margin: 0;
}
.cid-rTO09bLj6e .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-rTO09bLj6e .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-rTO09bLj6e .img-col {
  position: relative;
}
.cid-rTO09bLj6e .img2 {
  position: absolute;
  left: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-rTO09bLj6e .img2 {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-rTO09bLj6e .img-col {
    margin-bottom: 3rem;
  }
  .cid-rTO09bLj6e .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-rTO09bLj6e .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-rTO09bLj6e .number {
    margin: auto;
  }
}
.cid-rTO0iz05N7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-rTO0iz05N7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rTO0iz05N7 input,
.cid-rTO0iz05N7 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-rTO0iz05N7 input:focus,
.cid-rTO0iz05N7 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-rTO0iz05N7 .form-control,
.cid-rTO0iz05N7 .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rTO0iz05N7 .form-control:hover,
.cid-rTO0iz05N7 .field-input:hover,
.cid-rTO0iz05N7 .form-control:focus,
.cid-rTO0iz05N7 .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rTO0iz05N7 input::-webkit-input-placeholder,
.cid-rTO0iz05N7 textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-rTO0iz05N7 input:-moz-placeholder,
.cid-rTO0iz05N7 textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-rTO0iz05N7 .jq-selectbox li,
.cid-rTO0iz05N7 .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-rTO0iz05N7 .jq-selectbox li:hover,
.cid-rTO0iz05N7 .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-rTO0iz05N7 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rTO0iz05N7 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rTO0iz05N7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rTO0iz05N7 .mbr-form {
  max-width: 450px;
}
.cid-rTO0iz05N7 textarea {
  min-height: 150px;
}
.cid-rTO0iz05N7 .mbr-text {
  color: #cccccc;
}
.cid-rTO0iz05N7 .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-rTO0iz05N7 .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-saMOOJIKuT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
@media (max-width: 767px) {
  .cid-saMOOJIKuT .content {
    text-align: center;
  }
  .cid-saMOOJIKuT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-saMOOJIKuT .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-saMOOJIKuT .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-saMOOJIKuT .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-saMOOJIKuT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-saMOOJIKuT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-saMOOJIKuT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-saMOOJIKuT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-saMOOJIKuT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-saMOOJIKuT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-saMOOJIKuT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-saMOOJIKuT .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFW8hcUtd8 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFW8hcUtd8 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tFW8hcUtd8 a {
  font-style: normal;
}
.cid-tFW8hcUtd8 .show {
  overflow: visible;
}
.cid-tFW8hcUtd8 .dropdown-menu {
  max-height: 400px;
}
.cid-tFW8hcUtd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFW8hcUtd8 .nav-link {
  font-weight: 600!important;
}
.cid-tFW8hcUtd8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFW8hcUtd8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .nav-item:focus,
.cid-tFW8hcUtd8 .nav-link:focus {
  outline: none;
}
.cid-tFW8hcUtd8 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFW8hcUtd8 .menu-logo {
  margin-right: auto;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFW8hcUtd8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tFW8hcUtd8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-tFW8hcUtd8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFW8hcUtd8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tFW8hcUtd8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tFW8hcUtd8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 img {
    height: 3.8rem !important;
  }
  .cid-tFW8hcUtd8 .btn {
    display: -webkit-flex;
  }
  .cid-tFW8hcUtd8 button.navbar-toggler {
    display: block;
  }
  .cid-tFW8hcUtd8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing,
  .cid-tFW8hcUtd8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tFW8hcUtd8 .nav-link {
    justify-content: start!important;
  }
  .cid-tFW8hcUtd8 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tFW8hcUtd8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tFW8hcUtd8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFW8hcUtd8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFW8hcUtd8 .nav-link:hover,
.cid-tFW8hcUtd8 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tFW8hcUtd8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-s5pt4AltHE {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-s5pt4AltHE .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-s5pt4AltHE #e1_circle,
.cid-s5pt4AltHE #e3_circle,
.cid-s5pt4AltHE #e4_circle,
.cid-s5pt4AltHE #e5_circle {
  fill: #e1e8ff !important;
}
.cid-s5pt4AltHE #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-s5pt4AltHE .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-s5pt4AltHE .rev {
  animation: rev 4s linear infinite;
}
.cid-s5pt4AltHE .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-s5pt4AltHE .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-s5pt4AltHE .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-s5pt4AltHE .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-s5pt4AltHE .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-s5pt4AltHE .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-s5pt4AltHE .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-s5pt4AltHE .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-s5pt4AltHE .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-s5pt4AltHE .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-s5pt4AltHE .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-s5pt4AltHE H1 {
  color: #82786e;
}
.cid-s5pt4AltHE .mbr-text,
.cid-s5pt4AltHE .mbr-section-btn {
  color: #716c80;
}
.cid-s5pt4AltHE img {
  width: 100%;
  margin: 0 auto;
}
.cid-s5pwdRkm18 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #f4f8fa);
}
.cid-s5pwdRkm18 .nav {
  border: none;
}
.cid-s5pwdRkm18 .nav-tabs {
  display: table;
  width: 100%;
}
.cid-s5pwdRkm18 .nav-tabs .nav-item {
  display: table-cell;
}
.cid-s5pwdRkm18 .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
}
.cid-s5pwdRkm18 .tab-content {
  margin-top: 3rem;
}
.cid-s5pwdRkm18 .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-s5pwdRkm18 .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #deeaf0;
  margin: 0px;
  border-radius: 0px !important;
  transition: font-weight, background, color 0.3s;
}
.cid-s5pwdRkm18 .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-s5pwdRkm18 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-s5pwdRkm18 .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-s5pwdRkm18 .nav-item {
    display: table-row !important;
  }
}
.cid-s5pwdRkm18 .mbr-section-subtitle,
.cid-s5pwdRkm18 .mbr-text,
.cid-s5pwdRkm18 .mbr-section-btn {
  color: #8d97ad;
}
.cid-s5pqWPPeCx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-s5pqWPPeCx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s5pqWPPeCx input,
.cid-s5pqWPPeCx textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-s5pqWPPeCx input:focus,
.cid-s5pqWPPeCx textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-s5pqWPPeCx .form-control,
.cid-s5pqWPPeCx .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s5pqWPPeCx .form-control:hover,
.cid-s5pqWPPeCx .field-input:hover,
.cid-s5pqWPPeCx .form-control:focus,
.cid-s5pqWPPeCx .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s5pqWPPeCx input::-webkit-input-placeholder,
.cid-s5pqWPPeCx textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-s5pqWPPeCx input:-moz-placeholder,
.cid-s5pqWPPeCx textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-s5pqWPPeCx .jq-selectbox li,
.cid-s5pqWPPeCx .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-s5pqWPPeCx .jq-selectbox li:hover,
.cid-s5pqWPPeCx .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-s5pqWPPeCx .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-s5pqWPPeCx .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-s5pqWPPeCx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s5pqWPPeCx .mbr-form {
  max-width: 450px;
}
.cid-s5pqWPPeCx textarea {
  min-height: 150px;
}
.cid-s5pqWPPeCx .mbr-text {
  color: #cccccc;
}
.cid-s5pqWPPeCx .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-s5pqWPPeCx .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-s5pqWSmwCy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
@media (max-width: 767px) {
  .cid-s5pqWSmwCy .content {
    text-align: center;
  }
  .cid-s5pqWSmwCy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s5pqWSmwCy .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s5pqWSmwCy .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s5pqWSmwCy .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s5pqWSmwCy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s5pqWSmwCy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s5pqWSmwCy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-s5pqWSmwCy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s5pqWSmwCy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s5pqWSmwCy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s5pqWSmwCy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s5pqWSmwCy .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFW8hcUtd8 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFW8hcUtd8 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tFW8hcUtd8 a {
  font-style: normal;
}
.cid-tFW8hcUtd8 .show {
  overflow: visible;
}
.cid-tFW8hcUtd8 .dropdown-menu {
  max-height: 400px;
}
.cid-tFW8hcUtd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFW8hcUtd8 .nav-link {
  font-weight: 600!important;
}
.cid-tFW8hcUtd8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFW8hcUtd8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .nav-item:focus,
.cid-tFW8hcUtd8 .nav-link:focus {
  outline: none;
}
.cid-tFW8hcUtd8 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFW8hcUtd8 .menu-logo {
  margin-right: auto;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFW8hcUtd8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tFW8hcUtd8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-tFW8hcUtd8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFW8hcUtd8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tFW8hcUtd8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tFW8hcUtd8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 img {
    height: 3.8rem !important;
  }
  .cid-tFW8hcUtd8 .btn {
    display: -webkit-flex;
  }
  .cid-tFW8hcUtd8 button.navbar-toggler {
    display: block;
  }
  .cid-tFW8hcUtd8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing,
  .cid-tFW8hcUtd8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tFW8hcUtd8 .nav-link {
    justify-content: start!important;
  }
  .cid-tFW8hcUtd8 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tFW8hcUtd8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tFW8hcUtd8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFW8hcUtd8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFW8hcUtd8 .nav-link:hover,
.cid-tFW8hcUtd8 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tFW8hcUtd8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-s0d3NBG8Wd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-s0d3NBG8Wd .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #53a129;
}
.cid-s0d3NBG8Wd img {
  width: 100%;
}
.cid-s0d3NBG8Wd p {
  margin-top: 6rem;
}
.cid-s0d3NBG8Wd .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-s0d3NBG8Wd .content-wrapper {
  padding-top: 6rem;
}
.cid-s0d3NBG8Wd h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-s0d3NBG8Wd .content-wrapper {
    padding-top: 0rem;
  }
  .cid-s0d3NBG8Wd p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s0d3NBG8Wd .back {
    width: 100%;
    height: 75%;
  }
  .cid-s0d3NBG8Wd .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-s0d3NBG8Wd p {
    margin-top: 4rem;
  }
}
.cid-s0d3NBG8Wd .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-s0d3NBG8Wd .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-s0d3NBG8Wd .content-wrapper {
    padding-right: 3rem;
  }
  .cid-s0d3NBG8Wd h4 {
    right: 2rem;
  }
}
.cid-s0d3NBG8Wd .mbr-text,
.cid-s0d3NBG8Wd .mbr-section-btn {
  color: #ffffff;
}
.cid-s0d3NCrCcZ {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #efeeee;
}
.cid-s0d3NCrCcZ .container {
  max-width: 1500px;
}
.cid-s0d3NCrCcZ img {
  width: 100%;
}
.cid-s0d3NCrCcZ h2 {
  padding: 0;
  margin: 0;
}
.cid-s0d3NCrCcZ .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-s0d3NCrCcZ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-s0d3NCrCcZ .img-col {
  position: relative;
}
.cid-s0d3NCrCcZ .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-s0d3NCrCcZ .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-s0d3NCrCcZ .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-s0d3NCrCcZ .img2 {
    top: -2rem;
  }
  .cid-s0d3NCrCcZ .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-s0d3NCrCcZ .img2 {
    width: 50%;
  }
  .cid-s0d3NCrCcZ .number {
    margin: auto;
  }
}
.cid-s0d3NF7DRi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-s0d3NF7DRi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s0d3NF7DRi input,
.cid-s0d3NF7DRi textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-s0d3NF7DRi input:focus,
.cid-s0d3NF7DRi textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-s0d3NF7DRi .form-control,
.cid-s0d3NF7DRi .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s0d3NF7DRi .form-control:hover,
.cid-s0d3NF7DRi .field-input:hover,
.cid-s0d3NF7DRi .form-control:focus,
.cid-s0d3NF7DRi .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s0d3NF7DRi input::-webkit-input-placeholder,
.cid-s0d3NF7DRi textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-s0d3NF7DRi input:-moz-placeholder,
.cid-s0d3NF7DRi textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-s0d3NF7DRi .jq-selectbox li,
.cid-s0d3NF7DRi .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-s0d3NF7DRi .jq-selectbox li:hover,
.cid-s0d3NF7DRi .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-s0d3NF7DRi .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-s0d3NF7DRi .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-s0d3NF7DRi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s0d3NF7DRi .mbr-form {
  max-width: 450px;
}
.cid-s0d3NF7DRi textarea {
  min-height: 150px;
}
.cid-s0d3NF7DRi .mbr-text {
  color: #cccccc;
}
.cid-s0d3NF7DRi .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-s0d3NF7DRi .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-saMPexMeAM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
@media (max-width: 767px) {
  .cid-saMPexMeAM .content {
    text-align: center;
  }
  .cid-saMPexMeAM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-saMPexMeAM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-saMPexMeAM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-saMPexMeAM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-saMPexMeAM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-saMPexMeAM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-saMPexMeAM .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-saMPexMeAM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-saMPexMeAM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-saMPexMeAM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-saMPexMeAM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-saMPexMeAM .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFW8hcUtd8 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFW8hcUtd8 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tFW8hcUtd8 a {
  font-style: normal;
}
.cid-tFW8hcUtd8 .show {
  overflow: visible;
}
.cid-tFW8hcUtd8 .dropdown-menu {
  max-height: 400px;
}
.cid-tFW8hcUtd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFW8hcUtd8 .nav-link {
  font-weight: 600!important;
}
.cid-tFW8hcUtd8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFW8hcUtd8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .nav-item:focus,
.cid-tFW8hcUtd8 .nav-link:focus {
  outline: none;
}
.cid-tFW8hcUtd8 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFW8hcUtd8 .menu-logo {
  margin-right: auto;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFW8hcUtd8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tFW8hcUtd8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-tFW8hcUtd8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFW8hcUtd8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tFW8hcUtd8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tFW8hcUtd8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 img {
    height: 3.8rem !important;
  }
  .cid-tFW8hcUtd8 .btn {
    display: -webkit-flex;
  }
  .cid-tFW8hcUtd8 button.navbar-toggler {
    display: block;
  }
  .cid-tFW8hcUtd8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing,
  .cid-tFW8hcUtd8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tFW8hcUtd8 .nav-link {
    justify-content: start!important;
  }
  .cid-tFW8hcUtd8 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tFW8hcUtd8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tFW8hcUtd8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFW8hcUtd8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFW8hcUtd8 .nav-link:hover,
.cid-tFW8hcUtd8 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tFW8hcUtd8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-s523wiy2xb {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s523wiy2xb .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-s523wiy2xb .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-s523wiy2xb img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-s523wiy2xb .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-s524F6N30H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s524F6N30H .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-s524F6N30H .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-s524F6N30H img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-s524F6N30H .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-s523wjzUhc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-s523wjzUhc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s523wjzUhc input,
.cid-s523wjzUhc textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-s523wjzUhc input:focus,
.cid-s523wjzUhc textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-s523wjzUhc .form-control,
.cid-s523wjzUhc .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s523wjzUhc .form-control:hover,
.cid-s523wjzUhc .field-input:hover,
.cid-s523wjzUhc .form-control:focus,
.cid-s523wjzUhc .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s523wjzUhc input::-webkit-input-placeholder,
.cid-s523wjzUhc textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-s523wjzUhc input:-moz-placeholder,
.cid-s523wjzUhc textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-s523wjzUhc .jq-selectbox li,
.cid-s523wjzUhc .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-s523wjzUhc .jq-selectbox li:hover,
.cid-s523wjzUhc .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-s523wjzUhc .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-s523wjzUhc .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-s523wjzUhc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s523wjzUhc .mbr-form {
  max-width: 450px;
}
.cid-s523wjzUhc textarea {
  min-height: 150px;
}
.cid-s523wjzUhc .mbr-text {
  color: #cccccc;
}
.cid-s523wjzUhc .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-s523wjzUhc .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-saMPOHkc5U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
@media (max-width: 767px) {
  .cid-saMPOHkc5U .content {
    text-align: center;
  }
  .cid-saMPOHkc5U .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-saMPOHkc5U .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-saMPOHkc5U .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-saMPOHkc5U .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-saMPOHkc5U .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-saMPOHkc5U .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-saMPOHkc5U .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-saMPOHkc5U .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-saMPOHkc5U .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-saMPOHkc5U .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-saMPOHkc5U .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-saMPOHkc5U .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFW8hcUtd8 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFW8hcUtd8 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tFW8hcUtd8 a {
  font-style: normal;
}
.cid-tFW8hcUtd8 .show {
  overflow: visible;
}
.cid-tFW8hcUtd8 .dropdown-menu {
  max-height: 400px;
}
.cid-tFW8hcUtd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFW8hcUtd8 .nav-link {
  font-weight: 600!important;
}
.cid-tFW8hcUtd8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFW8hcUtd8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .nav-item:focus,
.cid-tFW8hcUtd8 .nav-link:focus {
  outline: none;
}
.cid-tFW8hcUtd8 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFW8hcUtd8 .menu-logo {
  margin-right: auto;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFW8hcUtd8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tFW8hcUtd8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-tFW8hcUtd8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFW8hcUtd8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tFW8hcUtd8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tFW8hcUtd8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 img {
    height: 3.8rem !important;
  }
  .cid-tFW8hcUtd8 .btn {
    display: -webkit-flex;
  }
  .cid-tFW8hcUtd8 button.navbar-toggler {
    display: block;
  }
  .cid-tFW8hcUtd8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing,
  .cid-tFW8hcUtd8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tFW8hcUtd8 .nav-link {
    justify-content: start!important;
  }
  .cid-tFW8hcUtd8 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tFW8hcUtd8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tFW8hcUtd8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFW8hcUtd8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFW8hcUtd8 .nav-link:hover,
.cid-tFW8hcUtd8 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tFW8hcUtd8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rYpBH2O1Cl {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYpBH2O1Cl .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-rYpBH2O1Cl .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-rYpBH2O1Cl img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-rYpBH2O1Cl .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-rYpBf7Dobo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-rYpBf7Dobo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rYpBf7Dobo input,
.cid-rYpBf7Dobo textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-rYpBf7Dobo input:focus,
.cid-rYpBf7Dobo textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-rYpBf7Dobo .form-control,
.cid-rYpBf7Dobo .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rYpBf7Dobo .form-control:hover,
.cid-rYpBf7Dobo .field-input:hover,
.cid-rYpBf7Dobo .form-control:focus,
.cid-rYpBf7Dobo .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rYpBf7Dobo input::-webkit-input-placeholder,
.cid-rYpBf7Dobo textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-rYpBf7Dobo input:-moz-placeholder,
.cid-rYpBf7Dobo textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-rYpBf7Dobo .jq-selectbox li,
.cid-rYpBf7Dobo .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-rYpBf7Dobo .jq-selectbox li:hover,
.cid-rYpBf7Dobo .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-rYpBf7Dobo .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rYpBf7Dobo .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rYpBf7Dobo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rYpBf7Dobo .mbr-form {
  max-width: 450px;
}
.cid-rYpBf7Dobo textarea {
  min-height: 150px;
}
.cid-rYpBf7Dobo .mbr-text {
  color: #cccccc;
}
.cid-rYpBf7Dobo .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-rYpBf7Dobo .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-saMPuzF637 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
@media (max-width: 767px) {
  .cid-saMPuzF637 .content {
    text-align: center;
  }
  .cid-saMPuzF637 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-saMPuzF637 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-saMPuzF637 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-saMPuzF637 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-saMPuzF637 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-saMPuzF637 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-saMPuzF637 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-saMPuzF637 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-saMPuzF637 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-saMPuzF637 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-saMPuzF637 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-saMPuzF637 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFW8hcUtd8 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFW8hcUtd8 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tFW8hcUtd8 a {
  font-style: normal;
}
.cid-tFW8hcUtd8 .show {
  overflow: visible;
}
.cid-tFW8hcUtd8 .dropdown-menu {
  max-height: 400px;
}
.cid-tFW8hcUtd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFW8hcUtd8 .nav-link {
  font-weight: 600!important;
}
.cid-tFW8hcUtd8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFW8hcUtd8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .nav-item:focus,
.cid-tFW8hcUtd8 .nav-link:focus {
  outline: none;
}
.cid-tFW8hcUtd8 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFW8hcUtd8 .menu-logo {
  margin-right: auto;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFW8hcUtd8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tFW8hcUtd8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-tFW8hcUtd8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFW8hcUtd8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tFW8hcUtd8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tFW8hcUtd8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 img {
    height: 3.8rem !important;
  }
  .cid-tFW8hcUtd8 .btn {
    display: -webkit-flex;
  }
  .cid-tFW8hcUtd8 button.navbar-toggler {
    display: block;
  }
  .cid-tFW8hcUtd8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing,
  .cid-tFW8hcUtd8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tFW8hcUtd8 .nav-link {
    justify-content: start!important;
  }
  .cid-tFW8hcUtd8 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tFW8hcUtd8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tFW8hcUtd8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFW8hcUtd8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFW8hcUtd8 .nav-link:hover,
.cid-tFW8hcUtd8 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tFW8hcUtd8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-saKODKMusV {
  overflow-x: hidden !important;
}
.cid-saKODKMusV,
.cid-saKODKMusV .scroll-wrapper {
  padding-top: 120px;
  padding-bottom: 45px;
}
.cid-saKODKMusV .mbr-section-title {
  color: #ffffff;
}
.cid-saKODKMusV .mbr-section-title span {
  color: #1239f1;
}
.cid-saKODKMusV .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-saKODKMusV .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/bacteria-and-viruses-1920x1080.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-saKODKMusV .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-saKODKMusV .mbr-overlay {
  z-index: 1;
}
.cid-saKODKMusV .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-saKPhdp6lj {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-saKPoKwbgB {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-saKPoKwbgB .box1 {
  background-image: url("../../../assets/images/back-to-business-818x453.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-saKPoKwbgB .box2 {
  background-image: url("../../../assets/images/airport-air-purifiers-813x456.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-saKPoKwbgB .icon-wrap {
  background-color: #149dcc !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-saKPoKwbgB .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-saKPoKwbgB .icon-wrap span {
  padding-left: 8px;
}
.cid-saKPoKwbgB .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-saKPoKwbgB .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-saKPoKwbgB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-saKPoKwbgB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-saKPoKwbgB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-saKPoKwbgB a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-saKPoKwbgB a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-saKPoKwbgB {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .cid-saKPoKwbgB .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-saKPoKwbgB {
    padding-top: 21px;
    padding-bottom: 35px;
  }
  .cid-saKPoKwbgB .box1,
  .cid-saKPoKwbgB .box2 {
    height: 250px;
  }
}
.cid-saKPxuYvL1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saKPJ5MxUK {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-saKPJ5MxUK .box1 {
  background-image: url("../../../assets/images/pureair-hvac-1100x600.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-saKPJ5MxUK .box2 {
  background-image: url("../../../assets/images/pureair-arc-technology-628x356.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-saKPJ5MxUK .icon-wrap {
  background-color: #149dcc !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-saKPJ5MxUK .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-saKPJ5MxUK .icon-wrap span {
  padding-left: 8px;
}
.cid-saKPJ5MxUK .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-saKPJ5MxUK .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-saKPJ5MxUK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-saKPJ5MxUK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-saKPJ5MxUK .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-saKPJ5MxUK a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-saKPJ5MxUK a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-saKPJ5MxUK {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .cid-saKPJ5MxUK .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-saKPJ5MxUK {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-saKPJ5MxUK .box1,
  .cid-saKPJ5MxUK .box2 {
    height: 250px;
  }
}
.cid-slxo5xEIuE {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-slxo5xEIuE .box1 {
  background-image: url("../../../assets/images/solo-personal-air-purifier-video-image-953x537.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-slxo5xEIuE .box2 {
  background-image: url("../../../assets/images/pureair-3000-ionization-eff-video-image-957x534.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-slxo5xEIuE .icon-wrap {
  background-color: #149dcc !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-slxo5xEIuE .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-slxo5xEIuE .icon-wrap span {
  padding-left: 8px;
}
.cid-slxo5xEIuE .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-slxo5xEIuE .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-slxo5xEIuE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-slxo5xEIuE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-slxo5xEIuE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-slxo5xEIuE a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-slxo5xEIuE a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-slxo5xEIuE {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .cid-slxo5xEIuE .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-slxo5xEIuE {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-slxo5xEIuE .box1,
  .cid-slxo5xEIuE .box2 {
    height: 250px;
  }
}
.cid-saKPUw3llT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-saKQ88RMkF {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-saKQ88RMkF .box1 {
  background-image: url("../../../assets/images/enozopro-809x457.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-saKQ88RMkF .box2 {
  background-image: url("../../../assets/images/enoo-oxydizing-809x455.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-saKQ88RMkF .icon-wrap {
  background-color: #149dcc !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-saKQ88RMkF .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-saKQ88RMkF .icon-wrap span {
  padding-left: 8px;
}
.cid-saKQ88RMkF .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-saKQ88RMkF .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-saKQ88RMkF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-saKQ88RMkF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-saKQ88RMkF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-saKQ88RMkF a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-saKQ88RMkF a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-saKQ88RMkF {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .cid-saKQ88RMkF .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-saKQ88RMkF {
    padding-top: 21px;
    padding-bottom: 35px;
  }
  .cid-saKQ88RMkF .box1,
  .cid-saKQ88RMkF .box2 {
    height: 250px;
  }
}
.cid-saGWpdAprJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-saGWpdAprJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-saGWpdAprJ input,
.cid-saGWpdAprJ textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-saGWpdAprJ input:focus,
.cid-saGWpdAprJ textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-saGWpdAprJ .form-control,
.cid-saGWpdAprJ .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-saGWpdAprJ .form-control:hover,
.cid-saGWpdAprJ .field-input:hover,
.cid-saGWpdAprJ .form-control:focus,
.cid-saGWpdAprJ .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-saGWpdAprJ input::-webkit-input-placeholder,
.cid-saGWpdAprJ textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-saGWpdAprJ input:-moz-placeholder,
.cid-saGWpdAprJ textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-saGWpdAprJ .jq-selectbox li,
.cid-saGWpdAprJ .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-saGWpdAprJ .jq-selectbox li:hover,
.cid-saGWpdAprJ .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-saGWpdAprJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-saGWpdAprJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-saGWpdAprJ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-saGWpdAprJ .mbr-form {
  max-width: 450px;
}
.cid-saGWpdAprJ textarea {
  min-height: 150px;
}
.cid-saGWpdAprJ .mbr-text {
  color: #cccccc;
}
.cid-saGWpdAprJ .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-saGWpdAprJ .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-saMP5WPKuK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
@media (max-width: 767px) {
  .cid-saMP5WPKuK .content {
    text-align: center;
  }
  .cid-saMP5WPKuK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-saMP5WPKuK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-saMP5WPKuK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-saMP5WPKuK .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-saMP5WPKuK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-saMP5WPKuK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-saMP5WPKuK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-saMP5WPKuK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-saMP5WPKuK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-saMP5WPKuK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-saMP5WPKuK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-saMP5WPKuK .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFW8hcUtd8 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFW8hcUtd8 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tFW8hcUtd8 a {
  font-style: normal;
}
.cid-tFW8hcUtd8 .show {
  overflow: visible;
}
.cid-tFW8hcUtd8 .dropdown-menu {
  max-height: 400px;
}
.cid-tFW8hcUtd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFW8hcUtd8 .nav-link {
  font-weight: 600!important;
}
.cid-tFW8hcUtd8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFW8hcUtd8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .nav-item:focus,
.cid-tFW8hcUtd8 .nav-link:focus {
  outline: none;
}
.cid-tFW8hcUtd8 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFW8hcUtd8 .menu-logo {
  margin-right: auto;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFW8hcUtd8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tFW8hcUtd8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-tFW8hcUtd8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFW8hcUtd8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tFW8hcUtd8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tFW8hcUtd8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 img {
    height: 3.8rem !important;
  }
  .cid-tFW8hcUtd8 .btn {
    display: -webkit-flex;
  }
  .cid-tFW8hcUtd8 button.navbar-toggler {
    display: block;
  }
  .cid-tFW8hcUtd8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing,
  .cid-tFW8hcUtd8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tFW8hcUtd8 .nav-link {
    justify-content: start!important;
  }
  .cid-tFW8hcUtd8 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tFW8hcUtd8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tFW8hcUtd8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFW8hcUtd8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFW8hcUtd8 .nav-link:hover,
.cid-tFW8hcUtd8 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tFW8hcUtd8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sQhq2vRGCy {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-sQhq2vRGCy .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-color: #53a129;
}
.cid-sQhq2vRGCy img {
  width: 100%;
}
.cid-sQhq2vRGCy p {
  margin-top: 6rem;
}
.cid-sQhq2vRGCy .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sQhq2vRGCy .content-wrapper {
  padding-top: 6rem;
}
.cid-sQhq2vRGCy h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sQhq2vRGCy .content-wrapper {
    padding-top: 0rem;
  }
  .cid-sQhq2vRGCy p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sQhq2vRGCy .back {
    width: 100%;
    height: 75%;
  }
  .cid-sQhq2vRGCy .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sQhq2vRGCy p {
    margin-top: 4rem;
  }
}
.cid-sQhq2vRGCy .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-sQhq2vRGCy .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sQhq2vRGCy .content-wrapper {
    padding-right: 3rem;
  }
  .cid-sQhq2vRGCy h4 {
    right: 2rem;
  }
}
.cid-sQhq2vRGCy .mbr-text,
.cid-sQhq2vRGCy .mbr-section-btn {
  color: #ffffff;
}
.cid-sQhq2xbfcr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sQhq2xbfcr {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-sQhq2xbfcr .text {
  padding: 0;
}
.cid-sQhq2xbfcr section {
  position: relative;
}
.cid-sQhq2xbfcr h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sQhq2xbfcr .mbr-iconfont {
  padding: 0!important;
}
.cid-sQhq2xbfcr .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #efeeee;
}
.cid-sQhq2xbfcr .box {
  background-image: url("../../../assets/images/pureair-hvac-1100x600.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQhq2xbfcr .icon-wrap {
  background-color: #ffda00 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sQhq2xbfcr .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sQhq2xbfcr .icon-wrap span {
  padding-left: 8px;
}
.cid-sQhq2xbfcr .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-sQhq2xbfcr .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sQhq2xbfcr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sQhq2xbfcr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sQhq2xbfcr .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sQhq2xbfcr a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sQhq2xbfcr a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sQhq2xbfcr {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sQhq2xbfcr .box {
    height: 250px;
  }
  .cid-sQhq2xbfcr .row {
    padding: 1rem!important;
  }
}
.cid-sQhq2yBT7I {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQhq2yBT7I .main,
.cid-sQhq2yBT7I .main-reverse {
  margin: 0;
  background: #ffffff;
}
.cid-sQhq2yBT7I .text-element {
  background: #ffffff;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-sQhq2yBT7I .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sQhq2yBT7I .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sQhq2yBT7I .card {
  padding: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
}
.cid-sQhq2yBT7I .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-sQhq2yBT7I .mbr-iconfont {
  font-size: 3rem;
  color: #82786e;
}
@media (max-width: 991px) {
  .cid-sQhq2yBT7I .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-sQhq2yBT7I .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-sQhq2yBT7I .image-element,
  .cid-sQhq2yBT7I .text-element {
    margin-bottom: 0;
  }
  .cid-sQhq2yBT7I .main:first-child {
    padding-top: 0;
  }
}
.cid-sQhq2yBT7I .mbr-section-subtitle,
.cid-sQhq2yBT7I .card-text,
.cid-sQhq2yBT7I .mbr-section-btn {
  color: #8d97ad;
}
.cid-sQhq2yBT7I .card-text,
.cid-sQhq2yBT7I .mbr-section-btn {
  color: #282124;
}
.cid-sQhq2zYTcw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sQhq2zYTcw .mbr-section-title,
.cid-sQhq2zYTcw .mbr-section-subtitle {
  color: #000000;
}
.cid-sQhq2zYTcw .mbr-section-text {
  color: #232323;
}
.cid-sQhq2zYTcw .mbr-text,
.cid-sQhq2zYTcw .typed-text,
.cid-sQhq2zYTcw .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sQhq2zYTcw .btn {
  margin-left: 4px !important;
}
.cid-sQhq2zYTcw .animated-element {
  color: #ff3366;
}
.cid-sQhq2zYTcw .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sQhq2zYTcw .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sQhq2zYTcw .typed-text,
  .cid-sQhq2zYTcw .mbr-section-subtitle,
  .cid-sQhq2zYTcw .mbr-section-text,
  .cid-sQhq2zYTcw .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sQhq2AHvqZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQhq2AHvqZ .main,
.cid-sQhq2AHvqZ .main-reverse {
  margin: 0;
  background: #ffffff;
}
.cid-sQhq2AHvqZ .text-element {
  background: #ffffff;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-sQhq2AHvqZ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sQhq2AHvqZ .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sQhq2AHvqZ .card {
  padding: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
}
.cid-sQhq2AHvqZ .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-sQhq2AHvqZ .mbr-iconfont {
  font-size: 3rem;
  color: #82786e;
}
@media (max-width: 991px) {
  .cid-sQhq2AHvqZ .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-sQhq2AHvqZ .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-sQhq2AHvqZ .image-element,
  .cid-sQhq2AHvqZ .text-element {
    margin-bottom: 0;
  }
  .cid-sQhq2AHvqZ .main:first-child {
    padding-top: 0;
  }
}
.cid-sQhq2AHvqZ .mbr-section-subtitle,
.cid-sQhq2AHvqZ .card-text,
.cid-sQhq2AHvqZ .mbr-section-btn {
  color: #8d97ad;
}
.cid-sQhq2CbgKU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sQhq2CbgKU .text-content .btn-bgr {
  z-index: 0;
}
.cid-sQhq2CbgKU .mbr-overlay {
  background: #d7e8f6;
}
.cid-sQhq2CbgKU .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sQhq2CbgKU .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQhq2CbgKU .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sQhq2CbgKU .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sQhq2CbgKU .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sQhq2CRLNE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sQhq2CRLNE H1 {
  color: #57468b;
}
.cid-sQhq2CRLNE .mbr-text,
.cid-sQhq2CRLNE .mbr-section-btn {
  color: #716c80;
}
.cid-sQhq2CRLNE img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sQhq2CRLNE .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sQhq2DFA86 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sQhq2DFA86 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sQhq2DFA86 img:hover {
  transform: scale(1.1);
}
.cid-sQhq2DFA86 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sQhq2DFA86 h2 {
  padding: 0;
  margin: 0;
}
.cid-sQhq2DFA86 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQhq2DFA86 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sQhq2DFA86 .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sQhq2DFA86 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sQhq2DFA86 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sQhq2DFA86 .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sQhq2DFA86 .mbr-iconfont {
  margin: 0!important;
}
.cid-sQhq2DFA86 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sQhq2DFA86 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sQhq2DFA86 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sQhq2DFA86 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sQhq2DFA86 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sQhq2DFA86 H2 {
  color: #333333;
}
.cid-sQhq2DFA86 .mbr-text {
  color: #767676;
}
.cid-sQhq2Egp4B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-sQhq2Egp4B .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sQhq2Egp4B input,
.cid-sQhq2Egp4B textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-sQhq2Egp4B input:focus,
.cid-sQhq2Egp4B textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sQhq2Egp4B .form-control,
.cid-sQhq2Egp4B .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sQhq2Egp4B .form-control:hover,
.cid-sQhq2Egp4B .field-input:hover,
.cid-sQhq2Egp4B .form-control:focus,
.cid-sQhq2Egp4B .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sQhq2Egp4B input::-webkit-input-placeholder,
.cid-sQhq2Egp4B textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-sQhq2Egp4B input:-moz-placeholder,
.cid-sQhq2Egp4B textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-sQhq2Egp4B .jq-selectbox li,
.cid-sQhq2Egp4B .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-sQhq2Egp4B .jq-selectbox li:hover,
.cid-sQhq2Egp4B .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-sQhq2Egp4B .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-sQhq2Egp4B .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-sQhq2Egp4B img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sQhq2Egp4B .mbr-form {
  max-width: 450px;
}
.cid-sQhq2Egp4B textarea {
  min-height: 150px;
}
.cid-sQhq2Egp4B .mbr-text {
  color: #cccccc;
}
.cid-sQhq2Egp4B .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-sQhq2Egp4B .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-sQhq2EZVGl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #282124;
}
@media (max-width: 767px) {
  .cid-sQhq2EZVGl .content {
    text-align: center;
  }
  .cid-sQhq2EZVGl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQhq2EZVGl .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sQhq2EZVGl .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sQhq2EZVGl .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sQhq2EZVGl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sQhq2EZVGl .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sQhq2EZVGl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sQhq2EZVGl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sQhq2EZVGl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sQhq2EZVGl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sQhq2EZVGl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sQhq2EZVGl .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tFW8hcUtd8 .navbar {
  background: #efeeee;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFW8hcUtd8 .navbar-dropdown.bg-color.transparent.opened {
  background: #efeeee;
}
.cid-tFW8hcUtd8 a {
  font-style: normal;
}
.cid-tFW8hcUtd8 .show {
  overflow: visible;
}
.cid-tFW8hcUtd8 .dropdown-menu {
  max-height: 400px;
}
.cid-tFW8hcUtd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFW8hcUtd8 .nav-link {
  font-weight: 600!important;
}
.cid-tFW8hcUtd8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFW8hcUtd8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .nav-item:focus,
.cid-tFW8hcUtd8 .nav-link:focus {
  outline: none;
}
.cid-tFW8hcUtd8 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFW8hcUtd8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFW8hcUtd8 .menu-logo {
  margin-right: auto;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  font-weight: 600!important;
  padding-right: 2rem;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu {
  background: #efeeee;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  color: #333333 !important;
  padding: 0.2em 1em 0.2em 1em !important;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFW8hcUtd8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFW8hcUtd8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFW8hcUtd8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFW8hcUtd8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFW8hcUtd8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFW8hcUtd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFW8hcUtd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFW8hcUtd8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFW8hcUtd8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tFW8hcUtd8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-tFW8hcUtd8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFW8hcUtd8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFW8hcUtd8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tFW8hcUtd8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFW8hcUtd8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tFW8hcUtd8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 img {
    height: 3.8rem !important;
  }
  .cid-tFW8hcUtd8 .btn {
    display: -webkit-flex;
  }
  .cid-tFW8hcUtd8 button.navbar-toggler {
    display: block;
  }
  .cid-tFW8hcUtd8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFW8hcUtd8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing,
  .cid-tFW8hcUtd8 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFW8hcUtd8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFW8hcUtd8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tFW8hcUtd8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFW8hcUtd8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tFW8hcUtd8 .nav-link {
    justify-content: start!important;
  }
  .cid-tFW8hcUtd8 .navbar.opened {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tFW8hcUtd8 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tFW8hcUtd8 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tFW8hcUtd8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFW8hcUtd8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFW8hcUtd8 .nav-link:hover,
.cid-tFW8hcUtd8 .dropdown-item:hover {
  color: #333333 !important;
}
@media (min-width: 1500px) {
  .cid-tFW8hcUtd8 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tFW8hcUtd8 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
