.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fa6400 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #3f3f3f !important;
}
.bg-warning {
  background-color: #272530 !important;
}
.bg-danger {
  background-color: #fa6400 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fa6400 !important;
  border-color: #fa6400 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a34100 !important;
  border-color: #a34100 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a34100 !important;
  border-color: #a34100 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #262540 !important;
  border-color: #262540 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #050509 !important;
  border-color: #050509 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #050509 !important;
  border-color: #050509 !important;
}
.btn-info,
.btn-info:active {
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #141414 !important;
  border-color: #141414 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #141414 !important;
  border-color: #141414 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #272530 !important;
  border-color: #272530 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fa6400 !important;
  border-color: #fa6400 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a34100 !important;
  border-color: #a34100 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a34100 !important;
  border-color: #a34100 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fa6400;
  color: #fa6400;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a34100 !important;
  background-color: transparent!important;
  border-color: #a34100 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fa6400 !important;
  border-color: #fa6400 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #262540;
  color: #262540;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #050509 !important;
  background-color: transparent!important;
  border-color: #050509 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #262540 !important;
  border-color: #262540 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #3f3f3f;
  color: #3f3f3f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #141414 !important;
  background-color: transparent!important;
  border-color: #141414 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #272530;
  color: #272530;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #272530 !important;
  border-color: #272530 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fa6400;
  color: #fa6400;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a34100 !important;
  background-color: transparent!important;
  border-color: #a34100 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fa6400 !important;
  border-color: #fa6400 !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: #fa6400 !important;
}
.text-secondary {
  color: #262540 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #3f3f3f !important;
}
.text-warning {
  color: #272530 !important;
}
.text-danger {
  color: #fa6400 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #943b00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0c0c0c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #943b00 !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: #fa6400;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3f3f3f;
}
.alert-warning {
  background-color: #272530;
}
.alert-danger {
  background-color: #fa6400;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fa6400;
  border-color: #fa6400;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fa6400;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffddc7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b2b2b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dad9e1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffddc7;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #fa6400 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #fa6400;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fa6400;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fa6400;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fa6400;
  border-bottom-color: #fa6400;
}
.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: #fa6400 !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: #262540 !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='%23fa6400' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sChi9eGgEb .mbr-section-title {
  color: #ffffff;
}
.cid-sChi9eGgEb .mbr-text,
.cid-sChi9eGgEb .mbr-section-btn {
  color: #ffffff;
}
.cid-sChi9eGgEb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sC8xaQ2oQZ {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/tombg-2000x1125.png");
}
.cid-sC8xaQ2oQZ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sC8xaQ2oQZ .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-sC8xaQ2oQZ .mbr-text,
.cid-sC8xaQ2oQZ .mbr-section-btn {
  color: #3f3f3f;
}
.cid-sBUXwdqm9U {
  padding-top: 2rem;
  margin: 0 auto;
  padding-bottom: 3rem;
  background-color: #262540;
}
.cid-sBUXwdqm9U img {
  width: 120px;
  margin: auto;
}
.cid-sBUXwdqm9U .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sBUXwdqm9U .card {
    max-width: 12.5%;
  }
}
.cid-sCe434aWUb {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-sCe434aWUb .block__inner {
  padding: 55px 20px 50px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.cid-sCe434aWUb .mbr-section-title {
  margin-bottom: 0;
}
.cid-sCe434aWUb .mbr-text {
  margin-bottom: 0;
}
.cid-sCe434aWUb .mbr-section-btn {
  margin-top: 30px;
}
.cid-sCe434aWUb .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-sCe434aWUb .mbr-media {
  margin: 35px 0 40px;
}
.cid-sCe434aWUb .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000;
}
.cid-sCe434aWUb .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sCe434aWUb .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-sCe434aWUb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sCe434aWUb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sCe434aWUb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sCe434aWUb a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sCe434aWUb a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sCe434aWUb .block__inner {
    padding: 40px 10px;
  }
}
.cid-sCh0L46IDZ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCh0L46IDZ .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sCh0L46IDZ .row-element,
.cid-sCh0L46IDZ .image-element {
  padding: 0;
}
.cid-sCh0L46IDZ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCh0L46IDZ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sCh0L46IDZ .text-content {
  padding: 3rem;
}
.cid-sCh0L46IDZ .mbr-figure {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-sCh0L46IDZ .text-content {
    padding: 2rem 1rem;
  }
  .cid-sCh0L46IDZ .mbr-title,
  .cid-sCh0L46IDZ .mbr-text,
  .cid-sCh0L46IDZ .mbr-section-btn,
  .cid-sCh0L46IDZ .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-sCh0L46IDZ .mbr-text,
.cid-sCh0L46IDZ .mbr-section-btn {
  color: #1d1d1d;
}
.cid-sCh0L46IDZ .mbr-title {
  color: #1d1d1d;
}
.cid-sCh0As8Jaz {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sCh0As8Jaz .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sCh0As8Jaz .row-element,
.cid-sCh0As8Jaz .image-element {
  padding: 0;
}
.cid-sCh0As8Jaz .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCh0As8Jaz .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sCh0As8Jaz .text-content {
  padding: 3rem;
}
.cid-sCh0As8Jaz .mbr-figure {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-sCh0As8Jaz .text-content {
    padding: 2rem 1rem;
  }
  .cid-sCh0As8Jaz .mbr-title,
  .cid-sCh0As8Jaz .mbr-text,
  .cid-sCh0As8Jaz .mbr-section-btn,
  .cid-sCh0As8Jaz .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-sCh0As8Jaz .mbr-title {
  color: #1d1d1d;
}
.cid-sCh0As8Jaz .mbr-text,
.cid-sCh0As8Jaz .mbr-section-btn {
  color: #1d1d1d;
}
.cid-sCh0As8Jaz .mbr-section-subtitle {
  color: #1c1c25;
}
.cid-sCbxqWqGOd {
  padding-top: 90px;
  padding-bottom: 375px;
  background-image: url("../../../assets/images/farmer-with-tom2-2000x1333.png");
}
.cid-sCbxqWqGOd .mbr-text,
.cid-sCbxqWqGOd .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-sCbxqWqGOd .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sCbxqWqGOd .mbr-text,
.cid-sCbxqWqGOd .mbr-section-btn,
.cid-sCbxqWqGOd .mbr-section-title {
  color: #ffffff;
}
.cid-sCbxqWqGOd .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sCbxqWqGOd .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-sCbxqWqGOd .mbr-section-title {
  font-weight: 700;
}
.cid-sCbxqWqGOd .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-sCbxqWqGOd .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-sCbxqWqGOd .mbr-section-title,
  .cid-sCbxqWqGOd .mbr-text,
  .cid-sCbxqWqGOd .mbr-section-btn {
    text-align: left;
  }
}
.cid-sBZUqyct4K {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sBZUqyct4K .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 3rem;
}
.cid-sBZUqyct4K .carousel-item > div {
  width: 100%;
}
.cid-sBZUqyct4K .carousel-item.active,
.cid-sBZUqyct4K .carousel-item-next,
.cid-sBZUqyct4K .carousel-item-prev {
  display: flex;
}
.cid-sBZUqyct4K .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-sBZUqyct4K .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #fa6400;
  opacity: 1;
}
.cid-sBZUqyct4K .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sBZUqyct4K .signature,
.cid-sBZUqyct4K .desk {
  margin: 0;
}
.cid-sBZUqyct4K .mbr-text,
.cid-sBZUqyct4K .mbr-section-subtitle {
  color: #efefef;
}
.cid-sBZUqyct4K .signature,
.cid-sBZUqyct4K .desk {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sBZUqyct4K .carousel-item {
    padding: 0 5rem;
  }
}
@media (min-width: 768px) {
  .cid-sBZUqyct4K .carousel-controls a {
    width: 5%;
  }
}
.cid-sBZUqyct4K .mbr-text {
  color: #3f3f3f;
}
.cid-sBZUqyct4K .signature {
  color: #fa6400;
}
.cid-sBZUqyct4K .desk {
  color: #3f3f3f;
}
.cid-sBZUqyct4K .mbr-section-title {
  color: #3f3f3f;
}
.cid-sBZUqyct4K .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-sHLqxhfvOM {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fa6400;
}
.cid-sHLqxhfvOM .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #fa6400;
}
.cid-sHLqxhfvOM .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sHLqxhfvOM .logo__footer img {
  display: block;
  width: 80px;
  object-fit: cover;
}
.cid-sHLqxhfvOM .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sHLqxhfvOM .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sHLqxhfvOM .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sHLqxhfvOM .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sHLqxhfvOM .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sHLqxhfvOM .item a {
  font-weight: 500;
}
.cid-sHLqxhfvOM .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sHLqxhfvOM .item:last-child:after {
  display: none;
}
.cid-sHLqxhfvOM .footer__social {
  padding-bottom: 21px;
}
.cid-sHLqxhfvOM .mbr-iconfont {
  font-size: 23px;
  transition: all .3s ease;
  width: 23px;
  height: 23px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sHLqxhfvOM .mbr-iconfont:hover {
  color: #fa6400;
}
.cid-sHLqxhfvOM .footer__copyright {
  padding: 15px 0 12px;
  background-color: #fa6400;
}
.cid-sHLqxhfvOM .footer__ink {
  text-align: right;
}
.cid-sHLqxhfvOM .copyright,
.cid-sHLqxhfvOM .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sHLqxhfvOM .footer__menu {
    padding-right: 0;
  }
}
.cid-sHLqxhfvOM .ink {
  color: #ffffff;
}
.cid-sHLqxhfvOM .copyright {
  color: #ffffff;
}
.cid-sC19DhiPe9 .navbar {
  background: #fa6400;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sC19DhiPe9 .navbar-dropdown.bg-color.transparent.opened {
  background: #fa6400;
}
.cid-sC19DhiPe9 a {
  font-style: normal;
}
.cid-sC19DhiPe9 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sC19DhiPe9 .show {
  overflow: visible;
}
.cid-sC19DhiPe9 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sC19DhiPe9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sC19DhiPe9 .nav-item span {
  padding-right: 0.2em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC19DhiPe9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1rem !important;
  -webkit-align-items: center;
}
.cid-sC19DhiPe9 .nav-item:focus,
.cid-sC19DhiPe9 .nav-link:focus {
  outline: none;
}
.cid-sC19DhiPe9 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sC19DhiPe9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC19DhiPe9 .menu-logo {
  margin-right: auto;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu {
  background: #fa6400;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC19DhiPe9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sC19DhiPe9 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC19DhiPe9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sC19DhiPe9 button.navbar-toggler:focus {
  outline: none;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sC19DhiPe9 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sC19DhiPe9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC19DhiPe9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sC19DhiPe9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 87.8125vh;
  }
}
.cid-sC19DhiPe9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC19DhiPe9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC19DhiPe9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC19DhiPe9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sC19DhiPe9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC19DhiPe9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sC19DhiPe9 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sC19DhiPe9.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC19DhiPe9 img {
    height: 3.8rem !important;
  }
  .cid-sC19DhiPe9 .btn {
    display: -webkit-flex;
  }
  .cid-sC19DhiPe9 button.navbar-toggler {
    display: block;
  }
  .cid-sC19DhiPe9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC19DhiPe9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC19DhiPe9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing,
  .cid-sC19DhiPe9 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-nav,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC19DhiPe9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sC19DhiPe9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC19DhiPe9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sC19DhiPe9 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sC19DhiPe9 .nav-link {
    justify-content: start !important;
  }
  .cid-sC19DhiPe9 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sC19DhiPe9 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sC19DhiPe9 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sC19DhiPe9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sC19DhiPe9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sC19DhiPe9 .nav-link:hover,
.cid-sC19DhiPe9 .dropdown-item:hover {
  color: #1c1c25 !important;
}
@media (min-width: 1500px) {
  .cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sC19DhiPe9 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sC19DhiPe9 .navbar {
  background: #fa6400;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sC19DhiPe9 .navbar-dropdown.bg-color.transparent.opened {
  background: #fa6400;
}
.cid-sC19DhiPe9 a {
  font-style: normal;
}
.cid-sC19DhiPe9 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sC19DhiPe9 .show {
  overflow: visible;
}
.cid-sC19DhiPe9 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sC19DhiPe9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sC19DhiPe9 .nav-item span {
  padding-right: 0.2em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC19DhiPe9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1rem !important;
  -webkit-align-items: center;
}
.cid-sC19DhiPe9 .nav-item:focus,
.cid-sC19DhiPe9 .nav-link:focus {
  outline: none;
}
.cid-sC19DhiPe9 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sC19DhiPe9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC19DhiPe9 .menu-logo {
  margin-right: auto;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu {
  background: #fa6400;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC19DhiPe9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sC19DhiPe9 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC19DhiPe9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sC19DhiPe9 button.navbar-toggler:focus {
  outline: none;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sC19DhiPe9 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sC19DhiPe9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC19DhiPe9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sC19DhiPe9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 87.8125vh;
  }
}
.cid-sC19DhiPe9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC19DhiPe9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC19DhiPe9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC19DhiPe9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sC19DhiPe9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC19DhiPe9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sC19DhiPe9 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sC19DhiPe9.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC19DhiPe9 img {
    height: 3.8rem !important;
  }
  .cid-sC19DhiPe9 .btn {
    display: -webkit-flex;
  }
  .cid-sC19DhiPe9 button.navbar-toggler {
    display: block;
  }
  .cid-sC19DhiPe9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC19DhiPe9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC19DhiPe9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing,
  .cid-sC19DhiPe9 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-nav,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC19DhiPe9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sC19DhiPe9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC19DhiPe9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sC19DhiPe9 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sC19DhiPe9 .nav-link {
    justify-content: start !important;
  }
  .cid-sC19DhiPe9 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sC19DhiPe9 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sC19DhiPe9 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sC19DhiPe9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sC19DhiPe9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sC19DhiPe9 .nav-link:hover,
.cid-sC19DhiPe9 .dropdown-item:hover {
  color: #1c1c25 !important;
}
@media (min-width: 1500px) {
  .cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sC19DhiPe9 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sHLNH1TIDu {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/detection11-1302x870.png");
}
.cid-sHLNH1TIDu .link-align {
  width: 100%;
}
.cid-sHLNH1TIDu .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sHLNH1TIDu .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-sHLNH1TIDu .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-sHLNH1TIDu .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-sHLNH1TIDu .link:hover:before {
  width: 60px;
}
.cid-sHLNH1TIDu .mbr-text,
.cid-sHLNH1TIDu .link-align {
  color: #e5e5e5;
}
.cid-sHLNH1TIDu .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.cid-sHLNH1TIDu .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-sHLNH1TIDu .icon-wrap span {
  padding-left: 4px;
}
.cid-sHLNH1TIDu .mbr-media span {
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sHLNH1TIDu .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sHLNH1TIDu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sHLNH1TIDu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sHLNH1TIDu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sHLNH1TIDu a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sHLNH1TIDu a.close:hover {
  color: #ffffff;
}
.cid-sCb1EG9OaA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCb1EG9OaA .mbr-subtitle {
  color: #fa6400;
  margin-bottom: 10px;
  font-weight: 400;
}
.cid-sCb1EG9OaA .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sCb1EG9OaA .mbr-section-title {
  margin: 0;
  color: #1d1d1d;
  font-weight: 400;
  margin-bottom: 10px;
}
.cid-sCb1EG9OaA .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-sCb1EG9OaA .mbr-section-text {
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sCb1EG9OaA .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-sCb1EG9OaA .display-2 {
  font-size: 38px;
}
.cid-sCb1EG9OaA .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-sCb1EG9OaA .wrapper .img {
  margin-bottom: 20px;
}
.cid-sCb1EG9OaA .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-sCb1EG9OaA .wrapper .mbr-card-title {
  color: #1d1d1d;
  font-weight: 400;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sCb1EG9OaA .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-sCb1EG9OaA .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #1d1d1d;
  font-weight: 400;
}
.cid-sCb1EG9OaA .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-sCb1EG9OaA * {
    text-align: left;
  }
}
.cid-sCb1EG9OaA .mbr-card-title,
.cid-sCb1EG9OaA .img {
  color: #3f3f3f;
}
.cid-sCb1EG9OaA .wrapper .mbr-text,
.cid-sCb1EG9OaA .img {
  color: #3f3f3f;
}
.cid-sCdo39gS8W {
  padding-top: 15rem;
  padding-bottom: 10rem;
}
.cid-sCdo39gS8W .mbr-section-tag {
  color: #ffffff;
  margin-bottom: 0.4375rem;
}
.cid-sCdo39gS8W .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-sCdo39gS8W .mbr-section-title b:last-child,
.cid-sCdo39gS8W .mbr-section-title strong:last-child {
  color: #ffffff;
}
.cid-sCdo39gS8W .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-sCdo39gS8W .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-sCdo39gS8W .mbr-text-wrap {
    border-left: 2px solid #fa6400;
    padding-left: 1.8125rem !important;
  }
}
.cid-sCdo39gS8W .mbr-section-btn {
  margin-top: 28px;
}
.cid-sCdo39gS8W .mbr-section-btn a {
  margin-top: 0;
}
.cid-sCdo39gS8W .mbr-text,
.cid-sCdo39gS8W .mbr-section-btn {
  color: #ffffff;
}
.cid-sCdo39gS8W .mbr-section-subtitle,
.cid-sCdo39gS8W .mbr-section-btn {
  color: #ffffff;
}
.cid-sCdlT1d5yU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCdlT1d5yU .first-card {
  background-color: #ffffff;
}
.cid-sCdlT1d5yU .card-box {
  padding: 1.5rem 1rem 0 1rem;
}
.cid-sCdlT1d5yU .second-card-title {
  text-align: center;
  color: #1c1c25;
}
.cid-sCdlT1d5yU .second-card-subtitle {
  text-align: center;
}
.cid-sCdlT1d5yU .second-card {
  background-color: #fcfcfc;
}
.cid-sCdlT1d5yU .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-sCdlT1d5yU [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sCdlT1d5yU .card-wrapper {
    padding-bottom: 3rem;
    text-align: center;
  }
}
.cid-sCdlT1d5yU .first-card-title {
  text-align: left;
  color: #000000;
}
.cid-sCdlT1d5yU .first-card-text,
.cid-sCdlT1d5yU .card-btn {
  text-align: center;
}
.cid-sCdlT1d5yU .mbr-text,
.cid-sCdlT1d5yU .card-btn {
  text-align: left;
}
.cid-sCdlT1d5yU .second-card-subtitle,
.cid-sCdlT1d5yU .second-btn {
  text-align: center;
  color: #1c1c25;
}
.cid-sCdlT1d5yU .card {
  border-radius: 0 !important;
}
.cid-sR16sIR9Tx {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sR16sIR9Tx .mbr-text {
  color: #716c80;
}
.cid-sR16sIR9Tx .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sR16sIR9Tx p {
  margin: 0;
}
.cid-sR16sIR9Tx .card-img .img1 {
  background-color: #fa6400;
}
.cid-sR16sIR9Tx .cardcolor:hover {
  background-color: #ffffff;
}
.cid-sR16sIR9Tx .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-sR16sIR9Tx .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-sR16sIR9Tx .card:hover {
  transform: translateY(-1rem);
}
.cid-sR16sIR9Tx .card-title,
.cid-sR16sIR9Tx .card-img {
  color: #8cacb7;
}
@media (max-width: 992px) {
  .cid-sR16sIR9Tx .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-sR16sIR9Tx .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sR16sIR9Tx .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-sR16sIR9Tx .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sR16sIR9Tx .card-img span {
    margin-right: 0rem;
  }
  .cid-sR16sIR9Tx .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-sR16sIR9Tx .card-img {
  width: auto;
}
.cid-sCdsAiak3o {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #262540;
}
.cid-sCdsAiak3o .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sCdsAiak3o .row-element,
.cid-sCdsAiak3o .image-element {
  padding: 0;
}
.cid-sCdsAiak3o .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCdsAiak3o .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sCdsAiak3o .text-content {
  padding: 3rem;
}
.cid-sCdsAiak3o .mbr-figure {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-sCdsAiak3o .text-content {
    padding: 2rem 1rem;
  }
  .cid-sCdsAiak3o .mbr-title,
  .cid-sCdsAiak3o .mbr-text,
  .cid-sCdsAiak3o .mbr-section-btn,
  .cid-sCdsAiak3o .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-sCdCwMMpEN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCdCwMMpEN img,
.cid-sCdCwMMpEN .item-img {
  width: 100%;
}
.cid-sCdCwMMpEN .item:focus,
.cid-sCdCwMMpEN span:focus {
  outline: none;
}
.cid-sCdCwMMpEN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCdCwMMpEN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCdCwMMpEN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCdCwMMpEN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCdCwMMpEN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCdCwMMpEN .mbr-section-title {
  color: #232323;
}
.cid-sCdCwMMpEN .mbr-text,
.cid-sCdCwMMpEN .mbr-section-btn {
  text-align: left;
}
.cid-sCdCwMMpEN .item-title {
  text-align: left;
}
.cid-sCdCwMMpEN .item-subtitle {
  text-align: left;
}
.cid-sCdx4zvyGu {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sCdx4zvyGu .first-card {
  background-color: #ffffff;
}
.cid-sCdx4zvyGu .card-box {
  padding: 1.5rem 1rem 0 1rem;
}
.cid-sCdx4zvyGu .second-card-title {
  text-align: center;
  color: #1c1c25;
}
.cid-sCdx4zvyGu .second-card-subtitle {
  text-align: center;
}
.cid-sCdx4zvyGu .second-card {
  background-color: #fcfcfc;
}
.cid-sCdx4zvyGu .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-sCdx4zvyGu [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sCdx4zvyGu .card-wrapper {
    padding-bottom: 3rem;
    text-align: center;
  }
}
.cid-sCdx4zvyGu .first-card-title {
  text-align: left;
  color: #000000;
}
.cid-sCdx4zvyGu .first-card-text,
.cid-sCdx4zvyGu .card-btn {
  text-align: center;
}
.cid-sCdx4zvyGu .mbr-text,
.cid-sCdx4zvyGu .card-btn {
  text-align: left;
}
.cid-sCdx4zvyGu .second-card-subtitle,
.cid-sCdx4zvyGu .second-btn {
  text-align: center;
  color: #1c1c25;
}
.cid-sCdx4zvyGu .card {
  border-radius: 0 !important;
}
.cid-sCe8aDFeML {
  padding-top: 15rem;
  padding-bottom: 10rem;
}
.cid-sCe8aDFeML .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-sCe8aDFeML .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-sCe8aDFeML .mbr-section-title b:last-child,
.cid-sCe8aDFeML .mbr-section-title strong:last-child {
  color: #ffffff;
}
.cid-sCe8aDFeML .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-sCe8aDFeML .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-sCe8aDFeML .mbr-text-wrap {
    border-left: 2px solid #fa6400;
    padding-left: 1.8125rem !important;
  }
}
.cid-sCe8aDFeML .mbr-section-btn {
  margin-top: 28px;
}
.cid-sCe8aDFeML .mbr-section-btn a {
  margin-top: 0;
}
.cid-sCe8aDFeML .mbr-text,
.cid-sCe8aDFeML .mbr-section-btn {
  color: #ffffff;
}
.cid-sCe8aDFeML .mbr-section-subtitle,
.cid-sCe8aDFeML .mbr-section-btn {
  color: #ffffff;
}
.cid-sCeeUCidgy {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sCeeUCidgy img,
.cid-sCeeUCidgy .item-img {
  width: 100%;
}
.cid-sCeeUCidgy .item:focus,
.cid-sCeeUCidgy span:focus {
  outline: none;
}
.cid-sCeeUCidgy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCeeUCidgy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fcfcfc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCeeUCidgy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCeeUCidgy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCeeUCidgy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCeeUCidgy .mbr-section-title {
  color: #232323;
}
.cid-sCeeUCidgy .mbr-text,
.cid-sCeeUCidgy .mbr-section-btn {
  text-align: left;
}
.cid-sCeeUCidgy .item-title {
  text-align: left;
}
.cid-sCeeUCidgy .item-subtitle {
  text-align: center;
}
.cid-sHLqxhfvOM {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fa6400;
}
.cid-sHLqxhfvOM .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #fa6400;
}
.cid-sHLqxhfvOM .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sHLqxhfvOM .logo__footer img {
  display: block;
  width: 80px;
  object-fit: cover;
}
.cid-sHLqxhfvOM .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sHLqxhfvOM .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sHLqxhfvOM .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sHLqxhfvOM .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sHLqxhfvOM .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sHLqxhfvOM .item a {
  font-weight: 500;
}
.cid-sHLqxhfvOM .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sHLqxhfvOM .item:last-child:after {
  display: none;
}
.cid-sHLqxhfvOM .footer__social {
  padding-bottom: 21px;
}
.cid-sHLqxhfvOM .mbr-iconfont {
  font-size: 23px;
  transition: all .3s ease;
  width: 23px;
  height: 23px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sHLqxhfvOM .mbr-iconfont:hover {
  color: #fa6400;
}
.cid-sHLqxhfvOM .footer__copyright {
  padding: 15px 0 12px;
  background-color: #fa6400;
}
.cid-sHLqxhfvOM .footer__ink {
  text-align: right;
}
.cid-sHLqxhfvOM .copyright,
.cid-sHLqxhfvOM .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sHLqxhfvOM .footer__menu {
    padding-right: 0;
  }
}
.cid-sHLqxhfvOM .ink {
  color: #ffffff;
}
.cid-sHLqxhfvOM .copyright {
  color: #ffffff;
}
.cid-sCendLGAtd .navbar {
  background: #fa6400;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCendLGAtd .navbar-dropdown.bg-color.transparent.opened {
  background: #fa6400;
}
.cid-sCendLGAtd a {
  font-style: normal;
}
.cid-sCendLGAtd .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sCendLGAtd .show {
  overflow: visible;
}
.cid-sCendLGAtd .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sCendLGAtd .dropdown-item:active {
  background-color: transparent;
}
.cid-sCendLGAtd .nav-item span {
  padding-right: 0.2em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCendLGAtd .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1rem !important;
  -webkit-align-items: center;
}
.cid-sCendLGAtd .nav-item:focus,
.cid-sCendLGAtd .nav-link:focus {
  outline: none;
}
.cid-sCendLGAtd .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCendLGAtd .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCendLGAtd .menu-logo {
  margin-right: auto;
}
.cid-sCendLGAtd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCendLGAtd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sCendLGAtd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCendLGAtd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCendLGAtd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sCendLGAtd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCendLGAtd .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sCendLGAtd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sCendLGAtd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCendLGAtd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCendLGAtd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCendLGAtd .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sCendLGAtd .dropdown .dropdown-menu {
  background: #fa6400;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCendLGAtd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCendLGAtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCendLGAtd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCendLGAtd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCendLGAtd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sCendLGAtd .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sCendLGAtd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCendLGAtd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCendLGAtd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCendLGAtd .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-sCendLGAtd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCendLGAtd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sCendLGAtd button.navbar-toggler:focus {
  outline: none;
}
.cid-sCendLGAtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sCendLGAtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCendLGAtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCendLGAtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCendLGAtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCendLGAtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCendLGAtd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCendLGAtd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCendLGAtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sCendLGAtd .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sCendLGAtd .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCendLGAtd .collapsed .btn {
  display: -webkit-flex;
}
.cid-sCendLGAtd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCendLGAtd .collapsed .navbar-collapse.collapsing,
.cid-sCendLGAtd .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sCendLGAtd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCendLGAtd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCendLGAtd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCendLGAtd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCendLGAtd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCendLGAtd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sCendLGAtd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCendLGAtd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sCendLGAtd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 87.8125vh;
  }
}
.cid-sCendLGAtd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCendLGAtd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCendLGAtd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCendLGAtd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sCendLGAtd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCendLGAtd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCendLGAtd .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sCendLGAtd.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCendLGAtd img {
    height: 3.8rem !important;
  }
  .cid-sCendLGAtd .btn {
    display: -webkit-flex;
  }
  .cid-sCendLGAtd button.navbar-toggler {
    display: block;
  }
  .cid-sCendLGAtd .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCendLGAtd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCendLGAtd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCendLGAtd .navbar-collapse.collapsing,
  .cid-sCendLGAtd .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sCendLGAtd .navbar-collapse.collapsing .navbar-nav,
  .cid-sCendLGAtd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCendLGAtd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCendLGAtd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCendLGAtd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCendLGAtd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sCendLGAtd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCendLGAtd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCendLGAtd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sCendLGAtd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCendLGAtd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCendLGAtd .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sCendLGAtd .nav-link {
    justify-content: start !important;
  }
  .cid-sCendLGAtd .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sCendLGAtd .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sCendLGAtd .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sCendLGAtd .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sCendLGAtd .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sCendLGAtd .nav-link:hover,
.cid-sCendLGAtd .dropdown-item:hover {
  color: #1c1c25 !important;
}
@media (min-width: 1500px) {
  .cid-sCendLGAtd .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sCendLGAtd .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sHLJMOo7Zx {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/dick-zap-796x531.png");
}
.cid-sHLJMOo7Zx .link-align {
  width: 100%;
}
.cid-sHLJMOo7Zx .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sHLJMOo7Zx .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-sHLJMOo7Zx .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-sHLJMOo7Zx .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-sHLJMOo7Zx .link:hover:before {
  width: 60px;
}
.cid-sHLJMOo7Zx .mbr-text,
.cid-sHLJMOo7Zx .link-align {
  color: #e5e5e5;
}
.cid-sHLJMOo7Zx .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.cid-sHLJMOo7Zx .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-sHLJMOo7Zx .icon-wrap span {
  padding-left: 4px;
}
.cid-sHLJMOo7Zx .mbr-media span {
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sHLJMOo7Zx .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sHLJMOo7Zx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sHLJMOo7Zx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sHLJMOo7Zx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sHLJMOo7Zx a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sHLJMOo7Zx a.close:hover {
  color: #ffffff;
}
.cid-sCendOjJT6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCendOjJT6 .first-card {
  background-color: #ffffff;
}
.cid-sCendOjJT6 .card-box {
  padding: 1.5rem 1rem 0 1rem;
}
.cid-sCendOjJT6 .second-card-title {
  text-align: center;
  color: #1c1c25;
}
.cid-sCendOjJT6 .second-card-subtitle {
  text-align: center;
}
.cid-sCendOjJT6 .second-card {
  background-color: #fcfcfc;
}
.cid-sCendOjJT6 .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-sCendOjJT6 [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sCendOjJT6 .card-wrapper {
    padding-bottom: 3rem;
    text-align: center;
  }
}
.cid-sCendOjJT6 .first-card-title {
  text-align: left;
  color: #000000;
}
.cid-sCendOjJT6 .first-card-text,
.cid-sCendOjJT6 .card-btn {
  text-align: center;
}
.cid-sCendOjJT6 .mbr-text,
.cid-sCendOjJT6 .card-btn {
  text-align: left;
}
.cid-sCendOjJT6 .second-card-subtitle,
.cid-sCendOjJT6 .second-btn {
  text-align: center;
  color: #1c1c25;
}
.cid-sCendOjJT6 .card {
  border-radius: 0 !important;
}
.cid-sR17wZXkpd {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sR17wZXkpd .mbr-text {
  color: #716c80;
}
.cid-sR17wZXkpd .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sR17wZXkpd p {
  margin: 0;
}
.cid-sR17wZXkpd .card-img .img1 {
  background-color: #fa6400;
}
.cid-sR17wZXkpd .cardcolor:hover {
  background-color: #ffffff;
}
.cid-sR17wZXkpd .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-sR17wZXkpd .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-sR17wZXkpd .card:hover {
  transform: translateY(-1rem);
}
.cid-sR17wZXkpd .card-title,
.cid-sR17wZXkpd .card-img {
  color: #8cacb7;
}
@media (max-width: 992px) {
  .cid-sR17wZXkpd .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-sR17wZXkpd .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sR17wZXkpd .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-sR17wZXkpd .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sR17wZXkpd .card-img span {
    margin-right: 0rem;
  }
  .cid-sR17wZXkpd .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-sR17wZXkpd .card-img {
  width: auto;
}
.cid-sCendNXl6a {
  padding-top: 15rem;
  padding-bottom: 10rem;
}
.cid-sCendNXl6a .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-sCendNXl6a .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-sCendNXl6a .mbr-section-title b:last-child,
.cid-sCendNXl6a .mbr-section-title strong:last-child {
  color: #ffffff;
}
.cid-sCendNXl6a .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-sCendNXl6a .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-sCendNXl6a .mbr-text-wrap {
    border-left: 2px solid #fa6400;
    padding-left: 1.8125rem !important;
  }
}
.cid-sCendNXl6a .mbr-section-btn {
  margin-top: 28px;
}
.cid-sCendNXl6a .mbr-section-btn a {
  margin-top: 0;
}
.cid-sCendNXl6a .mbr-text,
.cid-sCendNXl6a .mbr-section-btn {
  color: #ffffff;
}
.cid-sCendNXl6a .mbr-section-subtitle,
.cid-sCendNXl6a .mbr-section-btn {
  color: #ffffff;
}
.cid-sCgHx3BdAe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #262540;
}
.cid-sCgHx3BdAe .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sCgHx3BdAe .row-element,
.cid-sCgHx3BdAe .image-element {
  padding: 0;
}
.cid-sCgHx3BdAe .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCgHx3BdAe .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sCgHx3BdAe .text-content {
  padding: 3rem;
}
.cid-sCgHx3BdAe .mbr-figure {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-sCgHx3BdAe .text-content {
    padding: 2rem 1rem;
  }
  .cid-sCgHx3BdAe .mbr-title,
  .cid-sCgHx3BdAe .mbr-text,
  .cid-sCgHx3BdAe .mbr-section-btn,
  .cid-sCgHx3BdAe .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-sCendQz14h {
  padding-top: 15rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dick-zap-796x531.png");
}
.cid-sCendQz14h .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-sCendQz14h .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-sCendQz14h .mbr-section-title b:last-child,
.cid-sCendQz14h .mbr-section-title strong:last-child {
  color: #ffffff;
}
.cid-sCendQz14h .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-sCendQz14h .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-sCendQz14h .mbr-text-wrap {
    border-left: 2px solid #fa6400;
    padding-left: 1.8125rem !important;
  }
}
.cid-sCendQz14h .mbr-section-btn {
  margin-top: 28px;
}
.cid-sCendQz14h .mbr-section-btn a {
  margin-top: 0;
}
.cid-sCendQz14h .mbr-text,
.cid-sCendQz14h .mbr-section-btn {
  color: #ffffff;
}
.cid-sCendQz14h .mbr-section-subtitle,
.cid-sCendQz14h .mbr-section-btn {
  color: #ffffff;
}
.cid-sCeFO6zl73 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCeFO6zl73 .first-card {
  background-color: #ffffff;
}
.cid-sCeFO6zl73 .card-box {
  padding: 1.5rem 1rem 0 1rem;
}
.cid-sCeFO6zl73 .second-card-title {
  text-align: center;
  color: #1c1c25;
}
.cid-sCeFO6zl73 .second-card-subtitle {
  text-align: center;
}
.cid-sCeFO6zl73 .second-card {
  background-color: #fcfcfc;
}
.cid-sCeFO6zl73 .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-sCeFO6zl73 [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sCeFO6zl73 .card-wrapper {
    padding-bottom: 3rem;
    text-align: center;
  }
}
.cid-sCeFO6zl73 .first-card-title {
  text-align: left;
  color: #000000;
}
.cid-sCeFO6zl73 .first-card-text,
.cid-sCeFO6zl73 .card-btn {
  text-align: center;
}
.cid-sCeFO6zl73 .mbr-text,
.cid-sCeFO6zl73 .card-btn {
  text-align: left;
}
.cid-sCeFO6zl73 .second-card-subtitle,
.cid-sCeFO6zl73 .second-btn {
  text-align: center;
  color: #1c1c25;
}
.cid-sCeFO6zl73 .card {
  border-radius: 0 !important;
}
.cid-sCeIaB9lpB {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sCeIaB9lpB img,
.cid-sCeIaB9lpB .item-img {
  width: 100%;
}
.cid-sCeIaB9lpB .item:focus,
.cid-sCeIaB9lpB span:focus {
  outline: none;
}
.cid-sCeIaB9lpB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCeIaB9lpB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fcfcfc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCeIaB9lpB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCeIaB9lpB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sCeIaB9lpB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCeIaB9lpB .mbr-section-title {
  color: #232323;
}
.cid-sCeIaB9lpB .mbr-text,
.cid-sCeIaB9lpB .mbr-section-btn {
  text-align: left;
}
.cid-sCeIaB9lpB .item-title {
  text-align: left;
}
.cid-sCeIaB9lpB .item-subtitle {
  text-align: center;
}
.cid-sHLqxhfvOM {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fa6400;
}
.cid-sHLqxhfvOM .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #fa6400;
}
.cid-sHLqxhfvOM .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sHLqxhfvOM .logo__footer img {
  display: block;
  width: 80px;
  object-fit: cover;
}
.cid-sHLqxhfvOM .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sHLqxhfvOM .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sHLqxhfvOM .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sHLqxhfvOM .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sHLqxhfvOM .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sHLqxhfvOM .item a {
  font-weight: 500;
}
.cid-sHLqxhfvOM .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sHLqxhfvOM .item:last-child:after {
  display: none;
}
.cid-sHLqxhfvOM .footer__social {
  padding-bottom: 21px;
}
.cid-sHLqxhfvOM .mbr-iconfont {
  font-size: 23px;
  transition: all .3s ease;
  width: 23px;
  height: 23px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sHLqxhfvOM .mbr-iconfont:hover {
  color: #fa6400;
}
.cid-sHLqxhfvOM .footer__copyright {
  padding: 15px 0 12px;
  background-color: #fa6400;
}
.cid-sHLqxhfvOM .footer__ink {
  text-align: right;
}
.cid-sHLqxhfvOM .copyright,
.cid-sHLqxhfvOM .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sHLqxhfvOM .footer__menu {
    padding-right: 0;
  }
}
.cid-sHLqxhfvOM .ink {
  color: #ffffff;
}
.cid-sHLqxhfvOM .copyright {
  color: #ffffff;
}
.cid-sChdieM1GW .navbar {
  background: #fa6400;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sChdieM1GW .navbar-dropdown.bg-color.transparent.opened {
  background: #fa6400;
}
.cid-sChdieM1GW a {
  font-style: normal;
}
.cid-sChdieM1GW .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sChdieM1GW .show {
  overflow: visible;
}
.cid-sChdieM1GW .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sChdieM1GW .dropdown-item:active {
  background-color: transparent;
}
.cid-sChdieM1GW .nav-item span {
  padding-right: 0.2em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sChdieM1GW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1rem !important;
  -webkit-align-items: center;
}
.cid-sChdieM1GW .nav-item:focus,
.cid-sChdieM1GW .nav-link:focus {
  outline: none;
}
.cid-sChdieM1GW .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sChdieM1GW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sChdieM1GW .menu-logo {
  margin-right: auto;
}
.cid-sChdieM1GW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sChdieM1GW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sChdieM1GW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sChdieM1GW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sChdieM1GW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sChdieM1GW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sChdieM1GW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sChdieM1GW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sChdieM1GW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sChdieM1GW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sChdieM1GW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sChdieM1GW .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sChdieM1GW .dropdown .dropdown-menu {
  background: #fa6400;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sChdieM1GW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sChdieM1GW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sChdieM1GW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sChdieM1GW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sChdieM1GW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sChdieM1GW .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sChdieM1GW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sChdieM1GW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sChdieM1GW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sChdieM1GW .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-sChdieM1GW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sChdieM1GW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sChdieM1GW button.navbar-toggler:focus {
  outline: none;
}
.cid-sChdieM1GW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sChdieM1GW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sChdieM1GW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sChdieM1GW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sChdieM1GW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sChdieM1GW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sChdieM1GW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sChdieM1GW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sChdieM1GW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sChdieM1GW .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sChdieM1GW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sChdieM1GW .collapsed .btn {
  display: -webkit-flex;
}
.cid-sChdieM1GW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sChdieM1GW .collapsed .navbar-collapse.collapsing,
.cid-sChdieM1GW .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sChdieM1GW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sChdieM1GW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sChdieM1GW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sChdieM1GW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sChdieM1GW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sChdieM1GW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sChdieM1GW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sChdieM1GW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sChdieM1GW .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 87.8125vh;
  }
}
.cid-sChdieM1GW .collapsed button.navbar-toggler {
  display: block;
}
.cid-sChdieM1GW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sChdieM1GW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sChdieM1GW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sChdieM1GW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sChdieM1GW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sChdieM1GW .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sChdieM1GW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sChdieM1GW img {
    height: 3.8rem !important;
  }
  .cid-sChdieM1GW .btn {
    display: -webkit-flex;
  }
  .cid-sChdieM1GW button.navbar-toggler {
    display: block;
  }
  .cid-sChdieM1GW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sChdieM1GW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sChdieM1GW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sChdieM1GW .navbar-collapse.collapsing,
  .cid-sChdieM1GW .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sChdieM1GW .navbar-collapse.collapsing .navbar-nav,
  .cid-sChdieM1GW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sChdieM1GW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sChdieM1GW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sChdieM1GW .navbar-collapse.collapsing .navbar-buttons,
  .cid-sChdieM1GW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sChdieM1GW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sChdieM1GW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sChdieM1GW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sChdieM1GW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sChdieM1GW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sChdieM1GW .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sChdieM1GW .nav-link {
    justify-content: start !important;
  }
  .cid-sChdieM1GW .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sChdieM1GW .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sChdieM1GW .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sChdieM1GW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sChdieM1GW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sChdieM1GW .nav-link:hover,
.cid-sChdieM1GW .dropdown-item:hover {
  color: #1c1c25 !important;
}
@media (min-width: 1500px) {
  .cid-sChdieM1GW .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sChdieM1GW .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sChdI7t7V7 {
  padding-top: 15rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/careers-2000x1125.png");
}
.cid-sChdI7t7V7 .mbr-section-title {
  color: #ffffff;
}
.cid-sChdI7t7V7 .mbr-text,
.cid-sChdI7t7V7 .mbr-section-btn {
  color: #ffffff;
}
.cid-sChWDm0ZLa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sChWDm0ZLa h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sChWDm0ZLa img {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .cid-sChWDm0ZLa img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
}
.cid-sChWDm0ZLa .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sChWDm0ZLa .mbr-section-subtitle {
  color: #767676;
}
.cid-sChWDm0ZLa .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sChWDm0ZLa .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sChWDm0ZLa svg {
  overflow: visible;
}
.cid-sChWDm0ZLa ellipse {
  stroke: #efefef;
  stroke-width: 10px;
}
.cid-sChWDm0ZLa path {
  stroke-width: 10px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sChWDm0ZLa .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sChWDm0ZLa .progress1 path {
  stroke: #fa6400;
}
.cid-sChWDm0ZLa .progress2 path {
  stroke: #fa6400;
}
.cid-sChWDm0ZLa .progress3 path {
  stroke: #fa6400;
}
.cid-sChWDm0ZLa .card-text {
  color: #767676;
}
.cid-sChWDm0ZLa .main-sub-title,
.cid-sChWDm0ZLa .align-wrapper {
  color: #33358c;
}
.cid-sChWDm0ZLa .main-text {
  color: #777d74;
}
.cid-sChH6abG6H {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/wheat-bg3-1673x1115.png");
}
.cid-sChH6abG6H .mbr-overlay {
  background: #fafafa;
  opacity: 0;
}
.cid-sChH6abG6H img,
.cid-sChH6abG6H .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sChH6abG6H .item:focus,
.cid-sChH6abG6H span:focus {
  outline: none;
}
.cid-sChH6abG6H .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sChH6abG6H .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sChH6abG6H .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sChH6abG6H .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sChH6abG6H .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sChH6abG6H .mbr-section-title {
  color: #232323;
}
.cid-sChH6abG6H .mbr-text,
.cid-sChH6abG6H .mbr-section-btn {
  text-align: left;
}
.cid-sChH6abG6H .item-title {
  text-align: left;
}
.cid-sChH6abG6H .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-sChFe1fzSh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChFe1fzSh .card-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sChFe1fzSh .card-wrapper img {
  height: 600px;
  object-fit: cover;
}
.cid-sChFe1fzSh .second-card-title {
  text-align: center;
  color: #000000;
}
.cid-sChFe1fzSh .second-card-subtitle {
  text-align: center;
}
.cid-sChFe1fzSh .second-card {
  background-color: #fcfcfc;
}
.cid-sChFe1fzSh .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-sChFe1fzSh [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sChFe1fzSh .second-card-subtitle,
.cid-sChFe1fzSh .second-btn {
  text-align: center;
}
.cid-sChFe1fzSh .card {
  border-radius: 0 !important;
}
.cid-sChFXV4KEu {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sChFXV4KEu .row {
  flex-directiion: row-reverse;
}
.cid-sChFXV4KEu .card-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sChFXV4KEu .card-wrapper img {
  height: 600px;
  object-fit: cover;
}
.cid-sChFXV4KEu .second-card-title {
  text-align: center;
  color: #000000;
}
.cid-sChFXV4KEu .second-card-subtitle {
  text-align: center;
}
.cid-sChFXV4KEu .second-card {
  background-color: #fcfcfc;
}
.cid-sChFXV4KEu .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-sChFXV4KEu [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sChFXV4KEu .second-card-subtitle,
.cid-sChFXV4KEu .second-btn {
  text-align: center;
}
.cid-sChFXV4KEu .card {
  border-radius: 0 !important;
}
.cid-sHLqxhfvOM {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fa6400;
}
.cid-sHLqxhfvOM .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #fa6400;
}
.cid-sHLqxhfvOM .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sHLqxhfvOM .logo__footer img {
  display: block;
  width: 80px;
  object-fit: cover;
}
.cid-sHLqxhfvOM .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sHLqxhfvOM .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sHLqxhfvOM .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sHLqxhfvOM .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sHLqxhfvOM .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sHLqxhfvOM .item a {
  font-weight: 500;
}
.cid-sHLqxhfvOM .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sHLqxhfvOM .item:last-child:after {
  display: none;
}
.cid-sHLqxhfvOM .footer__social {
  padding-bottom: 21px;
}
.cid-sHLqxhfvOM .mbr-iconfont {
  font-size: 23px;
  transition: all .3s ease;
  width: 23px;
  height: 23px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sHLqxhfvOM .mbr-iconfont:hover {
  color: #fa6400;
}
.cid-sHLqxhfvOM .footer__copyright {
  padding: 15px 0 12px;
  background-color: #fa6400;
}
.cid-sHLqxhfvOM .footer__ink {
  text-align: right;
}
.cid-sHLqxhfvOM .copyright,
.cid-sHLqxhfvOM .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sHLqxhfvOM .footer__menu {
    padding-right: 0;
  }
}
.cid-sHLqxhfvOM .ink {
  color: #ffffff;
}
.cid-sHLqxhfvOM .copyright {
  color: #ffffff;
}
.cid-t85l6QX2Db {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fa6400;
}
.cid-t85l6QX2Db .mbr-section-title {
  color: #ffffff;
}
.cid-tbzAm7e4Cb {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dji-0070-1-1920x1080.jpg");
}
.cid-tbzAm7e4Cb .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tbzAm7e4Cb .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tbzAm7e4Cb {
    align-items: flex-end;
  }
  .cid-tbzAm7e4Cb .row {
    justify-content: flex-start;
  }
  .cid-tbzAm7e4Cb .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tbzAm7e4Cb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tbzAm7e4Cb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tbzAm7e4Cb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tbzAm7e4Cb .content-wrap {
    width: 100%;
  }
}
.cid-sCnzdUzU5Z {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sCnzdUzU5Z .mbr-subtitle {
  color: #fa6400;
  font-weight: 600;
}
.cid-sCnzdUzU5Z .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sCnzdUzU5Z .mbr-section-title {
  color: #130947;
  font-weight: 400;
  text-align: center;
}
.cid-sCnzdUzU5Z .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sCnzdUzU5Z .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-sCnzdUzU5Z .timelines-container {
  margin-top: 60px;
}
.cid-sCnzdUzU5Z .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-sCnzdUzU5Z .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-sCnzdUzU5Z .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 400;
}
.cid-sCnzdUzU5Z .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-sCnzdUzU5Z .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-sCnzdUzU5Z .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-sCnzdUzU5Z .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 400;
  margin-bottom: 15px;
  color: #130947;
}
.cid-sCnzdUzU5Z .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sCnzdUzU5Z .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-sCnzdUzU5Z .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sCnzdUzU5Z .container-fluid {
  padding: 0 2rem;
}
.cid-sCnzdUzU5Z .separline:before,
.cid-sCnzdUzU5Z .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #fafafa;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-sCnzdUzU5Z .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #fafafa;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sCnzdUzU5Z .container-fluid {
    padding: 0 1rem;
  }
  .cid-sCnzdUzU5Z .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-sCnzdUzU5Z .separline:before,
  .cid-sCnzdUzU5Z .first-separline:before {
    left: -10px !important;
  }
  .cid-sCnzdUzU5Z .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-sCnzdUzU5Z .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sCnzdUzU5Z .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sCnzdUzU5Z .time-line-date-content p {
    float: left !important;
  }
  .cid-sCnzdUzU5Z .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-sCnzdUzU5Z .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-sCnzdUzU5Z .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-sCnzdUzU5Z .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  color: #333333;
}
.cid-sCnzdUzU5Z .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #fa6400;
}
.cid-sMsMnOBM9D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sMsMnOBM9D .row {
  flex-direction: row-reverse;
}
.cid-sMsMnOBM9D .video-wrapper iframe {
  width: 100%;
}
.cid-sMsMnOBM9D .mbr-section-title,
.cid-sMsMnOBM9D .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sMsMnOBM9D .text-wrapper {
    padding: 2rem;
  }
}
.cid-sMsMnOBM9D .mbr-section-title {
  color: #fa6400;
}
.cid-sCnzeP86i6 {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCnzeP86i6 .text-wrapper {
  max-width: 28rem;
  margin-right: auto;
}
.cid-sCnzeP86i6 .card {
  margin-bottom: 1rem;
}
.cid-sCnzeP86i6 .cards-container [class*="col"] {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}
.cid-sCnzeP86i6 .card-wrapper {
  box-sizing: border-box;
  min-height: 160px;
  background-color: #262540;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCnzeP86i6 .card-box {
  flex-direction: column;
  padding: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sCnzeP86i6 .section-subtitle {
    margin-bottom: 2rem !important;
  }
}
.cid-sCnzeP86i6 .mbr-section-title {
  text-align: left;
}
.cid-sCnzeP86i6 .mbr-text {
  text-align: left;
}
.cid-sCnzeP86i6 .card-title {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0.75rem;
}
.cid-sCnzeP86i6 .card-sub-title {
  color: #ffffff;
  text-align: left;
}
.cid-sCnzeP86i6 .section-title {
  text-align: left;
  margin-bottom: 1.5rem;
}
.cid-sCnzeP86i6 .section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-sCnzfeFHgL {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sCnzfeFHgL .nav-tabs .nav-item.open .nav-link:focus,
.cid-sCnzfeFHgL .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sCnzfeFHgL h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sCnzfeFHgL h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sCnzfeFHgL .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-sCnzfeFHgL .tabs-col {
  overflow: hidden;
}
.cid-sCnzfeFHgL .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-sCnzfeFHgL .nav-tabs .nav-link {
  color: #3d3d3d;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-sCnzfeFHgL .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #3d3d3d;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-sCnzfeFHgL .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-sCnzfeFHgL .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-sCnzfeFHgL .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-sCnzfeFHgL .nav-tabs .nav-link.active:before {
  background: #3d3d3d;
}
.cid-sCnzfeFHgL .nav-tabs .nav-link.active:after {
  background: #3d3d3d;
}
@media (max-width: 767px) {
  .cid-sCnzfeFHgL .nav-tabs {
    flex-direction: row;
  }
  .cid-sCnzfeFHgL .mbr-text,
  .cid-sCnzfeFHgL .nav-link {
    text-align: center;
  }
  .cid-sCnzfeFHgL .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-sCnzfeFHgL .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-sCnzfeFHgL .nav-item {
    min-width: 100px;
  }
  .cid-sCnzfeFHgL .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-sCnzfeFHgL H3 {
  color: #3d3d3d;
}
.cid-sCnzfeFHgL H2 {
  color: #f47b20;
}
.cid-sCnzfeFHgL .mbr-section-subtitle,
.cid-sCnzfeFHgL .title-align {
  color: #3d3d3d;
}
.cid-sCnzfeFHgL H1 {
  color: #404040;
  text-align: left;
}
.cid-sCnzgJxo8W {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dji-777-2000x1333.jpeg");
}
.cid-sCnzgJxo8W .container-fluid {
  overflow: hidden;
}
.cid-sCnzgJxo8W .carousel-controls {
  display: none;
}
.cid-sCnzgJxo8W .carousel-controls a {
  transition: opacity 0.5s;
}
.cid-sCnzgJxo8W .carousel-controls a:hover span,
.cid-sCnzgJxo8W .carousel-controls a:focus span {
  opacity: 1;
}
.cid-sCnzgJxo8W .carousel-controls a:hover svg,
.cid-sCnzgJxo8W .carousel-controls a:focus svg {
  transition: all 0.25s;
  stroke-width: 3;
}
.cid-sCnzgJxo8W .carousel-controls a:active svg {
  transition: all 0.1s;
  stroke-width: 5;
}
.cid-sCnzgJxo8W .carousel-indicators li {
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: 3px;
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sCnzgJxo8W .carousel-indicators {
  bottom: 0px;
}
.cid-sCnzgJxo8W .carousel-indicators .active {
  border: 0px solid #1b1b1b;
  background: #073b4c;
}
.cid-sCnzgJxo8W ol {
  margin-bottom: 0rem;
}
.cid-sCnzgJxo8W .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: 1rem;
}
.cid-sCnzgJxo8W .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  opacity: 0.3;
}
.cid-sCnzgJxo8W .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  opacity: 0.3;
}
.cid-sCnzgJxo8W .carousel-item.active,
.cid-sCnzgJxo8W .carousel-item-next,
.cid-sCnzgJxo8W .carousel-item-prev {
  display: flex;
}
.cid-sCnzgJxo8W .user_image {
  overflow: hidden;
  display: flex;
  padding: 1.5rem;
}
.cid-sCnzgJxo8W .user_image .user_image_inner {
  max-width: 250px;
  max-height: 250px;
  border-radius: 10%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-sCnzgJxo8W .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  margin: 0;
}
.cid-sCnzgJxo8W .user_text {
  color: #767676;
  position: relative;
}
.cid-sCnzgJxo8W .underline {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-sCnzgJxo8W .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #fa6400, #262540);
  display: inline-block;
}
.cid-sCnzgJxo8W .testimonials-quote svg {
  height: 50px;
  width: 50px;
  opacity: 0.2;
  margin-bottom: -50px;
  margin-left: -25px;
  fill: currentColor;
}
.cid-sCnzgJxo8W .user_name {
  color: #ffffff;
  text-align: right;
}
.cid-sCnzgJxo8W .carousel-controls svg {
  height: 60px;
}
@media (max-width: 576px) {
  .cid-sCnzgJxo8W .carousel-controls {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sCnzgJxo8W .testimonials-quote,
  .cid-sCnzgJxo8W .user_text,
  .cid-sCnzgJxo8W .user_name,
  .cid-sCnzgJxo8W .user_desk {
    text-align: center !important;
  }
  .cid-sCnzgJxo8W .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
  .cid-sCnzgJxo8W .testimonials-quote svg {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .cid-sCnzgJxo8W .mbr-section-title,
  .cid-sCnzgJxo8W .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-sCnzgJxo8W .carousel-control-prev span {
    right: -1rem;
  }
  .cid-sCnzgJxo8W .carousel-control-next span {
    left: -1rem;
  }
  .cid-sCnzgJxo8W .user-text {
    padding-right: 2rem;
  }
  .cid-sCnzgJxo8W .carousel-control-prev,
  .cid-sCnzgJxo8W .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-sCnzgJxo8W .user_desk {
  text-align: right;
  color: #ffffff;
  font-style: italic;
  font-weight: 300;
}
.cid-sCnzgJxo8W .user_text,
.cid-sCnzgJxo8W .testimonials-quote {
  color: #ffffff;
}
.cid-sCnzh5V2gm {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCnzh5V2gm img {
  width: 100%;
  max-width: 140px;
  margin: auto;
}
.cid-sCnzh5V2gm .line {
  height: 1px;
  border: none;
  line-height: 1;
  background-image: linear-gradient(45deg, transparent, #e5e5e5, transparent);
}
.cid-sCnzh5V2gm .images-container {
  margin-top: 120px;
}
.cid-sCnzh5V2gm .mbr-section-title {
  margin-bottom: 26px;
  color: #333333;
}
.cid-sCnzh5V2gm .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #fa6400;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sCnzh5V2gm .mbr-section-head {
  margin-bottom: 50px;
}
.cid-sCnzh5V2gm .card_box {
  margin-top: 30px;
}
.cid-sC19DhiPe9 .navbar {
  background: #fa6400;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sC19DhiPe9 .navbar-dropdown.bg-color.transparent.opened {
  background: #fa6400;
}
.cid-sC19DhiPe9 a {
  font-style: normal;
}
.cid-sC19DhiPe9 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sC19DhiPe9 .show {
  overflow: visible;
}
.cid-sC19DhiPe9 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sC19DhiPe9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sC19DhiPe9 .nav-item span {
  padding-right: 0.2em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC19DhiPe9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1rem !important;
  -webkit-align-items: center;
}
.cid-sC19DhiPe9 .nav-item:focus,
.cid-sC19DhiPe9 .nav-link:focus {
  outline: none;
}
.cid-sC19DhiPe9 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sC19DhiPe9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC19DhiPe9 .menu-logo {
  margin-right: auto;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu {
  background: #fa6400;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC19DhiPe9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sC19DhiPe9 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC19DhiPe9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sC19DhiPe9 button.navbar-toggler:focus {
  outline: none;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sC19DhiPe9 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sC19DhiPe9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC19DhiPe9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sC19DhiPe9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 87.8125vh;
  }
}
.cid-sC19DhiPe9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC19DhiPe9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC19DhiPe9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC19DhiPe9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sC19DhiPe9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC19DhiPe9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sC19DhiPe9 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sC19DhiPe9.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC19DhiPe9 img {
    height: 3.8rem !important;
  }
  .cid-sC19DhiPe9 .btn {
    display: -webkit-flex;
  }
  .cid-sC19DhiPe9 button.navbar-toggler {
    display: block;
  }
  .cid-sC19DhiPe9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC19DhiPe9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC19DhiPe9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing,
  .cid-sC19DhiPe9 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-nav,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC19DhiPe9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sC19DhiPe9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC19DhiPe9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sC19DhiPe9 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sC19DhiPe9 .nav-link {
    justify-content: start !important;
  }
  .cid-sC19DhiPe9 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sC19DhiPe9 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sC19DhiPe9 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sC19DhiPe9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sC19DhiPe9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sC19DhiPe9 .nav-link:hover,
.cid-sC19DhiPe9 .dropdown-item:hover {
  color: #1c1c25 !important;
}
@media (min-width: 1500px) {
  .cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sC19DhiPe9 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sHLqxhfvOM {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fa6400;
}
.cid-sHLqxhfvOM .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #fa6400;
}
.cid-sHLqxhfvOM .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sHLqxhfvOM .logo__footer img {
  display: block;
  width: 80px;
  object-fit: cover;
}
.cid-sHLqxhfvOM .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sHLqxhfvOM .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sHLqxhfvOM .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sHLqxhfvOM .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sHLqxhfvOM .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sHLqxhfvOM .item a {
  font-weight: 500;
}
.cid-sHLqxhfvOM .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sHLqxhfvOM .item:last-child:after {
  display: none;
}
.cid-sHLqxhfvOM .footer__social {
  padding-bottom: 21px;
}
.cid-sHLqxhfvOM .mbr-iconfont {
  font-size: 23px;
  transition: all .3s ease;
  width: 23px;
  height: 23px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sHLqxhfvOM .mbr-iconfont:hover {
  color: #fa6400;
}
.cid-sHLqxhfvOM .footer__copyright {
  padding: 15px 0 12px;
  background-color: #fa6400;
}
.cid-sHLqxhfvOM .footer__ink {
  text-align: right;
}
.cid-sHLqxhfvOM .copyright,
.cid-sHLqxhfvOM .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sHLqxhfvOM .footer__menu {
    padding-right: 0;
  }
}
.cid-sHLqxhfvOM .ink {
  color: #ffffff;
}
.cid-sHLqxhfvOM .copyright {
  color: #ffffff;
}
.cid-sHLqxhfvOM {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fa6400;
}
.cid-sHLqxhfvOM .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #fa6400;
}
.cid-sHLqxhfvOM .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sHLqxhfvOM .logo__footer img {
  display: block;
  width: 80px;
  object-fit: cover;
}
.cid-sHLqxhfvOM .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sHLqxhfvOM .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sHLqxhfvOM .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sHLqxhfvOM .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sHLqxhfvOM .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sHLqxhfvOM .item a {
  font-weight: 500;
}
.cid-sHLqxhfvOM .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sHLqxhfvOM .item:last-child:after {
  display: none;
}
.cid-sHLqxhfvOM .footer__social {
  padding-bottom: 21px;
}
.cid-sHLqxhfvOM .mbr-iconfont {
  font-size: 23px;
  transition: all .3s ease;
  width: 23px;
  height: 23px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sHLqxhfvOM .mbr-iconfont:hover {
  color: #fa6400;
}
.cid-sHLqxhfvOM .footer__copyright {
  padding: 15px 0 12px;
  background-color: #fa6400;
}
.cid-sHLqxhfvOM .footer__ink {
  text-align: right;
}
.cid-sHLqxhfvOM .copyright,
.cid-sHLqxhfvOM .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sHLqxhfvOM .footer__menu {
    padding-right: 0;
  }
}
.cid-sHLqxhfvOM .ink {
  color: #ffffff;
}
.cid-sHLqxhfvOM .copyright {
  color: #ffffff;
}
.cid-tbzBz5S9Pc {
  background-image: url("../../../assets/images/dji-0075-1-1920x1080.jpg");
}
.cid-tbzBz5S9Pc .mbr-section-title,
.cid-tbzBz5S9Pc .mbr-text,
.cid-tbzBz5S9Pc .mbr-section-btn {
  text-align: center;
}
.cid-tbzBz5S9Pc .video-wrapper {
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tbzBz5S9Pc .video-wrapper iframe {
  width: 100%;
}
.cid-tbzBz5S9Pc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbzBz5S9Pc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbzBz5S9Pc .mbr-section-title {
  color: #ffffff;
}
.cid-tbzBz5S9Pc .mbr-text,
.cid-tbzBz5S9Pc .mbr-section-btn {
  color: #ffffff;
}
.cid-t84vJbyni0 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #f9f9fa;
}
.cid-t84vJbyni0 .mbr-overlay {
  background: #6b3df0;
  background: linear-gradient(to right, #6b3df0, #5e2ced);
}
.cid-t84vJbyni0 .title_block {
  margin-bottom: 50px;
}
.cid-t84vJbyni0 .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
  color: #262530;
}
.cid-t84vJbyni0 .mbr-section-title {
  margin-bottom: 36px;
  color: #262530;
}
.cid-t84vJbyni0 .mbr-text {
  margin-bottom: 30px;
}
.cid-t84vJbyni0 .mbr-section-btn .btn-white {
  color: #3f3f3f !important;
}
.cid-t84vJbyni0 .mbr-section-btn .btn-white:before {
  background: #3f3f3f !important;
}
.cid-t84vJbyni0 .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-t84vJbyni0 .mbr-section-btn .btn-white:hover::before {
  background: #3f3f3f !important;
}
.cid-t84vJbyni0 .mbr-section-btn .btn-white-outline:hover {
  color: #3f3f3f !important;
}
.cid-t84vJbyni0 .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-t84vJbyni0 .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-t84vJbyni0 .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t84vJbyni0 .title_block {
    text-align: center;
  }
  .cid-t84vJbyni0 .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-t84vJbyni0 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-t84vJbyni0 .btn {
    padding: 14px 26px;
  }
}
.cid-t84vJbyni0 .mbr-text,
.cid-t84vJbyni0 .mbr-section-btn {
  color: #262530;
}
.cid-t84xipm3qr {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f9f9fa;
}
.cid-t84xipm3qr .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t84xipm3qr .mbr-section-btn .btn-secondary-outline:hover,
.cid-t84xipm3qr .mbr-section-btn .btn-secondary-outline .active,
.cid-t84xipm3qr .mbr-section-btn .btn-secondary-outline:focus {
  color: #fa6400 !important;
}
.cid-t84xipm3qr img,
.cid-t84xipm3qr .item-img {
  border-radius: 4px;
}
.cid-t84xipm3qr .item-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.cid-t84xipm3qr .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  will-change: transform;
}
.cid-t84xipm3qr .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #232323;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-t84xipm3qr .item:focus,
.cid-t84xipm3qr span:focus {
  outline: none;
}
.cid-t84xipm3qr .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-t84xipm3qr .item:last-child {
    margin-bottom: 0;
  }
}
.cid-t84xipm3qr .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-t84xipm3qr .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-t84xipm3qr .item-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-t84xipm3qr .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t84xipm3qr .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-t84xipm3qr .post_wrap {
  position: relative;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-t84xipm3qr .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-t84xipm3qr .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-t84xipm3qr .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-t84xipm3qr .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-t84xipm3qr .item-content {
  padding: 40px;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-t84xipm3qr .item-content > div {
  position: relative;
  z-index: 5;
}
.cid-t84xipm3qr .category_content {
  opacity: .8;
}
.cid-t84xipm3qr .mbr-section-subtitle,
.cid-t84xipm3qr .card_topic {
  margin-bottom: 12px;
}
.cid-t84xipm3qr .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f14105;
}
.cid-t84xipm3qr .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-t84xipm3qr .item-content,
  .cid-t84xipm3qr .card_post {
    padding: 20px;
  }
}
.cid-t84C8vRWrW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #262540;
}
.cid-t84C8vRWrW .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t84C8vRWrW .card {
    margin-bottom: 2rem!important;
  }
  .cid-t84C8vRWrW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t84C8vRWrW .link-wrap {
    align-items: center;
  }
}
.cid-t84C8vRWrW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t84C8vRWrW .card-title,
.cid-t84C8vRWrW .card-box {
  color: #ffffff;
}
.cid-t84DXcupkj {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sYtchQsMl7 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sYtchQsMl7 .title_block {
  margin-bottom: 80px;
}
.cid-sYtchQsMl7 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #fa6400;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sYtchQsMl7 .mbr-section-title,
.cid-sYtchQsMl7 .card-title {
  color: #262540;
}
.cid-sYtchQsMl7 .card-title {
  margin-bottom: 22px;
}
.cid-sYtchQsMl7 .card-text {
  margin-bottom: 20px;
  line-height: 1.5;
}
.cid-sYtchQsMl7 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sYtchQsMl7 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sYtchQsMl7 .btn_link:hover {
  cursor: pointer;
}
.cid-sYtchQsMl7 .btn_link:hover a {
  color: #fa6400 !important;
}
.cid-sYtchQsMl7 .btn_link:hover span {
  transform: translatex(5px);
}
.cid-sYtchQsMl7 .item-img {
  margin-bottom: 40px;
}
.cid-sYtchQsMl7 img,
.cid-sYtchQsMl7 .item-img {
  width: 100%;
  object-fit: contain;
  height: 130px;
}
.cid-sYtchQsMl7 .item:focus,
.cid-sYtchQsMl7 span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-sYtchQsMl7 .title_block {
    margin-bottom: 40px;
  }
  .cid-sYtchQsMl7 .card-title,
  .cid-sYtchQsMl7 .card-text {
    margin-bottom: 16px;
  }
  .cid-sYtchQsMl7 .item-wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-sYtchQsMl7 P {
  text-align: left;
}
.cid-sYAJo3C67U {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-sYAJo3C67U .plan {
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 1px solid #eff0f6;
  overflow: visible;
  word-break: break-word;
  padding: 67px 30px 58px;
}
.cid-sYAJo3C67U .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-sYAJo3C67U .align-center {
    margin-top: 2rem;
  }
  .cid-sYAJo3C67U .align-center:first-child {
    margin-top: 0rem;
  }
  .cid-sYAJo3C67U .align-center:nth-child(2) {
    margin-top: 0rem;
  }
}
.cid-sYAJo3C67U .line {
  width: 100%;
  height: 1px;
  background-color: #5f5d68;
  margin-bottom: 41px;
}
.cid-sYAJo3C67U .list {
  text-align: left;
  margin-bottom: 54px;
}
.cid-sYAJo3C67U .category {
  text-align: left;
  margin-bottom: 24px;
  color: #262530;
}
.cid-sYAJo3C67U .link {
  text-align: left;
}
.cid-sYAJo3C67U li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.cid-sYAJo3C67U li:last-child {
  margin-bottom: 0;
}
.cid-sYAJo3C67U ul {
  padding-inline-start: 0px;
}
.cid-sYAJo3C67U .card1 {
  background-color: #fafafa;
}
.cid-sYAJo3C67U .card2 {
  background-color: #ffffff;
}
.cid-sYAJo3C67U .card3 {
  background-color: #ffffff;
}
.cid-sYAJo3C67U .card4 {
  background-color: #fedb01;
}
@media (min-width: 990px) and (max-width: 1160px) {
  .cid-sYAJo3C67U .plan {
    padding: 47px;
  }
}
.cid-sYAJo3C67U a.btn {
  width: 100% !important;
  margin: auto;
}
.cid-sYAJo3C67U .card {
  border: 1px solid #eff0f6;
}
.cid-sYAJo3C67U .text {
  margin-bottom: 34px;
  text-align: left;
  color: #5f5d68;
}
.cid-sYAJo3C67U .text2 {
  margin-bottom: 34px;
  text-align: left;
  color: #14142b;
}
.cid-sYAJo3C67U .align {
  margin-bottom: 16px;
}
.cid-sYAJo3C67U .name {
  margin-bottom: 9px;
}
.cid-sYAJo3C67U .price,
.cid-sYAJo3C67U .montn,
.cid-sYAJo3C67U .month2 {
  display: inline !important;
}
.cid-sYAJo3C67U .mbr-text {
  display: inline;
  width: 100%;
}
.cid-sYAJo3C67U .month {
  width: auto;
  display: inline;
  color: #8c8c95;
}
.cid-sYAJo3C67U .month2 {
  width: auto;
  display: inline;
  color: #14142b;
}
.cid-sYAJo3C67U span {
  padding: 6px;
  background-color: #fa6400;
  color: #ffffff;
  font-size: 0.6rem;
  border-radius: 50%;
  margin-right: 6px;
}
.cid-sYAJo3C67U .name,
.cid-sYAJo3C67U .align {
  text-align: left;
  color: #262530;
}
.cid-sYAJo3C67U .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-sYAJo3C67U .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-sYAJo3C67U .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-sYAJo3C67U .card1:hover,
.cid-sYAJo3C67U .card2:hover,
.cid-sYAJo3C67U .card3:hover {
  transform: translate(0px, -6px);
}
@media (max-width: 576px) {
  .cid-sYAJo3C67U .plan {
    padding: 57px 20px 51px;
  }
}
@media (max-width: 768px) {
  .cid-sYAJo3C67U .align-center:nth-child(2) {
    margin-top: 2rem;
  }
}
.cid-sYAJo3C67U a.btn > span {
  margin-left: 0.5rem;
  background-color: transparent;
}
.cid-sYAJo3C67U .list,
.cid-sYAJo3C67U .link {
  color: #262530;
}
.cid-sYK39Hf9mN {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/detection11-1302x870.png");
}
.cid-sYK39Hf9mN .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #fa6400;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-sYK39Hf9mN .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sYK39Hf9mN .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 21px;
  font-weight: 600;
  text-align: center;
}
.cid-sYK39Hf9mN .main-title {
  color: #ffffff;
}
.cid-sYK39Hf9mN .main-title.display-2 {
  line-height: 1.375;
}
.cid-sYK39Hf9mN .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sYK39Hf9mN .card .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sYK39Hf9mN .card .wrap .pie_progress__number {
  text-align: center !important;
  color: #ffffff;
}
.cid-sYK39Hf9mN .card .wrap .pie_progress__number.display-2 {
  font-size: 30px;
}
.cid-sYK39Hf9mN .card .card-title {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-sYK39Hf9mN .card .card-title.disply-7 {
  line-height: 1.3;
}
.cid-sYK39Hf9mN .card .card-text {
  color: #ffffff;
}
.cid-sYK39Hf9mN .card .card-text.display-4 {
  line-height: 1.75;
}
.cid-sYK39Hf9mN .svg-gradient {
  position: absolute;
}
.cid-sYK39Hf9mN ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-sYK39Hf9mN .progress1 path {
  stroke: #fa6400;
}
.cid-sYK39Hf9mN .progress2 path {
  stroke: #fa6400;
}
.cid-sYK39Hf9mN .progress3 path {
  stroke: #fa6400;
}
.cid-sYK39Hf9mN .progress4 path {
  stroke: #fa6400;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sYK39Hf9mN .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-t84KmcZEOU {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #262540;
}
.cid-t84KmcZEOU .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-t84KmcZEOU h4 {
  margin: 0;
}
.cid-t84KmcZEOU .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-t84KmcZEOU .plan-body {
  padding-bottom: 2rem;
}
.cid-t84KmcZEOU .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t84KmcZEOU .plan {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: fit-content;
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.3s;
}
.cid-t84KmcZEOU .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-t84KmcZEOU .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-t84KmcZEOU .plan .list-group-item:last-child::after {
  display: none;
}
.cid-t84KmcZEOU .plan:hover {
  transform: translateY(-10px);
}
.cid-t84KmcZEOU .plan-header,
.cid-t84KmcZEOU .plan-body {
  background-color: #fff;
}
.cid-t84KmcZEOU .price-figure {
  font-weight: 700;
}
.cid-t84KmcZEOU .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-t84KmcZEOU .price-figure {
    font-size: 4.25rem;
  }
}
.cid-t84KmcZEOU .color1 {
  color: #111111;
}
.cid-t84KmcZEOU LI {
  color: #767676;
}
.cid-t84KmcZEOU .price-term {
  color: #111111;
}
.cid-t84KmcZEOU .plan-title {
  color: #000000;
}
.cid-sYJYtj9WeD {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dji-777-2000x1333.jpeg");
}
.cid-sYJYtj9WeD .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-sYJYtj9WeD .item {
    margin-bottom: 4rem;
  }
}
.cid-sYJYtj9WeD .item:last-child .icon-box:before {
  display: none;
}
.cid-sYJYtj9WeD .item.last .icon-box:before {
  display: none;
}
.cid-sYJYtj9WeD .icon-box {
  background: #262530;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sYJYtj9WeD .icon-box {
    margin-right: 1rem;
  }
}
.cid-sYJYtj9WeD .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #262530;
  transform: translate(-50%, 0);
}
.cid-sYJYtj9WeD span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sYJYtj9WeD .card {
    margin-bottom: 2rem;
  }
  .cid-sYJYtj9WeD .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sYJYtj9WeD .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-sYJYtj9WeD .icon-box::before {
    top: 114%;
  }
}
.cid-sYJYtj9WeD .card-title,
.cid-sYJYtj9WeD .card-box {
  color: #ffffff;
}
.cid-sYJYtj9WeD .icon-text {
  color: #ffffff;
}
.cid-t84OO37AqV.popup-builder {
  background-color: #ffffff;
}
.cid-t84OO37AqV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t84OO37AqV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t84OO37AqV .modal-content,
.cid-t84OO37AqV .modal-dialog {
  height: auto;
}
.cid-t84OO37AqV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t84OO37AqV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t84OO37AqV .form-wrapper .mbr-form .form-group,
  .cid-t84OO37AqV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t84OO37AqV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t84OO37AqV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t84OO37AqV .mbr-text {
  text-align: center;
}
.cid-t84OO37AqV .pt-0 {
  padding-top: 0 !important;
}
.cid-t84OO37AqV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t84OO37AqV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t84OO37AqV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t84OO37AqV .modal-open {
  overflow: hidden;
}
.cid-t84OO37AqV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t84OO37AqV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t84OO37AqV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t84OO37AqV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t84OO37AqV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t84OO37AqV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t84OO37AqV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t84OO37AqV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t84OO37AqV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t84OO37AqV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t84OO37AqV .modal-backdrop.fade {
  opacity: 0;
}
.cid-t84OO37AqV .modal-backdrop.show {
  opacity: .5;
}
.cid-t84OO37AqV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t84OO37AqV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t84OO37AqV .modal-header {
    padding: 1rem;
  }
}
.cid-t84OO37AqV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t84OO37AqV .modal-header .close svg {
  fill: #353535;
}
.cid-t84OO37AqV .modal-header .close:hover {
  opacity: 1;
}
.cid-t84OO37AqV .modal-header .close:focus {
  outline: none;
}
.cid-t84OO37AqV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t84OO37AqV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t84OO37AqV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t84OO37AqV .modal-body {
    padding: 1rem;
  }
}
.cid-t84OO37AqV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t84OO37AqV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t84OO37AqV .modal-footer {
    padding: 1rem;
  }
}
.cid-t84OO37AqV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t84OO37AqV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t84OO37AqV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t84OO37AqV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t84OO37AqV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t84OO37AqV .modal-lg,
  .cid-t84OO37AqV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t84OO37AqV .modal-xl {
    max-width: 1140px;
  }
}
.cid-t84OO37AqV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t84OO37AqV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t84OO37AqV .form-group {
  margin-bottom: 1rem;
}
.cid-t84OO37AqV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t84OO37AqV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t84OO37AqV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t84OO37AqV .mbr-section-btn {
  margin: 0;
}
.cid-t84OO37AqV .mbr-section-btn .btn {
  margin: 0;
}
.cid-sC19DhiPe9 .navbar {
  background: #fa6400;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sC19DhiPe9 .navbar-dropdown.bg-color.transparent.opened {
  background: #fa6400;
}
.cid-sC19DhiPe9 a {
  font-style: normal;
}
.cid-sC19DhiPe9 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sC19DhiPe9 .show {
  overflow: visible;
}
.cid-sC19DhiPe9 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sC19DhiPe9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sC19DhiPe9 .nav-item span {
  padding-right: 0.2em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC19DhiPe9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1rem !important;
  -webkit-align-items: center;
}
.cid-sC19DhiPe9 .nav-item:focus,
.cid-sC19DhiPe9 .nav-link:focus {
  outline: none;
}
.cid-sC19DhiPe9 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sC19DhiPe9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC19DhiPe9 .menu-logo {
  margin-right: auto;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu {
  background: #fa6400;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC19DhiPe9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sC19DhiPe9 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC19DhiPe9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sC19DhiPe9 button.navbar-toggler:focus {
  outline: none;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sC19DhiPe9 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sC19DhiPe9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC19DhiPe9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sC19DhiPe9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 87.8125vh;
  }
}
.cid-sC19DhiPe9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC19DhiPe9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC19DhiPe9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC19DhiPe9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sC19DhiPe9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC19DhiPe9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sC19DhiPe9 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sC19DhiPe9.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC19DhiPe9 img {
    height: 3.8rem !important;
  }
  .cid-sC19DhiPe9 .btn {
    display: -webkit-flex;
  }
  .cid-sC19DhiPe9 button.navbar-toggler {
    display: block;
  }
  .cid-sC19DhiPe9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC19DhiPe9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC19DhiPe9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing,
  .cid-sC19DhiPe9 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-nav,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC19DhiPe9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sC19DhiPe9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC19DhiPe9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sC19DhiPe9 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sC19DhiPe9 .nav-link {
    justify-content: start !important;
  }
  .cid-sC19DhiPe9 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sC19DhiPe9 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sC19DhiPe9 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sC19DhiPe9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sC19DhiPe9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sC19DhiPe9 .nav-link:hover,
.cid-sC19DhiPe9 .dropdown-item:hover {
  color: #1c1c25 !important;
}
@media (min-width: 1500px) {
  .cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sC19DhiPe9 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-t85n9xGmQ3 {
  background-image: url("../../../assets/images/dji-771-2000x1333.jpg");
}
.cid-t85n9xGmQ3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t85n9xGmQ3 .mbr-section-title {
  color: #ffffff;
}
.cid-t85n9xGmQ3 .mbr-text,
.cid-t85n9xGmQ3 .mbr-section-btn {
  color: #ffffff;
}
.cid-t85p0YsWY7 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t85p0YsWY7 .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-t85p0YsWY7 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-t85nMLGStf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t85nMLGStf .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t85nMLGStf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t85nMLGStf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t85nMLGStf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t85nMLGStf .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t85nMLGStf .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t85nMLGStf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t85FBTatwj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t85FBTatwj .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t85FBTatwj .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t85FBTatwj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t85FBTatwj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t85FBTatwj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t85FBTatwj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t85FBTatwj .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t85FBTatwj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t85H3DEuHb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t85H3DEuHb .mbr-section-title {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-t85H3DEuHb .mbr-section-subtitle {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-t85H3DEuHb img {
  border-radius: 50%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-t85H3DEuHb .small {
  font-weight: 700;
  margin-top: 19px;
  margin-bottom: 40px;
}
.cid-t85H3DEuHb .user_name {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #fa6400;
}
.cid-t85H3DEuHb .user_desc {
  font-weight: 700;
  text-align: left;
}
.cid-t85H3DEuHb .mbri-left:before {
  content: "\f053";
}
.cid-t85H3DEuHb .mbri-right:before {
  content: "\f054";
}
.cid-t85H3DEuHb .carousel-control-next,
.cid-t85H3DEuHb .carousel-control-prev {
  color: #ffffff;
}
.cid-t85H3DEuHb .title-block {
  justify-content: space-between;
}
.cid-t85H3DEuHb .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t85H3DEuHb .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-t85H3DEuHb .carousel-item .wrap-img {
  text-align: center;
}
.cid-t85H3DEuHb .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-t85H3DEuHb .carousel-controls {
  width: 100%;
}
.cid-t85H3DEuHb .carousel-controls .carousel-control {
  width: 45px;
  height: 45px;
}
.cid-t85H3DEuHb .carousel-controls .carousel-control.carousel-control-prev {
  right: 3.9rem;
}
.cid-t85H3DEuHb .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-t85H3DEuHb .cloneditem-1,
.cid-t85H3DEuHb .cloneditem-2,
.cid-t85H3DEuHb .cloneditem-3,
.cid-t85H3DEuHb .cloneditem-4 {
  display: none;
}
.cid-t85H3DEuHb .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
.cid-t85H3DEuHb .container {
  margin-bottom: 2.7rem;
}
.cid-t85H3DEuHb .controls-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t85H3DEuHb .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-t85H3DEuHb .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-t85H3DEuHb .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-t85H3DEuHb .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-t85H3DEuHb .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-t85H3DEuHb .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-t85H3DEuHb .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t85H3DEuHb .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t85H3DEuHb .carousel-inner.slides2 .cloneditem-1,
  .cid-t85H3DEuHb .carousel-inner.slides2 .cloneditem-2,
  .cid-t85H3DEuHb .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-t85H3DEuHb .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-t85H3DEuHb .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-t85H3DEuHb .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-t85H3DEuHb .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-t85H3DEuHb .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-t85H3DEuHb .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t85H3DEuHb .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t85H3DEuHb .carousel-inner.slides3 .cloneditem-1,
  .cid-t85H3DEuHb .carousel-inner.slides3 .cloneditem-2,
  .cid-t85H3DEuHb .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-t85H3DEuHb .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-t85H3DEuHb .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-t85H3DEuHb .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-t85H3DEuHb .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-t85H3DEuHb .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-t85H3DEuHb .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t85H3DEuHb .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t85H3DEuHb .carousel-inner.slides4 .cloneditem-1,
  .cid-t85H3DEuHb .carousel-inner.slides4 .cloneditem-2,
  .cid-t85H3DEuHb .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-t85H3DEuHb .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-t85H3DEuHb .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-t85H3DEuHb .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-t85H3DEuHb .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-t85H3DEuHb .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-t85H3DEuHb .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t85H3DEuHb .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t85H3DEuHb .carousel-inner.slides5 .cloneditem-1,
  .cid-t85H3DEuHb .carousel-inner.slides5 .cloneditem-2,
  .cid-t85H3DEuHb .carousel-inner.slides5 .cloneditem-3,
  .cid-t85H3DEuHb .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-t85H3DEuHb .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-t85H3DEuHb .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-t85H3DEuHb .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-t85H3DEuHb .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-t85H3DEuHb .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-t85H3DEuHb .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t85H3DEuHb .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t85H3DEuHb .carousel-inner.slides6 .cloneditem-1,
  .cid-t85H3DEuHb .carousel-inner.slides6 .cloneditem-2,
  .cid-t85H3DEuHb .carousel-inner.slides6 .cloneditem-3,
  .cid-t85H3DEuHb .carousel-inner.slides6 .cloneditem-4,
  .cid-t85H3DEuHb .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-t85H3DEuHb .card-box {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-t85H3DEuHb .wrap-img:hover .card-box {
  background-color: transparent;
}
.cid-t85H3DEuHb .wrap-img:hover .soc-item-1 {
  opacity: 0;
}
.cid-t85H3DEuHb .wrap-img:hover .soc-item-2 {
  opacity: 1;
}
.cid-t85H3DEuHb .soc-item {
  margin-bottom: 0.3rem;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.cid-t85H3DEuHb .soc-item span {
  font-size: 1rem;
}
.cid-t85H3DEuHb .soc-item-1 {
  transition: 0.3s;
}
.cid-t85H3DEuHb .soc-item-2 {
  opacity: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.cid-t85H3DEuHb .soc-item-2 span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-t85H3DEuHb .col-lg-2 {
    padding: 0rem;
  }
  .cid-t85H3DEuHb .title-block {
    margin: 0;
  }
  .cid-t85H3DEuHb .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-t85H3DEuHb .carousel-controls {
    position: absolute;
    top: -6rem;
    left: 7.5rem;
  }
  .cid-t85H3DEuHb .container {
    margin-bottom: 7rem;
  }
}
@media (min-width: 770px) and (max-width: 1200px) {
  .cid-t85H3DEuHb .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .cid-t85H3DEuHb .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 20px;
  }
}
.cid-t85H3DEuHb .wrapper {
  padding: 0rem;
}
@media (min-width: 767px) {
  .cid-t85H3DEuHb .row {
    padding: 0 1rem;
  }
}
.cid-t85H3DEuHb .icon-left {
  margin-right: 0.1rem;
}
.cid-t85H3DEuHb .icon-right {
  margin-left: 0.1rem;
}
.cid-t85H3DEuHb .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-t85H3DEuHb .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-t85H3DEuHb H3 {
  color: #1d1d1f;
}
.cid-t85H3DEuHb .svg-right {
  color: #a6a6a6;
}
.cid-t85H3DEuHb .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  color: #a6a6a6;
  position: absolute;
  right: 30px;
  top: 9px;
}
.cid-t85H3DEuHb rect {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(9px);
  stroke-width: .1;
  transform-origin: right;
  fill: #ffffff;
}
.cid-t85H3DEuHb polygon {
  fill: #ffffff;
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  clip-path: inset(0 0 0 0);
  visibility: visible;
  color: #a6a6a6;
}
.cid-t85H3DEuHb .swiper-left:hover .swiper-left {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-t85H3DEuHb .swiper-left:hover .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-t85H3DEuHb .swiper-left:hover rect {
  fill: #ffffff;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-t85H3DEuHb .swiper-left:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
}
.cid-t85H3DEuHb .swiper-right:hover .swiper-right {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  color: #1d1d1f;
  border-bottom-color: #1d1d1f;
  border-left-color: #1d1d1f;
  border-right-color: #1d1d1f;
  border-top-color: #1d1d1f;
  outline-color: #1d1d1f;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-t85H3DEuHb .swiper-right:hover rect {
  fill: #ffffff;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-t85H3DEuHb .swiper-right:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
  fill: #ffffff;
}
.cid-t85H3DEuHb .carousel.slide {
  margin-left: -15px;
  margin-right: -15px;
}
.cid-t85H3DEuHb .user_text {
  text-align: left;
}
.cid-t85H3DEuHb .description {
  padding-right: 143px;
}
.cid-t85H3DEuHb .carousel-control-prev {
  left: auto;
}
@media (max-width: 770px) {
  .cid-t85H3DEuHb .carousel-controls {
    position: initial;
  }
  .cid-t85H3DEuHb .padd {
    padding-left: 15px;
  }
  .cid-t85H3DEuHb .description {
    padding-right: 15px;
  }
  .cid-t85H3DEuHb .mbr-section-title {
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .cid-t85H3DEuHb .mbr-section-subtitle {
    padding-right: 0px;
  }
  .cid-t85H3DEuHb .carousel-control-prev {
    left: 3em;
  }
  .cid-t85H3DEuHb .carousel-control-next {
    right: 1em;
  }
  .cid-t85H3DEuHb .carousel-inner {
    margin-top: 60px;
  }
}
.cid-t85rhrJ0hL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t85rhrJ0hL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t85rhrJ0hL .row {
    flex-direction: column-reverse;
  }
  .cid-t85rhrJ0hL .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t85rhrJ0hL .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t85rhrJ0hL .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-t85rhrJ0hL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t85trgnDDP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #262530;
}
.cid-t85trgnDDP .mbr-overlay {
  background: linear-gradient(90deg, #6441a5, #2a0845);
}
.cid-t85trgnDDP .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-t85trgnDDP .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 992px) {
  .cid-t85trgnDDP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t85trgnDDP .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-t85trgnDDP {
    text-align: center !important;
  }
}
.cid-t85wbwXM5h {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t85wbwXM5h .row {
  align-items: stretch;
  justify-content: center;
}
.cid-t85wbwXM5h .img-item {
  position: relative;
}
.cid-t85wbwXM5h .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-t85wbwXM5h .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-t85wbwXM5h .img-item .img-description p {
  margin-bottom: 0;
}
.cid-t85u3e89RR {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-t85u3e89RR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t85u3e89RR .row {
    flex-direction: column-reverse;
  }
  .cid-t85u3e89RR .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-t85u3e89RR .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t85u3e89RR .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-t85u3e89RR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHLqxhfvOM {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fa6400;
}
.cid-sHLqxhfvOM .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #fa6400;
}
.cid-sHLqxhfvOM .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-sHLqxhfvOM .logo__footer img {
  display: block;
  width: 80px;
  object-fit: cover;
}
.cid-sHLqxhfvOM .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-sHLqxhfvOM .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sHLqxhfvOM .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-sHLqxhfvOM .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-sHLqxhfvOM .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-sHLqxhfvOM .item a {
  font-weight: 500;
}
.cid-sHLqxhfvOM .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-sHLqxhfvOM .item:last-child:after {
  display: none;
}
.cid-sHLqxhfvOM .footer__social {
  padding-bottom: 21px;
}
.cid-sHLqxhfvOM .mbr-iconfont {
  font-size: 23px;
  transition: all .3s ease;
  width: 23px;
  height: 23px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-sHLqxhfvOM .mbr-iconfont:hover {
  color: #fa6400;
}
.cid-sHLqxhfvOM .footer__copyright {
  padding: 15px 0 12px;
  background-color: #fa6400;
}
.cid-sHLqxhfvOM .footer__ink {
  text-align: right;
}
.cid-sHLqxhfvOM .copyright,
.cid-sHLqxhfvOM .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-sHLqxhfvOM .footer__menu {
    padding-right: 0;
  }
}
.cid-sHLqxhfvOM .ink {
  color: #ffffff;
}
.cid-sHLqxhfvOM .copyright {
  color: #ffffff;
}
.cid-sC19DhiPe9 .navbar {
  background: #fa6400;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sC19DhiPe9 .navbar-dropdown.bg-color.transparent.opened {
  background: #fa6400;
}
.cid-sC19DhiPe9 a {
  font-style: normal;
}
.cid-sC19DhiPe9 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sC19DhiPe9 .show {
  overflow: visible;
}
.cid-sC19DhiPe9 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sC19DhiPe9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sC19DhiPe9 .nav-item span {
  padding-right: 0.2em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sC19DhiPe9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1rem !important;
  -webkit-align-items: center;
}
.cid-sC19DhiPe9 .nav-item:focus,
.cid-sC19DhiPe9 .nav-link:focus {
  outline: none;
}
.cid-sC19DhiPe9 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sC19DhiPe9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sC19DhiPe9 .menu-logo {
  margin-right: auto;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sC19DhiPe9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu {
  background: #fa6400;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sC19DhiPe9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sC19DhiPe9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sC19DhiPe9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sC19DhiPe9 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-logo a img {
  height: 5rem !important;
  width: auto;
}
.cid-sC19DhiPe9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sC19DhiPe9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sC19DhiPe9 button.navbar-toggler:focus {
  outline: none;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sC19DhiPe9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sC19DhiPe9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sC19DhiPe9 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sC19DhiPe9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC19DhiPe9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sC19DhiPe9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sC19DhiPe9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sC19DhiPe9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 87.8125vh;
  }
}
.cid-sC19DhiPe9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sC19DhiPe9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sC19DhiPe9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sC19DhiPe9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sC19DhiPe9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sC19DhiPe9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sC19DhiPe9 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sC19DhiPe9.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC19DhiPe9 img {
    height: 3.8rem !important;
  }
  .cid-sC19DhiPe9 .btn {
    display: -webkit-flex;
  }
  .cid-sC19DhiPe9 button.navbar-toggler {
    display: block;
  }
  .cid-sC19DhiPe9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sC19DhiPe9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sC19DhiPe9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing,
  .cid-sC19DhiPe9 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-nav,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sC19DhiPe9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sC19DhiPe9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sC19DhiPe9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sC19DhiPe9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sC19DhiPe9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sC19DhiPe9 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sC19DhiPe9 .nav-link {
    justify-content: start !important;
  }
  .cid-sC19DhiPe9 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sC19DhiPe9 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sC19DhiPe9 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sC19DhiPe9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sC19DhiPe9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sC19DhiPe9 .nav-link:hover,
.cid-sC19DhiPe9 .dropdown-item:hover {
  color: #1c1c25 !important;
}
@media (min-width: 1500px) {
  .cid-sC19DhiPe9 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sC19DhiPe9 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
