body {
  font-family: 'Kiwi Maru', serif;
}
.display-1 {
  font-family: 'Kiwi Maru', serif;
  font-size: 5.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Kiwi Maru', serif;
  font-size: 2.8rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Kiwi Maru', serif;
  font-size: 1rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Kiwi Maru', serif;
  font-size: 1.25rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-7 {
  font-family: 'Kiwi Maru', serif;
  font-size: 1rem;
  line-height: 1.55;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2.4rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1976d3 !important;
}
.bg-success {
  background-color: #00c553 !important;
}
.bg-info {
  background-color: #f9eb72 !important;
}
.bg-warning {
  background-color: #ff9966 !important;
}
.bg-danger {
  background-color: #fd72a2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1976d3 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #104b85 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #104b85 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #1d1d1b !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ebeae2 !important;
  color: #7a7654 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c8c5af !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #7a7654 !important;
  background-color: #c8c5af !important;
}
.btn-info,
.btn-info:active {
  background-color: #f9eb72 !important;
  color: #685d04 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #141201 !important;
  background-color: #f5df1f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #685d04 !important;
  background-color: #f5df1f !important;
}
.btn-success,
.btn-success:active {
  background-color: #00c553 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #006e2e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #006e2e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fd72a2 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fc1d6a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fc1d6a !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #1976d3 !important;
}
.btn-black,
.btn-black:active {
  background-color: #1d1d1b !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1976d3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #104b85 !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: #1976d3 !important;
  border-color: #1976d3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ebeae2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c8c5af !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7a7654 !important;
  background-color: #ebeae2 !important;
  border-color: #ebeae2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9eb72;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f5df1f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #685d04 !important;
  background-color: #f9eb72 !important;
  border-color: #f9eb72 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00c553;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #006e2e !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: #00c553 !important;
  border-color: #00c553 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fd72a2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fc1d6a !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: #fd72a2 !important;
  border-color: #fd72a2 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d1d1b;
}
.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: #1d1d1b !important;
  border-color: #1d1d1b !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: #1976d3 !important;
}
.text-secondary {
  color: #ebeae2 !important;
}
.text-success {
  color: #00c553 !important;
}
.text-info {
  color: #f9eb72 !important;
}
.text-warning {
  color: #ff9966 !important;
}
.text-danger {
  color: #fd72a2 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #1d1d1b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0e4378 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c1bea6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #005f28 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f5dd10 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff5500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fc0d60 !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: #1976d3;
}
.nav-tabs .nav-link:not(.active) {
  color: #1d1d1b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f9eb72;
}
.alert-warning {
  background-color: #ff9966;
}
.alert-danger {
  background-color: #fd72a2;
}
.btn {
  border-radius: 60px;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 60px;
}
.mbr-gallery-filter li a {
  border-radius: 60px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1976d3;
  border-color: #1976d3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 60px !important;
}
a,
a:hover {
  color: #1976d3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c0dcf8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #45ff94;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kiwi Maru', serif;
  font-size: 1rem;
  line-height: 1.45;
  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: #1976d3 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kiwi Maru', serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #1976d3;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 60px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 60px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1976d3;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1976d3;
}
.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: #1976d3;
  border-bottom-color: #1976d3;
}
.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: #1976d3 !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: #ebeae2 !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='%231976d3' %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;
}
.cid-tzgVbWmwRu {
  background-color: #ff8400;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tzgVbWmwRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzgVbWmwRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tzgVbWmwRu {
    padding-bottom: 0 !important;
  }
}
.cid-tzgVbWmwRu .container {
  position: static;
}
@media (max-width: 991px) {
  .cid-tzgVbWmwRu .container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tzgVbWmwRu .row {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.cid-tzgVbWmwRu .text-wrapper {
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .cid-tzgVbWmwRu .text-wrapper {
    max-width: 560px;
    width: 100%;
    margin-bottom: 10rem;
    margin-right: auto;
  }
}
.cid-tzgVbWmwRu .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-tzgVbWmwRu .mbr-text {
  color: #181817;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-tzgVbWmwRu .mbr-section-btn {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-tzgVbWmwRu .col-img {
    margin-top: auto;
  }
}
@media (max-width: 575px) {
  .cid-tzgVbWmwRu .col-img {
    padding: 0 !important;
  }
}
.cid-tzgVbWmwRu .image-wrapper {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 55%;
  height: 100%;
}
.cid-tzgVbWmwRu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzgVbWmwRu .image-wrapper {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: -2rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tzgVbWmwRu .image-wrapper {
    margin-right: -1.5rem;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .cid-tzgVbWmwRu .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-tzgVbWmwRu .img-bg {
  position: absolute;
  right: -15%;
  bottom: -35%;
  width: 65vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffffff;
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-tzgVbWmwRu .img-bg {
    width: 1000px;
    right: -400px;
  }
}
@media (max-width: 767px) {
  .cid-tzgVbWmwRu .img-bg {
    width: 800px;
    right: -300px;
  }
}
@media (max-width: 575px) {
  .cid-tzgVbWmwRu .img-bg {
    width: 170vw;
    right: -75vw;
  }
}
.cid-tzgVbWmwRu .mbr-text,
.cid-tzgVbWmwRu .mbr-section-btn {
  color: #ffffff;
}
.cid-tzh0bcUXmh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzh0bcUXmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzh0bcUXmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sRQhy0qAS0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mountains-6761344.webp");
}
.cid-sRQhy0qAS0 .card {
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
  transition: all 0.6s ease;
}
.cid-sRQhy0qAS0 .card:hover {
  transform: scale(1.03);
}
.cid-sRQhy0qAS0 .card-padding {
  padding: 0.72rem 0.75rem;
}
.cid-sRQhy0qAS0 .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-sRQhy0qAS0 .title-section {
    padding: 0 6rem;
    margin-bottom: 4rem;
  }
}
.cid-sRQhy0qAS0 .img-container {
  display: flex;
  justify-content: center;
}
.cid-sRQhy0qAS0 .card-img-top {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-sRQhy0qAS0 .mbr-section-subtitle {
  text-align: center;
}
.cid-sRQhy0qAS0 .mbr-text {
  text-align: center;
}
.cid-sRQhy0qAS0 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tzhkBaP6ks {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mountains-6761344.webp");
}
.cid-tzhkBaP6ks .card {
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
  transition: all 0.6s ease;
}
.cid-tzhkBaP6ks .card:hover {
  transform: scale(1.03);
}
.cid-tzhkBaP6ks .card-padding {
  padding: 0.72rem 0.75rem;
}
.cid-tzhkBaP6ks .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-tzhkBaP6ks .title-section {
    padding: 0 6rem;
    margin-bottom: 4rem;
  }
}
.cid-tzhkBaP6ks .img-container {
  display: flex;
  justify-content: center;
}
.cid-tzhkBaP6ks .card-img-top {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tzhkBaP6ks .mbr-section-subtitle {
  text-align: center;
}
.cid-tzhkBaP6ks .mbr-text {
  text-align: center;
}
.cid-tzhkBaP6ks .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tBlHmC3g1V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mountains-6761344.webp");
}
.cid-tBlHmC3g1V .card {
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
  transition: all 0.6s ease;
}
.cid-tBlHmC3g1V .card:hover {
  transform: scale(1.03);
}
.cid-tBlHmC3g1V .card-padding {
  padding: 0.72rem 0.75rem;
}
.cid-tBlHmC3g1V .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-tBlHmC3g1V .title-section {
    padding: 0 6rem;
    margin-bottom: 4rem;
  }
}
.cid-tBlHmC3g1V .img-container {
  display: flex;
  justify-content: center;
}
.cid-tBlHmC3g1V .card-img-top {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tBlHmC3g1V .mbr-section-subtitle {
  text-align: center;
}
.cid-tBlHmC3g1V .mbr-text {
  text-align: center;
}
.cid-tBlHmC3g1V .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tzhoyoRy0d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #facb1d;
  overflow: hidden;
}
.cid-tzhoyoRy0d .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tzrazgdUY5 {
  background-color: #ff8400;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tzrazgdUY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzrazgdUY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tzrazgdUY5 {
    padding-bottom: 0 !important;
  }
}
.cid-tzrazgdUY5 .container {
  position: static;
}
@media (max-width: 991px) {
  .cid-tzrazgdUY5 .container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tzrazgdUY5 .row {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.cid-tzrazgdUY5 .text-wrapper {
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .cid-tzrazgdUY5 .text-wrapper {
    max-width: 560px;
    width: 100%;
    margin-bottom: 10rem;
    margin-right: auto;
  }
}
.cid-tzrazgdUY5 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-tzrazgdUY5 .mbr-text {
  color: #181817;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-tzrazgdUY5 .mbr-section-btn {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-tzrazgdUY5 .col-img {
    margin-top: auto;
  }
}
@media (max-width: 575px) {
  .cid-tzrazgdUY5 .col-img {
    padding: 0 !important;
  }
}
.cid-tzrazgdUY5 .image-wrapper {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 55%;
  height: 100%;
}
.cid-tzrazgdUY5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzrazgdUY5 .image-wrapper {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: -2rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tzrazgdUY5 .image-wrapper {
    margin-right: -1.5rem;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .cid-tzrazgdUY5 .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-tzrazgdUY5 .img-bg {
  position: absolute;
  right: -15%;
  bottom: -35%;
  width: 65vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffffff;
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-tzrazgdUY5 .img-bg {
    width: 1000px;
    right: -400px;
  }
}
@media (max-width: 767px) {
  .cid-tzrazgdUY5 .img-bg {
    width: 800px;
    right: -300px;
  }
}
@media (max-width: 575px) {
  .cid-tzrazgdUY5 .img-bg {
    width: 170vw;
    right: -75vw;
  }
}
.cid-tzrazgdUY5 .mbr-text,
.cid-tzrazgdUY5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tzraNb3nym {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzraNb3nym .wrapper {
  background: #0061d9;
}
.cid-tzraNb3nym .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzraNb3nym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzraNb3nym .mbr-section-title {
  color: #ffffff;
}
.cid-tzraNb3nym .mbr-text {
  color: #ffffff;
}
.cid-tBq1pRT7aH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBq1pRT7aH .row {
  justify-content: center;
}
.cid-tBq1pRT7aH .col-video {
  display: flex;
  overflow: hidden;
}
.cid-tBq1pRT7aH .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tBq1pRT7aH .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-tBq1pRT7aH .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tBq1pRT7aH .col-video .link {
  margin-right: 1rem;
}
.cid-tBq1pRT7aH .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tBq1pRT7aH .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tBq1pRT7aH .mbr-media {
  position: relative;
}
.cid-tBq1pRT7aH .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tBq1pRT7aH .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-tBq1pRT7aH .icon-wrap .mbr-iconfont {
  padding: 24px;
  border-radius: 50%;
  background-color: #ff8400;
}
@media (max-width: 991px) {
  .cid-tBq1pRT7aH .icon-wrap .mbr-iconfont {
    padding: 16px;
  }
}
.cid-tBq1pRT7aH .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-tBq1pRT7aH .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tBq1pRT7aH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tBq1pRT7aH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBq1pRT7aH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBq1pRT7aH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tBq1pRT7aH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tBq1pRT7aH a:hover {
  text-decoration-line: none !important;
}
.cid-tzrhLK9W1l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6ea;
}
.cid-tzrhLK9W1l .decor {
  width: 90px;
  height: 90px;
  position: relative;
  flex: 0 0 100px;
}
.cid-tzrhLK9W1l .decor svg {
  width: 100%;
  height: 100%;
  position: absolute;
  fill: #ff8400;
  transform: rotate(210deg) scale(1, -1);
}
.cid-tzrhLK9W1l .mbr-text {
  color: #1d1d1b;
}
.cid-tzrhLK9W1l .mbr-section-title {
  color: #1d1d1b;
}
.cid-tzrhLK9W1l .mbr-section-subtitle {
  color: #1d1d1b;
}
.cid-tzrhLK9W1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzrhLK9W1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzrazmcp5C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00c553;
  overflow: hidden;
}
.cid-tzrazmcp5C .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tzsudkxge3.popup-builder {
  background-color: #ffffff;
}
.cid-tzsudkxge3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tzsudkxge3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tzsudkxge3 .modal-content,
.cid-tzsudkxge3 .modal-dialog {
  height: auto;
}
.cid-tzsudkxge3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tzsudkxge3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tzsudkxge3 .form-wrapper .mbr-form .form-group,
  .cid-tzsudkxge3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tzsudkxge3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tzsudkxge3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzsudkxge3 .mbr-text {
  text-align: center;
}
.cid-tzsudkxge3 .pt-0 {
  padding-top: 0 !important;
}
.cid-tzsudkxge3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tzsudkxge3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tzsudkxge3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tzsudkxge3 .modal-open {
  overflow: hidden;
}
.cid-tzsudkxge3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tzsudkxge3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tzsudkxge3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tzsudkxge3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tzsudkxge3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tzsudkxge3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tzsudkxge3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tzsudkxge3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tzsudkxge3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tzsudkxge3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tzsudkxge3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tzsudkxge3 .modal-backdrop.show {
  opacity: .5;
}
.cid-tzsudkxge3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tzsudkxge3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzsudkxge3 .modal-header {
    padding: 1rem;
  }
}
.cid-tzsudkxge3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tzsudkxge3 .modal-header .close svg {
  fill: #353535;
}
.cid-tzsudkxge3 .modal-header .close:hover {
  opacity: 1;
}
.cid-tzsudkxge3 .modal-header .close:focus {
  outline: none;
}
.cid-tzsudkxge3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tzsudkxge3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tzsudkxge3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzsudkxge3 .modal-body {
    padding: 1rem;
  }
}
.cid-tzsudkxge3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzsudkxge3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzsudkxge3 .modal-footer {
    padding: 1rem;
  }
}
.cid-tzsudkxge3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tzsudkxge3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tzsudkxge3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tzsudkxge3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tzsudkxge3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tzsudkxge3 .modal-lg,
  .cid-tzsudkxge3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tzsudkxge3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tzsudkxge3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tzsudkxge3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tzsudkxge3 .form-group {
  margin-bottom: 1rem;
}
.cid-tzsudkxge3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tzsudkxge3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tzsudkxge3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tzsudkxge3 .mbr-section-btn {
  margin: 0;
}
.cid-tzsudkxge3 .mbr-section-btn .btn {
  margin: 0;
}
