body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #d70005 !important;
}
.bg-success {
  background-color: #e6740f !important;
}
.bg-info {
  background-color: #55b4d4 !important;
}
.bg-warning {
  background-color: #3e3d3d !important;
}
.bg-danger {
  background-color: #1da50f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d70005 !important;
  border-color: #d70005 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8b0003 !important;
  border-color: #8b0003 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8b0003 !important;
  border-color: #8b0003 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e51f57 !important;
  border-color: #e51f57 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a4133c !important;
  border-color: #a4133c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a4133c !important;
  border-color: #a4133c !important;
}
.btn-info,
.btn-info:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e6740f !important;
  border-color: #e6740f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #9e500a !important;
  border-color: #9e500a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9e500a !important;
  border-color: #9e500a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3e3d3d !important;
  border-color: #3e3d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #171717 !important;
  border-color: #171717 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #171717 !important;
  border-color: #171717 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1da50f !important;
  border-color: #1da50f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #115f09 !important;
  border-color: #115f09 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #115f09 !important;
  border-color: #115f09 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #710003;
  color: #710003;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #d70005;
  border-color: #d70005;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d70005 !important;
  border-color: #d70005 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #8e1034;
  color: #8e1034;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #e51f57;
  border-color: #e51f57;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e51f57 !important;
  border-color: #e51f57 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #864409;
  color: #864409;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #e6740f;
  border-color: #e6740f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e6740f !important;
  border-color: #e6740f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0b0a0a;
  color: #0b0a0a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #3e3d3d;
  border-color: #3e3d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3e3d3d !important;
  border-color: #3e3d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0d4807;
  color: #0d4807;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1da50f;
  border-color: #1da50f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1da50f !important;
  border-color: #1da50f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #d70005 !important;
}
.text-secondary {
  color: #e51f57 !important;
}
.text-success {
  color: #e6740f !important;
}
.text-info {
  color: #55b4d4 !important;
}
.text-warning {
  color: #3e3d3d !important;
}
.text-danger {
  color: #1da50f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #710003 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8e1034 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #864409 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #277e9c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0b0a0a !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0d4807 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #55b4d4;
}
.alert-warning {
  background-color: #3e3d3d;
}
.alert-danger {
  background-color: #1da50f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d70005;
  border-color: #d70005;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d70005;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffa4a6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbdfc6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f8fcfd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b1b0b0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #55ee45;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #d70005;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #d70005;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #d70005;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d70005;
  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: #d70005;
  border-bottom-color: #d70005;
}
.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: #d70005 !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: #e51f57 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23d70005' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-v8ibOmHwyp {
  padding-top: 160px;
  padding-bottom: 105px;
  background-color: #000000;
  background: linear-gradient(45deg, #000000, #ca0005);
}
.cid-v8ibOmHwyp .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-v8ibOmHwyp .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v8ibOmHwyp .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8ibOmHwyp .mbr-text {
    text-align: center;
  }
}
.cid-v8dJhbIP3t {
  display: flex;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #0c0b0b;
  background: linear-gradient(90deg, #0c0b0b, #545151);
}
.cid-v8dJhbIP3t .mbr-overlay {
  background: #1a4362;
  background: linear-gradient(90deg, #1a4362, #000000);
}
.cid-v8dJhbIP3t .mbr-section-title {
  margin: 0;
}
.cid-v8dJhbIP3t .mbr-text {
  color: #efefef;
}
.cid-v8dJhbIP3t .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-v8dJhbIP3t .card-img {
  text-align: left;
}
.cid-v8dJhbIP3t .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-v8dJhbIP3t .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8dJhbIP3t .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8dJhbIP3t .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-v8dJhbIP3t .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v8dJhbIP3t .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-v8dJhbIP3t .mbr-section-subtitle,
.cid-v8dJhbIP3t .mbr-section-btn {
  text-align: center;
}
.cid-v8dJhbIP3t .title-cont,
.cid-v8dJhbIP3t .mbr-section-title {
  text-align: center;
  color: #fe2515;
}
.cid-v8iY3qwtTp {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v8iY3qwtTp .mbr-section-btn > * {
  margin: 0;
}
.cid-v8iY3qwtTp h4 {
  font-weight: 500;
}
.cid-v8iY3qwtTp p {
  color: #232323;
}
.cid-v8iY3qwtTp .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v8iY3qwtTp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-v8iY3qwtTp .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v8iY3qwtTp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v8iY3qwtTp .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-v8iY3qwtTp .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-v8iY3qwtTp .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-v8iY3qwtTp .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-v8iY3qwtTp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-v8iY3qwtTp .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-v8iY3qwtTp .card-img span {
    font-size: 40px !important;
  }
}
.cid-v8iY3qwtTp .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-v8iY3qwtTp H2 {
  color: #d70005;
  text-align: left;
}
.cid-v8iY3qwtTp .text1 {
  text-align: left;
}
.cid-uXKbWiLh4a {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uXKbWiLh4a .mbr-section-btn > * {
  margin: 0;
}
.cid-uXKbWiLh4a h4 {
  font-weight: 500;
}
.cid-uXKbWiLh4a p {
  color: #232323;
}
.cid-uXKbWiLh4a .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uXKbWiLh4a .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uXKbWiLh4a .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXKbWiLh4a .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uXKbWiLh4a .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uXKbWiLh4a .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uXKbWiLh4a .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uXKbWiLh4a .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uXKbWiLh4a .card-img span {
    font-size: 40px !important;
  }
}
.cid-uXKbWiLh4a .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uXKbWiLh4a H2 {
  color: #d70005;
  text-align: left;
}
.cid-uXKbWiLh4a .text1 {
  text-align: left;
}
.cid-uXK9H2LWo8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ca0005, #d70005);
}
.cid-uXK9H2LWo8 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-uXK9H2LWo8 H3 {
  text-align: center;
}
.cid-uXK9H2LWo8 .mbr-section-title {
  text-align: center;
}
.cid-uXK9H2LWo8 .mbr-text,
.cid-uXK9H2LWo8 .mbr-section-btn {
  text-align: center;
}
.cid-uXKfT8wfjg {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uXKfT8wfjg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uXKfT8wfjg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXKfT8wfjg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uXKfT8wfjg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uXKfT8wfjg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uXKfT8wfjg .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uXKfT8wfjg .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uXKfT8wfjg .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uXKfT8wfjg .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uXQCLkhwit {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ca0005;
}
.cid-uXQCLkhwit .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uXQCLkhwit .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uXQCLkhwit .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uXQCLkhwit .inner-container {
    width: 100% !important;
  }
}
.cid-v8uGyEDxwO {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.cid-v8uGyEDxwO .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-v8uGyEDxwO .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-v8uGyEDxwO .card-img img {
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-v8uGyEDxwO .section-text,
.cid-v8uGyEDxwO .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-v8uGyEDxwO .section-text,
  .cid-v8uGyEDxwO .card-text,
  .cid-v8uGyEDxwO .card-title,
  .cid-v8uGyEDxwO .mbr-section-title {
    text-align: center;
  }
}
.cid-v8uGyEDxwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8uGyEDxwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8uGyEDxwO H2 {
  color: #ca0005;
  text-align: left;
}
.cid-v8uGyEDxwO .section-text {
  color: #000000;
}
.cid-v8uGBywCvN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ca0005;
}
.cid-v8uGBywCvN .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-v8uGBywCvN .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v8uGBywCvN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8uGBywCvN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v8uGBywCvN .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8uGBywCvN .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v8uGBywCvN .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v8uGBywCvN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8uGBywCvN .card-title {
  color: #fe2515;
}
.cid-v8uGBywCvN .mbr-text,
.cid-v8uGBywCvN .mbr-section-btn {
  color: #ffffff;
}
.cid-v8dJjcxpyv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ca0005;
}
.cid-v8dJjcxpyv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-v8dJjcxpyv input,
.cid-v8dJjcxpyv textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-v8dJjcxpyv img {
  width: 90%;
  border-radius: 8px;
}
.cid-v8dJjcxpyv .title {
  margin-bottom: 1rem;
}
.cid-v8dJjcxpyv p {
  line-height: 1.6;
}
.cid-v8dJjcxpyv .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-v8dJjcxpyv textarea {
  min-height: 160px;
}
.cid-v8dJjcxpyv .form-control,
.cid-v8dJjcxpyv .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #000000;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v8dJjcxpyv .form-control:hover,
.cid-v8dJjcxpyv .field-input:hover,
.cid-v8dJjcxpyv .form-control:focus,
.cid-v8dJjcxpyv .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-v8dJjcxpyv input::-webkit-input-placeholder,
.cid-v8dJjcxpyv textarea::-webkit-input-placeholder {
  color: #4b4b4d;
}
.cid-v8dJjcxpyv input:-moz-placeholder,
.cid-v8dJjcxpyv textarea:-moz-placeholder {
  color: #4b4b4d;
}
.cid-v8dJjcxpyv .jq-selectbox li,
.cid-v8dJjcxpyv .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-v8dJjcxpyv .jq-selectbox li:hover,
.cid-v8dJjcxpyv .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-v8dJjcxpyv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-v8dJjcxpyv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-v8dJjcxpyv H5 {
  color: #f9f295;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-v8dJjcxpyv img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-v8dJjcxpyv .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-v8dJjcxpyv H2 {
  color: #f9f295;
  text-align: left;
}
.cid-v8dJjcxpyv H3 {
  color: #f9f295;
  text-align: left;
}
.cid-v8dJjcxpyv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v8dJjcxpyv .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v8i9DkF0rD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #141414;
}
@media (max-width: 767px) {
  .cid-v8i9DkF0rD .content {
    text-align: center;
  }
  .cid-v8i9DkF0rD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8i9DkF0rD .logo-subtitle {
  color: #8d97ad;
}
.cid-v8i9DkF0rD .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8i9DkF0rD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8i9DkF0rD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8i9DkF0rD .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-v8i9DkF0rD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8i9DkF0rD .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v8i9DkF0rD .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v8i9DkF0rD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8i9DkF0rD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8i9DkF0rD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8i9DkF0rD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8i9DkF0rD .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v8i9DkF0rD .list-item {
  display: flex;
}
.cid-v8i9DkF0rD .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v8i9DkF0rD ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v8i9DkF0rD ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v8i9DkF0rD ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-v8i9DkF0rD P {
  color: #ffffff;
  text-align: left;
}
.cid-v8i9DkF0rD .mbr-text {
  color: #ffffff;
}
.cid-v8i9DkF0rD .column-title {
  color: #d70005;
  text-align: left;
}
.cid-s4tJGKCCle {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c0b0b;
}
.cid-s4tJGKCCle .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-s4tJGKCCle .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s4tJGKCCle .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s4tJGKCCle .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-s4tJGKCCle .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fe2515;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-s4tJGKCCle .icon-transition span:hover {
  background-color: #232323;
}
.cid-s4tJGKCCle .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-s4tJGKCCle .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-s4tJGKCCle .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-s4tJGKCCle .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-s8NVkbxI0v .navbar {
  padding: .5rem 0;
  background: #fdfdfd;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s8NVkbxI0v .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s8NVkbxI0v .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s8NVkbxI0v .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8NVkbxI0v .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-s8NVkbxI0v .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s8NVkbxI0v .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s8NVkbxI0v .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s8NVkbxI0v .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s8NVkbxI0v .navbar-dropdown.bg-color.transparent.opened {
  background: #fdfdfd;
}
.cid-s8NVkbxI0v a {
  font-style: normal;
}
.cid-s8NVkbxI0v .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s8NVkbxI0v .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s8NVkbxI0v .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s8NVkbxI0v .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s8NVkbxI0v .content-text {
  margin-bottom: 0;
}
.cid-s8NVkbxI0v .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s8NVkbxI0v .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d70005;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s8NVkbxI0v .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s8NVkbxI0v .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s8NVkbxI0v .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s8NVkbxI0v .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s8NVkbxI0v .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s8NVkbxI0v .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s8NVkbxI0v .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s8NVkbxI0v .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8NVkbxI0v .nav-dropdown .link {
  font-weight: 400;
}
.cid-s8NVkbxI0v .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s8NVkbxI0v .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s8NVkbxI0v .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s8NVkbxI0v .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s8NVkbxI0v .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s8NVkbxI0v .menu-content-top.show {
  display: block;
}
.cid-s8NVkbxI0v .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s8NVkbxI0v .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-s8NVkbxI0v .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-s8NVkbxI0v .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-s8NVkbxI0v .dropdown-item:before {
    display: none;
  }
  .cid-s8NVkbxI0v .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s8NVkbxI0v .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s8NVkbxI0v img {
    height: 3.8rem !important;
  }
  .cid-s8NVkbxI0v .btn {
    display: flex;
  }
  .cid-s8NVkbxI0v button.navbar-toggler {
    display: block;
  }
  .cid-s8NVkbxI0v .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s8NVkbxI0v .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s8NVkbxI0v .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing,
  .cid-s8NVkbxI0v .navbar-collapse.show {
    display: block !important;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing .navbar-nav,
  .cid-s8NVkbxI0v .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s8NVkbxI0v .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing .navbar-buttons,
  .cid-s8NVkbxI0v .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s8NVkbxI0v .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s8NVkbxI0v .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-s8NVkbxI0v .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s8NVkbxI0v .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s8NVkbxI0v .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 (min-width: 992px) {
  .cid-s8NVkbxI0v .navbar .menu-content-top {
    display: block;
  }
  .cid-s8NVkbxI0v .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s8NVkbxI0v .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-s8NVkbxI0v .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s8NVkbxI0v .menu-bottom {
    display: flex;
  }
  .cid-s8NVkbxI0v .navbar {
    display: block;
    padding: 0;
  }
  .cid-s8NVkbxI0v .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s8NVkbxI0v .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-s8NVkbxI0v .navbar-toggler {
    display: none;
  }
}
.cid-s8NVkbxI0v .navbar-short .menu-content-top {
  border: none;
}
.cid-s8NVkbxI0v .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8NVkbxI0v .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu {
  background: #fdfdfd;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s8NVkbxI0v .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s8NVkbxI0v .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s8NVkbxI0v .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s8NVkbxI0v .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s8NVkbxI0v .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s8NVkbxI0v .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s8NVkbxI0v .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s8NVkbxI0v button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s8NVkbxI0v button.navbar-toggler:focus {
  outline: none;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s8NVkbxI0v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8NVkbxI0v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s8NVkbxI0v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s8NVkbxI0v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8NVkbxI0v .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s8NVkbxI0v .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8NVkbxI0v .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s8NVkbxI0v .collapsed .btn {
  display: flex;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s8NVkbxI0v .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.1rem  - 1rem);
  }
  .cid-s8NVkbxI0v .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s8NVkbxI0v .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s8NVkbxI0v .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s8NVkbxI0v .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s8NVkbxI0v .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-s8NVkbxI0v .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s8NVkbxI0v .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s8NVkbxI0v .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;
}
.cid-s8NVkbxI0v .collapsed .dropdown-item:before {
  display: none;
}
.cid-s8NVkbxI0v .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s8NVkbxI0v .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s8NVkbxI0v .nav-link:focus {
  outline: none;
}
.cid-s8NVkbxI0v .navbar-toggler {
  position: relative;
}
.cid-s8NVkbxI0v .dropdown-item.active,
.cid-s8NVkbxI0v .dropdown-item:active {
  background-color: #fdfdfd;
  color: auto;
}
.cid-s8NVkbxI0v .nav-link:hover,
.cid-s8NVkbxI0v .dropdown-item:hover {
  color: #918259;
}
.cid-s4yWdRK5mf {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/beauties-fatal-girl-lingerie-wal-728x455.jpg");
}
.cid-s4yWoIywXO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4yWoIywXO .line {
  background-color: #232323;
  color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s4yWoIywXO .section-text {
  padding: 2rem 0;
}
.cid-s4yWoIywXO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s4yWoIywXO .inner-container {
    width: 100% !important;
  }
}
.cid-s4yWpeKwZh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s8NVkbxI0v .navbar {
  padding: .5rem 0;
  background: #fdfdfd;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s8NVkbxI0v .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s8NVkbxI0v .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s8NVkbxI0v .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8NVkbxI0v .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-s8NVkbxI0v .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s8NVkbxI0v .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s8NVkbxI0v .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s8NVkbxI0v .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s8NVkbxI0v .navbar-dropdown.bg-color.transparent.opened {
  background: #fdfdfd;
}
.cid-s8NVkbxI0v a {
  font-style: normal;
}
.cid-s8NVkbxI0v .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s8NVkbxI0v .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s8NVkbxI0v .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s8NVkbxI0v .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s8NVkbxI0v .content-text {
  margin-bottom: 0;
}
.cid-s8NVkbxI0v .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s8NVkbxI0v .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d70005;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s8NVkbxI0v .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s8NVkbxI0v .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s8NVkbxI0v .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s8NVkbxI0v .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s8NVkbxI0v .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s8NVkbxI0v .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s8NVkbxI0v .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s8NVkbxI0v .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8NVkbxI0v .nav-dropdown .link {
  font-weight: 400;
}
.cid-s8NVkbxI0v .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s8NVkbxI0v .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s8NVkbxI0v .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s8NVkbxI0v .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s8NVkbxI0v .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s8NVkbxI0v .menu-content-top.show {
  display: block;
}
.cid-s8NVkbxI0v .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s8NVkbxI0v .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-s8NVkbxI0v .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-s8NVkbxI0v .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-s8NVkbxI0v .dropdown-item:before {
    display: none;
  }
  .cid-s8NVkbxI0v .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s8NVkbxI0v .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s8NVkbxI0v img {
    height: 3.8rem !important;
  }
  .cid-s8NVkbxI0v .btn {
    display: flex;
  }
  .cid-s8NVkbxI0v button.navbar-toggler {
    display: block;
  }
  .cid-s8NVkbxI0v .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s8NVkbxI0v .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s8NVkbxI0v .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing,
  .cid-s8NVkbxI0v .navbar-collapse.show {
    display: block !important;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing .navbar-nav,
  .cid-s8NVkbxI0v .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s8NVkbxI0v .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing .navbar-buttons,
  .cid-s8NVkbxI0v .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s8NVkbxI0v .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s8NVkbxI0v .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s8NVkbxI0v .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-s8NVkbxI0v .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s8NVkbxI0v .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s8NVkbxI0v .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 (min-width: 992px) {
  .cid-s8NVkbxI0v .navbar .menu-content-top {
    display: block;
  }
  .cid-s8NVkbxI0v .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s8NVkbxI0v .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-s8NVkbxI0v .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s8NVkbxI0v .menu-bottom {
    display: flex;
  }
  .cid-s8NVkbxI0v .navbar {
    display: block;
    padding: 0;
  }
  .cid-s8NVkbxI0v .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s8NVkbxI0v .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-s8NVkbxI0v .navbar-toggler {
    display: none;
  }
}
.cid-s8NVkbxI0v .navbar-short .menu-content-top {
  border: none;
}
.cid-s8NVkbxI0v .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8NVkbxI0v .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu {
  background: #fdfdfd;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s8NVkbxI0v .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s8NVkbxI0v .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s8NVkbxI0v .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s8NVkbxI0v .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s8NVkbxI0v .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s8NVkbxI0v .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s8NVkbxI0v .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s8NVkbxI0v .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s8NVkbxI0v .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s8NVkbxI0v button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s8NVkbxI0v button.navbar-toggler:focus {
  outline: none;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s8NVkbxI0v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s8NVkbxI0v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8NVkbxI0v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s8NVkbxI0v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s8NVkbxI0v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s8NVkbxI0v .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s8NVkbxI0v .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8NVkbxI0v .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s8NVkbxI0v .collapsed .btn {
  display: flex;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s8NVkbxI0v .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s8NVkbxI0v .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s8NVkbxI0v .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.1rem  - 1rem);
  }
  .cid-s8NVkbxI0v .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s8NVkbxI0v .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s8NVkbxI0v .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s8NVkbxI0v .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s8NVkbxI0v .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-s8NVkbxI0v .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s8NVkbxI0v .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s8NVkbxI0v .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;
}
.cid-s8NVkbxI0v .collapsed .dropdown-item:before {
  display: none;
}
.cid-s8NVkbxI0v .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s8NVkbxI0v .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s8NVkbxI0v .nav-link:focus {
  outline: none;
}
.cid-s8NVkbxI0v .navbar-toggler {
  position: relative;
}
.cid-s8NVkbxI0v .dropdown-item.active,
.cid-s8NVkbxI0v .dropdown-item:active {
  background-color: #fdfdfd;
  color: auto;
}
.cid-s8NVkbxI0v .nav-link:hover,
.cid-s8NVkbxI0v .dropdown-item:hover {
  color: #918259;
}
.cid-v8i9DkF0rD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #141414;
}
@media (max-width: 767px) {
  .cid-v8i9DkF0rD .content {
    text-align: center;
  }
  .cid-v8i9DkF0rD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8i9DkF0rD .logo-subtitle {
  color: #8d97ad;
}
.cid-v8i9DkF0rD .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8i9DkF0rD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8i9DkF0rD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8i9DkF0rD .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-v8i9DkF0rD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8i9DkF0rD .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v8i9DkF0rD .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v8i9DkF0rD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8i9DkF0rD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8i9DkF0rD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8i9DkF0rD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8i9DkF0rD .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v8i9DkF0rD .list-item {
  display: flex;
}
.cid-v8i9DkF0rD .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v8i9DkF0rD ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v8i9DkF0rD ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v8i9DkF0rD ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-v8i9DkF0rD P {
  color: #ffffff;
  text-align: left;
}
.cid-v8i9DkF0rD .mbr-text {
  color: #ffffff;
}
.cid-v8i9DkF0rD .column-title {
  color: #d70005;
  text-align: left;
}
.cid-s4yWdWyU5Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c0b0b;
}
.cid-s4yWdWyU5Z .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-s4yWdWyU5Z .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s4yWdWyU5Z .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s4yWdWyU5Z .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-s4yWdWyU5Z .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fe2515;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-s4yWdWyU5Z .icon-transition span:hover {
  background-color: #232323;
}
.cid-s4yWdWyU5Z .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-s4yWdWyU5Z .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-s4yWdWyU5Z .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-s4yWdWyU5Z .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-v8p9LEiJMV .navbar {
  padding: .5rem 0;
  background: #fdfdfd;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-v8p9LEiJMV .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-v8p9LEiJMV .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-v8p9LEiJMV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8p9LEiJMV .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-v8p9LEiJMV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v8p9LEiJMV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v8p9LEiJMV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v8p9LEiJMV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v8p9LEiJMV .navbar-dropdown.bg-color.transparent.opened {
  background: #fdfdfd;
}
.cid-v8p9LEiJMV a {
  font-style: normal;
}
.cid-v8p9LEiJMV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v8p9LEiJMV .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v8p9LEiJMV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8p9LEiJMV .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v8p9LEiJMV .content-text {
  margin-bottom: 0;
}
.cid-v8p9LEiJMV .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v8p9LEiJMV .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d70005;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v8p9LEiJMV .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v8p9LEiJMV .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v8p9LEiJMV .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v8p9LEiJMV .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v8p9LEiJMV .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v8p9LEiJMV .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v8p9LEiJMV .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v8p9LEiJMV .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v8p9LEiJMV .nav-dropdown .link {
  font-weight: 400;
}
.cid-v8p9LEiJMV .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v8p9LEiJMV .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v8p9LEiJMV .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v8p9LEiJMV .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-v8p9LEiJMV .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-v8p9LEiJMV .menu-content-top.show {
  display: block;
}
.cid-v8p9LEiJMV .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v8p9LEiJMV .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-v8p9LEiJMV .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v8p9LEiJMV .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v8p9LEiJMV .dropdown-item:before {
    display: none;
  }
  .cid-v8p9LEiJMV .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-v8p9LEiJMV .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v8p9LEiJMV img {
    height: 3.8rem !important;
  }
  .cid-v8p9LEiJMV .btn {
    display: flex;
  }
  .cid-v8p9LEiJMV button.navbar-toggler {
    display: block;
  }
  .cid-v8p9LEiJMV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-v8p9LEiJMV .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v8p9LEiJMV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v8p9LEiJMV .navbar-collapse.collapsing,
  .cid-v8p9LEiJMV .navbar-collapse.show {
    display: block !important;
  }
  .cid-v8p9LEiJMV .navbar-collapse.collapsing .navbar-nav,
  .cid-v8p9LEiJMV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v8p9LEiJMV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v8p9LEiJMV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v8p9LEiJMV .navbar-collapse.collapsing .navbar-buttons,
  .cid-v8p9LEiJMV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v8p9LEiJMV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v8p9LEiJMV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8p9LEiJMV .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-v8p9LEiJMV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v8p9LEiJMV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v8p9LEiJMV .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 (min-width: 992px) {
  .cid-v8p9LEiJMV .navbar .menu-content-top {
    display: block;
  }
  .cid-v8p9LEiJMV .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-v8p9LEiJMV .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v8p9LEiJMV .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v8p9LEiJMV .menu-bottom {
    display: flex;
  }
  .cid-v8p9LEiJMV .navbar {
    display: block;
    padding: 0;
  }
  .cid-v8p9LEiJMV .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8p9LEiJMV .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v8p9LEiJMV .navbar-toggler {
    display: none;
  }
}
.cid-v8p9LEiJMV .navbar-short .menu-content-top {
  border: none;
}
.cid-v8p9LEiJMV .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8p9LEiJMV .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v8p9LEiJMV .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-v8p9LEiJMV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v8p9LEiJMV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8p9LEiJMV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v8p9LEiJMV .dropdown .dropdown-menu {
  background: #fdfdfd;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v8p9LEiJMV .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v8p9LEiJMV .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8p9LEiJMV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v8p9LEiJMV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v8p9LEiJMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v8p9LEiJMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8p9LEiJMV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v8p9LEiJMV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8p9LEiJMV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v8p9LEiJMV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v8p9LEiJMV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v8p9LEiJMV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v8p9LEiJMV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v8p9LEiJMV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v8p9LEiJMV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-v8p9LEiJMV button.navbar-toggler:focus {
  outline: none;
}
.cid-v8p9LEiJMV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8p9LEiJMV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v8p9LEiJMV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v8p9LEiJMV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v8p9LEiJMV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v8p9LEiJMV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8p9LEiJMV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v8p9LEiJMV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v8p9LEiJMV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8p9LEiJMV .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8p9LEiJMV .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8p9LEiJMV .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v8p9LEiJMV .collapsed .btn {
  display: flex;
}
.cid-v8p9LEiJMV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v8p9LEiJMV .collapsed .navbar-collapse.collapsing,
.cid-v8p9LEiJMV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v8p9LEiJMV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v8p9LEiJMV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v8p9LEiJMV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v8p9LEiJMV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v8p9LEiJMV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v8p9LEiJMV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v8p9LEiJMV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v8p9LEiJMV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v8p9LEiJMV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.1rem  - 1rem);
  }
  .cid-v8p9LEiJMV .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v8p9LEiJMV .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8p9LEiJMV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-v8p9LEiJMV .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8p9LEiJMV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-v8p9LEiJMV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v8p9LEiJMV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v8p9LEiJMV .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;
}
.cid-v8p9LEiJMV .collapsed .dropdown-item:before {
  display: none;
}
.cid-v8p9LEiJMV .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v8p9LEiJMV .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v8p9LEiJMV .nav-link:focus {
  outline: none;
}
.cid-v8p9LEiJMV .navbar-toggler {
  position: relative;
}
.cid-v8p9LEiJMV .dropdown-item.active,
.cid-v8p9LEiJMV .dropdown-item:active {
  background-color: #fdfdfd;
  color: auto;
}
.cid-v8p9LEiJMV .nav-link:hover,
.cid-v8p9LEiJMV .dropdown-item:hover {
  color: #918259;
}
.cid-v8pe3loqco {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #d70005;
}
.cid-v8pe3loqco .mbr-section-subtitle {
  color: #767676;
}
.cid-v8pe3loqco H2 {
  color: #ffffff;
}
.cid-v8pe0LqD95 {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v8pe0LqD95 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8pe0LqD95 H1 {
  color: #d70005;
  text-align: left;
}
.cid-v8pe0LqD95 .mbr-text,
.cid-v8pe0LqD95 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v8p9LELW6f {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #141414;
}
@media (max-width: 767px) {
  .cid-v8p9LELW6f .content {
    text-align: center;
  }
  .cid-v8p9LELW6f .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8p9LELW6f .logo-subtitle {
  color: #8d97ad;
}
.cid-v8p9LELW6f .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8p9LELW6f .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8p9LELW6f .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8p9LELW6f .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-v8p9LELW6f .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8p9LELW6f .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v8p9LELW6f .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v8p9LELW6f .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8p9LELW6f .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8p9LELW6f .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8p9LELW6f .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8p9LELW6f .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v8p9LELW6f .list-item {
  display: flex;
}
.cid-v8p9LELW6f .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v8p9LELW6f ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v8p9LELW6f ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v8p9LELW6f ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-v8p9LELW6f P {
  color: #ffffff;
  text-align: left;
}
.cid-v8p9LELW6f .mbr-text {
  color: #ffffff;
}
.cid-v8p9LELW6f .column-title {
  color: #d70005;
  text-align: left;
}
.cid-v8p9LFwOYG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c0b0b;
}
.cid-v8p9LFwOYG .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-v8p9LFwOYG .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v8p9LFwOYG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-v8p9LFwOYG .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-v8p9LFwOYG .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fe2515;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-v8p9LFwOYG .icon-transition span:hover {
  background-color: #232323;
}
.cid-v8p9LFwOYG .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v8p9LFwOYG .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-v8p9LFwOYG .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-v8p9LFwOYG .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-v8pvztOuGo .navbar {
  padding: .5rem 0;
  background: #fdfdfd;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-v8pvztOuGo .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-v8pvztOuGo .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-v8pvztOuGo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8pvztOuGo .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-v8pvztOuGo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v8pvztOuGo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v8pvztOuGo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v8pvztOuGo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v8pvztOuGo .navbar-dropdown.bg-color.transparent.opened {
  background: #fdfdfd;
}
.cid-v8pvztOuGo a {
  font-style: normal;
}
.cid-v8pvztOuGo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v8pvztOuGo .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v8pvztOuGo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8pvztOuGo .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v8pvztOuGo .content-text {
  margin-bottom: 0;
}
.cid-v8pvztOuGo .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v8pvztOuGo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d70005;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v8pvztOuGo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v8pvztOuGo .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v8pvztOuGo .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v8pvztOuGo .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v8pvztOuGo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v8pvztOuGo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v8pvztOuGo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v8pvztOuGo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v8pvztOuGo .nav-dropdown .link {
  font-weight: 400;
}
.cid-v8pvztOuGo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v8pvztOuGo .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v8pvztOuGo .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v8pvztOuGo .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-v8pvztOuGo .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-v8pvztOuGo .menu-content-top.show {
  display: block;
}
.cid-v8pvztOuGo .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v8pvztOuGo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-v8pvztOuGo .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v8pvztOuGo .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v8pvztOuGo .dropdown-item:before {
    display: none;
  }
  .cid-v8pvztOuGo .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-v8pvztOuGo .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v8pvztOuGo img {
    height: 3.8rem !important;
  }
  .cid-v8pvztOuGo .btn {
    display: flex;
  }
  .cid-v8pvztOuGo button.navbar-toggler {
    display: block;
  }
  .cid-v8pvztOuGo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-v8pvztOuGo .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v8pvztOuGo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v8pvztOuGo .navbar-collapse.collapsing,
  .cid-v8pvztOuGo .navbar-collapse.show {
    display: block !important;
  }
  .cid-v8pvztOuGo .navbar-collapse.collapsing .navbar-nav,
  .cid-v8pvztOuGo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v8pvztOuGo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v8pvztOuGo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v8pvztOuGo .navbar-collapse.collapsing .navbar-buttons,
  .cid-v8pvztOuGo .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v8pvztOuGo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v8pvztOuGo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8pvztOuGo .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-v8pvztOuGo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v8pvztOuGo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v8pvztOuGo .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 (min-width: 992px) {
  .cid-v8pvztOuGo .navbar .menu-content-top {
    display: block;
  }
  .cid-v8pvztOuGo .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-v8pvztOuGo .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v8pvztOuGo .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v8pvztOuGo .menu-bottom {
    display: flex;
  }
  .cid-v8pvztOuGo .navbar {
    display: block;
    padding: 0;
  }
  .cid-v8pvztOuGo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8pvztOuGo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v8pvztOuGo .navbar-toggler {
    display: none;
  }
}
.cid-v8pvztOuGo .navbar-short .menu-content-top {
  border: none;
}
.cid-v8pvztOuGo .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8pvztOuGo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v8pvztOuGo .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-v8pvztOuGo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v8pvztOuGo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8pvztOuGo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v8pvztOuGo .dropdown .dropdown-menu {
  background: #fdfdfd;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v8pvztOuGo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v8pvztOuGo .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8pvztOuGo .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v8pvztOuGo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v8pvztOuGo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v8pvztOuGo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8pvztOuGo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v8pvztOuGo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8pvztOuGo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v8pvztOuGo .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v8pvztOuGo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v8pvztOuGo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v8pvztOuGo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v8pvztOuGo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v8pvztOuGo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-v8pvztOuGo button.navbar-toggler:focus {
  outline: none;
}
.cid-v8pvztOuGo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8pvztOuGo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v8pvztOuGo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v8pvztOuGo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v8pvztOuGo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v8pvztOuGo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8pvztOuGo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v8pvztOuGo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v8pvztOuGo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8pvztOuGo .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8pvztOuGo .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8pvztOuGo .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v8pvztOuGo .collapsed .btn {
  display: flex;
}
.cid-v8pvztOuGo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v8pvztOuGo .collapsed .navbar-collapse.collapsing,
.cid-v8pvztOuGo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v8pvztOuGo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v8pvztOuGo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v8pvztOuGo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v8pvztOuGo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v8pvztOuGo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v8pvztOuGo .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v8pvztOuGo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v8pvztOuGo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v8pvztOuGo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.1rem  - 1rem);
  }
  .cid-v8pvztOuGo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v8pvztOuGo .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8pvztOuGo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-v8pvztOuGo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8pvztOuGo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-v8pvztOuGo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v8pvztOuGo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v8pvztOuGo .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;
}
.cid-v8pvztOuGo .collapsed .dropdown-item:before {
  display: none;
}
.cid-v8pvztOuGo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v8pvztOuGo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v8pvztOuGo .nav-link:focus {
  outline: none;
}
.cid-v8pvztOuGo .navbar-toggler {
  position: relative;
}
.cid-v8pvztOuGo .dropdown-item.active,
.cid-v8pvztOuGo .dropdown-item:active {
  background-color: #fdfdfd;
  color: auto;
}
.cid-v8pvztOuGo .nav-link:hover,
.cid-v8pvztOuGo .dropdown-item:hover {
  color: #918259;
}
.cid-v8pvzuqPYn {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #d70005;
}
.cid-v8pvzuqPYn .mbr-section-subtitle {
  color: #767676;
}
.cid-v8pvzuqPYn H2 {
  color: #ffffff;
}
.cid-v8pvzuHw5K {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v8pvzuHw5K .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8pvzuHw5K H1 {
  color: #d70005;
  text-align: left;
}
.cid-v8pvzuHw5K .mbr-text,
.cid-v8pvzuHw5K .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v8pvzw1ziD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #141414;
}
@media (max-width: 767px) {
  .cid-v8pvzw1ziD .content {
    text-align: center;
  }
  .cid-v8pvzw1ziD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8pvzw1ziD .logo-subtitle {
  color: #8d97ad;
}
.cid-v8pvzw1ziD .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8pvzw1ziD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8pvzw1ziD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8pvzw1ziD .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-v8pvzw1ziD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8pvzw1ziD .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v8pvzw1ziD .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v8pvzw1ziD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8pvzw1ziD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8pvzw1ziD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8pvzw1ziD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8pvzw1ziD .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v8pvzw1ziD .list-item {
  display: flex;
}
.cid-v8pvzw1ziD .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v8pvzw1ziD ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v8pvzw1ziD ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v8pvzw1ziD ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-v8pvzw1ziD P {
  color: #ffffff;
  text-align: left;
}
.cid-v8pvzw1ziD .mbr-text {
  color: #ffffff;
}
.cid-v8pvzw1ziD .column-title {
  color: #d70005;
  text-align: left;
}
.cid-v8pvzxe4PD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c0b0b;
}
.cid-v8pvzxe4PD .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-v8pvzxe4PD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v8pvzxe4PD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-v8pvzxe4PD .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-v8pvzxe4PD .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fe2515;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-v8pvzxe4PD .icon-transition span:hover {
  background-color: #232323;
}
.cid-v8pvzxe4PD .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v8pvzxe4PD .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-v8pvzxe4PD .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-v8pvzxe4PD .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-v8pvUtfEVP .navbar {
  padding: .5rem 0;
  background: #fdfdfd;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-v8pvUtfEVP .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-v8pvUtfEVP .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-v8pvUtfEVP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8pvUtfEVP .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-v8pvUtfEVP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v8pvUtfEVP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v8pvUtfEVP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v8pvUtfEVP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v8pvUtfEVP .navbar-dropdown.bg-color.transparent.opened {
  background: #fdfdfd;
}
.cid-v8pvUtfEVP a {
  font-style: normal;
}
.cid-v8pvUtfEVP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v8pvUtfEVP .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v8pvUtfEVP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8pvUtfEVP .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v8pvUtfEVP .content-text {
  margin-bottom: 0;
}
.cid-v8pvUtfEVP .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v8pvUtfEVP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d70005;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v8pvUtfEVP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v8pvUtfEVP .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v8pvUtfEVP .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v8pvUtfEVP .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v8pvUtfEVP .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v8pvUtfEVP .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v8pvUtfEVP .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v8pvUtfEVP .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v8pvUtfEVP .nav-dropdown .link {
  font-weight: 400;
}
.cid-v8pvUtfEVP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v8pvUtfEVP .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v8pvUtfEVP .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v8pvUtfEVP .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-v8pvUtfEVP .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-v8pvUtfEVP .menu-content-top.show {
  display: block;
}
.cid-v8pvUtfEVP .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v8pvUtfEVP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-v8pvUtfEVP .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v8pvUtfEVP .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v8pvUtfEVP .dropdown-item:before {
    display: none;
  }
  .cid-v8pvUtfEVP .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-v8pvUtfEVP .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v8pvUtfEVP img {
    height: 3.8rem !important;
  }
  .cid-v8pvUtfEVP .btn {
    display: flex;
  }
  .cid-v8pvUtfEVP button.navbar-toggler {
    display: block;
  }
  .cid-v8pvUtfEVP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-v8pvUtfEVP .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v8pvUtfEVP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v8pvUtfEVP .navbar-collapse.collapsing,
  .cid-v8pvUtfEVP .navbar-collapse.show {
    display: block !important;
  }
  .cid-v8pvUtfEVP .navbar-collapse.collapsing .navbar-nav,
  .cid-v8pvUtfEVP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v8pvUtfEVP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v8pvUtfEVP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v8pvUtfEVP .navbar-collapse.collapsing .navbar-buttons,
  .cid-v8pvUtfEVP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v8pvUtfEVP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v8pvUtfEVP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8pvUtfEVP .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-v8pvUtfEVP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v8pvUtfEVP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v8pvUtfEVP .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 (min-width: 992px) {
  .cid-v8pvUtfEVP .navbar .menu-content-top {
    display: block;
  }
  .cid-v8pvUtfEVP .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-v8pvUtfEVP .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v8pvUtfEVP .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v8pvUtfEVP .menu-bottom {
    display: flex;
  }
  .cid-v8pvUtfEVP .navbar {
    display: block;
    padding: 0;
  }
  .cid-v8pvUtfEVP .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8pvUtfEVP .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v8pvUtfEVP .navbar-toggler {
    display: none;
  }
}
.cid-v8pvUtfEVP .navbar-short .menu-content-top {
  border: none;
}
.cid-v8pvUtfEVP .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8pvUtfEVP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v8pvUtfEVP .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-v8pvUtfEVP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v8pvUtfEVP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8pvUtfEVP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v8pvUtfEVP .dropdown .dropdown-menu {
  background: #fdfdfd;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v8pvUtfEVP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v8pvUtfEVP .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8pvUtfEVP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v8pvUtfEVP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v8pvUtfEVP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v8pvUtfEVP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8pvUtfEVP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v8pvUtfEVP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8pvUtfEVP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v8pvUtfEVP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v8pvUtfEVP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v8pvUtfEVP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v8pvUtfEVP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v8pvUtfEVP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v8pvUtfEVP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-v8pvUtfEVP button.navbar-toggler:focus {
  outline: none;
}
.cid-v8pvUtfEVP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8pvUtfEVP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v8pvUtfEVP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v8pvUtfEVP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v8pvUtfEVP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v8pvUtfEVP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8pvUtfEVP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v8pvUtfEVP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v8pvUtfEVP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8pvUtfEVP .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8pvUtfEVP .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8pvUtfEVP .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v8pvUtfEVP .collapsed .btn {
  display: flex;
}
.cid-v8pvUtfEVP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v8pvUtfEVP .collapsed .navbar-collapse.collapsing,
.cid-v8pvUtfEVP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v8pvUtfEVP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v8pvUtfEVP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v8pvUtfEVP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v8pvUtfEVP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v8pvUtfEVP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v8pvUtfEVP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v8pvUtfEVP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v8pvUtfEVP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v8pvUtfEVP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.1rem  - 1rem);
  }
  .cid-v8pvUtfEVP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v8pvUtfEVP .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8pvUtfEVP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-v8pvUtfEVP .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8pvUtfEVP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-v8pvUtfEVP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v8pvUtfEVP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v8pvUtfEVP .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;
}
.cid-v8pvUtfEVP .collapsed .dropdown-item:before {
  display: none;
}
.cid-v8pvUtfEVP .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v8pvUtfEVP .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v8pvUtfEVP .nav-link:focus {
  outline: none;
}
.cid-v8pvUtfEVP .navbar-toggler {
  position: relative;
}
.cid-v8pvUtfEVP .dropdown-item.active,
.cid-v8pvUtfEVP .dropdown-item:active {
  background-color: #fdfdfd;
  color: auto;
}
.cid-v8pvUtfEVP .nav-link:hover,
.cid-v8pvUtfEVP .dropdown-item:hover {
  color: #918259;
}
.cid-v8pvUvkLft {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #d70005;
}
.cid-v8pvUvkLft .mbr-section-subtitle {
  color: #767676;
}
.cid-v8pvUvkLft H2 {
  color: #ffffff;
}
.cid-v8pvUvMqLF {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v8pvUvMqLF .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8pvUvMqLF H1 {
  color: #d70005;
  text-align: left;
}
.cid-v8pvUvMqLF .mbr-text,
.cid-v8pvUvMqLF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v8pvUwiqB6 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #141414;
}
@media (max-width: 767px) {
  .cid-v8pvUwiqB6 .content {
    text-align: center;
  }
  .cid-v8pvUwiqB6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8pvUwiqB6 .logo-subtitle {
  color: #8d97ad;
}
.cid-v8pvUwiqB6 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8pvUwiqB6 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8pvUwiqB6 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8pvUwiqB6 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-v8pvUwiqB6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8pvUwiqB6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v8pvUwiqB6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v8pvUwiqB6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8pvUwiqB6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8pvUwiqB6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8pvUwiqB6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8pvUwiqB6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v8pvUwiqB6 .list-item {
  display: flex;
}
.cid-v8pvUwiqB6 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v8pvUwiqB6 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v8pvUwiqB6 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v8pvUwiqB6 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-v8pvUwiqB6 P {
  color: #ffffff;
  text-align: left;
}
.cid-v8pvUwiqB6 .mbr-text {
  color: #ffffff;
}
.cid-v8pvUwiqB6 .column-title {
  color: #d70005;
  text-align: left;
}
.cid-v8pvUxrxxD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c0b0b;
}
.cid-v8pvUxrxxD .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-v8pvUxrxxD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v8pvUxrxxD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-v8pvUxrxxD .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-v8pvUxrxxD .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fe2515;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-v8pvUxrxxD .icon-transition span:hover {
  background-color: #232323;
}
.cid-v8pvUxrxxD .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v8pvUxrxxD .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-v8pvUxrxxD .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-v8pvUxrxxD .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-v8plMv5Vdr .navbar {
  padding: .5rem 0;
  background: #fdfdfd;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-v8plMv5Vdr .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-v8plMv5Vdr .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-v8plMv5Vdr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8plMv5Vdr .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-v8plMv5Vdr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v8plMv5Vdr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v8plMv5Vdr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v8plMv5Vdr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v8plMv5Vdr .navbar-dropdown.bg-color.transparent.opened {
  background: #fdfdfd;
}
.cid-v8plMv5Vdr a {
  font-style: normal;
}
.cid-v8plMv5Vdr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v8plMv5Vdr .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v8plMv5Vdr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8plMv5Vdr .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v8plMv5Vdr .content-text {
  margin-bottom: 0;
}
.cid-v8plMv5Vdr .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v8plMv5Vdr .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #d70005;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v8plMv5Vdr .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v8plMv5Vdr .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v8plMv5Vdr .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v8plMv5Vdr .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v8plMv5Vdr .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v8plMv5Vdr .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v8plMv5Vdr .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v8plMv5Vdr .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v8plMv5Vdr .nav-dropdown .link {
  font-weight: 400;
}
.cid-v8plMv5Vdr .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v8plMv5Vdr .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v8plMv5Vdr .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v8plMv5Vdr .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-v8plMv5Vdr .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-v8plMv5Vdr .menu-content-top.show {
  display: block;
}
.cid-v8plMv5Vdr .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v8plMv5Vdr .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-v8plMv5Vdr .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v8plMv5Vdr .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v8plMv5Vdr .dropdown-item:before {
    display: none;
  }
  .cid-v8plMv5Vdr .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-v8plMv5Vdr .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v8plMv5Vdr img {
    height: 3.8rem !important;
  }
  .cid-v8plMv5Vdr .btn {
    display: flex;
  }
  .cid-v8plMv5Vdr button.navbar-toggler {
    display: block;
  }
  .cid-v8plMv5Vdr .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-v8plMv5Vdr .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v8plMv5Vdr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v8plMv5Vdr .navbar-collapse.collapsing,
  .cid-v8plMv5Vdr .navbar-collapse.show {
    display: block !important;
  }
  .cid-v8plMv5Vdr .navbar-collapse.collapsing .navbar-nav,
  .cid-v8plMv5Vdr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v8plMv5Vdr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v8plMv5Vdr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v8plMv5Vdr .navbar-collapse.collapsing .navbar-buttons,
  .cid-v8plMv5Vdr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v8plMv5Vdr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v8plMv5Vdr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v8plMv5Vdr .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-v8plMv5Vdr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v8plMv5Vdr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v8plMv5Vdr .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 (min-width: 992px) {
  .cid-v8plMv5Vdr .navbar .menu-content-top {
    display: block;
  }
  .cid-v8plMv5Vdr .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-v8plMv5Vdr .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v8plMv5Vdr .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v8plMv5Vdr .menu-bottom {
    display: flex;
  }
  .cid-v8plMv5Vdr .navbar {
    display: block;
    padding: 0;
  }
  .cid-v8plMv5Vdr .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v8plMv5Vdr .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v8plMv5Vdr .navbar-toggler {
    display: none;
  }
}
.cid-v8plMv5Vdr .navbar-short .menu-content-top {
  border: none;
}
.cid-v8plMv5Vdr .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8plMv5Vdr .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v8plMv5Vdr .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-v8plMv5Vdr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v8plMv5Vdr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8plMv5Vdr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v8plMv5Vdr .dropdown .dropdown-menu {
  background: #fdfdfd;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v8plMv5Vdr .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v8plMv5Vdr .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8plMv5Vdr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v8plMv5Vdr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v8plMv5Vdr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v8plMv5Vdr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v8plMv5Vdr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v8plMv5Vdr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8plMv5Vdr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v8plMv5Vdr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v8plMv5Vdr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v8plMv5Vdr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v8plMv5Vdr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v8plMv5Vdr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v8plMv5Vdr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-v8plMv5Vdr button.navbar-toggler:focus {
  outline: none;
}
.cid-v8plMv5Vdr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8plMv5Vdr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v8plMv5Vdr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v8plMv5Vdr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v8plMv5Vdr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v8plMv5Vdr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8plMv5Vdr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v8plMv5Vdr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v8plMv5Vdr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8plMv5Vdr .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8plMv5Vdr .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v8plMv5Vdr .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v8plMv5Vdr .collapsed .btn {
  display: flex;
}
.cid-v8plMv5Vdr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v8plMv5Vdr .collapsed .navbar-collapse.collapsing,
.cid-v8plMv5Vdr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v8plMv5Vdr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v8plMv5Vdr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v8plMv5Vdr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v8plMv5Vdr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v8plMv5Vdr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v8plMv5Vdr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v8plMv5Vdr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v8plMv5Vdr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v8plMv5Vdr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.1rem  - 1rem);
  }
  .cid-v8plMv5Vdr .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v8plMv5Vdr .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v8plMv5Vdr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-v8plMv5Vdr .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v8plMv5Vdr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-v8plMv5Vdr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v8plMv5Vdr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v8plMv5Vdr .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;
}
.cid-v8plMv5Vdr .collapsed .dropdown-item:before {
  display: none;
}
.cid-v8plMv5Vdr .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v8plMv5Vdr .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-v8plMv5Vdr .nav-link:focus {
  outline: none;
}
.cid-v8plMv5Vdr .navbar-toggler {
  position: relative;
}
.cid-v8plMv5Vdr .dropdown-item.active,
.cid-v8plMv5Vdr .dropdown-item:active {
  background-color: #fdfdfd;
  color: auto;
}
.cid-v8plMv5Vdr .nav-link:hover,
.cid-v8plMv5Vdr .dropdown-item:hover {
  color: #918259;
}
.cid-v8plMvyHgY {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #d70005;
}
.cid-v8plMvyHgY .mbr-section-subtitle {
  color: #767676;
}
.cid-v8plMvyHgY H2 {
  color: #ffffff;
}
.cid-v8plMvR0wn {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v8plMvR0wn .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v8plMvR0wn H1 {
  color: #d70005;
  text-align: left;
}
.cid-v8plMvR0wn .mbr-text,
.cid-v8plMvR0wn .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v8plMwrKPX {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #141414;
}
@media (max-width: 767px) {
  .cid-v8plMwrKPX .content {
    text-align: center;
  }
  .cid-v8plMwrKPX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v8plMwrKPX .logo-subtitle {
  color: #8d97ad;
}
.cid-v8plMwrKPX .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8plMwrKPX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v8plMwrKPX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v8plMwrKPX .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-v8plMwrKPX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v8plMwrKPX .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v8plMwrKPX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v8plMwrKPX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v8plMwrKPX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v8plMwrKPX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v8plMwrKPX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v8plMwrKPX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v8plMwrKPX .list-item {
  display: flex;
}
.cid-v8plMwrKPX .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v8plMwrKPX ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v8plMwrKPX ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v8plMwrKPX ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-v8plMwrKPX P {
  color: #ffffff;
  text-align: left;
}
.cid-v8plMwrKPX .mbr-text {
  color: #ffffff;
}
.cid-v8plMwrKPX .column-title {
  color: #d70005;
  text-align: left;
}
.cid-v8plMxadmV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c0b0b;
}
.cid-v8plMxadmV .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-v8plMxadmV .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v8plMxadmV .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-v8plMxadmV .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-v8plMxadmV .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fe2515;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-v8plMxadmV .icon-transition span:hover {
  background-color: #232323;
}
.cid-v8plMxadmV .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v8plMxadmV .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-v8plMxadmV .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-v8plMxadmV .mbr-text {
    margin-bottom: 1.5rem;
  }
}
