.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Dosis', sans-serif;
  font-size: 5.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 4.25rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-4 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.375rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 2.875rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-7 {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.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.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.65625rem + (2.875 - 1.65625) * ((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 1.2rem;
  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: #f5a80c !important;
}
.bg-success {
  background-color: #279898 !important;
}
.bg-info {
  background-color: #a073ec !important;
}
.bg-warning {
  background-color: #bb442e !important;
}
.bg-danger {
  background-color: #6d1100 !important;
}
.btn-primary,
.btn-primary:active {
  background: linear-gradient(to bottom, #f5a80c 0 33.33333333%, #f5a80c 33.33333333%, #bf442e 66.66666667%, #bf442e 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #f5a80c 0 33.33333333%, #f5a80c 33.33333333%, #bf442e 66.66666667%, #bf442e 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background: #a47007 !important;
  border: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background: linear-gradient(to bottom, #2a1340 0 33.33333333%, #2a1340 33.33333333%, #a275ec 66.66666667%, #a275ec 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #2a1340 0 33.33333333%, #2a1340 33.33333333%, #a275ec 66.66666667%, #a275ec 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background: #000000 !important;
  border: none !important;
}
.btn-info,
.btn-info:active {
  background: linear-gradient(to bottom, #a073ec 0 33.33333333%, #a073ec 33.33333333%, #29133e 66.66666667%, #29133e 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #a073ec 0 33.33333333%, #a073ec 33.33333333%, #29133e 66.66666667%, #29133e 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background: #6c27e2 !important;
  border: none !important;
}
.btn-success,
.btn-success:active {
  background: linear-gradient(to bottom, #279898 0 33.33333333%, #279898 33.33333333%, #3d6d54 66.66666667%, #3d6d54 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #279898 0 33.33333333%, #279898 33.33333333%, #3d6d54 66.66666667%, #3d6d54 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background: #155353 !important;
  border: none !important;
}
.btn-warning,
.btn-warning:active {
  background: linear-gradient(to bottom, #bb442e 0 33.33333333%, #bb442e 33.33333333%, #f3a70b 66.66666667%, #f3a70b 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #bb442e 0 33.33333333%, #bb442e 33.33333333%, #f3a70b 66.66666667%, #f3a70b 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background: #752b1d !important;
  border: none !important;
}
.btn-danger,
.btn-danger:active {
  background: linear-gradient(to bottom, #6d1100 0 33.33333333%, #6d1100 33.33333333%, #815700 66.66666667%, #815700 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #6d1100 0 33.33333333%, #6d1100 33.33333333%, #815700 66.66666667%, #815700 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background: #160300 !important;
  border: none !important;
}
.btn-white,
.btn-white:active {
  background: linear-gradient(to bottom, #fafafa 0 33.33333333%, #fafafa 33.33333333%, #f0f0f0 66.66666667%, #f0f0f0 66.66666667% 100%) !important;
  border: none !important;
  color: #7a7a7a !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #707070 !important;
  background: linear-gradient(to bottom, #fafafa 0 33.33333333%, #fafafa 33.33333333%, #f0f0f0 66.66666667%, #f0f0f0 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background: #cfcfcf !important;
  border: none !important;
}
.btn-black,
.btn-black:active {
  background: linear-gradient(to bottom, #161616 0 33.33333333%, #161616 33.33333333%, #2a2116 66.66666667%, #2a2116 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #161616 0 33.33333333%, #161616 33.33333333%, #2a2116 66.66666667%, #2a2116 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background: #000000 !important;
  border: none !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f5a80c;
  color: #f5a80c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a47007 !important;
  background-color: transparent!important;
  border-color: #a47007 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5a80c !important;
  border-color: #f5a80c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2a1340;
  color: #2a1340;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a1340 !important;
  border-color: #2a1340 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a073ec;
  color: #a073ec;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6c27e2 !important;
  background-color: transparent!important;
  border-color: #6c27e2 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a073ec !important;
  border-color: #a073ec !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #279898;
  color: #279898;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #155353 !important;
  background-color: transparent!important;
  border-color: #155353 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #279898 !important;
  border-color: #279898 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #bb442e;
  color: #bb442e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #752b1d !important;
  background-color: transparent!important;
  border-color: #752b1d !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bb442e !important;
  border-color: #bb442e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6d1100;
  color: #6d1100;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #160300 !important;
  background-color: transparent!important;
  border-color: #160300 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6d1100 !important;
  border-color: #6d1100 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #161616;
  color: #161616;
}
.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: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  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: #cfcfcf !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: #f5a80c !important;
}
.text-secondary {
  color: #2a1340 !important;
}
.text-success {
  color: #279898 !important;
}
.text-info {
  color: #a073ec !important;
}
.text-warning {
  color: #bb442e !important;
}
.text-danger {
  color: #6d1100 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #161616 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #956606 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #124747 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #641edb !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #69261a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #070100 !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: #f5a80c;
}
.nav-tabs .nav-link:not(.active) {
  color: #161616;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a073ec;
}
.alert-warning {
  background-color: #bb442e;
}
.alert-danger {
  background-color: #6d1100;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f5a80c;
  border-color: #f5a80c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f5a80c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdeed0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #67d8d8;
}
.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: #e19587;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ed2500;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Dosis', sans-serif;
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #f5a80c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Dosis', sans-serif;
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #f5a80c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f5a80c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f5a80c;
}
.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: #f5a80c;
  border-bottom-color: #f5a80c;
}
.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: #f5a80c !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: #2a1340 !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='%23f5a80c' %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-duration: .4s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: calc(1420px + 3vw);
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.container-fluid {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 54px;
  padding: 25px 35px;
  border-radius: 80px;
  font-weight: 700 !important;
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: none !important;
  overflow: hidden;
}
.cid-tw2we8KePb {
  z-index: 1000;
  width: 100%;
}
.cid-tw2we8KePb nav.navbar {
  position: fixed;
}
.cid-tw2we8KePb .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-tw2we8KePb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tw2we8KePb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tw2we8KePb .dropdown-item:hover,
.cid-tw2we8KePb .dropdown-item:focus {
  background: #f5a80c !important;
  color: white !important;
}
.cid-tw2we8KePb .dropdown-item:hover span {
  color: white;
}
.cid-tw2we8KePb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tw2we8KePb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tw2we8KePb .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tw2we8KePb .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tw2we8KePb .nav-link {
  position: relative;
}
.cid-tw2we8KePb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tw2we8KePb .container {
    flex-wrap: nowrap;
  }
}
.cid-tw2we8KePb .dropdown-menu,
.cid-tw2we8KePb .navbar.opened {
  background: #ffffff !important;
}
.cid-tw2we8KePb .nav-item:focus,
.cid-tw2we8KePb .nav-link:focus {
  outline: none;
}
.cid-tw2we8KePb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tw2we8KePb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tw2we8KePb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tw2we8KePb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tw2we8KePb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tw2we8KePb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tw2we8KePb .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-tw2we8KePb .navbar.opened {
  transition: all 0.3s;
}
.cid-tw2we8KePb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tw2we8KePb .navbar .navbar-logo img {
  width: auto;
}
.cid-tw2we8KePb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tw2we8KePb .navbar.collapsed {
  justify-content: center;
}
.cid-tw2we8KePb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tw2we8KePb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tw2we8KePb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tw2we8KePb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tw2we8KePb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tw2we8KePb .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-tw2we8KePb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tw2we8KePb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tw2we8KePb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tw2we8KePb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tw2we8KePb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tw2we8KePb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tw2we8KePb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tw2we8KePb .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-tw2we8KePb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tw2we8KePb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tw2we8KePb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tw2we8KePb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tw2we8KePb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tw2we8KePb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tw2we8KePb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tw2we8KePb .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-tw2we8KePb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-tw2we8KePb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tw2we8KePb .dropdown-item.active,
.cid-tw2we8KePb .dropdown-item:active {
  background-color: transparent;
}
.cid-tw2we8KePb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tw2we8KePb .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tw2we8KePb .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tw2we8KePb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tw2we8KePb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tw2we8KePb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tw2we8KePb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tw2we8KePb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tw2we8KePb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tw2we8KePb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-tw2we8KePb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tw2we8KePb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw2we8KePb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tw2we8KePb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tw2we8KePb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw2we8KePb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tw2we8KePb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tw2we8KePb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tw2we8KePb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tw2we8KePb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tw2we8KePb .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-tw2we8KePb .navbar {
    height: 70px;
  }
  .cid-tw2we8KePb .navbar.opened {
    height: auto;
  }
  .cid-tw2we8KePb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tw2we8KePb .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-tw2we8KePb .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: #ffffff;
}
.cid-tw2we8KePb .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tw2we8KePb .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tw2we8KePb .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-tw2we8KePb .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-tw2we8KePb .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-tw2we8KePb .navbar {
    padding: 5px 0 !important;
  }
  .cid-tw2we8KePb .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-tw2we8KePb .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #ffffff;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
  }
  .cid-tw2we8KePb .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-tw2we8KePb .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-tw2we8KePb .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-tw2we8KePb .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-tw2we8KePb .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-tw2we8KePb .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-tw2we8KePb .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-tw2we8KePb .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-tw2we8KePb .btn-container {
    display: none;
  }
}
.cid-ufygP9tHQP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5a80c;
}
.cid-ufygP9tHQP .circle-wrap {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #f77d06;
}
.cid-ufygP9tHQP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufygP9tHQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ufygP9tHQP .container {
    padding: 0 15px;
  }
}
.cid-ufygP9tHQP .row {
  position: relative;
  z-index: 1;
}
.cid-ufygP9tHQP .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufygP9tHQP .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ufygP9tHQP .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ufygP9tHQP .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ufygP9tHQP .image-wrapper {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-ufygP9tHQP .image-wrapper {
    padding: 0;
  }
}
.cid-ufygP9tHQP .image-wrapper img {
  height: 408px;
  width: 65%;
  object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .cid-ufygP9tHQP .image-wrapper img {
    width: 100%;
    transform: none;
  }
}
.cid-ufygP9tHQP .image-wrapper img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .cid-ufygP9tHQP .image-wrapper img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.cid-ufygP9tHQP .mbr-section-title {
  color: #30262b;
}
.cid-ufygP9tHQP .mbr-text {
  color: #ffffff;
}
.cid-ufygP9tHQP .mbr-section-title,
.cid-ufygP9tHQP .mbr-section-btn {
  color: #ffffff;
}
.cid-tw2CiZnf9c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-tw2CiZnf9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw2CiZnf9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw2CiZnf9c .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
  background-color: #fadd8a;
  position: relative;
}
.cid-tw2CiZnf9c .row:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5rem;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #fadd8a;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tw2CiZnf9c .row:before {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
.cid-tw2CiZnf9c .row:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5rem;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #fadd8a;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tw2CiZnf9c .row:after {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.cid-tw2CiZnf9c .image-wrapper {
  position: sticky;
  top: 130px;
  padding-left: 1.4vw;
}
.cid-tw2CiZnf9c .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 230px;
}
.cid-tw2CiZnf9c .card-wrapper {
  padding-right: 1.4vw;
  padding-left: 132px;
}
@media (max-width: 1399px) {
  .cid-tw2CiZnf9c .card-wrapper {
    padding-left: 9.43vw;
  }
}
@media (max-width: 991px) {
  .cid-tw2CiZnf9c .card-wrapper {
    padding-right: 9.43vw;
    padding-left: 1.4vw;
  }
}
@media (max-width: 575px) {
  .cid-tw2CiZnf9c .card-wrapper {
    padding-right: 8vw;
    padding-left: 1.5vw;
  }
}
.cid-tw2CiZnf9c .card-title {
  color: #F5A80C;
  margin-bottom: 18px;
}
.cid-tw2CiZnf9c .card-subtitle {
  color: #000000;
  margin-bottom: 160px;
}
@media (max-width: 1399px) and (min-width: 768px) {
  .cid-tw2CiZnf9c .card-subtitle {
    margin-bottom: 11.78vw;
  }
  .cid-tw2CiZnf9c .card-subtitle.display-1 {
    font-size: 7.143vw !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-tw2CiZnf9c .card-subtitle {
    margin-bottom: 40px;
  }
  .cid-tw2CiZnf9c .card-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
.cid-tw2CiZnf9c .mbr-text {
  width: 23.2vw;
  margin-left: auto;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-tw2CiZnf9c .mbr-text {
    width: 100%;
  }
}
.cid-tw2CiZnf9c .mbr-section-btn {
  margin-top: 20px;
}
.cid-tw2AZEmFkX {
  padding-top: 0;
  padding-bottom: 0;
  background-image: linear-gradient(180deg, #f77d06 0, #f5a80c 100%);
}
.cid-tw2AZEmFkX .container-fluid {
  padding: 0;
}
.cid-tw2AZEmFkX .card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tw2AZEmFkX .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-tw2AZEmFkX .card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .cid-tw2AZEmFkX .card:hover:before {
    opacity: 0;
  }
  .cid-tw2AZEmFkX .card:hover:after {
    opacity: 1;
  }
  .cid-tw2AZEmFkX .card:hover .image-wrapper {
    border-radius: 40px;
  }
}
.cid-tw2AZEmFkX .card:nth-child(1) {
  background-image: linear-gradient(180deg, #f77d06 0, #f5a80c 100%);
}
.cid-tw2AZEmFkX .card:nth-child(1):before {
  background-image: linear-gradient(180deg, #f77d06 0, #f5a80c 100%);
}
.cid-tw2AZEmFkX .card:nth-child(1):after {
  background-image: linear-gradient(360deg, #f77d06 0, #f5a80c 100%);
}
.cid-tw2AZEmFkX .card:nth-child(2) {
  background-image: linear-gradient(180deg, #f77d06 0, #bb442e 100%);
}
.cid-tw2AZEmFkX .card:nth-child(2):before {
  background-image: linear-gradient(180deg, #f77d06 0, #bb442e 100%);
}
.cid-tw2AZEmFkX .card:nth-child(2):after {
  background-image: linear-gradient(360deg, #f77d06 0, #bb442e 100%);
}
.cid-tw2AZEmFkX .card-wrapper {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-tw2AZEmFkX .card-title {
  width: 100%;
  margin-bottom: 54px;
  color: #FFFFFF;
}
@media (max-width: 1399px) {
  .cid-tw2AZEmFkX .card-title {
    margin-bottom: 3.85vw;
  }
}
@media (max-width: 767px) {
  .cid-tw2AZEmFkX .card-title {
    margin-bottom: 45px;
  }
}
.cid-tw2AZEmFkX .image-wrapper {
  width: 39.92vw;
  max-width: 600px;
  border-radius: 50%;
  overflow: hidden;
  transition: border-radius 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-tw2AZEmFkX .image-wrapper {
    width: 70%;
    max-width: 70%;
  }
}
.cid-tw2AZEmFkX .image-wrapper img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.cid-tw2AZEmFkX .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-tw2AZEmFkX .mbr-section-btn {
    margin-top: 3.85vw;
  }
}
@media (max-width: 767px) {
  .cid-tw2AZEmFkX .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tw2CBt5Mv1 {
  background-image: url("../../../assets/images/gutter-installation-services.jpg-1920x891.jpg");
}
.cid-tw2CBt5Mv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw2CBt5Mv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw2CBt5Mv1 .mbr-section-title {
  padding-left: 60px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .cid-tw2CBt5Mv1 .mbr-section-title {
    padding-left: 4.28vw;
  }
}
@media (max-width: 991px) {
  .cid-tw2CBt5Mv1 .mbr-section-title.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-tw2CBt5Mv1 .mbr-section-title.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-tw2CBt5Mv1 .mbr-section-subtitle {
  padding-left: 150px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .cid-tw2CBt5Mv1 .mbr-section-subtitle {
    padding-left: 10.7vw;
  }
}
@media (max-width: 991px) {
  .cid-tw2CBt5Mv1 .mbr-section-subtitle {
    margin-top: 8px;
  }
  .cid-tw2CBt5Mv1 .mbr-section-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-tw2CBt5Mv1 .mbr-section-subtitle.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-tw2CBt5Mv1 .mbr-section-btn {
  margin-top: 20px;
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .cid-tw2CBt5Mv1 .mbr-section-btn {
    padding-left: 4.28vw;
  }
}
.cid-tw2CBt5Mv1 .mbr-section-subtitle,
.cid-tw2CBt5Mv1 .mbr-section-btn {
  color: #ffffff;
}
.cid-tw2Ddu67kU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fadd8a;
}
.cid-tw2Ddu67kU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw2Ddu67kU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw2Ddu67kU .mbr-section-title {
  color: #000000;
}
.cid-tw2Ddu67kU .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-tw2Ddu67kU .mbr-section-btn {
  margin-top: 20px;
}
.cid-tw2Ddu67kU .mbr-section-subtitle,
.cid-tw2Ddu67kU .mbr-section-btn {
  color: #000000;
}
.cid-tw2C0kJUzI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5a80c;
}
.cid-tw2C0kJUzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw2C0kJUzI .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-tw2C0kJUzI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tw2C0kJUzI .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tw2C0kJUzI.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tw2C0kJUzI img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tw2DecmQdM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
  overflow: hidden;
}
.cid-tw2DecmQdM .mbr-section-head {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tw2DecmQdM .mbr-section-head {
    padding-bottom: 40px;
  }
}
.cid-tw2DecmQdM .mbr-section-title {
  color: #FFFFFF;
}
.cid-tw2DecmQdM .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tw2DecmQdM .items-row {
  padding-top: 40px;
  row-gap: 60px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .cid-tw2DecmQdM .items-row {
    padding-top: 0;
    row-gap: 40px;
  }
}
@media (min-width: 576px) {
  .cid-tw2DecmQdM .item {
    width: 47%;
  }
  .cid-tw2DecmQdM .item:nth-child(1n) {
    transform: translateY(0);
  }
  .cid-tw2DecmQdM .item:nth-child(2n) {
    transform: translateY(-40px);
  }
  .cid-tw2DecmQdM .item:nth-child(3n) {
    transform: translateY(-10px);
  }
  .cid-tw2DecmQdM .item:nth-child(4n) {
    transform: translateY(-20px);
  }
  .cid-tw2DecmQdM .item:nth-child(5n) {
    transform: translateY(-10px);
  }
  .cid-tw2DecmQdM .item:nth-child(6n) {
    transform: translateY(-40px);
  }
}
@media (min-width: 768px) {
  .cid-tw2DecmQdM .item {
    width: 42%;
  }
}
@media (min-width: 992px) {
  .cid-tw2DecmQdM .item {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .cid-tw2DecmQdM .item {
    width: 27%;
  }
}
.cid-tw2DecmQdM .item-img {
  position: relative;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tw2DecmQdM .item-img img {
  width: 100%;
  aspect-ratio: calc(2 / 3);
  object-fit: cover;
  transform: scale(1.01);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tw2DecmQdM .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-tw2DecmQdM .item-wrapper:hover .item-img {
  border-radius: 25px;
  transform: scale(0.95);
}
.cid-tw2DecmQdM .item-wrapper:hover .item-img img {
  transform: scale(1.2, 1.2);
}
.cid-tw2DecmQdM .item-content {
  flex-grow: 1;
  padding-top: 31px;
}
.cid-tw2DecmQdM .item-title {
  margin-bottom: 32px;
  color: #FFFFFF;
}
.cid-tw2DecmQdM .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  padding-left: 85px;
}
.cid-tw2DecmQdM .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-tw2DecmQdM .mbr-section-btn {
  margin-top: 12px;
}
.cid-ufymWkRHEc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bb442e;
  background-image: linear-gradient(180deg, #bb442e 0, #f77d06 100%);
}
.cid-ufymWkRHEc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufymWkRHEc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufymWkRHEc .container-fluid {
  padding: 0;
}
.cid-ufymWkRHEc .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-ufymWkRHEc .card-wrapper .image-wrapper {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-ufymWkRHEc .card-wrapper .image-wrapper {
    display: none;
  }
}
.cid-ufymWkRHEc .card-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ufymWkRHEc .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-ufymWkRHEc .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-ufymWkRHEc .mbr-text {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-ufymWkRHEc .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ufymWkRHEc .mbr-text {
    margin-top: 40px;
  }
}
.cid-ufymWkRHEc .mbr-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .cid-ufymWkRHEc .mbr-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .cid-ufymWkRHEc .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ufymWkRHEc .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-ufymWkRHEc .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-ufymWkRHEc .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-ufymWkRHEc .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-ufymWkRHEc .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-ufymWkRHEc .image-wrapper {
    display: none;
  }
}
.cid-ufymWkRHEc .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tw2E1tr4vF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-tw2E1tr4vF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw2E1tr4vF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw2E1tr4vF .mbr-section-title {
  color: #FFFFFF;
}
.cid-tw2E1tr4vF .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-tw2E1tr4vF .mbr-section-btn {
  margin-top: 20px;
}
.cid-tw2E3zF3dc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5a80c;
}
.cid-tw2E3zF3dc .mbr-text {
  color: #FFFFFF;
}
.cid-ufyIfA0oAw {
  z-index: 1000;
  width: 100%;
}
.cid-ufyIfA0oAw nav.navbar {
  position: fixed;
}
.cid-ufyIfA0oAw .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-ufyIfA0oAw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufyIfA0oAw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufyIfA0oAw .dropdown-item:hover,
.cid-ufyIfA0oAw .dropdown-item:focus {
  background: #f5a80c !important;
  color: white !important;
}
.cid-ufyIfA0oAw .dropdown-item:hover span {
  color: white;
}
.cid-ufyIfA0oAw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufyIfA0oAw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufyIfA0oAw .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufyIfA0oAw .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufyIfA0oAw .nav-link {
  position: relative;
}
.cid-ufyIfA0oAw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufyIfA0oAw .container {
    flex-wrap: nowrap;
  }
}
.cid-ufyIfA0oAw .dropdown-menu,
.cid-ufyIfA0oAw .navbar.opened {
  background: #ffffff !important;
}
.cid-ufyIfA0oAw .nav-item:focus,
.cid-ufyIfA0oAw .nav-link:focus {
  outline: none;
}
.cid-ufyIfA0oAw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufyIfA0oAw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufyIfA0oAw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufyIfA0oAw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufyIfA0oAw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufyIfA0oAw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufyIfA0oAw .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-ufyIfA0oAw .navbar.opened {
  transition: all 0.3s;
}
.cid-ufyIfA0oAw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufyIfA0oAw .navbar .navbar-logo img {
  width: auto;
}
.cid-ufyIfA0oAw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufyIfA0oAw .navbar.collapsed {
  justify-content: center;
}
.cid-ufyIfA0oAw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufyIfA0oAw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufyIfA0oAw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ufyIfA0oAw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufyIfA0oAw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufyIfA0oAw .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-ufyIfA0oAw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufyIfA0oAw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufyIfA0oAw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufyIfA0oAw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufyIfA0oAw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufyIfA0oAw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufyIfA0oAw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufyIfA0oAw .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-ufyIfA0oAw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufyIfA0oAw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufyIfA0oAw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufyIfA0oAw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufyIfA0oAw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufyIfA0oAw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufyIfA0oAw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufyIfA0oAw .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-ufyIfA0oAw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-ufyIfA0oAw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufyIfA0oAw .dropdown-item.active,
.cid-ufyIfA0oAw .dropdown-item:active {
  background-color: transparent;
}
.cid-ufyIfA0oAw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufyIfA0oAw .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufyIfA0oAw .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufyIfA0oAw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ufyIfA0oAw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufyIfA0oAw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufyIfA0oAw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufyIfA0oAw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufyIfA0oAw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufyIfA0oAw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-ufyIfA0oAw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufyIfA0oAw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyIfA0oAw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyIfA0oAw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufyIfA0oAw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyIfA0oAw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufyIfA0oAw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufyIfA0oAw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyIfA0oAw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufyIfA0oAw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufyIfA0oAw .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-ufyIfA0oAw .navbar {
    height: 70px;
  }
  .cid-ufyIfA0oAw .navbar.opened {
    height: auto;
  }
  .cid-ufyIfA0oAw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufyIfA0oAw .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-ufyIfA0oAw .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: #ffffff;
}
.cid-ufyIfA0oAw .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ufyIfA0oAw .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-ufyIfA0oAw .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-ufyIfA0oAw .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-ufyIfA0oAw .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-ufyIfA0oAw .navbar {
    padding: 5px 0 !important;
  }
  .cid-ufyIfA0oAw .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-ufyIfA0oAw .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #ffffff;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
  }
  .cid-ufyIfA0oAw .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-ufyIfA0oAw .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-ufyIfA0oAw .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-ufyIfA0oAw .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-ufyIfA0oAw .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-ufyIfA0oAw .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-ufyIfA0oAw .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-ufyIfA0oAw .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-ufyIfA0oAw .btn-container {
    display: none;
  }
}
.cid-ufyIfB5vpG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5a80c;
}
.cid-ufyIfB5vpG .circle-wrap {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #f77d06;
}
.cid-ufyIfB5vpG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufyIfB5vpG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ufyIfB5vpG .container {
    padding: 0 15px;
  }
}
.cid-ufyIfB5vpG .row {
  position: relative;
  z-index: 1;
}
.cid-ufyIfB5vpG .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufyIfB5vpG .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ufyIfB5vpG .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ufyIfB5vpG .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ufyIfB5vpG .image-wrapper {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-ufyIfB5vpG .image-wrapper {
    padding: 0;
  }
}
.cid-ufyIfB5vpG .image-wrapper img {
  height: 408px;
  width: 65%;
  object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .cid-ufyIfB5vpG .image-wrapper img {
    width: 100%;
    transform: none;
  }
}
.cid-ufyIfB5vpG .image-wrapper img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .cid-ufyIfB5vpG .image-wrapper img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.cid-ufyIfB5vpG .mbr-section-title {
  color: #30262b;
}
.cid-ufyIfB5vpG .mbr-text {
  color: #ffffff;
}
.cid-ufyIfB5vpG .mbr-section-title,
.cid-ufyIfB5vpG .mbr-section-btn {
  color: #ffffff;
}
.cid-ufyIfF1Wzu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5a80c;
}
.cid-ufyIfF1Wzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufyIfF1Wzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufyIfF1Wzu .mbr-section-title {
  color: #FFFFFF;
}
.cid-ufyIfF1Wzu .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ufyIfF1Wzu .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufyIfF1Wzu .mbr-section-subtitle,
.cid-ufyIfF1Wzu .mbr-section-btn DIV {
  text-align: left;
}
.cid-ufyIfG1E0L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5a80c;
}
.cid-ufyIfG1E0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufyIfG1E0L .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-ufyIfG1E0L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufyIfG1E0L .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-ufyIfG1E0L.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ufyIfG1E0L img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-ufyIfIpFdD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-ufyIfIpFdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufyIfIpFdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufyIfIpFdD .mbr-section-title {
  color: #FFFFFF;
}
.cid-ufyIfIpFdD .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ufyIfIpFdD .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufyIfIpFdD .mbr-section-subtitle,
.cid-ufyIfIpFdD .mbr-section-btn DIV {
  text-align: left;
}
.cid-ufyIfJaPwK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5a80c;
}
.cid-ufyIfJaPwK .mbr-text {
  color: #FFFFFF;
}
.cid-ufyJvvZV4O {
  z-index: 1000;
  width: 100%;
}
.cid-ufyJvvZV4O nav.navbar {
  position: fixed;
}
.cid-ufyJvvZV4O .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-ufyJvvZV4O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufyJvvZV4O .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufyJvvZV4O .dropdown-item:hover,
.cid-ufyJvvZV4O .dropdown-item:focus {
  background: #f5a80c !important;
  color: white !important;
}
.cid-ufyJvvZV4O .dropdown-item:hover span {
  color: white;
}
.cid-ufyJvvZV4O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufyJvvZV4O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufyJvvZV4O .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufyJvvZV4O .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufyJvvZV4O .nav-link {
  position: relative;
}
.cid-ufyJvvZV4O .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufyJvvZV4O .container {
    flex-wrap: nowrap;
  }
}
.cid-ufyJvvZV4O .dropdown-menu,
.cid-ufyJvvZV4O .navbar.opened {
  background: #ffffff !important;
}
.cid-ufyJvvZV4O .nav-item:focus,
.cid-ufyJvvZV4O .nav-link:focus {
  outline: none;
}
.cid-ufyJvvZV4O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufyJvvZV4O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufyJvvZV4O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufyJvvZV4O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufyJvvZV4O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufyJvvZV4O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufyJvvZV4O .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-ufyJvvZV4O .navbar.opened {
  transition: all 0.3s;
}
.cid-ufyJvvZV4O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufyJvvZV4O .navbar .navbar-logo img {
  width: auto;
}
.cid-ufyJvvZV4O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufyJvvZV4O .navbar.collapsed {
  justify-content: center;
}
.cid-ufyJvvZV4O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufyJvvZV4O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufyJvvZV4O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ufyJvvZV4O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufyJvvZV4O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufyJvvZV4O .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-ufyJvvZV4O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufyJvvZV4O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufyJvvZV4O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufyJvvZV4O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufyJvvZV4O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufyJvvZV4O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufyJvvZV4O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufyJvvZV4O .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-ufyJvvZV4O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufyJvvZV4O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufyJvvZV4O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufyJvvZV4O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufyJvvZV4O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufyJvvZV4O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufyJvvZV4O .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufyJvvZV4O .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-ufyJvvZV4O .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-ufyJvvZV4O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufyJvvZV4O .dropdown-item.active,
.cid-ufyJvvZV4O .dropdown-item:active {
  background-color: transparent;
}
.cid-ufyJvvZV4O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufyJvvZV4O .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufyJvvZV4O .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufyJvvZV4O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ufyJvvZV4O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufyJvvZV4O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufyJvvZV4O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufyJvvZV4O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufyJvvZV4O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufyJvvZV4O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-ufyJvvZV4O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufyJvvZV4O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyJvvZV4O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyJvvZV4O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufyJvvZV4O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyJvvZV4O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufyJvvZV4O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufyJvvZV4O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyJvvZV4O .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufyJvvZV4O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufyJvvZV4O .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-ufyJvvZV4O .navbar {
    height: 70px;
  }
  .cid-ufyJvvZV4O .navbar.opened {
    height: auto;
  }
  .cid-ufyJvvZV4O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufyJvvZV4O .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-ufyJvvZV4O .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: #ffffff;
}
.cid-ufyJvvZV4O .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ufyJvvZV4O .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-ufyJvvZV4O .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-ufyJvvZV4O .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-ufyJvvZV4O .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-ufyJvvZV4O .navbar {
    padding: 5px 0 !important;
  }
  .cid-ufyJvvZV4O .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-ufyJvvZV4O .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #ffffff;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
  }
  .cid-ufyJvvZV4O .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-ufyJvvZV4O .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-ufyJvvZV4O .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-ufyJvvZV4O .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-ufyJvvZV4O .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-ufyJvvZV4O .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-ufyJvvZV4O .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-ufyJvvZV4O .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-ufyJvvZV4O .btn-container {
    display: none;
  }
}
.cid-ufyJvwWmzc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5a80c;
}
.cid-ufyJvwWmzc .circle-wrap {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #f77d06;
}
.cid-ufyJvwWmzc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufyJvwWmzc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ufyJvwWmzc .container {
    padding: 0 15px;
  }
}
.cid-ufyJvwWmzc .row {
  position: relative;
  z-index: 1;
}
.cid-ufyJvwWmzc .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufyJvwWmzc .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ufyJvwWmzc .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ufyJvwWmzc .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ufyJvwWmzc .image-wrapper {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-ufyJvwWmzc .image-wrapper {
    padding: 0;
  }
}
.cid-ufyJvwWmzc .image-wrapper img {
  height: 408px;
  width: 65%;
  object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .cid-ufyJvwWmzc .image-wrapper img {
    width: 100%;
    transform: none;
  }
}
.cid-ufyJvwWmzc .image-wrapper img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .cid-ufyJvwWmzc .image-wrapper img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.cid-ufyJvwWmzc .mbr-section-title {
  color: #30262b;
}
.cid-ufyJvwWmzc .mbr-text {
  color: #ffffff;
}
.cid-ufyJvwWmzc .mbr-section-title,
.cid-ufyJvwWmzc .mbr-section-btn {
  color: #ffffff;
}
.cid-ufyJvxXQfX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5a80c;
}
.cid-ufyJvxXQfX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufyJvxXQfX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufyJvxXQfX .mbr-section-title {
  color: #FFFFFF;
}
.cid-ufyJvxXQfX .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ufyJvxXQfX .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufyJvxXQfX .mbr-section-subtitle,
.cid-ufyJvxXQfX .mbr-section-btn DIV {
  text-align: left;
}
.cid-ufyJvyJ6mB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5a80c;
}
.cid-ufyJvyJ6mB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufyJvyJ6mB .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-ufyJvyJ6mB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufyJvyJ6mB .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-ufyJvyJ6mB.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ufyJvyJ6mB img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-ufyJvzs4pN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-ufyJvzs4pN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufyJvzs4pN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufyJvzs4pN .mbr-section-title {
  color: #FFFFFF;
}
.cid-ufyJvzs4pN .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ufyJvzs4pN .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufyJvzs4pN .mbr-section-subtitle,
.cid-ufyJvzs4pN .mbr-section-btn DIV {
  text-align: left;
}
.cid-ufyJvAdJBx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5a80c;
}
.cid-ufyJvAdJBx .mbr-text {
  color: #FFFFFF;
}
.cid-ufyLTzxQaG {
  z-index: 1000;
  width: 100%;
}
.cid-ufyLTzxQaG nav.navbar {
  position: fixed;
}
.cid-ufyLTzxQaG .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-ufyLTzxQaG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufyLTzxQaG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufyLTzxQaG .dropdown-item:hover,
.cid-ufyLTzxQaG .dropdown-item:focus {
  background: #f5a80c !important;
  color: white !important;
}
.cid-ufyLTzxQaG .dropdown-item:hover span {
  color: white;
}
.cid-ufyLTzxQaG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufyLTzxQaG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufyLTzxQaG .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufyLTzxQaG .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufyLTzxQaG .nav-link {
  position: relative;
}
.cid-ufyLTzxQaG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufyLTzxQaG .container {
    flex-wrap: nowrap;
  }
}
.cid-ufyLTzxQaG .dropdown-menu,
.cid-ufyLTzxQaG .navbar.opened {
  background: #ffffff !important;
}
.cid-ufyLTzxQaG .nav-item:focus,
.cid-ufyLTzxQaG .nav-link:focus {
  outline: none;
}
.cid-ufyLTzxQaG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufyLTzxQaG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufyLTzxQaG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufyLTzxQaG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufyLTzxQaG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufyLTzxQaG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufyLTzxQaG .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 32px 0 !important;
  border: none !important;
}
.cid-ufyLTzxQaG .navbar.opened {
  transition: all 0.3s;
}
.cid-ufyLTzxQaG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufyLTzxQaG .navbar .navbar-logo img {
  width: auto;
}
.cid-ufyLTzxQaG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufyLTzxQaG .navbar.collapsed {
  justify-content: center;
}
.cid-ufyLTzxQaG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufyLTzxQaG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufyLTzxQaG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-ufyLTzxQaG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufyLTzxQaG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufyLTzxQaG .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-ufyLTzxQaG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufyLTzxQaG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufyLTzxQaG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufyLTzxQaG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufyLTzxQaG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufyLTzxQaG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufyLTzxQaG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufyLTzxQaG .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-ufyLTzxQaG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufyLTzxQaG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufyLTzxQaG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufyLTzxQaG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufyLTzxQaG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufyLTzxQaG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufyLTzxQaG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufyLTzxQaG .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 15%;
  width: 100%;
}
.cid-ufyLTzxQaG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-ufyLTzxQaG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufyLTzxQaG .dropdown-item.active,
.cid-ufyLTzxQaG .dropdown-item:active {
  background-color: transparent;
}
.cid-ufyLTzxQaG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufyLTzxQaG .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufyLTzxQaG .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufyLTzxQaG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ufyLTzxQaG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufyLTzxQaG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufyLTzxQaG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufyLTzxQaG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufyLTzxQaG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufyLTzxQaG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #161616;
}
.cid-ufyLTzxQaG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufyLTzxQaG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyLTzxQaG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyLTzxQaG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufyLTzxQaG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyLTzxQaG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufyLTzxQaG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufyLTzxQaG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyLTzxQaG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufyLTzxQaG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufyLTzxQaG .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-ufyLTzxQaG .navbar {
    height: 70px;
  }
  .cid-ufyLTzxQaG .navbar.opened {
    height: auto;
  }
  .cid-ufyLTzxQaG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufyLTzxQaG .navbar-collapse {
  max-width: 85%;
  width: 100%;
  margin-left: auto;
}
.cid-ufyLTzxQaG .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 82.35%;
  border-radius: 90px;
  overflow: hidden;
  border: none;
  background: #ffffff;
}
.cid-ufyLTzxQaG .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ufyLTzxQaG .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 22.5px 35px !important;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-ufyLTzxQaG .navbar-nav .nav-link:hover {
  background-color: #f5a80c;
  color: #ffffff !important;
  box-shadow: 2px 0 0 #f5a80c, 0 1px 0 #f5a80c, -2px 0 0 #f5a80c, 0 -1px 0 #f5a80c;
}
@media (min-width: 992px) {
  .cid-ufyLTzxQaG .mbr-section-btn {
    width: 17.65%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
}
.cid-ufyLTzxQaG .btn-container {
  width: 17.65%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-ufyLTzxQaG .navbar {
    padding: 5px 0 !important;
  }
  .cid-ufyLTzxQaG .navbar .container-fluid {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cid-ufyLTzxQaG .navbar .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #ffffff;
    transition: opacity 0.3s 0.4s, border-radius 0.25s 0.5s, height 0.1s 0.04s;
  }
  .cid-ufyLTzxQaG .navbar.opened .container-fluid:before {
    height: 0;
    border-radius: 0;
    opacity: 0;
  }
  .cid-ufyLTzxQaG .navbar-brand {
    max-width: 50%;
    padding: 12px 0 !important;
  }
  .cid-ufyLTzxQaG .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .cid-ufyLTzxQaG .navbar-nav {
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
  }
  .cid-ufyLTzxQaG .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-ufyLTzxQaG .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 16px !important;
    border-radius: 0;
    font-size: 30px;
    justify-content: flex-start;
  }
  .cid-ufyLTzxQaG .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #f5a80c !important;
    box-shadow: none;
  }
  .cid-ufyLTzxQaG .mbr-section-btn {
    margin-top: 24px;
    text-align: left;
  }
  .cid-ufyLTzxQaG .btn-container {
    display: none;
  }
}
.cid-ufyLTByUuy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5a80c;
}
.cid-ufyLTByUuy .circle-wrap {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #f77d06;
}
.cid-ufyLTByUuy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufyLTByUuy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ufyLTByUuy .container {
    padding: 0 15px;
  }
}
.cid-ufyLTByUuy .row {
  position: relative;
  z-index: 1;
}
.cid-ufyLTByUuy .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufyLTByUuy .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ufyLTByUuy .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ufyLTByUuy .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-ufyLTByUuy .image-wrapper {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-ufyLTByUuy .image-wrapper {
    padding: 0;
  }
}
.cid-ufyLTByUuy .image-wrapper img {
  height: 408px;
  width: 65%;
  object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .cid-ufyLTByUuy .image-wrapper img {
    width: 100%;
    transform: none;
  }
}
.cid-ufyLTByUuy .image-wrapper img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .cid-ufyLTByUuy .image-wrapper img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.cid-ufyLTByUuy .mbr-section-title {
  color: #30262b;
}
.cid-ufyLTByUuy .mbr-text {
  color: #ffffff;
}
.cid-ufyLTByUuy .mbr-section-title,
.cid-ufyLTByUuy .mbr-section-btn {
  color: #ffffff;
}
.cid-ufyLTCgU76 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5a80c;
}
.cid-ufyLTCgU76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufyLTCgU76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufyLTCgU76 .mbr-section-title {
  color: #FFFFFF;
}
.cid-ufyLTCgU76 .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ufyLTCgU76 .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufyLTCgU76 .mbr-section-subtitle,
.cid-ufyLTCgU76 .mbr-section-btn DIV {
  text-align: left;
}
.cid-ufyLTCZZdR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5a80c;
}
.cid-ufyLTCZZdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufyLTCZZdR .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-ufyLTCZZdR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufyLTCZZdR .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-ufyLTCZZdR.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ufyLTCZZdR img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-ufyLTDDqdr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-ufyLTDDqdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufyLTDDqdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufyLTDDqdr .mbr-section-title {
  color: #FFFFFF;
}
.cid-ufyLTDDqdr .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-ufyLTDDqdr .mbr-section-btn {
  margin-top: 20px;
}
.cid-ufyLTDDqdr .mbr-section-subtitle,
.cid-ufyLTDDqdr .mbr-section-btn DIV {
  text-align: left;
}
.cid-ufyLTEfZz7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5a80c;
}
.cid-ufyLTEfZz7 .mbr-text {
  color: #FFFFFF;
}
