body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.53125rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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.9rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.5375rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.875rem 1.3125rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff4433 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #fab901 !important;
}
.bg-warning {
  background-color: #0746c0 !important;
}
.bg-danger {
  background-color: #5e5e5e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff4433 !important;
  border-color: #ff4433 !important;
  color: #ffffff !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: #db1200 !important;
  border-color: #db1200 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary .btn-success:hover {
  background-color: #ff4433;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #db1200 !important;
  border-color: #db1200 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #666666 !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: #bababa !important;
  border-color: #bababa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary .btn-success:hover {
  background-color: #ff4433;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #666666 !important;
  background-color: #bababa !important;
  border-color: #bababa !important;
}
.btn-info,
.btn-info:active {
  background-color: #fab901 !important;
  border-color: #fab901 !important;
  color: #ffffff !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: #a47901 !important;
  border-color: #a47901 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info .btn-success:hover {
  background-color: #ff4433;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a47901 !important;
  border-color: #a47901 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success .btn-success:hover {
  background-color: #ff4433;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0746c0 !important;
  border-color: #0746c0 !important;
  color: #ffffff !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: #04286c !important;
  border-color: #04286c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning .btn-success:hover {
  background-color: #ff4433;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #04286c !important;
  border-color: #04286c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5e5e5e !important;
  border-color: #5e5e5e !important;
  color: #ffffff !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: #333333 !important;
  border-color: #333333 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger .btn-success:hover {
  background-color: #ff4433;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !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: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white .btn-success:hover {
  background-color: #ff4433;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !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 .btn-success:hover {
  background-color: #ff4433;
}
.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: transparent;
  color: #ff4433;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #db1200 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4433 !important;
  border-color: #ff4433 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e5e5e5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bababa !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #666666 !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fab901;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a47901 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fab901 !important;
  border-color: #fab901 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0746c0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #04286c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0746c0 !important;
  border-color: #0746c0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5e5e5e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #333333 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5e5e5e !important;
  border-color: #5e5e5e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff4433 !important;
}
.text-secondary {
  color: #e5e5e5 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #fab901 !important;
}
.text-warning {
  color: #0746c0 !important;
}
.text-danger {
  color: #5e5e5e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cc1100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b2b2b2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4d4d4d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #946e01 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #03225e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2b2b2b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
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;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #ff4433;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fab901;
}
.alert-warning {
  background-color: #0746c0;
}
.alert-danger {
  background-color: #5e5e5e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff4433;
  border-color: #ff4433;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff4433;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff1c8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4e88f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9e9e9e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', 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: #ff4433 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #ff4433;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4433;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff4433;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  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: #ff4433;
  border-bottom-color: #ff4433;
}
.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: #ff4433 !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: #e5e5e5 !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='%23ff4433' %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 0.6s;
  font-weight: 500;
}
.btn {
  margin: 0;
}
body {
  font-family: Jost;
}
p {
  margin-bottom: 0;
}
.btn.btn-success:hover {
  background-color: #ff4433 !important;
  transition: all 0.2s ease-in-out;
  border-color: #ff4433 !important;
}
.btn.btn-success {
  border: none !important;
}
.cid-sBlaIDyFsF .navbar-dropdown {
  position: relative !important;
}
.cid-sBlaIDyFsF .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-sBlaIDyFsF .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sBlaIDyFsF .dropdown-item:hover,
.cid-sBlaIDyFsF .dropdown-item:focus {
  color: #ff4433 !important;
}
.cid-sBlaIDyFsF .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sBlaIDyFsF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBlaIDyFsF .nav-link {
  position: relative;
  padding: 0;
}
.cid-sBlaIDyFsF .container {
  display: flex;
  margin: auto;
}
.cid-sBlaIDyFsF .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBlaIDyFsF .dropdown-menu,
.cid-sBlaIDyFsF .navbar.opened {
  background: #ffffff !important;
}
.cid-sBlaIDyFsF .nav-item:focus,
.cid-sBlaIDyFsF .nav-link:focus {
  outline: none;
}
.cid-sBlaIDyFsF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBlaIDyFsF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBlaIDyFsF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBlaIDyFsF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBlaIDyFsF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBlaIDyFsF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBlaIDyFsF .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-sBlaIDyFsF .navbar.opened {
  transition: all 0.3s;
}
.cid-sBlaIDyFsF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBlaIDyFsF .navbar .navbar-logo img {
  width: auto;
}
.cid-sBlaIDyFsF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBlaIDyFsF .navbar.collapsed {
  justify-content: center;
}
.cid-sBlaIDyFsF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBlaIDyFsF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sBlaIDyFsF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBlaIDyFsF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBlaIDyFsF .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-sBlaIDyFsF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBlaIDyFsF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBlaIDyFsF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBlaIDyFsF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBlaIDyFsF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBlaIDyFsF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBlaIDyFsF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBlaIDyFsF .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-sBlaIDyFsF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBlaIDyFsF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBlaIDyFsF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBlaIDyFsF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBlaIDyFsF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBlaIDyFsF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBlaIDyFsF .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBlaIDyFsF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBlaIDyFsF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBlaIDyFsF .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBlaIDyFsF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBlaIDyFsF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBlaIDyFsF .dropdown-item.active,
.cid-sBlaIDyFsF .dropdown-item:active {
  background-color: transparent;
}
.cid-sBlaIDyFsF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBlaIDyFsF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBlaIDyFsF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBlaIDyFsF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBlaIDyFsF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBlaIDyFsF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBlaIDyFsF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBlaIDyFsF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBlaIDyFsF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBlaIDyFsF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sBlaIDyFsF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBlaIDyFsF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBlaIDyFsF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBlaIDyFsF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBlaIDyFsF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBlaIDyFsF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBlaIDyFsF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBlaIDyFsF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBlaIDyFsF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sBlaIDyFsF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBlaIDyFsF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBlaIDyFsF .navbar {
    height: 70px;
  }
  .cid-sBlaIDyFsF .navbar.opened {
    height: auto;
  }
  .cid-sBlaIDyFsF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBlaIDyFsF .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sBlaIDyFsF .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sBlaIDyFsF .nav-dropdown.link {
  font-weight: 600;
}
.cid-sBlaIDyFsF a {
  display: inline;
  font-weight: 600;
}
.cid-sBlaIDyFsF img {
  display: inline;
  padding-right: 10px;
}
.cid-sBlaIDyFsF .dropdown-toggle:after {
  display: none;
}
.cid-sBlaIDyFsF .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sBlaIDyFsF .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-sBlaIDyFsF .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sBlaIDyFsF .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sBlaIDyFsF .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBlaIDyFsF .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sBlaIDyFsF .btn {
  display: inline !important;
}
.cid-sBlaIDyFsF .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sBlaIDyFsF .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sBlaIDyFsF .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sBlaIDyFsF .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sBlaIDyFsF .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sBlaIDyFsF .link {
  font-weight: 600;
}
.cid-sBlaNf8x0x {
  padding-top: 21rem;
  padding-bottom: 21rem;
  background-image: url("https://mobirise.com/extensions/temperm5/assets/images/david-menidrey-d26p8nep9ku-unsplash-1920x1280.jpg");
}
.cid-sBlaNf8x0x .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.cid-sBlaNf8x0x .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sBlaNf8x0x .row {
  align-items: center;
  height: 100%;
}
.cid-sBlaNf8x0x h3 {
  padding: 20px 70px;
}
.cid-sBlaNf8x0x .rowbtn {
  justify-content: center;
}
.cid-sBlaNf8x0x .btn-secondary {
  border: none;
}
.cid-sBlaTj88uJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #272727;
}
.cid-sBlaTj88uJ .row {
  flex-direction: row-reverse;
}
.cid-sBlaTj88uJ img {
  width: 100%;
}
.cid-sBlaTj88uJ .container {
  max-width: initial;
}
.cid-sBlaTytf2x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #272727;
}
.cid-sBlaTytf2x .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sBlaTytf2x .team-card:hover {
  transform: translateY(-10px);
}
.cid-sBlaTytf2x .card-wrap {
  background: transparent;
}
.cid-sBlaTytf2x .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sBlaTytf2x .social-row {
  padding-top: 20px;
  text-align: center;
}
.cid-sBlaTytf2x .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #9a0712;
  transition: all 0.3s;
}
.cid-sBlaTytf2x .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #9a0712;
  font-size: 1.5rem;
}
.cid-sBlaTytf2x .social-row .soc-item:hover {
  background-color: #9a0712;
}
.cid-sBlaTytf2x .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sBlaTytf2x .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-sBlaTytf2x .content-wrap {
  padding: 0;
}
.cid-sBlaTytf2x .mbr-role {
  color: #a3a6b2;
  margin: 0;
  padding-top: 20px;
}
.cid-sBlaTytf2x .card-title {
  margin: 0;
  padding-top: 20px;
}
.cid-sBlaTytf2x .card-text {
  margin: 0;
  padding-top: 20px;
}
@media (max-width: 1000px) {
  .cid-sBlaTytf2x .social-row {
    margin-bottom: 25px;
  }
}
.cid-sBlaTytf2x .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sBlaTU2FjQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #272727;
}
.cid-sBlaTU2FjQ .video-wrapper iframe {
  width: 100%;
}
.cid-sBlaTU2FjQ .mbr-section-title,
.cid-sBlaTU2FjQ .mbr-section-subtitle,
.cid-sBlaTU2FjQ .mbr-text {
  text-align: center;
}
.cid-sBlaTU2FjQ .mbr-section-title {
  padding-bottom: 58px;
  margin-bottom: 0 !important;
  color: #ffffff;
}
.cid-sBldITGnBK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #272727;
}
.cid-sBldITGnBK .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sBldITGnBK .team-card:hover {
  transform: translateY(-10px);
}
.cid-sBldITGnBK .card-wrap {
  background: transparent;
}
.cid-sBldITGnBK .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sBldITGnBK .social-row {
  padding-top: 20px;
  text-align: center;
}
.cid-sBldITGnBK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #9a0712;
  transition: all 0.3s;
}
.cid-sBldITGnBK .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #9a0712;
  font-size: 1.5rem;
}
.cid-sBldITGnBK .social-row .soc-item:hover {
  background-color: #9a0712;
}
.cid-sBldITGnBK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sBldITGnBK .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-sBldITGnBK .content-wrap {
  padding: 0;
}
.cid-sBldITGnBK .mbr-role {
  color: #a3a6b2;
  margin: 0;
  padding-top: 20px;
}
.cid-sBldITGnBK .card-title {
  margin: 0;
  padding-top: 20px;
}
.cid-sBldITGnBK .card-text {
  margin: 0;
  padding-top: 20px;
}
@media (max-width: 1000px) {
  .cid-sBldITGnBK .social-row {
    margin-bottom: 25px;
  }
}
.cid-sBldITGnBK .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sBlh8rM7Py {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBlh8rM7Py .icons-menu {
  margin: auto;
  margin-bottom: 24px;
}
.cid-sBlh8rM7Py .navbar-nav {
  flex-direction: row;
  justify-content: center;
}
.cid-sBlh8rM7Py .nav-link {
  padding: 0 14px;
  font-weight: 500;
}
.cid-sBlh8rM7Py .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-sBlh8rM7Py .navbar-nav {
    flex-direction: column;
  }
  .cid-sBlh8rM7Py .nav-link {
    padding: 7px 0;
    text-align: center;
  }
}
.cid-sBlh8rM7Py a {
  transition: color .3s;
}
.cid-sBlh8rM7Py a.text-danger:hover,
.cid-sBlh8rM7Py a.text-danger:focus,
.cid-sBlh8rM7Py a.text-danger.active {
  color: #f7978f !important;
  transition: color .3s;
}
.cid-sBlh8rM7Py H5 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.cid-sBlaIDyFsF .navbar-dropdown {
  position: relative !important;
}
.cid-sBlaIDyFsF .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-sBlaIDyFsF .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sBlaIDyFsF .dropdown-item:hover,
.cid-sBlaIDyFsF .dropdown-item:focus {
  color: #ff4433 !important;
}
.cid-sBlaIDyFsF .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-sBlaIDyFsF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBlaIDyFsF .nav-link {
  position: relative;
  padding: 0;
}
.cid-sBlaIDyFsF .container {
  display: flex;
  margin: auto;
}
.cid-sBlaIDyFsF .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBlaIDyFsF .dropdown-menu,
.cid-sBlaIDyFsF .navbar.opened {
  background: #ffffff !important;
}
.cid-sBlaIDyFsF .nav-item:focus,
.cid-sBlaIDyFsF .nav-link:focus {
  outline: none;
}
.cid-sBlaIDyFsF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBlaIDyFsF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBlaIDyFsF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBlaIDyFsF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBlaIDyFsF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBlaIDyFsF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBlaIDyFsF .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-sBlaIDyFsF .navbar.opened {
  transition: all 0.3s;
}
.cid-sBlaIDyFsF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBlaIDyFsF .navbar .navbar-logo img {
  width: auto;
}
.cid-sBlaIDyFsF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBlaIDyFsF .navbar.collapsed {
  justify-content: center;
}
.cid-sBlaIDyFsF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBlaIDyFsF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBlaIDyFsF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sBlaIDyFsF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBlaIDyFsF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBlaIDyFsF .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-sBlaIDyFsF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBlaIDyFsF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBlaIDyFsF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBlaIDyFsF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBlaIDyFsF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBlaIDyFsF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBlaIDyFsF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBlaIDyFsF .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-sBlaIDyFsF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBlaIDyFsF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBlaIDyFsF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBlaIDyFsF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBlaIDyFsF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBlaIDyFsF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBlaIDyFsF .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBlaIDyFsF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBlaIDyFsF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBlaIDyFsF .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBlaIDyFsF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBlaIDyFsF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBlaIDyFsF .dropdown-item.active,
.cid-sBlaIDyFsF .dropdown-item:active {
  background-color: transparent;
}
.cid-sBlaIDyFsF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBlaIDyFsF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBlaIDyFsF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBlaIDyFsF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBlaIDyFsF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBlaIDyFsF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBlaIDyFsF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBlaIDyFsF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBlaIDyFsF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBlaIDyFsF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sBlaIDyFsF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBlaIDyFsF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBlaIDyFsF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBlaIDyFsF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBlaIDyFsF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBlaIDyFsF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBlaIDyFsF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBlaIDyFsF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBlaIDyFsF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sBlaIDyFsF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBlaIDyFsF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBlaIDyFsF .navbar {
    height: 70px;
  }
  .cid-sBlaIDyFsF .navbar.opened {
    height: auto;
  }
  .cid-sBlaIDyFsF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBlaIDyFsF .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sBlaIDyFsF .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sBlaIDyFsF .nav-dropdown.link {
  font-weight: 600;
}
.cid-sBlaIDyFsF a {
  display: inline;
  font-weight: 600;
}
.cid-sBlaIDyFsF img {
  display: inline;
  padding-right: 10px;
}
.cid-sBlaIDyFsF .dropdown-toggle:after {
  display: none;
}
.cid-sBlaIDyFsF .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sBlaIDyFsF .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-sBlaIDyFsF .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sBlaIDyFsF .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-sBlaIDyFsF .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-sBlaIDyFsF .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-sBlaIDyFsF .btn {
  display: inline !important;
}
.cid-sBlaIDyFsF .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-sBlaIDyFsF .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-sBlaIDyFsF .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sBlaIDyFsF .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sBlaIDyFsF .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sBlaIDyFsF .link {
  font-weight: 600;
}
.cid-sBlhcvQ505 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://mobirise.com/extensions/temperm5/assets/images/david-menidrey-d26p8nep9ku-unsplash-1920x1280.jpg");
}
.cid-sBlhcvQ505 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-sBlhcvQ505 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 0px;
  margin: 0;
  font-weight: 600;
}
.cid-sBlhcvQ505 .row {
  align-items: center;
  height: 100%;
}
.cid-sHLXTOZc5P {
  background-color: #ff695c;
}
.cid-sHLXTOZc5P .mbr-section-title {
  margin: 0;
  color: #000000;
  position: absolute;
  text-align: center;
  top: 50%;
  letter-spacing: 20px;
  font-weight: 600;
  width: 100%;
  padding: 0 60px;
}
.cid-sHLXTOZc5P .mbr-section-subtitle {
  color: #000000;
  position: absolute;
  text-align: left;
  left: 50%;
  top: 55%;
  padding: 60px;
  width: 50%;
}
.cid-sHLXTOZc5P span {
  color: #ffffff;
  font-weight: 600;
}
.cid-sHLXTOZc5P .image-wrapper {
  height: 100vh;
}
.cid-sHLXTOZc5P img {
  object-fit: cover;
  height: 100vh;
}
.cid-sHLXTOZc5P section {
  position: relative;
}
.cid-sHLXTOZc5P .container-fluid {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sHLXTOZc5P span {
    color: currentColor;
  }
  .cid-sHLXTOZc5P .mbr-section-title {
    color: #ffffff;
  }
  .cid-sHLXTOZc5P .mbr-section-subtitle {
    margin: auto;
    left: 0%;
    text-align: center;
    padding: 40px 20%;
    color: #ffffff;
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-sHLXTOZc5P .mbr-section-subtitle {
    padding: 40px 15px;
  }
  .cid-sHLXTOZc5P .mbr-section-title {
    padding: 0 15px;
  }
}
.cid-sHLXTOZc5P .row {
  padding: 0;
  margin: 0;
}
.cid-sHLXTOZc5P .col-12 {
  padding: 0;
  margin: 0;
}
@media (max-width: 770px) {
  .cid-sHLXTOZc5P .mbr-section-title {
    letter-spacing: 5px;
  }
}
.cid-sBlheO0JK8 {
  background-image: url("https://mobirise.com/extensions/temperm5/assets/images/image6.jpg");
}
.cid-sBlheO0JK8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBlheO0JK8 .mbr-section-title {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-sBlheO0JK8 .mbr-section-subtitle {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.cid-sBlheO0JK8 .mbr-fullscreen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 200px;
}
.cid-sHLXYTmzUl {
  background-color: #000000;
}
.cid-sHLXYTmzUl .row {
  align-items: center;
}
.cid-sHLXYTmzUl .mbr-section-subtitle {
  color: #ffffff;
  padding-bottom: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.cid-sHLXYTmzUl .mbr-section-title {
  padding-bottom: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
.cid-sHLXYTmzUl .first {
  padding-bottom: 30px;
}
.cid-sHLXYTmzUl .left-side {
  padding-left: 150px;
  z-index: 3;
}
.cid-sHLXYTmzUl .right-side {
  padding-right: 100px;
  margin-left: 50%;
  position: absolute;
}
.cid-sHLXYTmzUl .mbr-text {
  color: #ffffff;
}
.cid-sHLXYTmzUl img {
  max-width: 500px;
}
@media (max-width: 750px) {
  .cid-sHLXYTmzUl .left-side {
    padding-left: 15px;
    position: initial;
    width: 100%;
    z-index: 3;
    margin-bottom: 30px;
  }
  .cid-sHLXYTmzUl .right-side {
    padding-right: 15px;
    margin-left: 0%;
    position: initial;
  }
}
.cid-sBlhNMng8U {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://mobirise.com/extensions/temperm5/assets/images/david-menidrey-d26p8nep9ku-unsplash-1920x1280.jpg");
}
.cid-sBlhNMng8U .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-sBlhNMng8U .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 0px;
  margin: 0;
  font-weight: 600;
}
.cid-sBlhNMng8U .row {
  align-items: center;
  height: 100%;
}
.cid-sBm9CXFyo0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBm9CXFyo0 .card-wrapper {
  background: #eaf7fa;
  padding: 28% 20%;
}
.cid-sBm9CXFyo0 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 18px;
}
.cid-sBm9CXFyo0 .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-sBm9CXFyo0 .item {
    padding-bottom: 25px;
  }
}
.cid-sBm9CXFyo0 .title {
  margin-bottom: 10px;
  font-weight: 600;
}
.cid-sBm9CXFyo0 .card-title,
.cid-sBm9CXFyo0 .iconfont-wrapper {
  color: #ff4433;
}
.cid-sBm9CXFyo0 .card-text {
  color: #ff4433;
}
@media (max-width: 990px) {
  .cid-sBm9CXFyo0 .top {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .cid-sBm9CXFyo0 .top1 {
    padding-top: 20px;
  }
}
.cid-sBm9Dw9FRJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBm9Dw9FRJ .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sBm9Dw9FRJ .text {
  position: absolute;
  width: 100%;
  padding: 0 10%;
}
.cid-sBm9Dw9FRJ .mbr-iconfont {
  display: block;
  font-size: 73px;
  color: #ffffff;
  height: 100%;
  padding-bottom: 18px;
}
.cid-sBm9Dw9FRJ .l2 {
  color: #ffffff;
  margin-bottom: 48px;
}
.cid-sBm9Dw9FRJ .l1 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}
.cid-sBm9Dw9FRJ .btn-secondary,
.cid-sBm9Dw9FRJ .btn-secondary:hover {
  color: #1d2024 !important;
}
.cid-sBm9Dw9FRJ .features-image {
  margin-top: 30px;
}
.cid-sBm9Dw9FRJ .features-image:nth-of-type(1) {
  margin-top: 0px;
}
.cid-sBm9Dw9FRJ .features-image:nth-of-type(2) {
  margin-top: 0px;
}
.cid-sBm9Dw9FRJ .features-image:nth-of-type(3) {
  margin-top: 0px;
}
@media (max-width: 990px) {
  .cid-sBm9Dw9FRJ .features-image:nth-of-type(3) {
    margin-top: 30px;
  }
}
@media (max-width: 690px) {
  .cid-sBm9Dw9FRJ .features-image:nth-of-type(2) {
    margin-top: 30px;
  }
  .cid-sBm9Dw9FRJ .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sBm9Dw9FRJ .btn {
  margin: 0 13px;
}
.cid-sBm9ESCXMJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBm9ESCXMJ .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sBm9ESCXMJ .text {
  position: absolute;
  width: 100%;
  padding: 24px;
  bottom: 0;
}
.cid-sBm9ESCXMJ .l2 {
  color: #ffffff;
  text-align: left;
  font-weight: 600;
}
.cid-sBm9ESCXMJ .l1 {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 4px;
  text-align: left;
}
.cid-sBm9ESCXMJ .features-image {
  margin-top: 30px;
}
.cid-sBm9ESCXMJ .features-image:nth-of-type(1) {
  margin-top: 0px;
}
.cid-sBm9ESCXMJ .features-image:nth-of-type(2) {
  margin-top: 0px;
}
.cid-sBm9ESCXMJ .features-image:nth-of-type(3) {
  margin-top: 0px;
}
@media (max-width: 990px) {
  .cid-sBm9ESCXMJ .features-image:nth-of-type(3) {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-sBm9ESCXMJ .features-image:nth-of-type(2) {
    margin-top: 30px;
  }
  .cid-sBm9ESCXMJ .text {
    padding: 15px;
  }
}
.cid-sHLY8ZSRPw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHLY8ZSRPw .left-side {
  text-align: left;
}
.cid-sHLY8ZSRPw .width {
  width: 360px;
  margin: auto;
}
.cid-sHLY8ZSRPw .row {
  align-items: center;
  background: #1d2024;
  padding: 0px;
  margin: 0;
}
.cid-sHLY8ZSRPw .mbr-section-title {
  margin: 0 0 15px;
  color: #FFFFFF;
  font-weight: 600;
}
.cid-sHLY8ZSRPw .container-fluid {
  padding: 0;
}
.cid-sHLY8ZSRPw .mbr-section-subtitle {
  color: #FFFFFF;
  text-align: left;
  padding-bottom: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sHLY8ZSRPw .right-side {
  padding: 0;
}
.cid-sHLY8ZSRPw .mbr-text {
  color: #ffffff;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.cid-sHLY8ZSRPw .lin .mbr-iconfont {
  border-radius: 100%;
}
.cid-sHLY8ZSRPw .link-ico {
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #000000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  margin-left: 10px;
  margin-top: -2px;
  transition: .3s;
  display: inline-block;
}
.cid-sHLY8ZSRPw .lin:hover .link-ico {
  transform: scale(1.2);
  transition: .3s;
}
.cid-sHLY8ZSRPw a {
  font-weight: 500;
}
@media (max-width: 800px) {
  .cid-sHLY8ZSRPw .left-side {
    padding: 30px 20px;
  }
  .cid-sHLY8ZSRPw .width {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-sHLY8ZSRPw .left-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sHLY8ZSRPw .mbr-text,
.cid-sHLY8ZSRPw .lin {
  text-align: left;
}
.cid-sHLY9JMwKU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHLY9JMwKU .left-side {
  text-align: center;
  padding: 30px;
}
.cid-sHLY9JMwKU .row {
  align-items: center;
  background: #000000;
  padding: 0px;
  margin: 0;
}
.cid-sHLY9JMwKU .container-fluid {
  padding: 0;
}
.cid-sHLY9JMwKU .right-side {
  padding: 0;
}
.cid-sHLY9JMwKU .iconfont-wrapper {
  margin-bottom: 18px;
}
.cid-sHLY9JMwKU .mbr-iconfont {
  font-size: 80px;
  color: #ffffff;
}
.cid-sHLY9JMwKU .mbr-section-subtitle {
  font-weight: 600;
  padding-bottom: 10px;
}
.cid-sHLY9JMwKU .mbr-section-title {
  padding-bottom: 36px;
}
.cid-sHLY9JMwKU .l1 {
  color: #ffffff;
}
.cid-sHLY9JMwKU .l2,
.cid-sHLY9JMwKU .lin {
  color: #ffffff;
}
.cid-sHLY9JMwKU a {
  transition: color .3s;
}
.cid-sBm9Ik0GdB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBm9Ik0GdB .left-side {
  text-align: left;
}
.cid-sBm9Ik0GdB .row {
  align-items: center;
}
.cid-sBm9Ik0GdB .row {
  flex-direction: row-reverse;
}
.cid-sBm9Ik0GdB .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sBm9Ik0GdB .mbr-section-title {
  margin-bottom: 30px;
  color: #000000;
}
.cid-sBm9Ik0GdB .mbr-iconfont {
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-sBm9Ik0GdB .icon-wrapper {
  display: inline;
}
.cid-sBm9Ik0GdB .lin {
  display: inline;
  margin-left: 12px;
}
.cid-sBm9Ik0GdB a {
  font-weight: 500;
  transition: color .3s;
}
@media (max-width: 770px) {
  .cid-sBm9Ik0GdB .left-side {
    margin-top: 30px;
  }
}
.cid-sBm9Ik0GdB .icon-wrapper:hover .mbr-iconfont {
  transform: scale(1.1);
  transition: .3s;
}
.cid-sBm9GJVrNS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe3e1;
}
.cid-sBm9GJVrNS .title {
  padding-bottom: 15px;
  color: #ff4433;
  font-weight: 600;
}
.cid-sBm9GJVrNS .text {
  padding-bottom: 60px;
  color: #ff4433;
}
.cid-sBm9GJVrNS img {
  width: 50%;
  filter: grayscale(100%);
  transition: .3s;
  padding: 10px 0;
}
.cid-sBm9GJVrNS img:hover {
  filter: grayscale(0%);
  transition: .3s;
}
.cid-sBm9GJVrNS .piles {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.cid-sBm9GJVrNS .pile {
  width: 369px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f7978f;
  box-sizing: border-box;
  margin: -1px -1px 0 0;
}
@media (max-width: 770px) {
  .cid-sBm9GJVrNS .pile {
    width: 50%;
  }
}
@media (max-width: 690px) {
  .cid-sBm9GJVrNS .pile {
    width: 100%;
  }
}
.cid-sBm9TNBgEV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sBm9TNBgEV .pile1 {
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.cid-sBm9TNBgEV .pile3 {
  border-right: 1px solid #efefef;
}
.cid-sBm9TNBgEV .pile2 {
  border-bottom: 1px solid #efefef;
}
.cid-sBm9TNBgEV .text {
  padding: 11%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 570px) {
  .cid-sBm9TNBgEV .pile3 {
    border-bottom: 1px solid #efefef;
    border-right: none;
  }
  .cid-sBm9TNBgEV .pile1 {
    border-right: none;
  }
  .cid-sBm9TNBgEV .text {
    padding: 15px 0;
  }
}
.cid-sBm9TNBgEV .card-title {
  margin-bottom: 10px;
}
.cid-sBm9TNBgEV .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 50px;
}
.cid-sBm9TNBgEV .iconfont-wrapper {
  padding-bottom: 18px;
}
.cid-sBm9TNBgEV .card-text {
  padding-bottom: 30px;
}
.cid-sBm9TNBgEV .lin .mbr-iconfont {
  background-color: #ff4433;
  border-radius: 100%;
}
.cid-sBm9TNBgEV .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  position: absolute;
  margin-left: 10px;
  margin-top: -2px;
  transition: .3s;
}
.cid-sBm9TNBgEV .card-link {
  width: 100%;
}
.cid-sBm9TNBgEV .lin:hover .link-ico {
  transform: scale(1.2);
  transition: .3s;
}
.cid-sBm9TNBgEV a {
  font-weight: 500;
  transition: color .3s;
}
.cid-sBm9UYZcI3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe3e1;
}
.cid-sBm9UYZcI3 h3 {
  margin-bottom: 0;
}
.cid-sBm9UYZcI3 .container-fluid {
  padding: initial;
}
.cid-sBm9UYZcI3 .row {
  margin: 0px;
}
.cid-sBm9UYZcI3 .mbr-section-title {
  padding-bottom: 30px;
  color: #b62519;
  text-align: left;
}
.cid-sBm9UYZcI3 .mbr-section-subtitle {
  color: #b62519;
  text-align: left;
}
.cid-sBm9UYZcI3 .color {
  background-color: #ff695c;
}
.cid-sBm9UYZcI3 .paddings {
  padding: 145px 100px;
}
.cid-sBm9UYZcI3 .title,
.cid-sBm9UYZcI3 .mbr-section-title {
  padding-bottom: 18px;
  font-weight: 600;
}
@media (max-width: 1150px) {
  .cid-sBm9UYZcI3 .paddings {
    padding: 30px 50px;
  }
}
.cid-sBm9UYZcI3 .title {
  text-align: left;
  color: #ff4433;
}
.cid-sBm9UYZcI3 .subtitle {
  text-align: left;
  color: #ff4433;
}
@media (max-width: 650px) {
  .cid-sBm9UYZcI3 .paddings {
    padding: 30px;
  }
}
.cid-sBm9WfYSTp {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sBm9WfYSTp .card-wrapper {
  width: 80%;
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 0;
  padding: 1rem;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -100px;
}
.cid-sBm9WfYSTp .bottom,
.cid-sBm9WfYSTp .card-title {
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 1150px) {
  .cid-sBm9WfYSTp .card-wrapper {
    top: -20px;
  }
}
@media (max-width: 990px) {
  .cid-sBm9WfYSTp {
    padding-bottom: 0;
  }
  .cid-sBm9WfYSTp .card-wrapper {
    position: initial;
  }
  .cid-sBm9WfYSTp .card-box {
    padding: 10%;
  }
}
.cid-sBm9XqBR0r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBm9XqBR0r .card-wrapper {
  margin: 0;
}
.cid-sBm9XqBR0r .subtitle {
  font-weight: 500;
  padding-bottom: 18px;
  margin: 0;
}
.cid-sBm9XqBR0r .card-title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
}
@media (max-width: 990px) {
  .cid-sBm9XqBR0r .top1 {
    padding-top: 60px;
  }
}
@media (max-width: 770px) {
  .cid-sBm9XqBR0r .top {
    padding-top: 60px;
  }
}
.cid-sBm9Y2kixn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBm9Y2kixn .card-title {
  font-weight: 600;
  display: inline;
  font-size: 18px;
}
.cid-sBm9Y2kixn .desc {
  margin-bottom: 60px;
  font-weight: 600;
}
.cid-sBm9Y2kixn .number {
  font-size: 18px;
  font-weight: 600;
  color: #ff4433;
  padding-bottom: 18px;
}
.cid-sBm9Y2kixn .card-text {
  padding-top: 18px;
}
@media (max-width: 990px) {
  .cid-sBm9Y2kixn .text1 {
    padding-bottom: 30px;
  }
  .cid-sBm9Y2kixn .text2 {
    padding-bottom: 30px;
  }
}
.cid-sBm9YNCZHA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBm9YNCZHA .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sBm9YNCZHA .btn {
  margin: 0;
  width: 100%;
}
.cid-sBm9YNCZHA .button-top {
  margin-top: 20px;
  padding: 0;
}
.cid-sBm9YNCZHA .number {
  font-size: 112px;
  color: #ffe3e1;
  font-weight: 600;
  position: absolute;
  top: -22px;
}
.cid-sBm9YNCZHA .title {
  font-weight: 600;
  margin-left: 40px;
  position: relative;
}
.cid-sBm9YNCZHA .top {
  padding-bottom: 15px;
}
.cid-sBm9YNCZHA .subtitle {
  font-weight: 500;
  margin-bottom: 30px;
}
.cid-sBm9YNCZHA .bottom {
  padding-bottom: 67px;
}
.cid-sBm9YNCZHA .mbr-text {
  padding-bottom: 30px;
}
.cid-sBm9YNCZHA .wrapper {
  position: relative;
}
.cid-sBm9YNCZHA p a {
  background-image: linear-gradient(#ff4433 0%, #ff4433 100%);
  background-position: 0 80%;
  background-repeat: no-repeat;
  background-size: 100% .25em;
}
.cid-sBm9YNCZHA p a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  background-image: linear-gradient(#ff4433 0%, #ff4433 100%);
  background-position: 0 80%;
  background-repeat: no-repeat;
  background-size: 100% .25em;
}
.cid-sBm9YNCZHA a:hover {
  background-image: linear-gradient(#ff4433 0%, #ff4433 100%) !important;
}
.cid-sBm9YNCZHA a.btn {
  background-image: none;
}
.cid-sBm9YNCZHA a.btn:hover {
  background-image: none !important;
}
.cid-sBm9YNCZHA .btn {
  border: none !important;
}
@media (min-width: 872px) and (max-width: 990px) {
  .cid-sBm9YNCZHA .left {
    padding-top: 110px;
  }
}
@media (max-width: 871px) {
  .cid-sBm9YNCZHA .left {
    padding-top: 60px;
  }
}
.cid-sBm9ZtgQTw {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sBm9ZtgQTw .mbr-iconfont {
  font-size: 150px;
  color: #ff4433;
}
.cid-sBm9ZtgQTw .iconfont-wrapper {
  text-align: center;
  margin: 0 -15px 30px;
}
.cid-sBm9ZtgQTw .lin {
  padding-bottom: 18px;
  font-weight: 500;
  margin: 0 -15px 0px;
}
.cid-sBm9ZtgQTw .mbr-section-subtitle {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 -15px 0px;
}
.cid-sBm9ZtgQTw .btn-align {
  margin: 48px -15px 0px;
}
.cid-sBm9ZtgQTw .mbr-section-subtitle,
.cid-sBm9ZtgQTw .btn-align {
  text-align: center;
}
@media (max-width: 690px) {
  .cid-sBm9ZtgQTw .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sBli2VgpL5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBli2VgpL5 .card-wrapper {
  background: #ff695c;
  padding: 15vh 20px 7vh;
  margin: auto;
}
.cid-sBli2VgpL5 .row {
  justify-content: center;
}
.cid-sBli2VgpL5 .mbr-section-title {
  padding-bottom: 15px;
  color: #ffffff;
}
.cid-sBli2VgpL5 .mbr-text {
  color: #ffffff;
  padding-bottom: 30px;
}
.cid-sBli2VgpL5 .mbr-iconfont {
  font-size: 75px;
  color: #ffffff;
}
.cid-sBli2VgpL5 .iconfont-wrapper {
  text-align: center;
}
.cid-sBli7AS3lL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://mobirise.com/extensions/temperm5/assets/images/david-menidrey-d26p8nep9ku-unsplash-1920x1280.jpg");
}
.cid-sBli7AS3lL .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-sBli7AS3lL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 0px;
  margin: 0;
  font-weight: 600;
}
.cid-sBli7AS3lL .row {
  align-items: center;
  height: 100%;
}
.cid-sBma0rS6V3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBma0rS6V3 .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-sBma0rS6V3 .mbr-iconfont {
  font-size: 100px;
  color: #ff4433;
}
.cid-sBma0rS6V3 .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-sBma0rS6V3 .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #000000;
  font-weight: 600;
  margin: 0;
}
.cid-sBma1gRVbq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sBma1gRVbq .mbr-section-title {
  color: #ff4433;
  text-align: center;
  font-weight: 600;
}
.cid-sBma1gRVbq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 500;
}
.cid-sBma1gRVbq .row {
  align-items: center;
  height: 100%;
}
.cid-sBma23tTmw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sBma23tTmw .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-sBma23tTmw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sBma23tTmw .row {
  align-items: center;
  height: 100%;
}
.cid-sBma2OR4u4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sBma2OR4u4 .mbr-section-title {
  color: #000000;
  text-align: left;
  font-weight: 600;
}
.cid-sBma2OR4u4 .row {
  flex-direction: column;
}
.cid-sBma2OR4u4 .container {
  max-width: 770px;
  margin: auto;
}
.cid-sBma2OR4u4 .lin {
  margin-bottom: 1rem;
}
.cid-sBma2OR4u4 a {
  background-color: rgba(214, 214, 214, 0.15);
  padding: 3px .5em;
  border-radius: 3px;
  font-weight: 600;
  display: inline-block;
}
.cid-sBma2OR4u4 a:hover {
  box-shadow: 5px 5px 35px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}
.cid-sBmajSEyM7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBmajSEyM7 .right {
  display: flex;
  flex-direction: column;
}
.cid-sBmajSEyM7 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sBmajSEyM7 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sBmajSEyM7 .last-p {
  padding-bottom: 0;
}
.cid-sBmajSEyM7 .row {
  justify-content: center;
}
.cid-sBmaktCTwn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBmaktCTwn .right {
  display: flex;
  flex-direction: column;
}
.cid-sBmaktCTwn .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-sBmaktCTwn .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-sBmaktCTwn .last-p {
  padding-bottom: 0;
}
.cid-sBmaktCTwn .row {
  justify-content: center;
}
.cid-sBmaktCTwn a {
  font-weight: 600;
}
.cid-sBmaktCTwn .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff4433;
}
.cid-sBmal8RiQi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBmal8RiQi .right {
  display: flex;
  flex-direction: column;
}
.cid-sBmal8RiQi .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-sBmal8RiQi .row {
  justify-content: center;
}
.cid-sBmal8RiQi ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-sBmalY5QGi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBmalY5QGi .right {
  display: flex;
  flex-direction: column;
}
.cid-sBmalY5QGi .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0;
}
.cid-sBmalY5QGi .p {
  padding-bottom: 1.875rem;
  color: #272727;
}
.cid-sBmalY5QGi .last-p {
  padding-bottom: 0;
}
.cid-sBmalY5QGi .row {
  justify-content: center;
}
.cid-sBmalY5QGi a {
  font-weight: 600;
}
.cid-sBmalY5QGi .quote {
  padding: 1.25em 2.375em;
  color: #707070;
  background-color: #f7f7f7;
}
@media (max-width: 760px) {
  .cid-sBmalY5QGi .quote {
    padding: 15px;
  }
}
.cid-sBlieFrz6z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://mobirise.com/extensions/temperm5/assets/images/david-menidrey-d26p8nep9ku-unsplash-1920x1280.jpg");
}
.cid-sBlieFrz6z .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-sBlieFrz6z .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 0px;
  margin: 0;
  font-weight: 600;
}
.cid-sBlieFrz6z .row {
  align-items: center;
  height: 100%;
}
.cid-sBlifYz6xg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sBlifYz6xg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sBlifYz6xg .row {
  flex-direction: row-reverse;
}
.cid-sBlifYz6xg img {
  width: 100%;
}
.cid-sBligtQE8M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBligtQE8M .image-wrapper {
  position: relative;
}
.cid-sBligtQE8M .logo {
  position: absolute;
  bottom: -10%;
  right: 5%;
  width: 16%;
}
@media (max-width: 770px) {
  .cid-sBligtQE8M .mbr-section-btn {
    position: absolute;
    right: 0px;
  }
}
.cid-sBligtQE8M img {
  width: 100%;
}
.cid-sBlih6z64W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBlih6z64W .image-wrapper {
  position: relative;
}
.cid-sBlih6z64W .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-sBlih6z64W .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-sBlih6z64W img {
  width: 100%;
}
.cid-sHLYnnnaFZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sHLYnnnaFZ .container {
  width: 770px;
  padding: 0;
}
.cid-sHLYnnnaFZ .row {
  margin-right: calc(-1 * (100vw - 770px)/2);
  margin-left: -3.5rem;
}
.cid-sHLYnnnaFZ .padding {
  padding: 0;
}
.cid-sHLYnnnaFZ .container-fluid .padding {
  padding: 0px;
}
@media (max-width: 1050px) {
  .cid-sHLYnnnaFZ .row {
    margin: auto;
  }
  .cid-sHLYnnnaFZ .container {
    max-width: 770px;
    margin: auto;
    width: 100%;
  }
  .cid-sHLYnnnaFZ .padding {
    padding: 0 15px;
  }
}
.cid-sHLYnnnaFZ section {
  overflow: hidden;
}
.cid-sHLYvKXvAm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sHLYvKXvAm .container {
  width: 770px;
  padding: 0;
}
.cid-sHLYvKXvAm .row {
  margin-right: calc(-1 * (100vw - 770px)/2);
  margin-left: -3.5rem;
}
.cid-sHLYvKXvAm .padding {
  padding: 0;
}
.cid-sHLYvKXvAm .container-fluid .padding {
  padding: 0px;
}
@media (max-width: 1050px) {
  .cid-sHLYvKXvAm .row {
    margin: auto;
  }
  .cid-sHLYvKXvAm .container {
    max-width: 770px;
    margin: auto;
    width: 100%;
  }
  .cid-sHLYvKXvAm .padding {
    padding: 0 15px;
  }
}
.cid-sHLYvKXvAm .video-wrapper iframe {
  width: 100%;
}
.cid-sHLYvKXvAm section {
  overflow: hidden;
}
.cid-sBliiVaB7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sBliiVaB7D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sBliiVaB7D .row {
  flex-direction: row-reverse;
}
.cid-sBliiVaB7D img {
  width: 100%;
}
.cid-sBlijhLcbo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sBlijhLcbo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sBlijhLcbo .row {
  flex-direction: row-reverse;
}
.cid-sBlijhLcbo img {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-sBlijhLcbo .top {
    padding-top: 20px;
  }
}
.cid-sHLYpikZTZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sHLYpikZTZ .container {
  width: 770px;
  padding: 0;
}
.cid-sHLYpikZTZ .row {
  margin-right: calc(-1 * (100vw - 770px)/2);
  margin-left: -3.5rem;
  justify-content: center;
}
.cid-sHLYpikZTZ .padding {
  padding-right: 0;
}
.cid-sHLYpikZTZ .container-fluid .padding {
  padding: 0 15px;
}
.cid-sHLYpikZTZ .container-fluid .row {
  margin: auto;
}
@media (max-width: 1050px) {
  .cid-sHLYpikZTZ .row {
    margin: auto;
  }
  .cid-sHLYpikZTZ .container {
    max-width: 770px;
    margin: auto;
    width: 100%;
  }
  .cid-sHLYpikZTZ .padding {
    padding: 0 15px;
  }
  .cid-sHLYpikZTZ .container-fluid .padding {
    padding: 0 15px;
  }
}
@media (max-width: 770px) {
  .cid-sHLYpikZTZ .container-fluid .padding {
    padding: 0 0px;
  }
}
.cid-sHLYpikZTZ img {
  display: inline;
}
@media (max-width: 575px) {
  .cid-sHLYpikZTZ .top {
    margin-top: 20px;
  }
}
.cid-sBliklI68a {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sBliklI68a .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sBliklI68a .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sBliklI68a .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sBliklI68a P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sBliklI68a img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-sBliklI68a .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-sBliklI68a .top,
  .cid-sBliklI68a .top-2 {
    margin-top: 0;
  }
}
.cid-sBlilr9cp3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://mobirise.com/extensions/temperm5/assets/images/david-menidrey-d26p8nep9ku-unsplash-1920x1280.jpg");
}
.cid-sBlilr9cp3 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-sBlilr9cp3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 0px;
  margin: 0;
  font-weight: 600;
}
.cid-sBlilr9cp3 .row {
  align-items: center;
  height: 100%;
}
.cid-sBmaobs20b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sBmaobs20b .desc {
  font-weight: 600;
  padding-bottom: 45px;
}
.cid-sBmaobs20b .image-wrap {
  width: 370px;
  position: relative;
}
.cid-sBmaobs20b .text {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
}
.cid-sBmaobs20b .soc-row {
  display: flex;
  justify-content: center;
}
.cid-sBmaobs20b .image1 {
  margin-left: 32%;
  width: 100%;
}
.cid-sBmaobs20b .image2 {
  position: absolute;
  right: 0;
  top: 90px;
  margin-right: 30px;
}
.cid-sBmaobs20b .card-title {
  color: #ffffff;
  padding: 0 10px;
  transition: all .3s;
  opacity: 1;
}
.cid-sBmaobs20b .mbr-role {
  color: #ffffff;
  font-weight: 600;
  padding: 0 10px;
  transition: all .3s;
  opacity: 1;
}
.cid-sBmaobs20b .btn {
  margin-left: 10px;
}
.cid-sBmaobs20b .mbr-iconfont {
  color: #000000;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 15px;
  margin: 7px;
}
.cid-sBmaobs20b .soc-item:hover {
  transform: scale(1.1);
}
.cid-sBmaobs20b .social-row {
  position: absolute;
  opacity: 0;
  transition: all .3s;
  display: flex;
}
.cid-sBmaobs20b .text2 {
  transition: all .3s;
}
.cid-sBmaobs20b .image1:hover .card-title,
.cid-sBmaobs20b .image1:hover .mbr-role {
  opacity: 1;
  transition: all .3s;
}
.cid-sBmaobs20b .image1:hover .text2 {
  margin-bottom: 70px;
  transition: all .3s;
}
.cid-sBmaobs20b .image1:hover .social-row {
  transform: translateY(-150%);
  transition: all .3s;
  opacity: 1;
}
.cid-sBmaobs20b .image2:hover .card-title,
.cid-sBmaobs20b .image2:hover .mbr-role {
  opacity: 1;
  transition: all .3s;
}
.cid-sBmaobs20b .image2:hover .text2 {
  margin-bottom: 70px;
  transition: all .3s;
}
.cid-sBmaobs20b .image2:hover .social-row {
  transform: translateY(-150%);
  transition: all .3s;
  opacity: 1;
}
@media (max-width: 1140px) {
  .cid-sBmaobs20b .image1 {
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    display: inline;
    margin-right: 7px;
  }
  .cid-sBmaobs20b .image2 {
    margin-top: 20px;
    position: initial;
    width: 100%;
    display: inline;
    margin-right: 0px;
    margin-left: 7px;
  }
  .cid-sBmaobs20b .image-row {
    display: flex;
  }
  .cid-sBmaobs20b .image-wrap {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .cid-sBmaobs20b .image-row {
    flex-direction: column;
  }
  .cid-sBmaobs20b .image2 {
    margin-top: 0px;
    margin-left: 0px;
  }
}
.cid-sBmaoM3S9E {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sBmaoM3S9E .mbr-text {
  margin: 0;
  padding-bottom: 35px;
  color: #626262;
}
.cid-sBmaoM3S9E .mbr-section-title {
  padding-bottom: 17px;
}
.cid-sBmaoM3S9E .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-sBmaoM3S9E .row-element,
.cid-sBmaoM3S9E .image-element {
  padding: 0;
}
.cid-sBmaoM3S9E .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBmaoM3S9E .carousel-item.active,
.cid-sBmaoM3S9E .carousel-item-next,
.cid-sBmaoM3S9E .carousel-item-prev {
  display: flex;
}
.cid-sBmaoM3S9E .carousel-indicators {
  align-items: center;
  display: flex;
  text-align: baseline;
}
.cid-sBmaoM3S9E .carousel-indicators .active {
  opacity: 1;
  margin-top: -10px;
  transform: scale(1.4);
}
.cid-sBmaoM3S9E .carousel-indicators li {
  background-color: transparent;
  margin: 0 20px;
  opacity: 1;
  position: initial;
  padding-right: 20px;
}
.cid-sBmaoM3S9E .carousel-indicators li:hover {
  margin-top: -10px;
  transform: scale(1.4);
}
@media (max-width: 540px) {
  .cid-sBmaoM3S9E .text-element {
    padding: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBmaoM3S9E .image-element {
    min-width: 50%;
  }
  .cid-sBmaoM3S9E .media-container-row {
    width: 100%;
  }
}
.cid-sBmaoM3S9E img {
  border-radius: 50%;
  object-fit: cover;
  width: 35px;
  height: 35px;
}
.cid-sBmaoM3S9E .heading {
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0;
}
.cid-sBmaoM3S9E .title {
  margin-bottom: 30px;
  padding: 0;
}
.cid-sBmaoM3S9E .mbr-section-subtitle {
  font-weight: 600;
  margin-bottom: 8px;
  padding: 0;
}
.cid-sBmaoM3S9E .container {
  max-width: 570px;
}
@media (max-width: 990px) {
  .cid-sBmaoM3S9E .text-element {
    padding: 1rem 0;
  }
}
.cid-sBliKZlst8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://mobirise.com/extensions/temperm5/assets/images/david-menidrey-d26p8nep9ku-unsplash-1920x1280.jpg");
}
.cid-sBliKZlst8 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-sBliKZlst8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 0px;
  margin: 0;
  font-weight: 600;
}
.cid-sBliKZlst8 .row {
  align-items: center;
  height: 100%;
}
.cid-sBliuq482H {
  background-image: url("https://mobirise.com/extensions/temperm5/assets/images/background2.jpg");
}
.cid-sBliuq482H .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-sBliuq482H .sc__title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-sBliuq482H .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-sBlinxI1CT {
  background-color: #692a8c;
}
.cid-sBlinxI1CT iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-sBlinxI1CT .container-fluid {
  padding: 0;
}
.cid-sBlinxI1CT .subtitle {
  color: #cccccc;
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-sBlinxI1CT .btn {
  font-weight: 500;
  box-shadow: none;
}
.cid-sBlinxI1CT .button-top {
  margin-top: 30px;
}
.cid-sBlinxI1CT .subtitle,
.cid-sBlinxI1CT .button-top {
  text-align: center;
}
.cid-sBlinxI1CT .sc__title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-sBmapvzkNC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBmapvzkNC .mbr-link {
  text-align: center;
  display: inline-block;
  margin-top: 1rem;
}
.cid-sBmapvzkNC .lin {
  padding: 0px 10px;
  display: inline;
}
.cid-sBmapvzkNC a {
  font-weight: bold;
  font-size: 18px;
  transition: color .3s;
}
.cid-sBmapvzkNC .lin:hover {
  color: #ff4433;
}
.cid-sBmapvzkNC .mbr-section-title {
  margin-bottom: 66px;
}
.cid-sBlirlN7zI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://mobirise.com/extensions/temperm5/assets/images/david-menidrey-d26p8nep9ku-unsplash-1920x1280.jpg");
}
.cid-sBlirlN7zI .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-sBlirlN7zI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 0px;
  margin: 0;
  font-weight: 600;
}
.cid-sBlirlN7zI .row {
  align-items: center;
  height: 100%;
}
.cid-sBliz0wRRd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sBliz0wRRd form .btn {
  font-weight: 500;
  white-space: nowrap;
  padding: 14px 21px;
}
.cid-sBliz0wRRd .mbr-text {
  padding: 0px 30% 0;
}
.cid-sBliz0wRRd .top {
  width: 100%;
  margin-top: 60px;
  padding: 0 17%;
}
.cid-sBliz0wRRd .row {
  align-items: center;
}
.cid-sBliz0wRRd h4 {
  width: 100%;
}
.cid-sBliz0wRRd .card-heading {
  color: #ffffff;
  text-align: center;
  padding: 0 30%;
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-sBliz0wRRd .p,
.cid-sBliz0wRRd .mbr-form {
  text-align: center;
  color: #ffffff;
}
.cid-sBliz0wRRd .button {
  position: absolute;
  right: 18px;
  top: 18px;
}
.cid-sBliz0wRRd .form-control {
  background-color: #ffffff;
  border-radius: 0;
  border: none!important;
  box-shadow: none;
  padding: 16px 0px;
  height: 50px;
}
.cid-sBliz0wRRd .form-control:hover {
  box-shadow: none;
}
.cid-sBliz0wRRd .form-group {
  margin-bottom: 0;
  position: relative;
  background-color: #ffffff;
  padding: 21px 18px;
  border-radius: 3px;
}
@media (max-width: 770px) {
  .cid-sBliz0wRRd .button {
    position: initial;
  }
  .cid-sBliz0wRRd .form-control {
    padding: 16px 2px;
  }
  .cid-sBliz0wRRd .card-heading {
    padding: 0 5%;
  }
  .cid-sBliz0wRRd .top {
    padding: 0 5%;
  }
}
@media (max-width: 870px) {
  .cid-sBliz0wRRd .card-heading {
    padding: 0 5%;
  }
  .cid-sBliz0wRRd .mbr-text {
    padding: 0 5%;
  }
}
.cid-sBliz0wRRd .col-auto {
  padding: 0;
}
.cid-sBlixKAvsp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sBlixKAvsp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sBlixKAvsp h4 {
  margin-bottom: 30px;
  font-weight: 600;
}
.cid-sBlixKAvsp textarea,
.cid-sBlixKAvsp input {
  padding: 16px;
  margin-bottom: 30px;
  border: 1px solid #e9e9e9 !important;
  box-shadow: none;
  background-color: rgba(214, 214, 214, 0.15);
  border-radius: 2px;
}
.cid-sBlixKAvsp .form-control:hover {
  border: 1px solid #e9e9e9 !important;
  box-shadow: none;
}
.cid-sBlixKAvsp .form-control:focus {
  border: 1px solid #e9e9e9 !important;
  background-color: rgba(214, 214, 214, 0.15);
  box-shadow: none;
}
.cid-sBlixKAvsp .btn {
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 500;
  border-radius: 3px;
}
.cid-sBlixKAvsp .form-group {
  margin-bottom: 0px;
}
.cid-sBliyrnYgS {
  background-color: #ffffff;
}
.cid-sBliyrnYgS a {
  border: 0px;
  transition: all 0.2s ease-out;
  word-break: normal;
  justify-content: center;
}
.cid-sBliyrnYgS .btn {
  white-space: nowrap;
  padding: 14px 21px;
}
.cid-sBliyrnYgS .mbr-section-title {
  padding-bottom: 0;
  color: #000000;
  font-weight: 600;
  margin-bottom: 6px;
}
.cid-sBliyrnYgS .right {
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  margin: auto;
}
.cid-sBliyrnYgS .container {
  max-width: initial;
}
.cid-sBliyrnYgS .mbr-section-subtitle {
  width: 100%;
  padding: 25px 25px;
  color: #ffffff;
}
.cid-sBliyrnYgS .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20%;
}
.cid-sBliyrnYgS .c {
  text-align: center;
}
.cid-sBliyrnYgS .color {
  background-color: #000000;
}
@media (max-width: 690px) {
  .cid-sBliyrnYgS .container {
    display: block;
  }
  .cid-sBliyrnYgS .mbr-section-subtitle {
    padding-top: 25px;
  }
  .cid-sBliyrnYgS .row {
    margin-bottom: 25px;
  }
  .cid-sBliyrnYgS .left {
    position: initial;
    padding: 0 5%;
  }
  .cid-sBliyrnYgS .center {
    margin: auto;
  }
}
.cid-sBliyrnYgS .top {
  margin-top: 30px;
}
.cid-sBliyrnYgS span {
  padding-top: 7px;
}
.cid-sBliyrnYgS textarea,
.cid-sBliyrnYgS input {
  padding: 16px;
  margin-bottom: 30px;
  border: 1px solid #e9e9e9  !important;
  box-shadow: none;
  background-color: rgba(214, 214, 214, 0.15);
  border-radius: 2px;
}
.cid-sBliyrnYgS .form-control:hover {
  border: 1px solid #e9e9e9 !important;
  box-shadow: none;
}
.cid-sBliyrnYgS .form-control:focus {
  border: 1px solid #e9e9e9 !important;
  background-color: rgba(214, 214, 214, 0.15);
  box-shadow: none;
}
.cid-sBliyrnYgS .subtitle {
  margin-bottom: 20px;
}
.cid-sBliyrnYgS .form-group {
  margin-bottom: 20px;
}
.cid-sBliyrnYgS .form-control {
  margin-bottom: 0;
}
.cid-sBliyrnYgS .subt {
  margin-bottom: 15px;
  text-transform: uppercase;
  padding: 0;
  color: #ffffff;
  font-weight: 500;
}
.cid-sBliyrnYgS .phone {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-weight: 600;
}
.cid-sBliyrnYgS .address {
  margin-top: 30px;
  padding: 0;
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-sBliyrnYgS .left {
    padding: 10% 0;
  }
}
.cid-sBliyrnYgS .row {
  align-items: center;
}
.cid-sBliAMDMK4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://mobirise.com/extensions/temperm5/assets/images/david-menidrey-d26p8nep9ku-unsplash-1920x1280.jpg");
}
.cid-sBliAMDMK4 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-sBliAMDMK4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 0px;
  margin: 0;
  font-weight: 600;
}
.cid-sBliAMDMK4 .row {
  align-items: center;
  height: 100%;
}
.cid-sBmarRrPpu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sBmarRrPpu .line {
  width: 100%;
  background-color: #ff4433;
  height: 1px;
  padding: 0;
}
.cid-sBmarRrPpu .lin {
  margin-bottom: 0;
}
.cid-sBmarRrPpu .date {
  color: #ff4433;
  font-weight: 600;
}
.cid-sBmarRrPpu .inline {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}
.cid-sBmarRrPpu .margin {
  padding-top: 3%;
  padding-bottom: 3%;
  align-items: center;
}
.cid-sBmarRrPpu .mbr-section-title {
  color: #ff4433;
  font-weight: 500;
  margin-bottom: 30px;
}
.cid-sBmarRrPpu .text {
  padding-bottom: 30px;
  color: #ff4433;
  font-weight: 600;
}
.cid-sBmarRrPpu .link {
  color: #ff4433;
  display: flex;
}
@media (max-width: 670px) {
  .cid-sBmarRrPpu .inline {
    flex-direction: column;
    align-items: flex-start;
    margin-left: -50px;
  }
  .cid-sBmarRrPpu .margin {
    padding-top: 8%;
    padding-bottom: 8%;
  }
}
.cid-sBmarRrPpu .title {
  color: #ff4433;
  font-weight: 500;
  width: 60%;
  margin-right: 30px;
}
@media (max-width: 640px) {
  .cid-sBmarRrPpu .inline {
    margin-left: -10px;
  }
  .cid-sBmarRrPpu .date {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
}
.cid-sBmarRrPpu svg {
  display: block;
  position: relative;
  width: 2em;
  height: auto;
  transform: translateX(-1.5em);
  transition: fill 0.5s ease, transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  fill: currentColor;
  margin-left: 13px;
}
.cid-sBmarRrPpu .grve-arrow-line {
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-sBmarRrPpu .margin:hover svg {
  transform: translateX(0);
}
.cid-sBmarRrPpu .margin:hover .grve-arrow-line {
  transform: scaleX(1);
  transform-origin: right center;
}
@media (max-width: 690px) {
  .cid-sBmarRrPpu .link {
    margin-top: 7px;
  }
}
.cid-sBliCxL0MZ {
  background-color: #ffffff;
}
.cid-sBliCxL0MZ .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.cid-sBliCxL0MZ .line {
  width: 100%;
  background-color: #e9e9e9;
  height: 1px;
  margin: 36px 0;
  padding: 0;
}
.cid-sBliCxL0MZ .date {
  color: #000000;
  font-weight: 600;
}
.cid-sBliCxL0MZ .workplace {
  color: #000000;
  padding-left: 50px;
}
.cid-sBliCxL0MZ .inline {
  align-items: center;
}
.cid-sBliCxL0MZ .button {
  text-align: end;
}
.cid-sBliCxL0MZ .btn {
  font-weight: 500;
}
.cid-sBliCxL0MZ .btn:hover {
  transform: translateY(-5px);
}
.cid-sBliCxL0MZ .container {
  max-width: 770px;
}
@media (max-width: 575px) {
  .cid-sBliCxL0MZ .workplace {
    padding-left: 0px;
    text-align: center;
    margin: 15px auto;
  }
  .cid-sBliCxL0MZ .button {
    text-align: center;
  }
  .cid-sBliCxL0MZ .date {
    text-align: center;
  }
}
.cid-sBlh8rM7Py {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBlh8rM7Py .icons-menu {
  margin: auto;
  margin-bottom: 24px;
}
.cid-sBlh8rM7Py .navbar-nav {
  flex-direction: row;
  justify-content: center;
}
.cid-sBlh8rM7Py .nav-link {
  padding: 0 14px;
  font-weight: 500;
}
.cid-sBlh8rM7Py .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-sBlh8rM7Py .navbar-nav {
    flex-direction: column;
  }
  .cid-sBlh8rM7Py .nav-link {
    padding: 7px 0;
    text-align: center;
  }
}
.cid-sBlh8rM7Py a {
  transition: color .3s;
}
.cid-sBlh8rM7Py a.text-danger:hover,
.cid-sBlh8rM7Py a.text-danger:focus,
.cid-sBlh8rM7Py a.text-danger.active {
  color: #f7978f !important;
  transition: color .3s;
}
.cid-sBlh8rM7Py H5 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
