.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.sd-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fdf8e6;
}
body {
  font-family: Liter;
}
.display-1 {
  font-family: 'Liter', sans-serif;
  font-size: 6.875rem;
  line-height: 1;
  letter-spacing: -0.34rem;
}
.display-1 > .sd-iconfont {
  font-size: 8.59375rem;
}
.display-2 {
  font-family: 'Liter', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -0.2rem;
}
.display-2 > .sd-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Liter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  letter-spacing: -0.0125rem;
}
.display-4 > .sd-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Liter', sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: -0.0625rem;
}
.display-5 > .sd-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Liter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.03rem;
}
.display-7 > .sd-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 5.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8125rem;
    font-size: calc( 3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f45d01 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f45d01 !important;
  border-color: #f45d01 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fe7a2a !important;
  border-color: #fe7a2a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fe7a2a !important;
  border-color: #fe7a2a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2d7dd2 !important;
  border-color: #2d7dd2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #5797db !important;
  border-color: #5797db !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5797db !important;
  border-color: #5797db !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f45d01;
  color: #f45d01;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9e3c01 !important;
  background-color: transparent !important;
  border-color: #9e3c01 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f45d01 !important;
  border-color: #f45d01 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2d7dd2;
  color: #2d7dd2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1e528b !important;
  background-color: transparent !important;
  border-color: #1e528b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2d7dd2 !important;
  border-color: #2d7dd2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #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: #f45d01 !important;
}
.text-secondary {
  color: #2d7dd2 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8e3601 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1b4b7e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #f45d01;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.sd-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.sd-gallery-filter li a {
  border-radius: 100px !important;
}
.sd-gallery-filter li.active .btn {
  background-color: #f45d01;
  border-color: #f45d01;
  color: #ffffff;
}
.sd-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f45d01;
}
.sd-plan-header.bg-primary .sd-plan-subtitle,
.sd-plan-header.bg-primary .sd-plan-price-desc {
  color: #ffd9c2;
}
.sd-plan-header.bg-success .sd-plan-subtitle,
.sd-plan-header.bg-success .sd-plan-price-desc {
  color: #68e3aa;
}
.sd-plan-header.bg-info .sd-plan-subtitle,
.sd-plan-header.bg-info .sd-plan-price-desc {
  color: #55dbf6;
}
.sd-plan-header.bg-warning .sd-plan-subtitle,
.sd-plan-header.bg-warning .sd-plan-price-desc {
  color: #ffe599;
}
.sd-plan-header.bg-danger .sd-plan-subtitle,
.sd-plan-header.bg-danger .sd-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Liter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.03rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .sd-iconfont {
  font-size: 1.5625rem;
}
.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: #f45d01 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Liter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.03rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .sd-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #f45d01;
}
/* Forms */
.sd-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.sd-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.sd-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.sd-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f45d01;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f45d01;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f45d01;
  border-bottom-color: #f45d01;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f45d01 !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: #2d7dd2 !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='%23f45d01' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.sd-section-btn .btn,
.sd-section-btn-main .btn {
  position: relative;
  padding: 8px 24px;
  border-radius: 10vmax !important;
  transition: all 0.5s ease-in-out;
  font-weight: 400 !important;
  overflow: hidden;
  border-width: 1px !important;
}
.sd-section-btn .btn::before,
.sd-section-btn-main .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.sd-section-btn .btn:hover,
.sd-section-btn-main .btn:hover,
.sd-section-btn .btn:focus,
.sd-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px transparent !important;
}
.sd-section-btn .btn:hover::before,
.sd-section-btn-main .btn:hover::before,
.sd-section-btn .btn:focus::before,
.sd-section-btn-main .btn:focus::before {
  width: 14%;
}
.cid-vd7Gg5LjgN {
  background-color: transparent;
}
.cid-vd7Gg5LjgN .navbar-dropdown {
  background-color: #f4f4f6 !important;
  padding: 0;
}
.cid-vd7Gg5LjgN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f4f4f6 !important;
  background: #f4f4f6;
}
.cid-vd7Gg5LjgN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd7Gg5LjgN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vd7Gg5LjgN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vd7Gg5LjgN .menu_box .navbar.opened,
  .cid-vd7Gg5LjgN .menu_box .navbar-collapse {
    background-color: #f4f4f6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vd7Gg5LjgN .navbar-dropdown {
  position: relative !important;
}
.cid-vd7Gg5LjgN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vd7Gg5LjgN .btn:hover {
  box-shadow: none;
}
.cid-vd7Gg5LjgN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vd7Gg5LjgN .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vd7Gg5LjgN .nav-item {
    margin: 0 !important;
  }
}
.cid-vd7Gg5LjgN .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-vd7Gg5LjgN .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #eeb902 -5%, #2d7dd2 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd7Gg5LjgN .nav-item .nav-link:hover::before,
.cid-vd7Gg5LjgN .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vd7Gg5LjgN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vd7Gg5LjgN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vd7Gg5LjgN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vd7Gg5LjgN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vd7Gg5LjgN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vd7Gg5LjgN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vd7Gg5LjgN .offcanvas_box {
    display: none;
  }
}
.cid-vd7Gg5LjgN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vd7Gg5LjgN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vd7Gg5LjgN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vd7Gg5LjgN .container {
  display: flex;
  margin: auto;
}
.cid-vd7Gg5LjgN .iconfont-wrapper {
  color: #141414;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vd7Gg5LjgN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vd7Gg5LjgN .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vd7Gg5LjgN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vd7Gg5LjgN .navbar-nav {
    margin: 0;
  }
}
.cid-vd7Gg5LjgN .dropdown-menu,
.cid-vd7Gg5LjgN .navbar.opened {
  background-color: false !important;
}
.cid-vd7Gg5LjgN .nav-item:focus,
.cid-vd7Gg5LjgN .nav-link:focus {
  outline: none;
}
.cid-vd7Gg5LjgN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vd7Gg5LjgN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vd7Gg5LjgN .dropdown .dropdown-menu .dropdown-item .sd-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vd7Gg5LjgN .dropdown .dropdown-menu .dropdown-item .sd-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vd7Gg5LjgN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vd7Gg5LjgN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vd7Gg5LjgN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vd7Gg5LjgN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vd7Gg5LjgN .navbar.opened {
  transition: all 0.3s;
}
.cid-vd7Gg5LjgN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vd7Gg5LjgN .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vd7Gg5LjgN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vd7Gg5LjgN .navbar.collapsed {
  justify-content: center;
}
.cid-vd7Gg5LjgN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vd7Gg5LjgN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd7Gg5LjgN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd7Gg5LjgN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd7Gg5LjgN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vd7Gg5LjgN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vd7Gg5LjgN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd7Gg5LjgN .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-vd7Gg5LjgN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vd7Gg5LjgN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vd7Gg5LjgN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd7Gg5LjgN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vd7Gg5LjgN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd7Gg5LjgN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vd7Gg5LjgN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vd7Gg5LjgN .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vd7Gg5LjgN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vd7Gg5LjgN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vd7Gg5LjgN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vd7Gg5LjgN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vd7Gg5LjgN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vd7Gg5LjgN .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd7Gg5LjgN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vd7Gg5LjgN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vd7Gg5LjgN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vd7Gg5LjgN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vd7Gg5LjgN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd7Gg5LjgN .dropdown-item.active,
.cid-vd7Gg5LjgN .dropdown-item:active {
  background-color: transparent;
}
.cid-vd7Gg5LjgN .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-vd7Gg5LjgN .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-vd7Gg5LjgN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vd7Gg5LjgN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vd7Gg5LjgN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd7Gg5LjgN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vd7Gg5LjgN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vd7Gg5LjgN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f4f4f6;
  background: #f4f4f6;
}
.cid-vd7Gg5LjgN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #141414;
}
.cid-vd7Gg5LjgN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vd7Gg5LjgN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd7Gg5LjgN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vd7Gg5LjgN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vd7Gg5LjgN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd7Gg5LjgN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vd7Gg5LjgN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vd7Gg5LjgN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vd7Gg5LjgN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vd7Gg5LjgN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vd7Gg5LjgN .navbar {
    height: 70px;
  }
  .cid-vd7Gg5LjgN .navbar.opened {
    height: auto;
  }
  .cid-vd7Gg5LjgN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vd7Gg5LjgN .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vd7Gg5LjgN .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-vd7Gg5LjgN .sd-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-vd7Gg5LjgN .sd-section-btn-main .btn::before {
  background-image: linear-gradient(90deg, #2d7dd2 0%, transparent 100%);
}
.cid-vd7Gg5LjgN .sd-section-btn-main .btn:hover,
.cid-vd7Gg5LjgN .sd-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px #eeb902 !important;
  border-color: #eeb902 !important;
}
.cid-vd7Gg5LjgN .sd-section-btn .btn::before {
  background-image: linear-gradient(90deg, #2d7dd2 0%, transparent 100%);
}
.cid-vd7Gg5LjgN .sd-section-btn .btn:hover,
.cid-vd7Gg5LjgN .sd-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #eeb902 !important;
  border-color: #eeb902 !important;
}
.cid-vd7Gg5LjgN .navbar-caption:hover {
  color: #f45d01;
}
@media (min-width: 992px) {
  .cid-vd7Gg5LjgN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vd7Gg5LjgN .text_widget {
  margin-bottom: 32px;
}
.cid-vd7Gg5LjgN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vd7Gg5LjgN .text_widget a:hover,
.cid-vd7Gg5LjgN .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-vd7Gg5LjgN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-vd7Gg5LjgN .icons-menu-main {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vd7Gg5LjgN .icons-menu-main {
    padding: 0 10px;
  }
}
.cid-vd7Gg5LjgN .sd-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-vd7Gg5LjgN .navbar-caption {
  color: #000000;
}
.cid-vd7Gg5LjgN .sd-text {
  color: #141414;
  text-align: center;
}
.cid-vd7Gg5LjgN .sd-section-subtitle,
.cid-vd7Gg5LjgN .text_widget,
.cid-vd7Gg5LjgN .sd-section-btn {
  text-align: center;
}
.cid-vd7Gg5LjgN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vd7Gg5LjgN .nav-link,
.cid-vd7Gg5LjgN .dropdown-item {
  color: #000000;
}
.cid-vd7Gg5OY4H {
  overflow: hidden;
  background-color: transparent;
}
.cid-vd7Gg5OY4H .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg5OY4H .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg5OY4H .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5OY4H .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5OY4H .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg5OY4H .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vd7Gg5OY4H .content-wrapper .sd-section-subtitle {
  margin-bottom: 20px;
}
.cid-vd7Gg5OY4H .content-wrapper .sd-section-title {
  margin-bottom: 32px;
}
.cid-vd7Gg5OY4H .content-wrapper .sd-desc {
  margin-bottom: 56px;
}
.cid-vd7Gg5OY4H .content-wrapper .text-wrapper .sd-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd7Gg5OY4H .content-wrapper .text-wrapper .sd-text {
    width: 100%;
  }
}
.cid-vd7Gg5OY4H .content-wrapper .sd-section-btn {
  margin-top: 20px;
}
.cid-vd7Gg5OY4H .content-wrapper .sd-section-btn .btn::before {
  background-image: linear-gradient(90deg, #2d7dd2 0%, transparent 100%);
}
.cid-vd7Gg5OY4H .content-wrapper .sd-section-btn .btn:hover,
.cid-vd7Gg5OY4H .content-wrapper .sd-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #eeb902 !important;
  border-color: #eeb902 !important;
  color: #000000 !important;
}
.cid-vd7Gg5OY4H .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-vd7Gg5OY4H .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-vd7Gg5OY4H .decor-wrapper .decor_1 {
  background-color: #eeb902;
}
.cid-vd7Gg5OY4H .decor-wrapper .decor_2 {
  background-color: #f45d01;
}
.cid-vd7Gg5OY4H .decor-wrapper .decor_3 {
  background-color: #2d7dd2;
}
.cid-vd7Gg5OY4H .decor-wrapper .decor_4 {
  background-color: #eeb902;
}
.cid-vd7Gg5OY4H .sd-section-title {
  color: #141414;
}
.cid-vd7Gg5OY4H .sd-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vd7Gg5OY4H .sd-desc {
  color: #000000;
  text-align: center;
}
.cid-vd7Gg5OY4H .sd-text,
.cid-vd7Gg5OY4H .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vd7Gg5OY4H .sd-section-title,
.cid-vd7Gg5OY4H .sd-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vd7Gg5OEKm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vd7Gg5OEKm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5OEKm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5OEKm .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg5OEKm .row {
  justify-content: center;
}
.cid-vd7Gg5OEKm .content-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5OEKm .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vd7Gg5OEKm .content-wrapper .sd-section-title {
  margin-bottom: 32px;
}
.cid-vd7Gg5OEKm .content-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vd7Gg5OEKm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 430px;
  max-width: 430px;
}
@media (max-width: 767px) {
  .cid-vd7Gg5OEKm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vd7Gg5OEKm .embla__slide .slide-content {
  width: 100%;
}
.cid-vd7Gg5OEKm .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-vd7Gg5OEKm .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 28px;
}
.cid-vd7Gg5OEKm .embla__slide .slide-content .item-wrapper .item-content .item-number {
  margin-bottom: 0;
}
.cid-vd7Gg5OEKm .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin: 60px 0 12px 0;
}
.cid-vd7Gg5OEKm .embla__button--next,
.cid-vd7Gg5OEKm .embla__button--prev {
  display: flex;
}
.cid-vd7Gg5OEKm .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #f45d01 !important;
  color: #ffffff !important;
  border: 1px solid #f45d01 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-vd7Gg5OEKm .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #2d7dd2 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-vd7Gg5OEKm .embla__button:hover {
  box-shadow: inset 81px 10px 5px #eeb902;
  border-color: #eeb902 !important;
  color: #000000 !important;
}
.cid-vd7Gg5OEKm .embla__button:hover::before {
  width: 30%;
}
.cid-vd7Gg5OEKm .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-vd7Gg5OEKm .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-vd7Gg5OEKm .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-vd7Gg5OEKm .embla::before {
  content: '';
  position: absolute;
  top: 0;
  right: -25%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0, #fdf8e6 80%);
  width: 50%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vd7Gg5OEKm .embla::before {
    display: none;
  }
}
.cid-vd7Gg5OEKm .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vd7Gg5OEKm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vd7Gg5OEKm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vd7Gg5OEKm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vd7Gg5OEKm .sd-section-title {
  color: #000000;
  text-align: center;
}
.cid-vd7Gg5OEKm .sd-text {
  color: #000000;
  text-align: center;
}
.cid-vd7Gg5OEKm .item-number {
  color: #000000;
}
.cid-vd7Gg5OEKm .item-desc {
  color: #000000;
}
.cid-vd7Gg5PLbo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vd7Gg5PLbo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5PLbo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5PLbo .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg5PLbo .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-vd7Gg5PLbo .content-wrapper {
  padding: 74px;
  background-color: #eeb902;
  border-radius: 0.75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vd7Gg5PLbo .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-vd7Gg5PLbo .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vd7Gg5PLbo .content-wrapper .icon-wrapper .sd-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #f45d01;
  color: #ffffff;
  font-size: 32px;
}
.cid-vd7Gg5PLbo .content-wrapper .sd-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5PLbo .content-wrapper .sd-section-title {
    margin-bottom: 24px;
  }
}
.cid-vd7Gg5PLbo .content-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vd7Gg5PLbo .content-wrapper .sd-section-btn {
  margin-top: 20px;
}
.cid-vd7Gg5PLbo .content-wrapper .sd-section-btn .btn::before {
  background-image: linear-gradient(90deg, #2d7dd2 0%, transparent 100%);
}
.cid-vd7Gg5PLbo .content-wrapper .sd-section-btn .btn:hover,
.cid-vd7Gg5PLbo .content-wrapper .sd-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #eeb902 !important;
  border-color: #eeb902 !important;
  color: #000000 !important;
}
.cid-vd7Gg5PLbo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-vd7Gg5PLbo .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vd7Gg5PLbo .embla__slide .slide-content {
  width: 100%;
}
.cid-vd7Gg5PLbo .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vd7Gg5PLbo .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-vd7Gg5PLbo .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
@media (max-width: 992px) {
  .cid-vd7Gg5PLbo .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-vd7Gg5PLbo .embla__button--next,
.cid-vd7Gg5PLbo .embla__button--prev {
  display: flex;
}
.cid-vd7Gg5PLbo .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #f45d01 !important;
  color: #ffffff !important;
  border: 1px solid #f45d01 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-vd7Gg5PLbo .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #2d7dd2 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-vd7Gg5PLbo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vd7Gg5PLbo .embla__button:hover {
  box-shadow: inset 81px 10px 5px #eeb902;
  border-color: #eeb902 !important;
  color: #000000 !important;
}
.cid-vd7Gg5PLbo .embla__button:hover::before {
  width: 30%;
}
.cid-vd7Gg5PLbo .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-vd7Gg5PLbo .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-vd7Gg5PLbo .embla {
  position: relative;
  width: 100%;
  border-radius: 0.75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-vd7Gg5PLbo .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  background-image: linear-gradient(90deg, #eeb902 -25%, #2d7dd2 47%);
  width: 100%;
  z-index: 1;
}
.cid-vd7Gg5PLbo .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-vd7Gg5PLbo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vd7Gg5PLbo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vd7Gg5PLbo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-vd7Gg5PLbo .sd-section-title {
  color: #141414;
}
.cid-vd7Gg5PLbo .sd-text {
  color: #000000;
}
.cid-vd7Gg5PLbo .sd-section-title,
.cid-vd7Gg5PLbo .icon-wrapper,
.cid-vd7Gg5PLbo .sd-section-btn {
  color: #000000;
}
.cid-vd7Gg5Qhx3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/photo-1758523670550-223a01cd7764.jpeg");
}
.cid-vd7Gg5Qhx3 .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg5Qhx3 .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg5Qhx3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5Qhx3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5Qhx3 .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg5Qhx3 .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-vd7Gg5Qhx3 .title-wrapper {
    padding: 0;
  }
}
.cid-vd7Gg5Qhx3 .title-wrapper .title-wrap .sd-section-title {
  display: inline-flex;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-vd7Gg5Qhx3 .title-wrapper .title-wrap .sd-section-title {
    width: 100%;
  }
}
.cid-vd7Gg5Qhx3 .title-wrapper .title-wrap .sd-section-btn .btn::before {
  background-image: linear-gradient(90deg, #2d7dd2 0%, transparent 100%);
}
.cid-vd7Gg5Qhx3 .title-wrapper .title-wrap .sd-section-btn .btn:hover,
.cid-vd7Gg5Qhx3 .title-wrapper .title-wrap .sd-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #eeb902 !important;
  border-color: #eeb902 !important;
  color: #000000 !important;
}
.cid-vd7Gg5Qhx3 .sd-section-title,
.cid-vd7Gg5Qhx3 .title-wrapper {
  color: #141414;
  text-align: center;
}
.cid-vd7Gg5Qhx3 .sd-section-title,
.cid-vd7Gg5Qhx3 .title-wrapper,
.cid-vd7Gg5Qhx3 .sd-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vd7Gg5QHoY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-vd7Gg5QHoY::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#2d7dd2 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-vd7Gg5QHoY .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg5QHoY .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg5QHoY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5QHoY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5QHoY .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg5QHoY .row {
  justify-content: space-between;
}
.cid-vd7Gg5QHoY .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-vd7Gg5QHoY .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5QHoY .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-vd7Gg5QHoY .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #000000;
  border-radius: 0 !important;
  border: none !important;
  animation: none;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: 0.3;
  padding: 0;
}
.cid-vd7Gg5QHoY .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-vd7Gg5QHoY .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-vd7Gg5QHoY .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-vd7Gg5QHoY .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-vd7Gg5QHoY .tab-content .tab-pane .text-wrapper .sd-text {
  width: 100%;
  position: sticky;
}
.cid-vd7Gg5QHoY .sd-text {
  color: #000000;
}
.cid-vd7Gg5Re6a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vd7Gg5Re6a .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg5Re6a .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg5Re6a .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5Re6a .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5Re6a .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg5Re6a .row {
  justify-content: center;
}
.cid-vd7Gg5Re6a .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5Re6a .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vd7Gg5Re6a .content-wrapper .desc-wrapper .sd-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #eeb902;
  border-radius: 0.75rem;
}
.cid-vd7Gg5Re6a .content-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vd7Gg5Re6a .sd-section-title {
  color: #141414;
}
.cid-vd7Gg5Re6a .sd-text {
  color: #000000;
}
.cid-vd7Gg5Re6a .sd-desc,
.cid-vd7Gg5Re6a .desc-wrapper {
  color: #000000;
}
.cid-vd7Gg5RXNp {
  overflow: hidden;
  background-image: url("../../../assets/images/photo-1758523670318-f1b79559e1d1.jpeg");
}
.cid-vd7Gg5RXNp .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg5RXNp .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg5RXNp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5RXNp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5RXNp .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg5RXNp .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-vd7Gg5RXNp .title-wrapper {
    padding: 0;
  }
}
.cid-vd7Gg5RXNp .title-wrapper .title-wrap .sd-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-vd7Gg5RXNp .title-wrapper .title-wrap .sd-section-title {
    width: 100%;
  }
}
.cid-vd7Gg5RXNp .title-wrapper .title-wrap .sd-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-vd7Gg5RXNp .title-wrapper .title-wrap .sd-section-btn .btn:hover,
.cid-vd7Gg5RXNp .title-wrapper .title-wrap .sd-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-vd7Gg5RXNp .sd-section-title,
.cid-vd7Gg5RXNp .title-wrapper {
  color: #141414;
  text-align: center;
}
.cid-vd7Gg5RXNp .sd-section-title,
.cid-vd7Gg5RXNp .title-wrapper,
.cid-vd7Gg5RXNp .sd-section-btn {
  text-align: center;
}
.cid-vd7Gg5SP4y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vd7Gg5SP4y .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg5SP4y .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg5SP4y .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5SP4y .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5SP4y .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg5SP4y .title-wrapper .sd-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5SP4y .title-wrapper .sd-section-title {
    margin-bottom: 32px;
  }
}
.cid-vd7Gg5SP4y .content-wrapper {
  padding: 48px;
  background-color: #eeb902;
  border-radius: 0.75rem;
}
@media (max-width: 992px) {
  .cid-vd7Gg5SP4y .content-wrapper {
    padding: 24px;
  }
}
.cid-vd7Gg5SP4y .content-wrapper .sd-figure iframe {
  border-radius: 0.75rem !important;
}
.cid-vd7Gg5SP4y .content-wrapper .sd-figure .app-video-wrapper img {
  border-radius: 0.75rem !important;
  fit-content: cover;
}
.cid-vd7Gg5SP4y .sd-section-title {
  color: #000000;
}
.cid-vd7Gg5ShR5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vd7Gg5ShR5 .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg5ShR5 .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg5ShR5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5ShR5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5ShR5 .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg5ShR5 .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-vd7Gg5ShR5 .image-wrapper {
  height: 100%;
}
.cid-vd7Gg5ShR5 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
@media (max-width: 992px) {
  .cid-vd7Gg5ShR5 .image-wrapper img {
    height: 350px;
  }
}
.cid-vd7Gg5ShR5 .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vd7Gg5ShR5 .content-wrapper {
    padding: 24px;
  }
}
.cid-vd7Gg5ShR5 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-vd7Gg5ShR5 .content-wrapper .content-wrap .sd-section-title {
  margin-bottom: 32px;
}
.cid-vd7Gg5ShR5 .content-wrapper .content-wrap .sd-text {
  margin-bottom: 16px;
}
.cid-vd7Gg5ShR5 .content-wrapper .content-wrap .sd-section-btn .btn::before {
  background-image: linear-gradient(90deg, #2d7dd2 0%, transparent 100%);
}
.cid-vd7Gg5ShR5 .content-wrapper .content-wrap .sd-section-btn .btn:hover,
.cid-vd7Gg5ShR5 .content-wrapper .content-wrap .sd-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #eeb902 !important;
  border-color: #eeb902 !important;
  color: #000000 !important;
}
.cid-vd7Gg5ShR5 .sd-section-title {
  color: #141414;
}
.cid-vd7Gg5ShR5 .sd-text {
  color: #141414;
}
.cid-vd7Gg5T9QW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vd7Gg5T9QW .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg5T9QW .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg5T9QW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5T9QW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5T9QW .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg5T9QW .row {
  justify-content: center;
}
.cid-vd7Gg5T9QW .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5T9QW .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vd7Gg5T9QW .title-wrapper .sd-section-title {
  margin-bottom: 32px;
}
.cid-vd7Gg5T9QW .title-wrapper .text-wrapper .sd-text {
  display: inline-flex;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd7Gg5T9QW .title-wrapper .text-wrapper .sd-text {
    width: 100%;
  }
}
.cid-vd7Gg5T9QW .panel-group .card {
  border-radius: 0.75rem 0.75rem 0 0 !important;
  background-color: #eeb902;
  margin-top: -6px;
}
.cid-vd7Gg5T9QW .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vd7Gg5T9QW .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-vd7Gg5T9QW .panel-group .card .card-header .panel-title {
  width: 100%;
  padding: 32px 48px;
  display: block;
}
@media (max-width: 992px) {
  .cid-vd7Gg5T9QW .panel-group .card .card-header .panel-title {
    padding: 24px;
  }
}
.cid-vd7Gg5T9QW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd7Gg5T9QW .panel-group .card .panel-collapse .panel-body {
  display: flex;
  align-items: center;
  padding: 0 48px 48px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5T9QW .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
    display: block;
  }
}
.cid-vd7Gg5T9QW .panel-group .card .panel-collapse .panel-body .image-wrapper {
  width: 40%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5T9QW .panel-group .card .panel-collapse .panel-body .image-wrapper {
    margin-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vd7Gg5T9QW .panel-group .card .panel-collapse .panel-body .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
.cid-vd7Gg5T9QW .panel-group .card .panel-collapse .panel-body .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vd7Gg5T9QW .panel-group .card .panel-collapse .panel-body .content-wrap {
    width: 100%;
  }
}
.cid-vd7Gg5T9QW .panel-group .card .panel-collapse .panel-body .content-wrap .sd-title {
  margin-bottom: 32px;
}
.cid-vd7Gg5T9QW .panel-group .card .panel-collapse .panel-body .content-wrap .panel-desc {
  margin-bottom: 30px;
}
.cid-vd7Gg5T9QW .panel-group .card_2 {
  background-color: #f45d01;
}
.cid-vd7Gg5T9QW .panel-group .card_3 {
  background-color: #2d7dd2;
}
.cid-vd7Gg5T9QW .sd-section-title {
  color: #000000;
  text-align: center;
}
.cid-vd7Gg5T9QW .sd-text,
.cid-vd7Gg5T9QW .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vd7Gg5T9QW .sd-title {
  color: #000000;
}
.cid-vd7Gg5T9QW .panel-desc {
  color: #000000;
}
.cid-vd7Gg5T9QW .panel-text {
  color: #000000;
}
.cid-vd7Gg5T9QW .panel-title-edit {
  color: #000000;
}
.cid-vd7Gg5T9QW .title_1 {
  color: #000000;
}
.cid-vd7Gg5T9QW .desc_1 {
  color: #000000;
}
.cid-vd7Gg5T9QW .text_1 {
  color: #000000;
}
.cid-vd7Gg5T9QW .title_2 {
  color: #FFFFFF;
}
.cid-vd7Gg5T9QW .desc_2 {
  color: #FFFFFF;
}
.cid-vd7Gg5T9QW .text_2 {
  color: #FFFFFF;
}
.cid-vd7Gg5T9QW .title_3 {
  color: #FFFFFF;
}
.cid-vd7Gg5T9QW .desc_3 {
  color: #FFFFFF;
}
.cid-vd7Gg5T9QW .text_3 {
  color: #FFFFFF;
}
.cid-vd7Gg5UCiN {
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-vd7Gg5UCiN::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#2d7dd2 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-vd7Gg5UCiN .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg5UCiN .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg5UCiN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5UCiN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5UCiN .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg5UCiN .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vd7Gg5UCiN .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5UCiN .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vd7Gg5UCiN .title-wrapper .sd-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd7Gg5UCiN .title-wrapper .sd-section-title {
    width: 100%;
  }
}
.cid-vd7Gg5UCiN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5UCiN .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5UCiN .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-vd7Gg5UCiN .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vd7Gg5UCiN .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 24px;
}
.cid-vd7Gg5UCiN .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
.cid-vd7Gg5UCiN .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-bottom: 24px;
}
.cid-vd7Gg5UCiN .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-vd7Gg5UCiN .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 24px;
}
.cid-vd7Gg5UCiN .sd-section-title {
  color: #141414;
}
.cid-vd7Gg5UCiN .card-price {
  color: #000000;
}
.cid-vd7Gg5UCiN .card-title {
  color: #141414;
}
.cid-vd7Gg5UCiN .card-text {
  color: #000000;
}
.cid-vd7Gg5UCiN .sd-section-title,
.cid-vd7Gg5UCiN .title-wrapper {
  color: #000000;
}
.cid-vd7Gg5UCiN .card-title,
.cid-vd7Gg5UCiN .sd-section-btn {
  color: #000000;
}
.cid-vd7Gg5VS5R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vd7Gg5VS5R .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg5VS5R .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg5VS5R .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5VS5R .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5VS5R .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg5VS5R .row {
  justify-content: space-between;
}
.cid-vd7Gg5VS5R .title-wrapper .sd-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd7Gg5VS5R .title-wrapper .sd-section-title {
    margin-bottom: 32px;
  }
}
.cid-vd7Gg5VS5R .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 130px;
  padding-left: 48px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5VS5R .content-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-vd7Gg5VS5R .content-wrapper .image-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5VS5R .content-wrapper .image-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vd7Gg5VS5R .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
@media (max-width: 768px) {
  .cid-vd7Gg5VS5R .content-wrapper .image-wrapper img {
    width: 240px;
    height: 240px;
  }
}
.cid-vd7Gg5VS5R .content-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vd7Gg5VS5R .sd-section-title {
  color: #000000;
}
.cid-vd7Gg5VS5R .sd-text {
  color: #141414;
}
.cid-vd7Gg5VS5R .sd-text,
.cid-vd7Gg5VS5R .image-wrapper {
  color: #000000;
}
.cid-vd7Gg5VVSE {
  padding-top: 5rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vd7Gg5VVSE .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg5VVSE .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg5VVSE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5VVSE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5VVSE .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg5VVSE .row {
  justify-content: center;
}
.cid-vd7Gg5VVSE .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vd7Gg5VVSE .content-wrapper .title-wrapper .sd-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5VVSE .content-wrapper .title-wrapper .sd-section-title {
    width: 100%;
  }
}
.cid-vd7Gg5VVSE .content-wrapper .text-wrapper .sd-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd7Gg5VVSE .content-wrapper .text-wrapper .sd-text {
    width: 100%;
  }
}
.cid-vd7Gg5VVSE .content-wrapper .sd-section-btn {
  margin-top: 22px;
}
.cid-vd7Gg5VVSE .content-wrapper .sd-section-btn .btn::before {
  background-image: linear-gradient(90deg, #2d7dd2 0%, transparent 100%);
}
.cid-vd7Gg5VVSE .content-wrapper .sd-section-btn .btn:hover,
.cid-vd7Gg5VVSE .content-wrapper .sd-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #eeb902 !important;
  border-color: #eeb902 !important;
  color: #000000 !important;
}
.cid-vd7Gg5VVSE .decor-wrapper {
  position: absolute;
  top: -65%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-vd7Gg5VVSE .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-vd7Gg5VVSE .decor-wrapper .decor_1 {
  background-color: #eeb902;
}
.cid-vd7Gg5VVSE .decor-wrapper .decor_2 {
  background-color: #f45d01;
}
.cid-vd7Gg5VVSE .decor-wrapper .decor_3 {
  background-color: #2d7dd2;
}
.cid-vd7Gg5VVSE .decor-wrapper .decor_4 {
  background-color: #eeb902;
}
.cid-vd7Gg5VVSE .image-wrapper {
  position: absolute;
  bottom: -46%;
  right: -2rem;
  width: 60%;
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5VVSE .image-wrapper {
    position: static;
    width: 100%;
    height: 350px;
    margin-top: 32px;
  }
}
.cid-vd7Gg5VVSE .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
.cid-vd7Gg5VVSE .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdf8e6;
  opacity: 0.8;
  border-radius: 0.75rem;
  pointer-events: none;
}
.cid-vd7Gg5VVSE .sd-section-title {
  color: #141414;
}
.cid-vd7Gg5VVSE .sd-text {
  color: #141414;
}
.cid-vd7Gg5VVSE .sd-section-title,
.cid-vd7Gg5VVSE .sd-section-btn,
.cid-vd7Gg5VVSE .title-wrapper {
  color: #000000;
}
.cid-vd7Gg5VVSE .sd-text,
.cid-vd7Gg5VVSE .text-wrapper {
  color: #000000;
}
.cid-vd7Gg5WuDv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vd7Gg5WuDv .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg5WuDv .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg5WuDv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5WuDv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5WuDv .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg5WuDv .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 1000px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5WuDv .content-wrapper {
    padding: 0;
  }
}
.cid-vd7Gg5WuDv .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vd7Gg5WuDv .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #fdf8e6;
  border-radius: 0.75rem !important;
}
@media (max-width: 1500px) {
  .cid-vd7Gg5WuDv .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-vd7Gg5WuDv .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5WuDv .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-vd7Gg5WuDv .content-wrapper .card-wrap .sd-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-vd7Gg5WuDv .content-wrapper .card-wrap .sd-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vd7Gg5WuDv .content-wrapper .card-wrap .sd-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-vd7Gg5WuDv .content-wrapper .card-wrap .sd-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-vd7Gg5WuDv .content-wrapper .card-wrap .sd-section-btn .btn::before {
  background-image: linear-gradient(90deg, #2d7dd2 0%, transparent 100%);
}
.cid-vd7Gg5WuDv .content-wrapper .card-wrap .sd-section-btn .btn:hover,
.cid-vd7Gg5WuDv .content-wrapper .card-wrap .sd-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #eeb902 !important;
  border-color: #eeb902 !important;
  color: #000000 !important;
}
.cid-vd7Gg5WuDv .sd-section-title {
  color: #141414;
}
.cid-vd7Gg5WuDv .sd-desc {
  color: #000000;
}
.cid-vd7Gg5WuDv .sd-text {
  color: #000000;
}
.cid-vd7Gg5WuDv .sd-section-title,
.cid-vd7Gg5WuDv .sd-section-btn {
  color: #000000;
}
.cid-vd7Gg5W7oa {
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-vd7Gg5W7oa::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#2d7dd2 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-vd7Gg5W7oa .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg5W7oa .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg5W7oa .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5W7oa .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5W7oa .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg5W7oa .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vd7Gg5W7oa .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5W7oa .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vd7Gg5W7oa .title-wrapper .sd-desc {
  margin-bottom: 24px;
}
.cid-vd7Gg5W7oa .title-wrapper .sd-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd7Gg5W7oa .title-wrapper .sd-section-title {
    width: 100%;
  }
}
.cid-vd7Gg5W7oa .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding-top: 50px;
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-vd7Gg5W7oa .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5W7oa .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-vd7Gg5W7oa .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vd7Gg5W7oa .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vd7Gg5W7oa .sd-section-title {
  color: #141414;
}
.cid-vd7Gg5W7oa .sd-desc {
  color: #000000;
}
.cid-vd7Gg5W7oa .card-number {
  color: #141414;
}
.cid-vd7Gg5W7oa .card-title {
  color: #141414;
}
.cid-vd7Gg5W7oa .card-text {
  color: #000000;
}
.cid-vd7Gg5W7oa .sd-section-title,
.cid-vd7Gg5W7oa .title-wrapper {
  color: #000000;
}
.cid-vd7Gg5XIB5 .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg5XIB5 .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vd7Gg5XIB5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5XIB5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5XIB5 .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg5XsK1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eeb902;
}
.cid-vd7Gg5XsK1 .item:focus,
.cid-vd7Gg5XsK1 span:focus {
  outline: none;
}
.cid-vd7Gg5XsK1 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vd7Gg5XsK1 .loop-container {
  padding: 10px 0;
}
.cid-vd7Gg5XsK1 .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vd7Gg5XsK1 .item {
    min-height: 45px;
  }
}
.cid-vd7Gg5XCia {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
  overflow: hidden;
  position: relative;
}
.cid-vd7Gg5XCia .item:focus,
.cid-vd7Gg5XCia span:focus {
  outline: none;
}
.cid-vd7Gg5XCia .item {
  cursor: pointer;
}
.cid-vd7Gg5XCia .grid-container {
  grid-row-gap: 24px;
}
.cid-vd7Gg5XCia .grid-container-1,
.cid-vd7Gg5XCia .grid-container-2,
.cid-vd7Gg5XCia .grid-container-3 {
  gap: 0 24px;
}
.cid-vd7Gg5XCia .sd-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
  color: #141414;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vd7Gg5XCia .sd-section-title {
    margin-bottom: 32px;
  }
}
.cid-vd7Gg5XCia .sd-text,
.cid-vd7Gg5XCia .sd-section-btn {
  color: #000000;
}
.cid-vd7Gg5XCia .content-head {
  max-width: 800px;
}
.cid-vd7Gg5XCia .container,
.cid-vd7Gg5XCia .container-fluid {
  overflow: hidden;
}
.cid-vd7Gg5XCia .grid-container {
  position: relative;
  z-index: 1;
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vd7Gg5XCia .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vd7Gg5XCia .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
@media (max-width: 767px) {
  .cid-vd7Gg5XCia .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-vd7Gg5XCia .grid-container-1,
.cid-vd7Gg5XCia .grid-container-2,
.cid-vd7Gg5XCia .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vd7Gg5XCia .grid-container-1 {
  align-items: flex-end;
}
.cid-vd7Gg5XCia .grid-container-2 {
  align-items: flex-start;
}
.cid-vd7Gg5XCia .decor-wrapper {
  position: absolute;
  bottom: -25%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-vd7Gg5XCia .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-vd7Gg5XCia .decor-wrapper .decor_1 {
  background-color: #eeb902;
}
.cid-vd7Gg5XCia .decor-wrapper .decor_2 {
  background-color: #f45d01;
}
.cid-vd7Gg5XCia .decor-wrapper .decor_3 {
  background-color: #2d7dd2;
}
.cid-vd7Gg5XCia .decor-wrapper .decor_4 {
  background-color: #eeb902;
}
.cid-vd7Gg5YNuF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-vd7Gg5YNuF::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#2d7dd2 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-vd7Gg5YNuF .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg5YNuF .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg5YNuF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5YNuF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5YNuF .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg5YNuF .row {
  justify-content: space-between;
}
.cid-vd7Gg5YNuF .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vd7Gg5YNuF .title-wrapper .sd-section-title {
  margin-bottom: 32px;
}
.cid-vd7Gg5YNuF .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vd7Gg5YNuF .text-wrapper .sd-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg5YNuF .text-wrapper .sd-text {
    margin-bottom: 32px;
  }
}
.cid-vd7Gg5YNuF .item {
  position: relative;
  z-index: 1;
  padding: 24px 0 48px 0;
  border-top: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-vd7Gg5YNuF .item .item-wrapper .card-box .title-wrap {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vd7Gg5YNuF .item .item-wrapper .card-box .title-wrap {
    display: block;
  }
}
.cid-vd7Gg5YNuF .item .item-wrapper .card-box .title-wrap .card-title {
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd7Gg5YNuF .item .item-wrapper .card-box .title-wrap .card-title {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vd7Gg5YNuF .item .item-wrapper .card-box .title-wrap .card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 10vmax;
  padding: 8px 24px;
  margin-bottom: 0;
}
.cid-vd7Gg5YNuF .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 33%;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .cid-vd7Gg5YNuF .item .item-wrapper .card-box .text-wrap .card-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg5YNuF .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-vd7Gg5YNuF .item .item-wrapper .card-box .sd-section-btn .btn::before {
  background-image: linear-gradient(90deg, #f45d01 0%, transparent 100%);
}
.cid-vd7Gg5YNuF .item .item-wrapper .card-box .sd-section-btn .btn:hover,
.cid-vd7Gg5YNuF .item .item-wrapper .card-box .sd-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #eeb902 !important;
  border-color: #eeb902 !important;
  color: #000000 !important;
}
.cid-vd7Gg5YNuF .sd-section-title {
  color: #000000;
}
.cid-vd7Gg5YNuF .sd-text {
  color: #000000;
}
.cid-vd7Gg5YNuF .card-number {
  color: #141414;
}
.cid-vd7Gg5YNuF .card-title {
  color: #000000;
}
.cid-vd7Gg5YNuF .card-text {
  color: #141414;
}
.cid-vd7Gg5YNuF .card-tag {
  color: #000000;
}
.cid-vd7Gg5YNuF .card-text,
.cid-vd7Gg5YNuF .text-wrap,
.cid-vd7Gg5YNuF .sd-section-btn {
  color: #000000;
}
.cid-vd7Gg61XWF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: transparent;
}
.cid-vd7Gg61XWF .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg61XWF .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg61XWF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg61XWF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg61XWF .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg61XWF .row {
  position: relative;
  justify-content: center;
}
.cid-vd7Gg61XWF .content-wrapper {
  position: sticky;
  top: 16px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vd7Gg61XWF .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-vd7Gg61XWF .content-wrapper .sd-desc {
  margin-bottom: 24px;
}
.cid-vd7Gg61XWF .content-wrapper .sd-section-title {
  margin-bottom: 32px;
}
.cid-vd7Gg61XWF .content-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vd7Gg61XWF .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vd7Gg61XWF .item {
    margin-bottom: 32px;
  }
}
.cid-vd7Gg61XWF .item:last-child {
  margin-bottom: 0;
}
.cid-vd7Gg61XWF .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-vd7Gg61XWF .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vd7Gg61XWF .sd-section-title {
  color: #000000;
}
.cid-vd7Gg61XWF .sd-desc {
  color: #000000;
}
.cid-vd7Gg61XWF .sd-text {
  color: #000000;
}
.cid-vd7Gg61XWF .card-number {
  color: #000000;
}
.cid-vd7Gg61XWF .card-title {
  color: #000000;
}
.cid-vd7Gg62cAJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/photo-1660190366607-9b192135e0d3.jpeg");
}
.cid-vd7Gg62cAJ .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg62cAJ .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg62cAJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg62cAJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg62cAJ .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg62cAJ .row {
  justify-content: space-between;
}
.cid-vd7Gg62cAJ .title-wrapper .title-wrap .sd-section-title {
  display: inline-flex;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-vd7Gg62cAJ .title-wrapper .title-wrap .sd-section-title {
    width: 100%;
  }
}
.cid-vd7Gg62cAJ .items-wrapper {
  min-height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vd7Gg62cAJ .items-wrapper {
    min-height: auto;
  }
}
.cid-vd7Gg62cAJ .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
.cid-vd7Gg62cAJ .sd-section-title,
.cid-vd7Gg62cAJ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vd7Gg62cAJ .card-text {
  color: #000000;
  text-align: center;
}
.cid-vd7Gg624vY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vd7Gg624vY .container-fluid {
  padding: 0 0 0 64px;
}
@media (max-width: 768px) {
  .cid-vd7Gg624vY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg624vY .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg624vY .content-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg624vY .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-vd7Gg624vY .content-wrapper .sd-desc {
  margin-bottom: 24px;
}
.cid-vd7Gg624vY .content-wrapper .sd-section-title {
  margin-bottom: 24px;
}
.cid-vd7Gg624vY .content-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vd7Gg624vY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 430px;
  max-width: 430px;
}
@media (max-width: 767px) {
  .cid-vd7Gg624vY .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vd7Gg624vY .embla__slide .slide-content {
  width: 100%;
}
.cid-vd7Gg624vY .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border-radius: 0 !important;
}
.cid-vd7Gg624vY .embla__slide .slide-content .item-wrapper .item-content {
  height: 100%;
}
.cid-vd7Gg624vY .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-vd7Gg624vY .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vd7Gg624vY .embla__button--next,
.cid-vd7Gg624vY .embla__button--prev {
  display: flex;
}
.cid-vd7Gg624vY .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #f45d01 !important;
  color: #ffffff !important;
  border: 1px solid #f45d01 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-vd7Gg624vY .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #2d7dd2 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-vd7Gg624vY .embla__button:hover {
  box-shadow: inset 81px 10px 5px #eeb902;
  border-color: #eeb902 !important;
  color: #000000 !important;
}
.cid-vd7Gg624vY .embla__button:hover::before {
  width: 30%;
}
.cid-vd7Gg624vY .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-vd7Gg624vY .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-vd7Gg624vY .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-vd7Gg624vY .embla::before {
  content: '';
  position: absolute;
  top: 0;
  right: -10%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0, #fdf8e6 80%);
  width: 50%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vd7Gg624vY .embla::before {
    display: none;
  }
}
.cid-vd7Gg624vY .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-vd7Gg624vY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vd7Gg624vY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vd7Gg624vY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vd7Gg624vY .sd-desc {
  color: #000000;
}
.cid-vd7Gg624vY .sd-section-title {
  color: #000000;
}
.cid-vd7Gg624vY .sd-text {
  color: #000000;
}
.cid-vd7Gg624vY .item-title {
  color: #000000;
}
.cid-vd7Gg624vY .item-text {
  color: #000000;
}
.cid-vd7Gg63290 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-vd7Gg63290::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 32rem;
  height: 100%;
  background-image: linear-gradient(60deg, transparent 0, #2d7dd2 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-vd7Gg63290 .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg63290 .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg63290 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg63290 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg63290 .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg63290 .row {
  justify-content: center;
}
.cid-vd7Gg63290 .row .card,
.cid-vd7Gg63290 .row .item {
  padding: 0 12px;
}
.cid-vd7Gg63290 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vd7Gg63290 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vd7Gg63290 .title-wrapper .sd-section-title {
  margin-bottom: 24px;
}
.cid-vd7Gg63290 .title-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vd7Gg63290 .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-vd7Gg63290 .item .item-wrapper {
  padding: 32px;
  border-radius: 0.75rem !important;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vd7Gg63290 .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vd7Gg63290 .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
}
.cid-vd7Gg63290 .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-vd7Gg63290 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vd7Gg63290 .sd-section-title {
  color: #000000;
  text-align: center;
}
.cid-vd7Gg63290 .sd-text {
  color: #000000;
  text-align: center;
}
.cid-vd7Gg63290 .card-number {
  color: #141414;
}
.cid-vd7Gg63290 .card-title {
  color: #141414;
}
.cid-vd7Gg63290 .card-text {
  color: #141414;
}
.cid-vd7Gg6346t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vd7Gg6346t .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg6346t .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg6346t .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg6346t .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg6346t .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg6346t .row {
  justify-content: center;
}
.cid-vd7Gg6346t .items-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vd7Gg6346t .items-wrapper {
    flex-direction: column;
  }
}
.cid-vd7Gg6346t .items-wrapper .item {
  padding: 0 16px;
}
.cid-vd7Gg6346t .items-wrapper .item .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-vd7Gg6346t .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-vd7Gg6346t .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-vd7Gg6346t .decor-wrapper .decor_1 {
  background-color: #eeb902;
}
.cid-vd7Gg6346t .decor-wrapper .decor_2 {
  background-color: #f45d01;
}
.cid-vd7Gg6346t .decor-wrapper .decor_3 {
  background-color: #2d7dd2;
}
.cid-vd7Gg6346t .decor-wrapper .decor_4 {
  background-color: #eeb902;
}
.cid-vd7Gg642Vd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vd7Gg642Vd .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg642Vd .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg642Vd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg642Vd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg642Vd .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg642Vd .row {
  justify-content: space-between;
}
.cid-vd7Gg642Vd .title-wrapper .sd-section-title {
  margin-bottom: 48px;
}
.cid-vd7Gg642Vd .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 48px;
  background-color: #ffffff;
  border-radius: 0.75rem;
}
@media (max-width: 992px) {
  .cid-vd7Gg642Vd .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg642Vd .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-vd7Gg642Vd .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vd7Gg642Vd .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-vd7Gg642Vd .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-vd7Gg642Vd .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 22px;
}
.cid-vd7Gg642Vd .items-wrapper .item .item-wrapper .card-box .sd-section-btn {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vd7Gg642Vd .items-wrapper .item .item-wrapper .card-box .sd-section-btn {
    opacity: 1;
  }
}
.cid-vd7Gg642Vd .items-wrapper .item .item-wrapper .card-box .sd-section-btn:hover,
.cid-vd7Gg642Vd .items-wrapper .item .item-wrapper .card-box .sd-section-btn:focus {
  opacity: 1;
}
.cid-vd7Gg642Vd .items-wrapper .item .item-wrapper .card-box .sd-section-btn .btn::before {
  background-image: linear-gradient(90deg, #2d7dd2 0%, transparent 100%);
}
.cid-vd7Gg642Vd .items-wrapper .item .item-wrapper .card-box .sd-section-btn .btn:hover,
.cid-vd7Gg642Vd .items-wrapper .item .item-wrapper .card-box .sd-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #eeb902 !important;
  border-color: #eeb902 !important;
  color: #000000 !important;
}
.cid-vd7Gg642Vd .sd-section-title {
  color: #000000;
}
.cid-vd7Gg642Vd .card-number {
  color: #141414;
}
.cid-vd7Gg642Vd .card-title {
  color: #141414;
}
.cid-vd7Gg642Vd .card-text {
  color: #141414;
}
.cid-vd7Gg64EYt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vd7Gg64EYt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg64EYt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg64EYt .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg64EYt .row {
  justify-content: center;
}
.cid-vd7Gg64EYt .row .card {
  border-radius: 0 !important;
  align-items: center;
}
.cid-vd7Gg64EYt .title-wrapper .sd-section-title {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-vd7Gg64EYt .title-wrapper .sd-section-title {
    margin-bottom: 32px;
  }
}
.cid-vd7Gg64EYt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-vd7Gg64EYt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vd7Gg64EYt .embla__slide .slide-content {
  width: 100%;
}
.cid-vd7Gg64EYt .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vd7Gg64EYt .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-vd7Gg64EYt .embla__slide .slide-content .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
.cid-vd7Gg64EYt .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-vd7Gg64EYt .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 24px;
}
.cid-vd7Gg64EYt .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
}
.cid-vd7Gg64EYt .embla__button--next,
.cid-vd7Gg64EYt .embla__button--prev {
  display: flex;
}
.cid-vd7Gg64EYt .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #f45d01 !important;
  color: #ffffff !important;
  border: 1px solid #f45d01 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-vd7Gg64EYt .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #2d7dd2 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-vd7Gg64EYt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vd7Gg64EYt .embla__button:hover {
  box-shadow: inset 81px 10px 5px #eeb902;
  border-color: #eeb902 !important;
  color: #000000 !important;
}
.cid-vd7Gg64EYt .embla__button:hover::before {
  width: 30%;
}
.cid-vd7Gg64EYt .embla__button.embla__button--prev {
  left: 0;
}
.cid-vd7Gg64EYt .embla__button.embla__button--next {
  left: 5.5rem;
}
.cid-vd7Gg64EYt .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
@media (max-width: 992px) {
  .cid-vd7Gg64EYt .embla {
    padding-bottom: 3rem;
  }
}
.cid-vd7Gg64EYt .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vd7Gg64EYt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vd7Gg64EYt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vd7Gg64EYt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vd7Gg64EYt .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vd7Gg64EYt .image-wrapper {
    margin-top: 48px;
    height: auto;
  }
}
.cid-vd7Gg64EYt .image-wrapper img {
  height: 500px;
  border-radius: 0.75rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vd7Gg64EYt .image-wrapper img {
    height: 400px;
  }
}
.cid-vd7Gg64EYt .sd-section-title {
  color: #000000;
}
.cid-vd7Gg64EYt .sd-text {
  color: #141414;
}
.cid-vd7Gg64EYt .item-title {
  color: #000000;
}
.cid-vd7Gg64EYt .item-text {
  color: #000000;
}
.cid-vd7Gg65mlJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vd7Gg65mlJ .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg65mlJ .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg65mlJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg65mlJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg65mlJ .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg65mlJ .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-vd7Gg65mlJ .content-wrapper {
    padding: 0;
  }
}
.cid-vd7Gg65mlJ .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vd7Gg65mlJ .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: 0.75rem !important;
}
@media (max-width: 1200px) {
  .cid-vd7Gg65mlJ .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg65mlJ .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-vd7Gg65mlJ .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vd7Gg65mlJ .content-wrapper .card-wrap .icon-wrapper .sd-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #eeb902;
  color: #000000;
  font-size: 32px;
}
.cid-vd7Gg65mlJ .content-wrapper .card-wrap .sd-section-title {
  margin-bottom: 24px;
}
.cid-vd7Gg65mlJ .content-wrapper .card-wrap .sd-text {
  margin-bottom: 0;
}
.cid-vd7Gg65mlJ .sd-section-title {
  color: #141414;
}
.cid-vd7Gg65mlJ .sd-desc {
  color: #141414;
}
.cid-vd7Gg65mlJ .sd-text {
  color: #141414;
}
.cid-vd7Gg66qVB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
  overflow: hidden;
  position: relative;
}
.cid-vd7Gg66qVB .item:focus,
.cid-vd7Gg66qVB span:focus {
  outline: none;
}
.cid-vd7Gg66qVB .item {
  cursor: pointer;
}
.cid-vd7Gg66qVB .grid-container {
  grid-row-gap: 24px;
}
.cid-vd7Gg66qVB .grid-container-1,
.cid-vd7Gg66qVB .grid-container-2,
.cid-vd7Gg66qVB .grid-container-3 {
  gap: 0 24px;
}
.cid-vd7Gg66qVB .sd-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
  color: #141414;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vd7Gg66qVB .sd-section-title {
    margin-bottom: 32px;
  }
}
.cid-vd7Gg66qVB .sd-text,
.cid-vd7Gg66qVB .sd-section-btn {
  color: #000000;
}
.cid-vd7Gg66qVB .content-head {
  max-width: 800px;
}
.cid-vd7Gg66qVB .container,
.cid-vd7Gg66qVB .container-fluid {
  overflow: hidden;
}
.cid-vd7Gg66qVB .grid-container {
  position: relative;
  z-index: 1;
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vd7Gg66qVB .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vd7Gg66qVB .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
@media (max-width: 767px) {
  .cid-vd7Gg66qVB .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-vd7Gg66qVB .grid-container-1,
.cid-vd7Gg66qVB .grid-container-2,
.cid-vd7Gg66qVB .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vd7Gg66qVB .grid-container-1 {
  align-items: flex-end;
}
.cid-vd7Gg66qVB .grid-container-2 {
  align-items: flex-start;
}
.cid-vd7Gg66qVB .decor-wrapper {
  position: absolute;
  bottom: -25%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: auto;
  top: -25%;
}
.cid-vd7Gg66qVB .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-vd7Gg66qVB .decor-wrapper .decor_1 {
  background-color: #eeb902;
}
.cid-vd7Gg66qVB .decor-wrapper .decor_2 {
  background-color: #f45d01;
}
.cid-vd7Gg66qVB .decor-wrapper .decor_3 {
  background-color: #2d7dd2;
}
.cid-vd7Gg66qVB .decor-wrapper .decor_4 {
  background-color: #eeb902;
}
.cid-vd7Gg66Vrw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vd7Gg66Vrw .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg66Vrw .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg66Vrw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg66Vrw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg66Vrw .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg66Vrw .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #ffffff;
  border-radius: 0.75rem;
}
@media (max-width: 992px) {
  .cid-vd7Gg66Vrw .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-vd7Gg66Vrw .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-vd7Gg66Vrw .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-vd7Gg66Vrw .form-wrapper .title-wrapper .sd-desc {
  margin-bottom: 24px;
}
.cid-vd7Gg66Vrw .form-wrapper .title-wrapper .sd-section-title {
  margin-bottom: 0;
}
.cid-vd7Gg66Vrw .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vd7Gg66Vrw .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-vd7Gg66Vrw .form-wrapper .form-wrap .dragArea.row .sd-section-title {
  margin-bottom: 16px !important;
}
.cid-vd7Gg66Vrw .form-wrapper .form-wrap .dragArea.row .sd-text {
  margin-bottom: 16px;
}
.cid-vd7Gg66Vrw .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vd7Gg66Vrw .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-vd7Gg66Vrw .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vd7Gg66Vrw .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-vd7Gg66Vrw .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-vd7Gg66Vrw .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vd7Gg66Vrw .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vd7Gg66Vrw .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-vd7Gg66Vrw .form-wrapper .form-wrap .dragArea.row .sd-section-btn .btn::before {
  background-image: linear-gradient(90deg, #2d7dd2 0%, transparent 100%);
}
.cid-vd7Gg66Vrw .form-wrapper .form-wrap .dragArea.row .sd-section-btn .btn:hover,
.cid-vd7Gg66Vrw .form-wrapper .form-wrap .dragArea.row .sd-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #eeb902 !important;
  border-color: #eeb902 !important;
  color: #000000 !important;
}
.cid-vd7Gg66Vrw .sd-section-title {
  color: #141414;
}
.cid-vd7Gg66Vrw .sd-desc {
  color: #141414;
}
.cid-vd7Gg66Vrw label {
  color: #141414;
}
.cid-vd7Gg67gDf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-vd7Gg67gDf::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 32rem;
  height: 100%;
  background-image: linear-gradient(60deg, transparent 0, #2d7dd2 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-vd7Gg67gDf .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg67gDf .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg67gDf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg67gDf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg67gDf .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg67gDf .row {
  justify-content: center;
}
.cid-vd7Gg67gDf .row .card,
.cid-vd7Gg67gDf .row .item {
  padding: 0 12px;
}
.cid-vd7Gg67gDf .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg67gDf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vd7Gg67gDf .title-wrapper .sd-section-title {
  margin-bottom: 0;
}
.cid-vd7Gg67gDf .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-vd7Gg67gDf .item .item-wrapper {
  padding: 32px;
  border-radius: 0.75rem !important;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vd7Gg67gDf .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vd7Gg67gDf .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
  opacity: 0.4;
}
.cid-vd7Gg67gDf .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-vd7Gg67gDf .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.cid-vd7Gg67gDf .item .item-wrapper .card-box .card-text:hover,
.cid-vd7Gg67gDf .item .item-wrapper .card-box .card-text:focus {
  opacity: 1;
}
.cid-vd7Gg67gDf .sd-section-title {
  color: #000000;
  text-align: center;
}
.cid-vd7Gg67gDf .card-title {
  color: #141414;
}
.cid-vd7Gg67gDf .card-text {
  color: #141414;
}
.cid-vd7Gg677QY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vd7Gg677QY .sd-fallback-image.disabled {
  display: none;
}
.cid-vd7Gg677QY .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd7Gg677QY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vd7Gg677QY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vd7Gg677QY .container {
    padding: 0 24px;
  }
}
.cid-vd7Gg677QY .row {
  justify-content: center;
}
.cid-vd7Gg677QY .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-vd7Gg677QY .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}
.cid-vd7Gg677QY .title-wrapper .title-wrap .sd-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vd7Gg677QY .title-wrapper .title-wrap .sd-section-title {
    margin-right: 20px;
  }
}
.cid-vd7Gg677QY .title-wrapper .title-wrap .sd-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-vd7Gg677QY .title-wrapper .title-wrap .sd-section-btn .btn .sd-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-vd7Gg677QY .title-wrapper .title-wrap .sd-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-vd7Gg677QY .title-wrapper .title-wrap .sd-section-btn .btn:hover,
.cid-vd7Gg677QY .title-wrapper .title-wrap .sd-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-vd7Gg677QY .title-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vd7Gg677QY .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-vd7Gg677QY .lists-wrapper {
    display: block;
  }
}
.cid-vd7Gg677QY .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-vd7Gg677QY .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-vd7Gg677QY .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vd7Gg677QY .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-vd7Gg677QY .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vd7Gg677QY .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd7Gg677QY .sd-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #000000;
  text-align: center;
}
.cid-vd7Gg677QY .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-vd7Gg677QY .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-vd7Gg677QY .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-vd7Gg677QY .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-vd7Gg677QY .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-vd7Gg677QY .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-vd7Gg677QY .sd-section-title {
  color: #141414;
}
.cid-vd7Gg677QY .sd-text {
  color: #141414;
}
.cid-vd7Gg677QY .list {
  color: #141414;
}
