.btn {
  border-width: 2px;
}
body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 2.9376rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.672rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 1.4375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.796875rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1.0525rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.315625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.35008rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.05632rem;
    font-size: calc( 1.67816rem + (2.9376 - 1.67816) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.67816rem + (2.9376 - 1.67816) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.30625rem + (1.875 - 1.30625) * ((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: 1.15rem;
    font-size: calc( 1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.842rem;
    font-size: calc( 1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn {
  text-transform: uppercase;
  margin-top: 24px;
}
.mbr-section-title {
  text-transform: uppercase;
  margin: 0;
}
.price {
  padding: 0;
  margin: 0;
  margin-top: 2px;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
  margin-top: 9px;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
/*.mbr-section-btn {
border: 2px solid @primaryColor;
background-color: rgba(0, 0, 0, 0);
text-transform: uppercase;
display: inline-block;
color: #000000;
margin: 0;
margin-top: 24px;
}

.mbr-section-btn:hover {
background-color: @primaryColor;
border: 2px solid @primaryColor;
}

.btn-txt {
    color: #000000;
    display: inline-block;

}

.mbr-section-btn:hover .btn-txt {
    color: #ffffff;
}*/
.btn {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff2b09 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2b09 !important;
  border-color: #ff2b09 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b11900 !important;
  border-color: #ff2b09 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b11900 !important;
  border-color: #ff2b09 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff6666 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff6666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #47b5ed !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #40b0bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #40b0bf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff2b09;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ff2b09 !important;
  border-color: #ff2b09;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2b09 !important;
  border-color: #ff2b09 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #000000;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ff2b09 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff2b09;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff2b09;
  border-color: #ff2b09;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff2b09;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffdbd5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  /*border-color: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff2b09;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2b09;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #ff2b09;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff2b09;
  border-bottom-color: #ff2b09;
}
.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: #ff2b09 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff2b09' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0s;
}
.cid-suJUbkhARF {
  background-image: url("https://mobirise.com/extensions/naturalm4/assets/images/background9-1050x700.jpg");
}
.cid-suJUbkhARF .item-wrapper {
  width: 100%;
}
.cid-suJUbkhARF .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-suJUbkhARF .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-suJUbkhARF .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-suJUbkhARF .mbr-section-title {
    margin-top: 25px;
  }
  .cid-suJUbkhARF .left-side {
    padding: 15px;
  }
}
.cid-suJUbkhARF .mbr-section-subtitle {
  color: #626262;
}
.cid-suJUbkhARF .button-align {
  width: 100%;
}
.cid-suJUbkhARF .mbr-text {
  padding-top: 40px;
  padding-bottom: 40px;
}
.cid-suJUbkhARF .mbr-text,
.cid-suJUbkhARF .button-align {
  text-align: center;
  color: #000000;
}
.cid-suJUbkhARF .mbr-section-title {
  text-align: center;
  width: 100%;
}
.cid-suJUbkhARF .mbr-section-btn {
  display: inline-block;
  margin: 5px;
}
.cid-suJVKSblEn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-suJVKSblEn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-suJVKSblEn .row {
  flex-direction: row-reverse;
}
.cid-suJVKSblEn img {
  width: 100%;
}
.cid-suJVKSblEn .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-suJVT9PP4i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suJVT9PP4i img {
  border-radius: 0px;
}
.cid-suJVT9PP4i .mbr-section-title {
  color: #000000;
  padding-top: 0.4rem;
}
.cid-suJVT9PP4i .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-suJVT9PP4i .author {
  color: #000000;
  text-align: center;
  padding-top: 0.8rem;
}
.cid-suJVT9PP4i .heading {
  padding-bottom: 40px;
}
@media (max-width: 1400px) {
  .cid-suJVT9PP4i img {
    margin-top: 60px;
  }
}
.cid-suJVT9PP4i a:hover {
  color: #000000;
}
.cid-suJVT9PP4i a {
  color: #000000 !important;
}
.cid-suJVR7vSMK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suJVR7vSMK .video-wrapper iframe {
  width: 100%;
}
.cid-suJVR7vSMK .mbr-section-title,
.cid-suJVR7vSMK .mbr-section-subtitle,
.cid-suJVR7vSMK .mbr-text {
  text-align: center;
}
.cid-suJVR7vSMK .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-suJVR7vSMK .mbr-text {
  padding-top: 16px;
}
.cid-suJZTNDlk7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-suJZTNDlk7 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-suJZTNDlk7 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-suJZTNDlk7 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  margin-bottom: 1rem;
}
.cid-suJZTNDlk7 P {
  color: #000000;
}
.cid-suJZTNDlk7 .row p:nth-last-child(-n+2) {
  margin-bottom: 0rem;
}
@media (max-width: 690px) {
  .cid-suJZTNDlk7 .row p:nth-last-child(-n+2) {
    margin-bottom: 2rem;
  }
  .cid-suJZTNDlk7 .row p:nth-last-child {
    margin-bottom: 0;
  }
}
.cid-suJZTNDlk7 .mbr-section-title {
  text-align: center;
  padding-bottom: 100px;
}
.cid-suJZTNDlk7 .align-center {
  color: #000000 !important;
}
.cid-suJZTNDlk7 a:hover {
  color: #000000;
}
.cid-suJZTNDlk7 a {
  color: #000000 !important;
}
.cid-suK0g8C3o6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-suK0g8C3o6 input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-suK0g8C3o6 a {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  word-break: normal;
  justify-content: center;
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
}
.cid-suK0g8C3o6 a:hover {
  color: #ff2b09;
  background-color: rgba(0, 0, 0, 0);
}
.cid-suK0g8C3o6 .mbr-section-subtitle {
  text-transform: uppercase;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.cid-suK0g8C3o6 .mbr-text {
  color: #626262;
}
.cid-suK0g8C3o6 .margin {
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .cid-suK0g8C3o6 .distance {
    margin-top: 50px;
  }
}
@media (max-width: 960px) {
  .cid-suK0g8C3o6 .long-distance {
    margin-top: 50px;
  }
}
.cid-suK0g8C3o6 .mbr-section-title {
  color: #000000;
  text-transform: uppercase;
}
.cid-suK0g8C3o6 .mbr-section-subtitle:hover {
  color: #ff2b09;
}
.cid-suK0g8C3o6 .btn {
  white-space: nowrap;
}
.cid-suK0g8C3o6 .text-primary {
  color: #000000 !important;
}
.cid-suK0g8C3o6 .form-group {
  display: inline-block;
  margin-right: 10px;
}
.cid-suK0g8C3o6 .footer4 {
  padding: 40px 0 40px;
}
.cid-suKSc7nwqS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suKSc7nwqS nav.navbar {
  position: fixed;
}
.cid-suKSc7nwqS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suKSc7nwqS .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-suKSc7nwqS .dropdown-item:hover,
.cid-suKSc7nwqS .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-suKSc7nwqS .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-suKSc7nwqS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suKSc7nwqS .nav-link {
  position: relative;
  padding: 0;
}
.cid-suKSc7nwqS .container {
  display: flex;
  margin: auto;
}
.cid-suKSc7nwqS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suKSc7nwqS .dropdown-menu,
.cid-suKSc7nwqS .navbar.opened {
  background: #ffffff !important;
}
.cid-suKSc7nwqS .nav-item:focus,
.cid-suKSc7nwqS .nav-link:focus {
  outline: none;
}
.cid-suKSc7nwqS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suKSc7nwqS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suKSc7nwqS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-suKSc7nwqS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suKSc7nwqS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suKSc7nwqS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suKSc7nwqS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-suKSc7nwqS .navbar.opened {
  transition: all 0.3s;
}
.cid-suKSc7nwqS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-suKSc7nwqS .navbar .navbar-logo img {
  width: auto;
}
.cid-suKSc7nwqS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suKSc7nwqS .navbar.collapsed {
  justify-content: center;
}
.cid-suKSc7nwqS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suKSc7nwqS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-suKSc7nwqS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suKSc7nwqS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suKSc7nwqS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suKSc7nwqS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suKSc7nwqS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suKSc7nwqS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suKSc7nwqS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suKSc7nwqS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suKSc7nwqS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suKSc7nwqS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suKSc7nwqS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suKSc7nwqS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-suKSc7nwqS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suKSc7nwqS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suKSc7nwqS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suKSc7nwqS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suKSc7nwqS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suKSc7nwqS .navbar.navbar-short {
  min-height: 60px;
}
.cid-suKSc7nwqS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suKSc7nwqS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suKSc7nwqS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suKSc7nwqS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suKSc7nwqS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suKSc7nwqS .dropdown-item.active,
.cid-suKSc7nwqS .dropdown-item:active {
  background-color: transparent;
}
.cid-suKSc7nwqS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suKSc7nwqS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suKSc7nwqS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suKSc7nwqS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suKSc7nwqS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suKSc7nwqS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suKSc7nwqS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suKSc7nwqS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suKSc7nwqS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-suKSc7nwqS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suKSc7nwqS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suKSc7nwqS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suKSc7nwqS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suKSc7nwqS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suKSc7nwqS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suKSc7nwqS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suKSc7nwqS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suKSc7nwqS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suKSc7nwqS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suKSc7nwqS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suKSc7nwqS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suKSc7nwqS .navbar {
    height: 70px;
  }
  .cid-suKSc7nwqS .navbar.opened {
    height: auto;
  }
  .cid-suKSc7nwqS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suKSc7nwqS .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-suKSc7nwqS .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-suKSc7nwqS a {
  display: inline;
  font-weight: bold;
}
.cid-suKSc7nwqS img {
  display: inline;
  padding-right: 10px;
}
.cid-suKSc7nwqS .text-black:hover {
  color: #ffffff;
}
.cid-suKSc7nwqS .dropdown-toggle:after {
  display: none;
}
.cid-suKSc7nwqS .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-suKSc7nwqS .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-suKSc7nwqS a.text-black:hover,
.cid-suKSc7nwqS a.text-black:focus,
.cid-suKSc7nwqS a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-suKSc7nwqS .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-suKSc7nwqS .mbr-section-btn {
  margin-left: 15px;
}
.cid-suJTDHY2RJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-suJTDHY2RJ nav.navbar {
  position: fixed;
}
.cid-suJTDHY2RJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suJTDHY2RJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-suJTDHY2RJ .dropdown-item:hover,
.cid-suJTDHY2RJ .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-suJTDHY2RJ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-suJTDHY2RJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-suJTDHY2RJ .nav-link {
  position: relative;
  padding: 0;
}
.cid-suJTDHY2RJ .container {
  display: flex;
  margin: auto;
}
.cid-suJTDHY2RJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-suJTDHY2RJ .dropdown-menu,
.cid-suJTDHY2RJ .navbar.opened {
  background: #ffffff !important;
}
.cid-suJTDHY2RJ .nav-item:focus,
.cid-suJTDHY2RJ .nav-link:focus {
  outline: none;
}
.cid-suJTDHY2RJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-suJTDHY2RJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suJTDHY2RJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-suJTDHY2RJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-suJTDHY2RJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suJTDHY2RJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suJTDHY2RJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-suJTDHY2RJ .navbar.opened {
  transition: all 0.3s;
}
.cid-suJTDHY2RJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-suJTDHY2RJ .navbar .navbar-logo img {
  width: auto;
}
.cid-suJTDHY2RJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-suJTDHY2RJ .navbar.collapsed {
  justify-content: center;
}
.cid-suJTDHY2RJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suJTDHY2RJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-suJTDHY2RJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suJTDHY2RJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suJTDHY2RJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-suJTDHY2RJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suJTDHY2RJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suJTDHY2RJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suJTDHY2RJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suJTDHY2RJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suJTDHY2RJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suJTDHY2RJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suJTDHY2RJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-suJTDHY2RJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-suJTDHY2RJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suJTDHY2RJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suJTDHY2RJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-suJTDHY2RJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-suJTDHY2RJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suJTDHY2RJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-suJTDHY2RJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-suJTDHY2RJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-suJTDHY2RJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suJTDHY2RJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suJTDHY2RJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suJTDHY2RJ .dropdown-item.active,
.cid-suJTDHY2RJ .dropdown-item:active {
  background-color: transparent;
}
.cid-suJTDHY2RJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-suJTDHY2RJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suJTDHY2RJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suJTDHY2RJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-suJTDHY2RJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suJTDHY2RJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suJTDHY2RJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-suJTDHY2RJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-suJTDHY2RJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-suJTDHY2RJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-suJTDHY2RJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suJTDHY2RJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suJTDHY2RJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suJTDHY2RJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suJTDHY2RJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suJTDHY2RJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suJTDHY2RJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suJTDHY2RJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suJTDHY2RJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-suJTDHY2RJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-suJTDHY2RJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suJTDHY2RJ .navbar {
    height: 70px;
  }
  .cid-suJTDHY2RJ .navbar.opened {
    height: auto;
  }
  .cid-suJTDHY2RJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suJTDHY2RJ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-suJTDHY2RJ .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-suJTDHY2RJ a {
  display: inline;
  font-weight: bold;
}
.cid-suJTDHY2RJ img {
  display: inline;
  padding-right: 10px;
}
.cid-suJTDHY2RJ .text-black:hover {
  color: #ffffff;
}
.cid-suJTDHY2RJ .dropdown-toggle:after {
  display: none;
}
.cid-suJTDHY2RJ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-suJTDHY2RJ .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-suJTDHY2RJ a.text-black:hover,
.cid-suJTDHY2RJ a.text-black:focus,
.cid-suJTDHY2RJ a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-suJTDHY2RJ .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-suJTDHY2RJ .mbr-section-btn {
  margin-left: 15px;
}
.cid-suK0YXCNf7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-suK0YXCNf7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suK0YXCNf7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-suK0YXCNf7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-suK0YXCNf7 .row {
  align-items: center;
  height: 100%;
}
.cid-suK0YXCNf7 .col-10 {
  margin: auto;
}
.cid-suK1hcrUqD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/naturalm4/assets/images/background9.jpg");
}
@media (min-width: 992px) {
  .cid-suK1hcrUqD .carousel {
    min-height: 800px;
  }
  .cid-suK1hcrUqD .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
  .cid-suK1hcrUqD .row {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-suK1hcrUqD .carousel {
    min-height: 520px;
  }
  .cid-suK1hcrUqD .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-suK1hcrUqD .carousel {
    min-height: 440px;
  }
  .cid-suK1hcrUqD .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-suK1hcrUqD .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-suK1hcrUqD .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-suK1hcrUqD .carousel,
.cid-suK1hcrUqD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-suK1hcrUqD .item-wrapper {
  width: 100%;
}
.cid-suK1hcrUqD .carousel-caption {
  bottom: 40px;
}
.cid-suK1hcrUqD .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-suK1hcrUqD .mobi-mbri-arrow-next:hover {
  color: #ff2b09;
}
.cid-suK1hcrUqD .mobi-mbri-arrow-prev:hover {
  color: #ff2b09;
}
.cid-suK1hcrUqD .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-suK1hcrUqD .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all 0.3s;
}
.cid-suK1hcrUqD .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-suK1hcrUqD .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-suK1hcrUqD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-suK1hcrUqD .left-side {
  text-align: left;
}
.cid-suK1hcrUqD .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-suK1hcrUqD .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-suK1hcrUqD .carousel-control.carousel-control-next {
    right: -50px;
    bottom: 100px;
  }
  .cid-suK1hcrUqD .carousel-control.carousel-control-prev {
    left: -50px;
    bottom: 100px;
  }
  .cid-suK1hcrUqD .carousel {
    margin-top: 25px;
  }
}
.cid-suK1hcrUqD .button-align {
  width: 100%;
}
.cid-suK1hcrUqD .carousel-fade .active.carousel-item-left,
.cid-suK1hcrUqD .carousel-fade .active.carousel-item-right {
  transition: opacity 0.5s 0s;
}
.cid-suK1hcrUqD .carousel-fade .carousel-item-left.carousel-item-next,
.cid-suK1hcrUqD .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.5s 0.5s;
}
.cid-suK1hcrUqD .mbr-section-subtitle {
  font-style: italic;
}
.cid-suK1hXFczr {
  background-image: url("https://mobirise.com/extensions/naturalm4/assets/images/background11.jpg");
}
.cid-suK1hXFczr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suK1hXFczr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-suK1hXFczr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.cid-suK1hXFczr .mbr-fullscreen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 50px;
}
.cid-suK1ie1WHu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1ie1WHu .item-wrapper {
  width: 100%;
}
.cid-suK1ie1WHu .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-suK1ie1WHu .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-suK1ie1WHu .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-suK1ie1WHu .mbr-section-title {
    margin-top: 25px;
  }
  .cid-suK1ie1WHu .left-side {
    padding: 15px;
  }
}
.cid-suK1ie1WHu .mbr-section-subtitle {
  color: #626262;
}
.cid-suK1ie1WHu .button-align {
  width: 100%;
}
.cid-suK1ie1WHu .mbr-text {
  padding-top: 10px;
}
.cid-suK1kccC7K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-suK1kccC7K .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suK1kccC7K .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-suK1kccC7K .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-suK1kccC7K .row {
  align-items: center;
  height: 100%;
}
.cid-suK1kccC7K .col-10 {
  margin: auto;
}
.cid-suK1l2A2wj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1l2A2wj .card-wrapper {
  background: #f2f2f2;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-suK1l2A2wj .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-suK1l2A2wj .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-suK1l2A2wj .row {
  justify-content: center;
}
.cid-suK1l2A2wj .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-suK1l2A2wj .item {
    padding-bottom: 25px;
  }
}
.cid-suK1le9exR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-suK1le9exR .container {
    max-width: 1400px;
  }
}
.cid-suK1le9exR .card-wrapper {
  padding: 15px;
  background: #ffffff;
  display: inline-flex;
  margin: 25px 0;
}
.cid-suK1le9exR .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-suK1le9exR .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-right: 0.8rem;
  height: 100%;
}
.cid-suK1le9exR .row {
  align-items: center;
}
.cid-suK1le9exR .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-suK1le9exR .card-text {
  color: #313131;
}
.cid-suK1le9exR .col {
  padding: 0;
}
.cid-suK1le9exR .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
  text-align: center;
}
.cid-suK1le9exR .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-suK1lHxdvV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-suK1lHxdvV .container {
    max-width: 1400px;
  }
}
.cid-suK1lHxdvV .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-suK1lHxdvV .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-suK1lHxdvV .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-suK1lHxdvV .row {
  justify-content: center;
}
.cid-suK1lHxdvV img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-suK1lHxdvV .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-suK1m1nsPh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1m1nsPh .card-wrapper {
  background: none;
}
.cid-suK1m1nsPh .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-suK1m1nsPh .row .row {
    flex-direction: column-reverse;
  }
  .cid-suK1m1nsPh .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-suK1m1nsPh .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suK1m1nsPh .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-suK1m1nsPh .mbr-section-title {
  margin: 0;
}
.cid-suK1mcuGW9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1mcuGW9 .item-wrapper {
  width: 100%;
}
.cid-suK1mcuGW9 .left-side {
  text-align: left;
}
.cid-suK1mcuGW9 .row {
  align-items: center;
}
@media (max-width: 9090px) {
  .cid-suK1mcuGW9 .item-wrapper {
    padding-top: 20px;
  }
}
.cid-suK1mcuGW9 .mbr-section-subtitle {
  color: #626262;
  padding-top: 20px;
  margin-top: 0;
}
.cid-suK1mcuGW9 .mbr-section-title {
  color: #000000;
}
.cid-suK1mcuGW9 .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-suK1mcuGW9 .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-suK1mcuGW9 img,
.cid-suK1mcuGW9 .item-img {
  width: 100%;
  height: auto;
}
.cid-suK1mcuGW9 .mbr-text {
  padding-top: 10px;
}
.cid-suK1muaOrX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1muaOrX .card-wrapper {
  border-radius: 4px;
  background: #8caff0;
}
@media (min-width: 992px) {
  .cid-suK1muaOrX .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-suK1muaOrX .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-suK1muaOrX .text-box {
    padding: 2rem;
  }
}
.cid-suK1muaOrX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suK1muaOrX .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-suK1muaOrX .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #ff2b09;
  opacity: 0;
}
.cid-suK1muaOrX .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-suK1muaOrX .small-img {
  width: 40%;
  margin: auto;
}
.cid-suK1muaOrX .text-box {
  text-align: center;
}
.cid-suK1muaOrX .mbr-section-title {
  text-align: center;
}
.cid-suK1muaOrX .mbr-text {
  padding-top: 10px;
}
.cid-suK1muaOrX .mbr-section-subtitle {
  color: #626262;
}
.cid-suK1muaOrX .text-white:hover {
  color: #000000 !important;
}
.cid-suK1mLVrED {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1mLVrED .card-wrapper {
  border-radius: 4px;
  background: #f2f2f2;
}
@media (min-width: 992px) {
  .cid-suK1mLVrED .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-suK1mLVrED .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-suK1mLVrED .text-box {
    padding: 2rem;
  }
}
.cid-suK1mLVrED .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suK1mLVrED .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out;
}
.cid-suK1mLVrED .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #ff2b09;
  opacity: 0;
}
.cid-suK1mLVrED .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-suK1mLVrED .small-img {
  width: 40%;
  margin: auto;
}
.cid-suK1mLVrED .text-box {
  text-align: center;
}
.cid-suK1mLVrED .mbr-section-title {
  padding-top: 1rem;
}
.cid-suK1mLVrED .mbr-link {
  padding-top: 1rem;
  position: relative;
}
.cid-suK1mLVrED a {
  font-weight: 700;
}
.cid-suK1mLVrED .text-primary {
  color: #626262 !important;
}
.cid-suK1mZnXzO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1mZnXzO .item-wrapper {
  width: 100%;
}
.cid-suK1mZnXzO .left-side {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
}
.cid-suK1mZnXzO .row {
  align-items: stretch;
}
@media (max-width: 600px) {
  .cid-suK1mZnXzO .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-suK1mZnXzO .mbr-section-title {
    margin-top: 25px;
  }
  .cid-suK1mZnXzO .left-side {
    padding: 1rem;
  }
}
.cid-suK1mZnXzO .mbr-section-subtitle {
  padding-top: 0px;
}
.cid-suK1mZnXzO .mbr-section-btn {
  border: 2px solid #ff2b09;
}
.cid-suK1mZnXzO .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-suK1mZnXzO .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out;
}
.cid-suK1mZnXzO .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #ff2b09;
  opacity: 1;
}
.cid-suK1mZnXzO .lin:hover {
  color: #ff2b09;
}
.cid-suK1mZnXzO .mbr-link {
  text-align: left;
  margin-top: 1rem;
}
.cid-suK1mZnXzO a {
  font-weight: 700;
}
.cid-suK1mZnXzO .text-primary {
  color: #626262 !important;
}
.cid-suK3KIQk0T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK3KIQk0T img {
  border-radius: 0px;
  padding-bottom: 16px;
}
.cid-suK3KIQk0T .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-suK3KIQk0T .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 2px;
}
.cid-suK3KIQk0T .right {
  display: flex;
  flex-direction: column;
}
.cid-suK3KIQk0T .button-align {
  width: 100%;
  padding-top: 10px;
}
.cid-suK3KIQk0T .p {
  padding-bottom: 10px;
}
.cid-suK3KIQk0T .heading {
  margin: 0;
  padding-bottom: 100px;
  text-align: center;
}
.cid-suK3KIQk0T .card-heading {
  padding-bottom: 12px;
}
.cid-suK3KIQk0T .mbr-section-btn {
  margin-top: 0;
}
.cid-suK3LA7uaj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/naturalm4/assets/images/background12.jpg");
}
.cid-suK3LA7uaj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suK3LA7uaj .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-suK3LA7uaj .mbr-section-subtitle {
  color: #626262;
  text-align: left;
  margin: 0;
  padding-top: 1rem;
}
.cid-suK3LA7uaj .mbr-fullscreen {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
}
.cid-suK3LA7uaj .button-align {
  width: 100%;
}
.cid-suK3LA7uaj .mbr-text {
  padding-top: 10px;
}
.cid-suK3Iv2zLc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK3Iv2zLc .card {
  padding: 12.5rem 0;
  background: #f2f2f2;
  border-radius: 0;
}
.cid-suK3Iv2zLc .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out;
}
.cid-suK3Iv2zLc .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #ff2b09;
  opacity: 0;
}
.cid-suK3Iv2zLc .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-suK3Iv2zLc .mbr-link {
  text-align: center;
  margin-top: 1rem;
}
.cid-suK3Iv2zLc a {
  font-weight: 700;
}
.cid-suK3Iv2zLc .text-primary {
  color: #626262 !important;
}
.cid-suK3u2fdGR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-suK3u2fdGR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suK3u2fdGR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-suK3u2fdGR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-suK3u2fdGR .row {
  align-items: center;
  height: 100%;
}
.cid-suK3u2fdGR .col-10 {
  margin: auto;
}
.cid-suK1qDoPnQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1qDoPnQ img {
  border-radius: 0px;
  padding-bottom: 16px;
}
.cid-suK1qDoPnQ .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 15px;
}
.cid-suK1qDoPnQ .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-bottom: 2px;
}
.cid-suK1qDoPnQ .right {
  display: flex;
  flex-direction: column;
}
.cid-suK1qDoPnQ .heading {
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
  text-align: center;
}
.cid-suK1qDoPnQ .card-heading {
  padding-bottom: 12px;
}
.cid-suK1qDoPnQ .p {
  padding-bottom: 20px;
}
.cid-suK1qDoPnQ .last-p {
  padding-bottom: 0;
}
.cid-suK1qWJNrN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-suK1qWJNrN img {
  border-radius: 0px;
}
.cid-suK1qWJNrN .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-suK1qWJNrN .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-suK1qWJNrN .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-suK1qWJNrN .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-suK1qWJNrN .right {
  display: flex;
  flex-direction: column;
}
.cid-suK1qWJNrN .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-suK1qWJNrN .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-suK1qWJNrN .card-heading {
  padding-top: 0;
}
.cid-suK1qWJNrN .mbr-text {
  padding-top: 10px;
}
.cid-suK4k1ZrM5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-suK4k1ZrM5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suK4k1ZrM5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-suK4k1ZrM5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-suK4k1ZrM5 .row {
  align-items: center;
  height: 100%;
}
.cid-suK4k1ZrM5 .col-10 {
  margin: auto;
}
.cid-suK1qe3Hb5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-suK1qe3Hb5 .card {
  padding: 5rem 0;
  background: #f2f2f2;
  margin: auto;
  border-radius: 0;
}
.cid-suK1qe3Hb5 .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-suK1qe3Hb5 .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #ff2b09;
  opacity: 0;
}
.cid-suK1qe3Hb5 .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-suK1qe3Hb5 .mbr-link {
  text-align: center;
  margin-top: 1rem;
}
.cid-suK1qe3Hb5 .mbr-section-title {
  color: #000000;
}
.cid-suK1qe3Hb5 .col-10 {
  margin: auto;
}
.cid-suK1rb1tMb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1rb1tMb img {
  border-radius: 0px;
}
.cid-suK1rb1tMb .mbr-section-title {
  color: #000000;
  padding-top: 0.4rem;
}
.cid-suK1rb1tMb .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-suK1rb1tMb .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-suK1rb1tMb .heading {
  padding-bottom: 40px;
}
@media (max-width: 1400px) {
  .cid-suK1rb1tMb img {
    margin-top: 60px;
  }
}
.cid-suK1tj1IUS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-suK1tj1IUS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suK1tj1IUS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-suK1tj1IUS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-suK1tj1IUS .row {
  align-items: center;
  height: 100%;
}
.cid-suK1tj1IUS .col-10 {
  margin: auto;
}
.cid-suK1tDwN9T {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-suK1tDwN9T .row {
  align-items: stretch;
  justify-content: center;
}
.cid-suK1tDwN9T .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-suK1tDwN9T .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  margin-bottom: 1rem;
}
.cid-suK1tDwN9T P {
  color: #000000;
}
.cid-suK1tDwN9T .row p:nth-last-child(-n+2) {
  margin-bottom: 0rem;
}
@media (max-width: 690px) {
  .cid-suK1tDwN9T .row p:nth-last-child(-n+2) {
    margin-bottom: 2rem;
  }
  .cid-suK1tDwN9T .row p:nth-last-child {
    margin-bottom: 0;
  }
}
.cid-suK1tSuC7T {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-suK1tSuC7T .row {
  align-items: stretch;
  justify-content: center;
}
.cid-suK1tSuC7T .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-suK1tSuC7T .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-suK1tSuC7T p {
  margin-bottom: 0;
}
.cid-suK1u6JgQ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/naturalm4/assets/images/background11.jpg");
}
.cid-suK1u6JgQ2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suK1u6JgQ2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-suK1u6JgQ2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-suK1u6JgQ2 .container {
  height: 50vh;
}
.cid-suK1u6JgQ2 .row {
  align-items: center;
  height: 100%;
}
.cid-suK1uuoLJY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-suK1uuoLJY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-suK1uuoLJY .row {
  flex-direction: row-reverse;
}
.cid-suK1uuoLJY img {
  width: 100%;
}
.cid-suK1uuoLJY .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-suK1uGr3BK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1uGr3BK img {
  border-radius: 0px;
}
.cid-suK1uGr3BK .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-suK1uGr3BK .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-suK1uGr3BK .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-suK1uGr3BK .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  .cid-suK1uGr3BK img {
    padding-top: 1rem;
  }
}
.cid-suK1uW4Q2B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1uW4Q2B .video-wrapper iframe {
  width: 100%;
}
.cid-suK1uW4Q2B .mbr-section-title,
.cid-suK1uW4Q2B .mbr-section-subtitle,
.cid-suK1uW4Q2B .mbr-text {
  text-align: center;
}
.cid-suK1uW4Q2B .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-suK1uW4Q2B .mbr-text {
  padding-top: 16px;
}
.cid-suK1vKot4f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-suK1vKot4f .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suK1vKot4f .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-suK1vKot4f .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-suK1vKot4f .row {
  align-items: center;
  height: 100%;
}
.cid-suK1vKot4f .col-10 {
  margin: auto;
}
.cid-suK1wHdmOW {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-suK1wHdmOW .carousel {
  width: 100%;
}
.cid-suK1wHdmOW .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-suK1wHdmOW .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-suK1wHdmOW .mbr-overlay {
  z-index: 1;
}
.cid-suK1wHdmOW .carousel-caption {
  bottom: 100px;
}
.cid-suK1wHdmOW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-suK1wHdmOW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-suK1wHdmOW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-suK1wHdmOW .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-suK1wHdmOW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-suK1wHdmOW .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-suK1wHdmOW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-suK1wHdmOW .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-suK1wHdmOW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suK1wHdmOW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-suK1wHdmOW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-suK1wHdmOW .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  margin-bottom: 3rem !important;
  justify-content: flex-start;
  bottom: 0;
}
.cid-suK1wHdmOW .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ff2b09;
}
.cid-suK1wHdmOW .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #ff2b09;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-suK1wHdmOW .carousel-indicators li:hover {
  opacity: 1;
}
.cid-suK1wHdmOW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-suK1wHdmOW .carousel-indicators {
    display: none !important;
  }
}
.cid-suK1wHdmOW ol {
  margin: 50px;
}
.cid-suK1wHdmOW .middle {
  position: absolute;
  bottom: 400%;
  width: 100%;
  z-index: 10;
}
.cid-suK1wHdmOW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-suK1wHdmOW .mbr-section-text {
  color: #232323;
  text-align: left;
}
.cid-suK1wHdmOW .mbr-section-title {
  color: #000000;
}
.cid-suK1wT58w9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1wT58w9 .mbr-overlay {
  z-index: 1;
}
.cid-suK1wT58w9 .carousel,
.cid-suK1wT58w9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-suK1wT58w9 .item-wrapper {
  width: 100%;
}
.cid-suK1wT58w9 .carousel-caption {
  bottom: 11rem;
}
.cid-suK1wT58w9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-suK1wT58w9 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-suK1wT58w9 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-suK1wT58w9 .container .carousel-indicators {
  bottom: 10px;
  position: absolute;
}
.cid-suK1wT58w9 .carousel-control {
  display: none;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-suK1wT58w9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suK1wT58w9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-suK1wT58w9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-suK1wT58w9 .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  margin-bottom: 1.5rem !important;
}
.cid-suK1wT58w9 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ff2b09;
}
.cid-suK1wT58w9 .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #ff2b09;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-suK1wT58w9 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-suK1wT58w9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-suK1wT58w9 .button-align {
  width: 100%;
}
.cid-suK1wT58w9 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-suK1wT58w9 .mbr-section-subtitle,
.cid-suK1wT58w9 .button-align {
  text-align: left;
  color: #626262;
}
.cid-suK1wT58w9 .mbr-text {
  padding-top: 10px;
}
@media (min-width: 600px) and (max-width: 990px) {
  .cid-suK1wT58w9 .carousel-caption {
    bottom: 5rem;
  }
  .cid-suK1wT58w9 .carousel-indicators {
    bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-suK1wT58w9 .carousel-caption {
    display: none;
  }
  .cid-suK1wT58w9 .carousel-indicators {
    display: none;
  }
}
.cid-suK1wT58w9 .mbr-text,
.cid-suK1wT58w9 .button-align {
  color: #000000;
  text-align: left;
}
.cid-suK1x6iWlG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1x6iWlG .mbr-overlay {
  z-index: 1;
}
.cid-suK1x6iWlG .carousel,
.cid-suK1x6iWlG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-suK1x6iWlG .item-wrapper {
  width: 100%;
}
.cid-suK1x6iWlG .carousel-caption {
  bottom: 40px;
}
.cid-suK1x6iWlG .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-suK1x6iWlG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-suK1x6iWlG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-suK1x6iWlG .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-suK1x6iWlG span {
  font-size: 50px;
}
.cid-suK1x6iWlG .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-suK1x6iWlG .mobi-mbri-arrow-next:hover {
  color: #ff2b09;
}
.cid-suK1x6iWlG .mobi-mbri-arrow-prev:hover {
  color: #ff2b09;
}
.cid-suK1x6iWlG .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-suK1x6iWlG .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-suK1x6iWlG .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-suK1y1POEw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-suK1y1POEw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suK1y1POEw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-suK1y1POEw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-suK1y1POEw .row {
  align-items: center;
  height: 100%;
}
.cid-suK1y1POEw .col-10 {
  margin: auto;
}
.cid-suK1zbFxl7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-suK1zbFxl7 .mbr-text {
  margin: 0;
  color: #626262;
}
.cid-suK1zbFxl7 .mbr-section-title {
  padding-bottom: 17px;
}
.cid-suK1zbFxl7 .mbr-section-subtitle {
  padding-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
}
.cid-suK1zbFxl7 .text-element {
  padding: 2rem;
  padding-top: 0;
  background-color: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-suK1zbFxl7 .row-element,
.cid-suK1zbFxl7 .image-element {
  padding: 0;
}
.cid-suK1zbFxl7 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suK1zbFxl7 .image-element .img-wrap {
  width: 100% !important;
}
.cid-suK1zbFxl7 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-suK1zbFxl7 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suK1zbFxl7 .carousel-item.active,
.cid-suK1zbFxl7 .carousel-item-next,
.cid-suK1zbFxl7 .carousel-item-prev {
  display: flex;
}
.cid-suK1zbFxl7 .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
}
.cid-suK1zbFxl7 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ff2b09;
}
.cid-suK1zbFxl7 .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #ff2b09;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-suK1zbFxl7 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-suK1zbFxl7 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-suK1zbFxl7 .carousel-controls {
    display: none;
  }
  .cid-suK1zbFxl7 .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-suK1zbFxl7 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-suK1zbFxl7 .carousel-controls a:hover span {
    opacity: 1;
  }
}
@media (max-width: 540px) {
  .cid-suK1zbFxl7 .text-element {
    padding: 1rem;
  }
  .cid-suK1zbFxl7 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suK1zbFxl7 .image-element {
    min-width: 50%;
  }
  .cid-suK1zbFxl7 .media-container-row {
    width: 100%;
  }
}
.cid-suK1znMnjM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-suK1znMnjM .carousel,
.cid-suK1znMnjM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-suK1znMnjM .item-wrapper {
  width: 100%;
}
.cid-suK1znMnjM .carousel-caption {
  bottom: 40px;
}
.cid-suK1znMnjM .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-suK1znMnjM .mobi-mbri-arrow-next:hover {
  color: #ff2b09;
}
.cid-suK1znMnjM .mobi-mbri-arrow-prev:hover {
  color: #ff2b09;
}
.cid-suK1znMnjM .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
@media (min-width: 990px) {
  .cid-suK1znMnjM .mobi-mbri-arrow-next {
    margin-left: -50px;
  }
  .cid-suK1znMnjM .mobi-mbri-arrow-prev {
    margin-right: -50px;
  }
}
.cid-suK1znMnjM .carousel-indicators {
  display: none;
}
.cid-suK1znMnjM .text-content {
  width: 100%;
}
.cid-suK1znMnjM .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  transition: all 0.3s;
}
.cid-suK1znMnjM .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-suK1znMnjM .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-suK1znMnjM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-suK1znMnjM .left-side {
  text-align: left;
}
.cid-suK1znMnjM .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-suK1znMnjM .carousel-control {
    display: none;
  }
}
.cid-suK1znMnjM .mbr-section-subtitle {
  color: #000000;
  text-transform: uppercase;
}
.cid-suK1znMnjM .mbr-text {
  color: #626262;
  padding-top: 10px;
}
.cid-suK1zD5i23 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1zD5i23 .item-wrapper {
  width: 100%;
}
.cid-suK1zD5i23 .left-side {
  text-align: left;
  padding: 5rem;
}
.cid-suK1zD5i23 .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-suK1zD5i23 .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-suK1zD5i23 .mbr-section-title {
    margin-top: 25px;
  }
  .cid-suK1zD5i23 .left-side {
    padding: 1rem;
  }
}
.cid-suK1zD5i23 .mbr-section-subtitle {
  color: #000000;
  text-transform: uppercase;
}
.cid-suK1zD5i23 .mbr-text {
  color: #626262;
  padding-top: 10px;
}
.cid-suK1zXvbTw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1zXvbTw .item-wrapper {
  width: 100%;
}
.cid-suK1zXvbTw .left-side {
  text-align: left;
  padding: 5rem;
}
.cid-suK1zXvbTw .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-suK1zXvbTw .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-suK1zXvbTw .mbr-section-title {
    margin-top: 25px;
  }
  .cid-suK1zXvbTw .rating {
    padding-top: 20px;
  }
  .cid-suK1zXvbTw .left-side {
    padding: 2rem 1rem;
  }
}
.cid-suK1zXvbTw .mbr-section-subtitle {
  color: #000000;
}
.cid-suK1zXvbTw .mbr-text {
  color: #626262;
  padding-top: 10px;
}
.cid-suK1zXvbTw .row {
  flex-direction: row-reverse;
}
.cid-suK1zXvbTw .iconfont-wrapper {
  display: flex;
  justify-content: center;
}
.cid-suK1AcFVw8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1AcFVw8 .item-wrapper {
  width: 100%;
}
.cid-suK1AcFVw8 .left-side {
  text-align: left;
  width: 100%;
}
.cid-suK1AcFVw8 .row {
  align-items: center;
}
.cid-suK1AcFVw8 .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-suK1AcFVw8 .mbr-section-title {
  color: #000000;
  padding-bottom: 0px;
}
.cid-suK1AcFVw8 .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-suK1AcFVw8 .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-suK1AcFVw8 img,
.cid-suK1AcFVw8 .item-img {
  margin: auto;
  width: auto;
}
.cid-suK1AcFVw8 .lin {
  position: relative;
  display: inline;
  text-transform: uppercase;
  margin: 1.25rem 0.8rem 15px 0;
  transition: all 0.2s ease-in-out;
}
.cid-suK1AcFVw8 .lin:hover {
  color: #ff2b09;
}
.cid-suK1AcFVw8 .mbr-link {
  text-align: left;
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
}
@media (max-width: 600px) {
  .cid-suK1AcFVw8 .mbr-link {
    padding-bottom: 20px;
  }
  .cid-suK1AcFVw8 .right-side {
    padding: 15px;
  }
}
.cid-suK1AcFVw8 P {
  text-align: left;
}
.cid-suK1AcFVw8 .align {
  width: 100%;
  padding: 15px 0;
}
.cid-suK1AcFVw8 a {
  font-weight: bold;
}
.cid-suK1AcFVw8 .mbr-text {
  padding-top: 10px;
}
.cid-suK1AcFVw8 .right-side {
  padding-right: 5rem;
}
.cid-suK1AcFVw8 .text-primary {
  color: #000000 !important;
}
.cid-suK1Au7mOk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-suK1Au7mOk .item-wrapper {
  width: 100%;
}
.cid-suK1Au7mOk .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-suK1Au7mOk .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-suK1Au7mOk .mbr-section-title {
    margin-top: 25px;
  }
}
.cid-suK1Au7mOk .mbr-section-subtitle {
  color: #000000;
  text-transform: uppercase;
}
.cid-suK1Au7mOk .mbr-text {
  color: #626262;
  padding-top: 10px;
}
.cid-suK1Au7mOk .mbr-section-btn {
  border: 2px solid #ff2b09;
}
.cid-suK1Au7mOk .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-suK1Au7mOk .text {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-suK1AL7I2w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1AL7I2w img {
  width: 120px;
  padding: 5px;
}
.cid-suK1AL7I2w .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-suK1AL7I2w .card {
    max-width: 12.5%;
  }
}
.cid-suK1AL7I2w .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 60px;
}
.cid-suK1AL7I2w .mbr-text {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-suK1BXuGSY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-suK1BXuGSY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suK1BXuGSY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-suK1BXuGSY .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-suK1BXuGSY .row {
  align-items: center;
  height: 100%;
}
.cid-suK1BXuGSY .col-10 {
  margin: auto;
}
.cid-suK1DcZldQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1DcZldQ img,
.cid-suK1DcZldQ .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-suK1DcZldQ .item:focus,
.cid-suK1DcZldQ span:focus {
  outline: none;
}
.cid-suK1DcZldQ .item {
  cursor: pointer;
}
.cid-suK1DcZldQ .item-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-suK1DcZldQ .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-suK1DcZldQ .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  padding-top: 30px;
}
.cid-suK1DcZldQ .lin {
  position: relative;
  color: #000000;
  margin-bottom: 0;
}
.cid-suK1DcZldQ .lin:hover {
  color: #ff2b09;
}
.cid-suK1DcZldQ img {
  padding-bottom: 20px;
}
.cid-suK1DcZldQ .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  .cid-suK1DcZldQ img {
    padding-top: 20px;
  }
  .cid-suK1DcZldQ .mbr-section-title {
    padding: 0;
  }
}
.cid-suK1DcZldQ .address {
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
.cid-suK1DcZldQ .address:hover {
  color: #ff2b09;
}
.cid-suK1DcZldQ .text-primary {
  color: #000000 !important;
}
.cid-suK1DArggL .google-map {
  filter: grayscale(0.9);
  height: 34rem;
  position: relative;
}
.cid-suK1DArggL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-suK1DArggL .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-suK1DArggL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-suK1DArggL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-suK1EGBjSw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-suK1EGBjSw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suK1EGBjSw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-suK1EGBjSw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-suK1EGBjSw .row {
  align-items: center;
  height: 100%;
}
.cid-suK1EGBjSw .col-10 {
  margin: auto;
}
.cid-suK1G0YqSQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1G0YqSQ .item-wrapper {
  width: 100%;
}
.cid-suK1G0YqSQ .left-side {
  text-align: left;
  width: 100%;
  padding-right: 5rem;
}
.cid-suK1G0YqSQ .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-suK1G0YqSQ .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-suK1G0YqSQ .mbr-section-title {
    margin-top: 25px;
  }
  .cid-suK1G0YqSQ .form-row {
    padding-top: 10px;
  }
}
.cid-suK1G0YqSQ .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-suK1G0YqSQ .mbr-link {
  width: 100%;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-suK1G0YqSQ .mbr-section-title {
  color: #000000;
  padding-bottom: 0px;
}
.cid-suK1G0YqSQ .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-suK1G0YqSQ img,
.cid-suK1G0YqSQ .item-img {
  margin: auto;
  width: auto;
}
.cid-suK1G0YqSQ .lin {
  color: #000000;
  display: inline;
  margin: 0rem 0.5rem 0px 0;
  transition: all 0.2s ease-in-out;
}
.cid-suK1G0YqSQ .lin:hover {
  color: #ff2b09;
}
.cid-suK1G0YqSQ .address:hover {
  color: #ff2b09;
}
.cid-suK1G0YqSQ .bottom {
  text-transform: uppercase;
  display: inline;
}
.cid-suK1G0YqSQ p {
  margin-bottom: 0.5rem;
}
.cid-suK1G0YqSQ .col-auto {
  padding: 0;
  margin-top: 20px;
}
.cid-suK1G0YqSQ input {
  padding: 25px 30px;
  margin: 0;
  border-radius: 0;
  border: 0px;
  outline: 2px solid #cdcdcb;
}
.cid-suK1G0YqSQ textarea {
  padding: 25px 30px;
  margin: 0;
  border-radius: 0;
  border: 0px;
  outline: 2px solid #cdcdcb;
}
.cid-suK1G0YqSQ .form-group {
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.cid-suK1G0YqSQ a {
  font-weight: bold;
}
.cid-suK1G0YqSQ .p {
  display: block;
}
@media (max-width: 990px) {
  .cid-suK1G0YqSQ .first {
    border-bottom: 0px;
  }
  .cid-suK1G0YqSQ .left-side {
    padding: 15px;
  }
  .cid-suK1G0YqSQ .row .right-side {
    padding: 15px 15px 0 15px;
  }
}
.cid-suK1G0YqSQ .form-control:hover {
  outline: 2px solid #cdcdcb;
}
.cid-suK1G0YqSQ .form-control:focus {
  outline: 2px solid #cdcdcb;
}
.cid-suK1G0YqSQ .right-side {
  padding-right: 5rem;
  padding-left: 4rem;
}
.cid-suK1G0YqSQ .address {
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
.cid-suK1G0YqSQ .address a {
  font-weight: 400;
}
.cid-suK1G0YqSQ .form-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-suK1G0YqSQ .text-primary {
  color: #000000 !important;
}
.cid-suK1HqAqHO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-suK1HqAqHO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suK1HqAqHO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-suK1HqAqHO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-suK1HqAqHO .row {
  align-items: center;
  height: 100%;
}
.cid-suK1HqAqHO .col-10 {
  margin: auto;
}
.cid-suK1Jqj9dI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1Jqj9dI .item-wrapper {
  width: 100%;
}
.cid-suK1Jqj9dI .left-side {
  text-align: left;
  padding: 0 5rem 0 8rem;
}
.cid-suK1Jqj9dI .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-suK1Jqj9dI .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-suK1Jqj9dI .mbr-section-title {
  text-align: left;
}
.cid-suK1Jqj9dI .mbr-section-subtitle {
  color: #626262;
  margin: 0;
  text-align: left;
  padding-top: 9px;
}
.cid-suK1Jqj9dI .panel-text {
  margin-bottom: 2.5rem;
  border: 0px;
}
.cid-suK1Jqj9dI span {
  color: #ff2b09;
  float: right;
  margin-top: 2px;
}
.cid-suK1Jqj9dI .panel-title-edit {
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  padding: 24px 0;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #313131;
}
.cid-suK1Jqj9dI .card:last-child {
  border-bottom: 1px solid #313131;
}
.cid-suK1Jqj9dI .card-header {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0;
}
.cid-suK1Jqj9dI .card {
  border-radius: 0;
}
.cid-suK1Jqj9dI .card:first-child {
  padding-top: 2rem;
}
@media (max-width: 1400px) {
  .cid-suK1Jqj9dI img {
    margin-top: 25px;
  }
}
@media (max-width: 990px) {
  .cid-suK1Jqj9dI .left-side {
    padding: 15px;
  }
}
.cid-suK1KhkZ82 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-suK1KhkZ82 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-suK1KhkZ82 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-suK1KhkZ82 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-suK1KhkZ82 .row {
  align-items: center;
  height: 100%;
}
.cid-suK1KhkZ82 .col-10 {
  margin: auto;
}
.cid-suK1L2revj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1L2revj img,
.cid-suK1L2revj .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-suK1L2revj .item:focus,
.cid-suK1L2revj span:focus {
  outline: none;
}
.cid-suK1L2revj .item {
  cursor: pointer;
  padding-top: 20px;
}
.cid-suK1L2revj .item-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-suK1L2revj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-suK1L2revj .mbr-section-title {
  padding: 0;
  padding-bottom: 80px;
  margin: 0;
  color: #000000;
}
.cid-suK1L2revj .item-title {
  text-transform: uppercase;
  margin: 0 20px;
}
.cid-suK1L2revj .price {
  margin: 0 20px 36px;
}
.cid-suK1L2revj .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-suK1Lh9FJT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1Lh9FJT img,
.cid-suK1Lh9FJT .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-suK1Lh9FJT .item:focus,
.cid-suK1Lh9FJT span:focus {
  outline: none;
}
.cid-suK1Lh9FJT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-suK1Lh9FJT .item-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-suK1Lh9FJT .mbr-section-title {
  padding: 0;
  padding-bottom: 100px;
  margin: 0;
  color: #000000;
}
.cid-suK1Lh9FJT .item-title {
  text-transform: uppercase;
  margin: 0 20px;
}
.cid-suK1Lh9FJT .price {
  margin: 0 20px 36px;
}
.cid-suK1Lh9FJT .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-suK1LvyJlF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1LvyJlF .item-wrapper {
  width: 100%;
}
.cid-suK1LvyJlF .left-side {
  text-align: left;
}
.cid-suK1LvyJlF .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-suK1LvyJlF .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-suK1LvyJlF .mbr-section-title {
    margin-top: 25px;
  }
  .cid-suK1LvyJlF .item-wrapper {
    padding-top: 15px;
  }
  .cid-suK1LvyJlF .right-side {
    padding: 15px;
  }
}
.cid-suK1LvyJlF .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
  font-style: italic;
}
.cid-suK1LvyJlF .mbr-section-title {
  color: #000000;
  padding-bottom: 0px;
}
.cid-suK1LvyJlF .item-title {
  text-transform: uppercase;
  margin: 0 20px;
}
.cid-suK1LvyJlF .price {
  margin: 0 20px 36px;
}
.cid-suK1LvyJlF .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-suK1LvyJlF img,
.cid-suK1LvyJlF .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-suK1LvyJlF .mbr-text {
  padding-top: 10px;
}
.cid-suK1LvyJlF .right-side {
  padding-right: 5rem;
}
.cid-suK1LLlWHH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1LLlWHH img,
.cid-suK1LLlWHH .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-suK1LLlWHH .item:focus,
.cid-suK1LLlWHH span:focus {
  outline: none;
}
.cid-suK1LLlWHH .item {
  cursor: pointer;
}
.cid-suK1LLlWHH .item-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-suK1LLlWHH .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-suK1LLlWHH .price {
  margin-bottom: 36px;
}
.cid-suK1LLlWHH .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-suK1LLlWHH .mbr-text {
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 0;
}
.cid-suK1LLlWHH .mbr-section-title {
  margin: 0;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  .cid-suK1LLlWHH .item {
    padding-bottom: 20px;
  }
}
.cid-suK1M0f6vd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suK1M0f6vd .item-wrapper {
  width: auto;
  position: relative;
  display: inline-block;
}
.cid-suK1M0f6vd .left-side {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-suK1M0f6vd .row {
  align-items: center;
}
.cid-suK1M0f6vd img {
  max-height: 400px;
  width: auto;
}
@media (max-width: 600px) {
  .cid-suK1M0f6vd .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-suK1M0f6vd .mbr-section-title {
    margin-top: 25px;
  }
  .cid-suK1M0f6vd .mbr-link {
    padding-bottom: 30px;
  }
  .cid-suK1M0f6vd img {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .cid-suK1M0f6vd .right-side {
    padding: 15px;
  }
}
.cid-suK1M0f6vd .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-suK1M0f6vd .mbr-section-title {
  color: #000000;
  padding-bottom: 0px;
}
.cid-suK1M0f6vd .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-suK1M0f6vd .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out;
}
.cid-suK1M0f6vd .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #ff2b09;
  opacity: 1;
}
.cid-suK1M0f6vd .lin:hover {
  color: #ff2b09;
}
.cid-suK1M0f6vd .mbr-link {
  text-align: left;
  margin-top: 1rem;
}
.cid-suK1M0f6vd .price {
  margin: 0 20px 36px;
}
.cid-suK1M0f6vd .item-title {
  text-transform: uppercase;
  margin: 0 20px;
}
.cid-suK1M0f6vd .mbr-text {
  padding-top: 10px;
}
.cid-suK1M0f6vd .right-side {
  padding-right: 5rem;
}
.cid-suK1M0f6vd .text-primary {
  color: #626262 !important;
}
.cid-suK1M0f6vd a {
  font-weight: 700;
  text-transform: uppercase;
}
.cid-suK1MjYxEa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-suK1MjYxEa .list-group-item {
  background-color: transparent;
  padding: 0;
}
.cid-suK1MjYxEa .plan-body {
  padding-bottom: 2rem;
  padding: 0;
}
.cid-suK1MjYxEa .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding: 0;
}
.cid-suK1MjYxEa .price {
  color: #000000;
}
.cid-suK1MjYxEa .plan {
  word-break: break-word;
  background-color: #ffffff;
  padding: 6rem 2.5rem 6.25rem;
}
.cid-suK1MjYxEa .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-suK1MjYxEa .plan {
    margin-bottom: 2rem;
  }
}
.cid-suK1MjYxEa .price-term {
  color: #626262;
  padding-bottom: 1.8rem;
  margin: 0;
}
.cid-suK1MjYxEa .fourth {
  background: #e1efef;
}
.cid-suK1MjYxEa .third {
  background: #f2f2f2;
}
.cid-suK1MjYxEa .first {
  background: #e5e5ff;
}
.cid-suK1MjYxEa .second {
  background: #8caff0;
}
.cid-suK1MjYxEa .mbr-section-title {
  margin: 0;
  padding-bottom: 7rem;
}
.cid-suK1NnrAXX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-suK1NnrAXX input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-suK1NnrAXX a {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  word-break: normal;
  justify-content: center;
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
}
.cid-suK1NnrAXX a:hover {
  color: #ff2b09;
  background-color: rgba(0, 0, 0, 0);
}
.cid-suK1NnrAXX .mbr-section-subtitle {
  text-transform: uppercase;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.cid-suK1NnrAXX .mbr-text {
  color: #626262;
}
.cid-suK1NnrAXX .margin {
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .cid-suK1NnrAXX .distance {
    margin-top: 50px;
  }
}
@media (max-width: 960px) {
  .cid-suK1NnrAXX .long-distance {
    margin-top: 50px;
  }
}
.cid-suK1NnrAXX .mbr-section-title {
  color: #000000;
  text-transform: uppercase;
}
.cid-suK1NnrAXX .mbr-section-subtitle:hover {
  color: #ff2b09;
}
.cid-suK1NnrAXX .btn {
  white-space: nowrap;
}
.cid-suK1NnrAXX .text-primary {
  color: #000000 !important;
}
.cid-suK1NnrAXX .form-group {
  display: inline-block;
  margin-right: 10px;
}
.cid-suK1NnrAXX .footer4 {
  padding: 40px 0 40px;
}
