body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #f58320 !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f58320 !important;
  border-color: #f58320 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #c05e09 !important;
  border-color: #c05e09 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c05e09 !important;
  border-color: #c05e09 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #b39900 !important;
  border-color: #b39900 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b39900 !important;
  border-color: #b39900 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #a75208;
  color: #a75208;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #f58320;
  border-color: #f58320;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f58320 !important;
  border-color: #f58320 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f58320 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a75208 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #998300 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #434343 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f58320;
  border-color: #f58320;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f58320;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef0e3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff8cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #f58320;
}
.btn-md {
  transition: none;
  padding: 0.5rem 2rem;
}
.btn-md:hover {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f58320;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: #ffffff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f58320;
  border-bottom-color: #f58320;
}
.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: #000000 !important;
  background-color: #f58320 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f58320' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rpRmAXo0RI {
  padding-top: 15px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/pexels-zhang-kaiyv-1182334.jpg");
}
.cid-rpRmAXo0RI .row {
  justify-content: flex-end;
}
.cid-rpRmAXo0RI .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-rpRmAXo0RI .block {
  background-color: #f58320;
}
.cid-rpRmAXo0RI img {
  width: 100%;
}
.cid-rpRmAXo0RI .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-rpRmAXo0RI .content {
  max-width: 600px;
}
.cid-rpRmAXo0RI h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-rpRmAXo0RI .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-rpRmAXo0RI h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-rpRmAXo0RI .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-rpRmAXo0RI h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-rpRmAXo0RI .mbr-text,
.cid-rpRmAXo0RI .mbr-section-btn {
  text-align: left;
}
.cid-rpRmAXo0RI H2 {
  text-align: left;
}
.cid-rpRmAXo0RI H4 {
  text-align: left;
}
.cid-rpSfqF8N8V {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rpSfqF8N8V img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rpSfqF8N8V img:hover {
  transform: scale(1.1);
}
.cid-rpSfqF8N8V .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rpSfqF8N8V h2 {
  padding: 0;
  margin: 0;
}
.cid-rpSfqF8N8V .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSfqF8N8V .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rpSfqF8N8V .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-rpSfqF8N8V .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-rpSfqF8N8V .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-rpSfqF8N8V .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rpSfqF8N8V .mbr-iconfont {
  margin: 0!important;
}
.cid-rpSfqF8N8V .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rpSfqF8N8V .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSfqF8N8V .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rpSfqF8N8V .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rpSfqF8N8V .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rpSfqF8N8V H2 {
  color: #333333;
}
.cid-rpSfqF8N8V .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-rpSfqvjGS3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rpSfqvjGS3 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rpSfqvjGS3 img:hover {
  transform: scale(1.1);
}
.cid-rpSfqvjGS3 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rpSfqvjGS3 h2 {
  padding: 0;
  margin: 0;
}
.cid-rpSfqvjGS3 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSfqvjGS3 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rpSfqvjGS3 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rpSfqvjGS3 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rpSfqvjGS3 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rpSfqvjGS3 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSfqvjGS3 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rpSfqvjGS3 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rpSfqvjGS3 H2 {
  color: #333333;
}
.cid-rpSfqvjGS3 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-sDkUnXL3nm {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sDkUnXL3nm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sDkUnXL3nm textarea {
  min-height: 150px;
}
.cid-sDkUnXL3nm .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #f58320;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-sDkUnXL3nm .form-control,
.cid-sDkUnXL3nm .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #f58320;
  color: #000000 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-sDkUnXL3nm .form-control input::-webkit-input-placeholder,
.cid-sDkUnXL3nm .field-input input::-webkit-input-placeholder,
.cid-sDkUnXL3nm .form-control textarea::-webkit-input-placeholder,
.cid-sDkUnXL3nm .field-input textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-sDkUnXL3nm .form-control input:-moz-placeholder,
.cid-sDkUnXL3nm .field-input input:-moz-placeholder,
.cid-sDkUnXL3nm .form-control textarea:-moz-placeholder,
.cid-sDkUnXL3nm .field-input textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-sDkUnXL3nm .form-control:hover,
.cid-sDkUnXL3nm .field-input:hover,
.cid-sDkUnXL3nm .form-control:focus,
.cid-sDkUnXL3nm .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sDkUnXL3nm .form-control:hover input::-webkit-input-placeholder,
.cid-sDkUnXL3nm .field-input:hover input::-webkit-input-placeholder,
.cid-sDkUnXL3nm .form-control:focus input::-webkit-input-placeholder,
.cid-sDkUnXL3nm .field-input:focus input::-webkit-input-placeholder,
.cid-sDkUnXL3nm .form-control:hover textarea::-webkit-input-placeholder,
.cid-sDkUnXL3nm .field-input:hover textarea::-webkit-input-placeholder,
.cid-sDkUnXL3nm .form-control:focus textarea::-webkit-input-placeholder,
.cid-sDkUnXL3nm .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-sDkUnXL3nm .form-control:hover input:-moz-placeholder,
.cid-sDkUnXL3nm .field-input:hover input:-moz-placeholder,
.cid-sDkUnXL3nm .form-control:focus input:-moz-placeholder,
.cid-sDkUnXL3nm .field-input:focus input:-moz-placeholder,
.cid-sDkUnXL3nm .form-control:hover textarea:-moz-placeholder,
.cid-sDkUnXL3nm .field-input:hover textarea:-moz-placeholder,
.cid-sDkUnXL3nm .form-control:focus textarea:-moz-placeholder,
.cid-sDkUnXL3nm .field-input:focus textarea:-moz-placeholder {
  color: #000000;
}
.cid-sDkUnXL3nm .jq-number__spin:hover,
.cid-sDkUnXL3nm .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sDkUnXL3nm .jq-number__spin {
  background-color: #ffffff;
  border-color: #f58320;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sDkUnXL3nm .jq-selectbox li,
.cid-sDkUnXL3nm .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDkUnXL3nm .jq-selectbox li:hover,
.cid-sDkUnXL3nm .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sDkUnXL3nm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sDkUnXL3nm .jq-number__spin.minus:hover:after,
.cid-sDkUnXL3nm .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sDkUnXL3nm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sDkUnXL3nm .jq-number__spin.minus:after,
.cid-sDkUnXL3nm .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sDkUnXL3nm input::-webkit-clear-button {
  display: none;
}
.cid-sDkUnXL3nm input::-webkit-inner-spin-button {
  display: none;
}
.cid-sDkUnXL3nm input::-webkit-outer-spin-button {
  display: none;
}
.cid-sDkUnXL3nm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sDcPATsBYs {
  padding-top: 765px;
  background-image: url("../../../assets/images/smartmockups-ktnrcpi4-1280x853.jpg");
}
.cid-sJ8Wfr1UYG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sJ8Wfr1UYG .listico {
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-sJ8Wfr1UYG .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sJ8Wfr1UYG .col + .mbr-section-btn .btn,
.cid-sJ8Wfr1UYG .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sJ8Wfr1UYG .col + .mbr-section-btn .btn,
  .cid-sJ8Wfr1UYG .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sJ8Wfr1UYG .dragArea > *:nth-last-child(2).col,
  .cid-sJ8Wfr1UYG .dragArea > *:nth-last-child(2).col-auto,
  .cid-sJ8Wfr1UYG .col + .mbr-section-btn,
  .cid-sJ8Wfr1UYG .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sJ8Wfr1UYG .dragArea {
    flex-direction: column;
  }
}
.cid-sJ8Wfr1UYG .btn-primary {
  border: 1px solid #f58320 !important;
}
.cid-sJ8Wfr1UYG .btn-primary:hover {
  border: 1px solid #f58320 !important;
}
.cid-sJ8Wfr1UYG .stripe {
  border-bottom: 1px solid #f58320;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sJ8Wfr1UYG .form-group {
  max-width: 220px;
}
.cid-sJ8Wfr1UYG .mbr-section-btn {
  padding-left: 0;
}
.cid-sJ8Wfr1UYG .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sJ8Wfr1UYG .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f58320;
  width: 85%;
}
.cid-sJ8Wfr1UYG .mbr-text {
  color: #444;
}
.cid-sJ8Wfr1UYG h5 {
  margin-bottom: 0;
}
.cid-sJ8Wfr1UYG .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sJ8Wfr1UYG .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJ8Wfr1UYG .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sJ8Wfr1UYG .socicon {
  font-size: 1.3rem;
  background: #f58320;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJ8Wfr1UYG .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sJ8Wfr1UYG .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sJ8Wfr1UYG .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sJ8Wfr1UYG .social-list a:hover {
  opacity: 0.4;
}
.cid-sJ8Wfr1UYG .media-container-row > div {
  padding: 0px;
}
.cid-sJ8Wfr1UYG .text2 {
  color: #000000;
  text-align: left;
}
.cid-sJ8Wfr1UYG .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sJ8Wfr1UYG .links {
  color: #000000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sJ8Wfr1UYG .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sJ8Wfr1UYG .social-list,
  .cid-sJ8Wfr1UYG .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sJ8Wfr1UYG h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sJ8Wfr1UYG .form-group {
    max-width: 180px;
  }
}
.cid-sJ8Wfr1UYG .links span {
  color: #9e9e9e;
}
.cid-sJ8Wfr1UYG .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-sJ8Wfr1UYG .logo-title {
  text-align: center;
}
.cid-sJ8Wfr1UYG .logo-title,
.cid-sJ8Wfr1UYG .logo {
  color: #000000;
  text-align: center;
}
.cid-sJ8Wfr1UYG LABEL {
  text-align: left;
}
.cid-sHUPfEgNRH {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sHUPfEgNRH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sHUPfEgNRH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sHUPfEgNRH .text-wrapper {
    padding: 2rem;
  }
}
.cid-sHUPfEgNRH .mbr-section-title {
  color: #f58320;
}
.cid-sGWvqv9HqS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sGWvqv9HqS nav.navbar {
  position: fixed;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sGWvqv9HqS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sGWvqv9HqS .dropdown-item:hover,
.cid-sGWvqv9HqS .dropdown-item:focus {
  background: #f58320 !important;
  color: white !important;
}
.cid-sGWvqv9HqS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sGWvqv9HqS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sGWvqv9HqS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sGWvqv9HqS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGWvqv9HqS .nav-link {
  position: relative;
}
.cid-sGWvqv9HqS .container {
  display: flex;
  margin: auto;
}
.cid-sGWvqv9HqS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGWvqv9HqS .dropdown-menu,
.cid-sGWvqv9HqS .navbar.opened {
  background: #ffffff !important;
}
.cid-sGWvqv9HqS .nav-item:focus,
.cid-sGWvqv9HqS .nav-link:focus {
  outline: none;
}
.cid-sGWvqv9HqS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sGWvqv9HqS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGWvqv9HqS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sGWvqv9HqS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGWvqv9HqS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGWvqv9HqS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar.opened {
  transition: all 0.3s;
}
.cid-sGWvqv9HqS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sGWvqv9HqS .navbar .navbar-logo img {
  width: auto;
}
.cid-sGWvqv9HqS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGWvqv9HqS .navbar.collapsed {
  justify-content: center;
}
.cid-sGWvqv9HqS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGWvqv9HqS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGWvqv9HqS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGWvqv9HqS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGWvqv9HqS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGWvqv9HqS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGWvqv9HqS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGWvqv9HqS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGWvqv9HqS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGWvqv9HqS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGWvqv9HqS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sGWvqv9HqS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGWvqv9HqS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGWvqv9HqS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sGWvqv9HqS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGWvqv9HqS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGWvqv9HqS .navbar.navbar-short {
  min-height: 60px;
}
.cid-sGWvqv9HqS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sGWvqv9HqS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGWvqv9HqS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGWvqv9HqS .dropdown-item.active,
.cid-sGWvqv9HqS .dropdown-item:active {
  background-color: transparent;
}
.cid-sGWvqv9HqS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGWvqv9HqS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGWvqv9HqS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGWvqv9HqS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGWvqv9HqS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGWvqv9HqS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGWvqv9HqS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGWvqv9HqS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sGWvqv9HqS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGWvqv9HqS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGWvqv9HqS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGWvqv9HqS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGWvqv9HqS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGWvqv9HqS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sGWvqv9HqS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar {
    height: 70px;
  }
  .cid-sGWvqv9HqS .navbar.opened {
    height: auto;
  }
  .cid-sGWvqv9HqS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGddGxUFuA {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sGddGxUFuA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sGddGxUFuA textarea {
  min-height: 150px;
}
.cid-sGddGxUFuA .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #f58320;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-sGddGxUFuA .form-control,
.cid-sGddGxUFuA .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #f58320;
  color: #000000 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-sGddGxUFuA .form-control input::-webkit-input-placeholder,
.cid-sGddGxUFuA .field-input input::-webkit-input-placeholder,
.cid-sGddGxUFuA .form-control textarea::-webkit-input-placeholder,
.cid-sGddGxUFuA .field-input textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-sGddGxUFuA .form-control input:-moz-placeholder,
.cid-sGddGxUFuA .field-input input:-moz-placeholder,
.cid-sGddGxUFuA .form-control textarea:-moz-placeholder,
.cid-sGddGxUFuA .field-input textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-sGddGxUFuA .form-control:hover,
.cid-sGddGxUFuA .field-input:hover,
.cid-sGddGxUFuA .form-control:focus,
.cid-sGddGxUFuA .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sGddGxUFuA .form-control:hover input::-webkit-input-placeholder,
.cid-sGddGxUFuA .field-input:hover input::-webkit-input-placeholder,
.cid-sGddGxUFuA .form-control:focus input::-webkit-input-placeholder,
.cid-sGddGxUFuA .field-input:focus input::-webkit-input-placeholder,
.cid-sGddGxUFuA .form-control:hover textarea::-webkit-input-placeholder,
.cid-sGddGxUFuA .field-input:hover textarea::-webkit-input-placeholder,
.cid-sGddGxUFuA .form-control:focus textarea::-webkit-input-placeholder,
.cid-sGddGxUFuA .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-sGddGxUFuA .form-control:hover input:-moz-placeholder,
.cid-sGddGxUFuA .field-input:hover input:-moz-placeholder,
.cid-sGddGxUFuA .form-control:focus input:-moz-placeholder,
.cid-sGddGxUFuA .field-input:focus input:-moz-placeholder,
.cid-sGddGxUFuA .form-control:hover textarea:-moz-placeholder,
.cid-sGddGxUFuA .field-input:hover textarea:-moz-placeholder,
.cid-sGddGxUFuA .form-control:focus textarea:-moz-placeholder,
.cid-sGddGxUFuA .field-input:focus textarea:-moz-placeholder {
  color: #000000;
}
.cid-sGddGxUFuA .jq-number__spin:hover,
.cid-sGddGxUFuA .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sGddGxUFuA .jq-number__spin {
  background-color: #ffffff;
  border-color: #f58320;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sGddGxUFuA .jq-selectbox li,
.cid-sGddGxUFuA .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sGddGxUFuA .jq-selectbox li:hover,
.cid-sGddGxUFuA .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sGddGxUFuA .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sGddGxUFuA .jq-number__spin.minus:hover:after,
.cid-sGddGxUFuA .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sGddGxUFuA .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sGddGxUFuA .jq-number__spin.minus:after,
.cid-sGddGxUFuA .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sGddGxUFuA input::-webkit-clear-button {
  display: none;
}
.cid-sGddGxUFuA input::-webkit-inner-spin-button {
  display: none;
}
.cid-sGddGxUFuA input::-webkit-outer-spin-button {
  display: none;
}
.cid-sGddGxUFuA input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sJeuZiFX0X {
  padding-top: 765px;
  background-image: url("../../../assets/images/smartmockups-ktnrcpi4-1280x853.jpg");
}
.cid-sGWvqv9HqS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sGWvqv9HqS nav.navbar {
  position: fixed;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sGWvqv9HqS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sGWvqv9HqS .dropdown-item:hover,
.cid-sGWvqv9HqS .dropdown-item:focus {
  background: #f58320 !important;
  color: white !important;
}
.cid-sGWvqv9HqS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sGWvqv9HqS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sGWvqv9HqS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sGWvqv9HqS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGWvqv9HqS .nav-link {
  position: relative;
}
.cid-sGWvqv9HqS .container {
  display: flex;
  margin: auto;
}
.cid-sGWvqv9HqS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGWvqv9HqS .dropdown-menu,
.cid-sGWvqv9HqS .navbar.opened {
  background: #ffffff !important;
}
.cid-sGWvqv9HqS .nav-item:focus,
.cid-sGWvqv9HqS .nav-link:focus {
  outline: none;
}
.cid-sGWvqv9HqS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sGWvqv9HqS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGWvqv9HqS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sGWvqv9HqS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGWvqv9HqS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGWvqv9HqS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar.opened {
  transition: all 0.3s;
}
.cid-sGWvqv9HqS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sGWvqv9HqS .navbar .navbar-logo img {
  width: auto;
}
.cid-sGWvqv9HqS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGWvqv9HqS .navbar.collapsed {
  justify-content: center;
}
.cid-sGWvqv9HqS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGWvqv9HqS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGWvqv9HqS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGWvqv9HqS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGWvqv9HqS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGWvqv9HqS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGWvqv9HqS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGWvqv9HqS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGWvqv9HqS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGWvqv9HqS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGWvqv9HqS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sGWvqv9HqS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGWvqv9HqS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGWvqv9HqS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sGWvqv9HqS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGWvqv9HqS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGWvqv9HqS .navbar.navbar-short {
  min-height: 60px;
}
.cid-sGWvqv9HqS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sGWvqv9HqS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGWvqv9HqS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGWvqv9HqS .dropdown-item.active,
.cid-sGWvqv9HqS .dropdown-item:active {
  background-color: transparent;
}
.cid-sGWvqv9HqS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGWvqv9HqS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGWvqv9HqS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGWvqv9HqS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGWvqv9HqS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGWvqv9HqS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGWvqv9HqS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGWvqv9HqS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sGWvqv9HqS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGWvqv9HqS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGWvqv9HqS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGWvqv9HqS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGWvqv9HqS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGWvqv9HqS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sGWvqv9HqS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar {
    height: 70px;
  }
  .cid-sGWvqv9HqS .navbar.opened {
    height: auto;
  }
  .cid-sGWvqv9HqS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDo0WAwGWN {
  background-image: url("../../../assets/images/pexels-cottonbro-4606397-2000x3000.jpg");
}
.cid-sDo0WAwGWN .mbr-section-title {
  color: #f58320;
  text-align: left;
}
.cid-sDo0WAwGWN .mbr-text,
.cid-sDo0WAwGWN .mbr-section-btn {
  text-align: left;
}
.cid-sJew9kBRw8 {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sJew9kBRw8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sJew9kBRw8 textarea {
  min-height: 150px;
}
.cid-sJew9kBRw8 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #f58320;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-sJew9kBRw8 .form-control,
.cid-sJew9kBRw8 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #f58320;
  color: #000000 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-sJew9kBRw8 .form-control input::-webkit-input-placeholder,
.cid-sJew9kBRw8 .field-input input::-webkit-input-placeholder,
.cid-sJew9kBRw8 .form-control textarea::-webkit-input-placeholder,
.cid-sJew9kBRw8 .field-input textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-sJew9kBRw8 .form-control input:-moz-placeholder,
.cid-sJew9kBRw8 .field-input input:-moz-placeholder,
.cid-sJew9kBRw8 .form-control textarea:-moz-placeholder,
.cid-sJew9kBRw8 .field-input textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-sJew9kBRw8 .form-control:hover,
.cid-sJew9kBRw8 .field-input:hover,
.cid-sJew9kBRw8 .form-control:focus,
.cid-sJew9kBRw8 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sJew9kBRw8 .form-control:hover input::-webkit-input-placeholder,
.cid-sJew9kBRw8 .field-input:hover input::-webkit-input-placeholder,
.cid-sJew9kBRw8 .form-control:focus input::-webkit-input-placeholder,
.cid-sJew9kBRw8 .field-input:focus input::-webkit-input-placeholder,
.cid-sJew9kBRw8 .form-control:hover textarea::-webkit-input-placeholder,
.cid-sJew9kBRw8 .field-input:hover textarea::-webkit-input-placeholder,
.cid-sJew9kBRw8 .form-control:focus textarea::-webkit-input-placeholder,
.cid-sJew9kBRw8 .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-sJew9kBRw8 .form-control:hover input:-moz-placeholder,
.cid-sJew9kBRw8 .field-input:hover input:-moz-placeholder,
.cid-sJew9kBRw8 .form-control:focus input:-moz-placeholder,
.cid-sJew9kBRw8 .field-input:focus input:-moz-placeholder,
.cid-sJew9kBRw8 .form-control:hover textarea:-moz-placeholder,
.cid-sJew9kBRw8 .field-input:hover textarea:-moz-placeholder,
.cid-sJew9kBRw8 .form-control:focus textarea:-moz-placeholder,
.cid-sJew9kBRw8 .field-input:focus textarea:-moz-placeholder {
  color: #000000;
}
.cid-sJew9kBRw8 .jq-number__spin:hover,
.cid-sJew9kBRw8 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sJew9kBRw8 .jq-number__spin {
  background-color: #ffffff;
  border-color: #f58320;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sJew9kBRw8 .jq-selectbox li,
.cid-sJew9kBRw8 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sJew9kBRw8 .jq-selectbox li:hover,
.cid-sJew9kBRw8 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sJew9kBRw8 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sJew9kBRw8 .jq-number__spin.minus:hover:after,
.cid-sJew9kBRw8 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sJew9kBRw8 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sJew9kBRw8 .jq-number__spin.minus:after,
.cid-sJew9kBRw8 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sJew9kBRw8 input::-webkit-clear-button {
  display: none;
}
.cid-sJew9kBRw8 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sJew9kBRw8 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sJew9kBRw8 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sJevpO671x {
  padding-top: 765px;
  background-image: url("../../../assets/images/smartmockups-ktnrcpi4-1280x853.jpg");
}
.cid-sGWvqv9HqS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sGWvqv9HqS nav.navbar {
  position: fixed;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sGWvqv9HqS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sGWvqv9HqS .dropdown-item:hover,
.cid-sGWvqv9HqS .dropdown-item:focus {
  background: #f58320 !important;
  color: white !important;
}
.cid-sGWvqv9HqS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sGWvqv9HqS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sGWvqv9HqS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sGWvqv9HqS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGWvqv9HqS .nav-link {
  position: relative;
}
.cid-sGWvqv9HqS .container {
  display: flex;
  margin: auto;
}
.cid-sGWvqv9HqS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGWvqv9HqS .dropdown-menu,
.cid-sGWvqv9HqS .navbar.opened {
  background: #ffffff !important;
}
.cid-sGWvqv9HqS .nav-item:focus,
.cid-sGWvqv9HqS .nav-link:focus {
  outline: none;
}
.cid-sGWvqv9HqS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sGWvqv9HqS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGWvqv9HqS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sGWvqv9HqS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGWvqv9HqS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGWvqv9HqS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar.opened {
  transition: all 0.3s;
}
.cid-sGWvqv9HqS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sGWvqv9HqS .navbar .navbar-logo img {
  width: auto;
}
.cid-sGWvqv9HqS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGWvqv9HqS .navbar.collapsed {
  justify-content: center;
}
.cid-sGWvqv9HqS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGWvqv9HqS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGWvqv9HqS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGWvqv9HqS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGWvqv9HqS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGWvqv9HqS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGWvqv9HqS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGWvqv9HqS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGWvqv9HqS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGWvqv9HqS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGWvqv9HqS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sGWvqv9HqS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGWvqv9HqS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGWvqv9HqS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sGWvqv9HqS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGWvqv9HqS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGWvqv9HqS .navbar.navbar-short {
  min-height: 60px;
}
.cid-sGWvqv9HqS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sGWvqv9HqS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGWvqv9HqS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGWvqv9HqS .dropdown-item.active,
.cid-sGWvqv9HqS .dropdown-item:active {
  background-color: transparent;
}
.cid-sGWvqv9HqS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGWvqv9HqS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGWvqv9HqS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGWvqv9HqS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGWvqv9HqS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGWvqv9HqS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGWvqv9HqS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGWvqv9HqS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sGWvqv9HqS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGWvqv9HqS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGWvqv9HqS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGWvqv9HqS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGWvqv9HqS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGWvqv9HqS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sGWvqv9HqS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar {
    height: 70px;
  }
  .cid-sGWvqv9HqS .navbar.opened {
    height: auto;
  }
  .cid-sGWvqv9HqS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHUJegpxCH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHUJegpxCH .mbr-text {
  line-height: 1.5;
  color: #f58320;
}
.cid-sHUJegpxCH .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sHUICf7I6b {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sHUICf7I6b .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-sHUICf7I6b .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sJevcvBDyz {
  padding-top: 765px;
  background-image: url("../../../assets/images/smartmockups-ktnrcpi4-1280x853.jpg");
}
.cid-sGWvqv9HqS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sGWvqv9HqS nav.navbar {
  position: fixed;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sGWvqv9HqS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sGWvqv9HqS .dropdown-item:hover,
.cid-sGWvqv9HqS .dropdown-item:focus {
  background: #f58320 !important;
  color: white !important;
}
.cid-sGWvqv9HqS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sGWvqv9HqS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sGWvqv9HqS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sGWvqv9HqS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGWvqv9HqS .nav-link {
  position: relative;
}
.cid-sGWvqv9HqS .container {
  display: flex;
  margin: auto;
}
.cid-sGWvqv9HqS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGWvqv9HqS .dropdown-menu,
.cid-sGWvqv9HqS .navbar.opened {
  background: #ffffff !important;
}
.cid-sGWvqv9HqS .nav-item:focus,
.cid-sGWvqv9HqS .nav-link:focus {
  outline: none;
}
.cid-sGWvqv9HqS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sGWvqv9HqS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGWvqv9HqS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sGWvqv9HqS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGWvqv9HqS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGWvqv9HqS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar.opened {
  transition: all 0.3s;
}
.cid-sGWvqv9HqS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sGWvqv9HqS .navbar .navbar-logo img {
  width: auto;
}
.cid-sGWvqv9HqS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGWvqv9HqS .navbar.collapsed {
  justify-content: center;
}
.cid-sGWvqv9HqS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGWvqv9HqS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGWvqv9HqS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGWvqv9HqS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGWvqv9HqS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGWvqv9HqS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGWvqv9HqS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGWvqv9HqS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGWvqv9HqS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGWvqv9HqS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGWvqv9HqS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sGWvqv9HqS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGWvqv9HqS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGWvqv9HqS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sGWvqv9HqS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGWvqv9HqS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGWvqv9HqS .navbar.navbar-short {
  min-height: 60px;
}
.cid-sGWvqv9HqS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sGWvqv9HqS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGWvqv9HqS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGWvqv9HqS .dropdown-item.active,
.cid-sGWvqv9HqS .dropdown-item:active {
  background-color: transparent;
}
.cid-sGWvqv9HqS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGWvqv9HqS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGWvqv9HqS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGWvqv9HqS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGWvqv9HqS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGWvqv9HqS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGWvqv9HqS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGWvqv9HqS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sGWvqv9HqS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGWvqv9HqS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGWvqv9HqS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGWvqv9HqS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGWvqv9HqS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGWvqv9HqS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGWvqv9HqS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sGWvqv9HqS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGWvqv9HqS .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-sGWvqv9HqS .navbar {
    height: 70px;
  }
  .cid-sGWvqv9HqS .navbar.opened {
    height: auto;
  }
  .cid-sGWvqv9HqS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
