@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700);





body {
  font-family: Montserrat;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
}
.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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  border-radius: .25rem;
  font-weight: 400;
  border-width: 2px;
  font-style: normal;
  letter-spacing: normal;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  font-weight: 400;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  font-weight: 400;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-md:after {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: relative;
  opacity: 0;
  font-size: inherit;
  text-align: center;
  transition: all .3s;
  margin-left: -1.5rem;
  padding-left: .5rem;
}
.btn-md:hover {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn-md:hover:after {
  transition: all .3s;
  opacity: 1;
  margin-left: 0;
}
.btn-lg {
  font-weight: 400;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #f20a0a !important;
}
.bg-success {
  background-color: #1dc9cb !important;
}
.bg-info {
  background-color: #188ef4 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f20a0a !important;
  border-color: #f20a0a !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #a90707 !important;
  border-color: #a90707 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a90707 !important;
  border-color: #a90707 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f20a0a !important;
  border-color: #f20a0a !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #a90707 !important;
  border-color: #a90707 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a90707 !important;
  border-color: #a90707 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  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,
.btn-primary-outline.active {
  background: none !important;
  border-color: #900606 !important;
  color: #900606 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #f20a0a !important;
  border-color: #f20a0a !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f20a0a !important;
  border-color: #f20a0a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #900606 !important;
  color: #900606 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #f20a0a !important;
  border-color: #f20a0a !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f20a0a !important;
  border-color: #f20a0a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #08589e !important;
  color: #08589e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #107172 !important;
  color: #107172 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e8e8e !important;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.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;
}
.btn-underline {
  padding: .5rem;
  display: inline-flex;
  font-weight: 400;
  align-items: center;
  position: relative;
  transition: all .3s;
  -webkit-align-items: center;
  display: -webkit-inline-flex;
}
.btn-underline .mbr-iconfont {
  color: inherit;
  padding-right: .5rem;
}
.btn-underline:after {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: relative;
  padding-left: .3rem;
}
.btn-underline:hover {
  filter: brightness(85%);
}
.btn-underline:hover:after {
  transition: all .3s;
  padding-left: .5rem;
}
.text-primary {
  color: #f20a0a !important;
}
.text-secondary {
  color: #f20a0a !important;
}
.text-success {
  color: #1dc9cb !important;
}
.text-info {
  color: #188ef4 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #900606 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #900606 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #107172 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #08589e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #1dc9cb;
}
.alert-info {
  background-color: #188ef4;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f20a0a;
  border-color: #f20a0a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: .25rem;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #f20a0a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdcbcb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bef5f6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbedfd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  opacity: 0 !important;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #188ef4;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow {
  background-color: transparent;
  opacity: .7;
  transition: .3s;
  text-align: center;
  width: auto;
}
.mbr-arrow:hover {
  opacity: 1;
}
.mbr-arrow a {
  display: block;
}
.mbr-arrow a i {
  color: #188ef4;
  top: auto !important;
  left: auto !important;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #f20a0a;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #f20a0a;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #f20a0a;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.input-wrap input {
  border-radius: 0rem;
  width: 100%;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #efefef;
}
.input-main textarea {
  background-color: #ffffff;
  padding: .5rem 1rem;
  border: 1px solid #efefef;
  border-radius: 0;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-r7w0hDeg8x .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  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;
  -webkit-transform: scale(0, 1);
}
.cid-r7w0hDeg8x .nav-item,
.cid-r7w0hDeg8x .nav-link,
.cid-r7w0hDeg8x .navbar-caption {
  font-weight: normal;
}
.cid-r7w0hDeg8x .nav-item:focus,
.cid-r7w0hDeg8x .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-r7w0hDeg8x .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-r7w0hDeg8x .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-align-items: center;
}
.cid-r7w0hDeg8x .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-r7w0hDeg8x .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-r7w0hDeg8x .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-r7w0hDeg8x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-r7w0hDeg8x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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;
  -webkit-transform: scale(1, 1);
}
.cid-r7w0hDeg8x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-r7w0hDeg8x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-r7w0hDeg8x .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-r7w0hDeg8x .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-r7w0hDeg8x .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-r7w0hDeg8x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-r7w0hDeg8x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-r7w0hDeg8x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-r7w0hDeg8x .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-r7w0hDeg8x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-r7w0hDeg8x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-r7w0hDeg8x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-r7w0hDeg8x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-r7w0hDeg8x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r7w0hDeg8x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-r7w0hDeg8x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-r7w0hDeg8x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-r7w0hDeg8x .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-r7w0hDeg8x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-r7w0hDeg8x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-r7w0hDeg8x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-r7w0hDeg8x .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-r7w0hDeg8x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-r7w0hDeg8x .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-r7w0hDeg8x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-r7w0hDeg8x .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-r7w0hDeg8x .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-r7w0hDeg8x .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-r7w0hDeg8x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-r7w0hDeg8x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-r7w0hDeg8x .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-r7w0hDeg8x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-r7w0hDeg8x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-r7w0hDeg8x .dropdown-item.active,
.cid-r7w0hDeg8x .dropdown-item:active {
  background-color: transparent;
}
.cid-r7w0hDeg8x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-r7w0hDeg8x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-r7w0hDeg8x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-r7w0hDeg8x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-r7w0hDeg8x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r7w0hDeg8x ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-r7w0hDeg8x .navbar-buttons {
  text-align: center;
}
.cid-r7w0hDeg8x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-r7w0hDeg8x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r7w0hDeg8x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r7w0hDeg8x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r7w0hDeg8x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r7w0hDeg8x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r7w0hDeg8x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r7w0hDeg8x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r7w0hDeg8x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r7w0hDeg8x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r7w0hDeg8x .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-r7w0hDeg8x a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-r7w0hDeg8x .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-r7w0hDeg8x .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-r7w0hDeg8x .soc-item {
  margin: .5rem .3rem;
}
.cid-r7w0hDeg8x .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-r7w0hDeg8x .navbar {
    height: 77px;
  }
  .cid-r7w0hDeg8x .navbar.opened {
    height: auto;
  }
  .cid-r7w0hDeg8x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-r7w0rN2bk0 {
  background-image: url("../../../assets/images/porsche-normal2-2000x769.jpg");
}
.cid-r7w0rN2bk0 .mbr-section-title,
.cid-r7w0rN2bk0 .mbr-section-subtitle {
  color: #000000;
}
.cid-r7w0rN2bk0 .mbr-section-text {
  color: #232323;
}
.cid-r7w0rN2bk0 .mbr-text,
.cid-r7w0rN2bk0 .typed-text,
.cid-r7w0rN2bk0 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-r7w0rN2bk0 .btn {
  margin-left: 4px !important;
}
.cid-r7w0rN2bk0 .animated-element {
  color: #f20a0a;
}
.cid-r7w0rN2bk0 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f20a0a;
}
.cid-r7w0rN2bk0 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-r7w0rN2bk0 .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r7w0rN2bk0 .typed-text,
  .cid-r7w0rN2bk0 .mbr-section-subtitle,
  .cid-r7w0rN2bk0 .mbr-section-text,
  .cid-r7w0rN2bk0 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-r7w0rN2bk0 .mbr-section-subtitle,
.cid-r7w0rN2bk0 .typed-text {
  color: #f4f8fa;
}
.cid-r7w0rN2bk0 .mbr-section-text,
.cid-r7w0rN2bk0 .mbr-section-btn {
  color: #f4f8fa;
}
.cid-r7w3aS7kTq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-r7w3aS7kTq .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-r7w3aS7kTq .mbr-section-title {
  margin: 0;
}
.cid-r7w3aS7kTq .card-img {
  text-align: center;
}
.cid-r7w3aS7kTq .mbr-section-subtitle,
.cid-r7w3aS7kTq .mbr-text {
  color: #8d97ad;
}
.cid-r7w3aS7kTq .row-item {
  border-radius: .25rem;
  background: #ffffff;
  padding: 2.5rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-r7w3aS7kTq .card-img,
  .cid-r7w3aS7kTq .mbr-text,
  .cid-r7w3aS7kTq .mbr-card-title,
  .cid-r7w3aS7kTq .mbr-section-subtitle,
  .cid-r7w3aS7kTq .mbr-section-title,
  .cid-r7w3aS7kTq .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-r7w3aS7kTq .row-item {
    margin-bottom: 2rem;
  }
}
.cid-r7w3aS7kTq .mbr-text {
  color: #232323;
}
.cid-r7w3aS7kTq .mbr-section-subtitle {
  color: #444444;
}
.cid-r7wkuQW0wh {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #232323, #f50909);
}
.cid-r7wkuQW0wh .btn {
  margin: 0 0 .5rem 0;
}
.cid-r7wq3XCGQI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-r7wq3XCGQI .card-title {
  font-weight: 500;
}
.cid-r7wq3XCGQI .card-text,
.cid-r7wq3XCGQI .section-text {
  color: #8d97ad;
}
.cid-r7wq3XCGQI .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-r7wq3XCGQI .block-content {
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  word-break: break-word;
}
.cid-r7wq3XCGQI .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-r7wq3XCGQI .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.cid-r7wq3XCGQI .mbr-figure img {
  border-radius: .25rem;
}
.cid-r7wq3XCGQI .card-img {
  padding-right: 1rem;
  width: auto;
}
.cid-r7wq3XCGQI .card-img span {
  font-size: 35px;
  color: #51aafa;
}
@media (min-width: 992px) {
  .cid-r7wq3XCGQI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r7wq3XCGQI .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .cid-r7wq3XCGQI .block-content {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
@media (max-width: 300px) {
  .cid-r7wq3XCGQI .card-img span {
    font-size: 40px !important;
  }
}
.cid-r7wq3XCGQI .section-text {
  color: #232323;
}
.cid-r7wq3XCGQI .card-text,
.cid-r7wq3XCGQI .mbr-section-btn {
  color: #232323;
}
.cid-r7wpB73P9y {
  padding-top: 135px;
  padding-bottom: 135px;
}
.cid-r7wpB73P9y .mbr-overlay {
  background: #f20a0a;
  background: linear-gradient(90deg, #f20a0a, #232323);
}
.cid-r8wRXJUrT8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-r8wRXJUrT8 .card-title {
  font-weight: 500;
}
.cid-r8wRXJUrT8 .card-text,
.cid-r8wRXJUrT8 .section-text {
  color: #8d97ad;
}
.cid-r8wRXJUrT8 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-r8wRXJUrT8 .block-content {
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  word-break: break-word;
}
.cid-r8wRXJUrT8 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-r8wRXJUrT8 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.cid-r8wRXJUrT8 .mbr-figure img {
  border-radius: .25rem;
}
.cid-r8wRXJUrT8 .card-img {
  padding-right: 1rem;
  width: auto;
}
.cid-r8wRXJUrT8 .card-img span {
  font-size: 35px;
  color: #51aafa;
}
@media (min-width: 992px) {
  .cid-r8wRXJUrT8 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-r8wRXJUrT8 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-r8wRXJUrT8 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-r8wRXJUrT8 .block-content {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r8wRXJUrT8 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-r8wRXJUrT8 .card-img span {
    font-size: 40px !important;
  }
}
.cid-r8wRXJUrT8 .section-text {
  color: #232323;
}
.cid-r8wRXJUrT8 .card-text,
.cid-r8wRXJUrT8 .mbr-section-btn {
  color: #232323;
}
.cid-r7wf2TdaiO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r7wf2TdaiO .card-text,
.cid-r7wf2TdaiO .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r7wf2TdaiO .main,
.cid-r7wf2TdaiO .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #f4f8fa;
}
.cid-r7wf2TdaiO .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-r7wf2TdaiO .main-reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-r7wf2TdaiO .image-element {
  padding: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r7wf2TdaiO .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-r7wf2TdaiO .text-element {
  padding: 3rem 2rem;
}
.cid-r7wf2TdaiO .mbr-iconfont {
  font-size: 3rem;
  color: #188ef4;
}
.cid-r7wf2TdaiO .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-r7wf2TdaiO .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-r7wf2TdaiO .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-r7wf2TdaiO .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-r7wf2TdaiO .image-element,
  .cid-r7wf2TdaiO .text-element {
    margin-bottom: 0;
  }
  .cid-r7wf2TdaiO .main:first-child {
    padding-top: 0;
  }
}
.cid-r7wf2TdaiO .mbr-section-subtitle {
  color: #333333;
}
.cid-r7wlK2KyhT {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #232323, #f50909);
}
.cid-r7wlK2KyhT .btn {
  margin: 0 0 .5rem 0;
}
.cid-r7wmQC1TKv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/slide-mechanic-bg-1920x699.jpg");
}
.cid-r7wmQC1TKv .mbr-section-title {
  margin: 0;
}
.cid-r7wmQC1TKv .mbr-section-subtitle,
.cid-r7wmQC1TKv .mbr-text {
  color: #8d97ad;
}
.cid-r7wmQC1TKv .row-item {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-r7wmQC1TKv .card-img,
  .cid-r7wmQC1TKv .mbr-text,
  .cid-r7wmQC1TKv .mbr-card-title,
  .cid-r7wmQC1TKv .mbr-section-subtitle,
  .cid-r7wmQC1TKv .mbr-section-title,
  .cid-r7wmQC1TKv .underline,
  .cid-r7wmQC1TKv .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-r7wmQC1TKv .mbr-text,
.cid-r7wmQC1TKv .mbr-section-btn {
  color: #f4f8fa;
}
.cid-r7wmQC1TKv .mbr-section-subtitle {
  color: #ffffff;
}
#custom-html-8 {
  /* Type valid CSS here */
}
#custom-html-8 .my-image {
  width: 100%;
}
.cid-r7wkIHQLtf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-r7wkIHQLtf .content {
    text-align: center;
  }
  .cid-r7wkIHQLtf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r7wkIHQLtf .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r7wkIHQLtf .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r7wkIHQLtf .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r7wkIHQLtf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r7wkIHQLtf .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r7wkIHQLtf .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r7wkIHQLtf .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r7wkIHQLtf .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r7wkIHQLtf .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r7wkIHQLtf .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r7wkIHQLtf .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
