.btn {
  border-width: 2px;
}
body {
  font-family: 'Calibri';
}
.display-1 {
  font-family: 'MDLZBITETYPE-Regular';
  font-size: 3.4rem;
  line-height: 1.05;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'MDLZBITETYPE-Regular';
  font-size: 3.2rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'MDLZBITETYPE-Regular';
  font-size: 1.4rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'MDLZBITETYPE-Regular';
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Calibri';
  font-size: 1.2rem;
  line-height: 1.25;
}
.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.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: 0;
}
.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: #4f2170 !important;
}
.bg-success {
  background-color: #8dd168 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #a2528a !important;
}
.bg-danger {
  background-color: #4f2170 !important;
}
.btn-primary {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary,
.btn-primary:active {
  background-color: #4f2170 !important;
  border-color: #4f2170 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-secondary {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1f1437 !important;
  border-color: #1f1437 !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1f1437 !important;
  border-color: #1f1437 !important;
}
.btn-info {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-success {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success,
.btn-success:active {
  background-color: #8dd168 !important;
  border-color: #8dd168 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning,
.btn-warning:active {
  background-color: #a2528a !important;
  border-color: #a2528a !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger,
.btn-danger:active {
  background-color: #4f2170 !important;
  border-color: #4f2170 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #1f1437 !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #1f1437 !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border-color: #4f2170;
  color: #4f2170;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border-color: #33d5ad;
  color: #33d5ad;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border-color: #8dd168;
  color: #8dd168;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border-color: #a2528a;
  color: #a2528a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border-color: #4f2170;
  color: #4f2170;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white-outline {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.text-primary {
  color: #4f2170 !important;
}
.text-secondary {
  color: #33d5ad !important;
}
.text-success {
  color: #8dd168 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #a2528a !important;
}
.text-danger {
  color: #4f2170 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5d2784 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #48d9b6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9cd77c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #5ebeef !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ae5f97 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5d2784 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333 !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: #4f2170;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #8dd168;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #a2528a;
}
.alert-danger {
  background-color: #4f2170;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 30px;
}
.mbr-gallery-filter li a {
  border-radius: 30px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4f2170;
  border-color: #4f2170;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 30px !important;
}
a,
a:hover {
  color: #4f2170;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9348c9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0a3c3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9348c9;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 30px;
}
.form-control {
  font-family: 'MDLZBITETYPE-Regular';
  font-size: 1.4rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #4f2170 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'MDLZBITETYPE-Regular';
  font-size: 1.4rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #4f2170;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 30px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 30px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4f2170;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4f2170;
}
.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: #4f2170;
  border-bottom-color: #4f2170;
}
.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: #4f2170 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #33d5ad !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='%234f2170' %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-sZCeAS8XAY {
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
  background-size: cover !important;
  min-height: 161px !important;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sZCeAS8XAY nav.navbar {
  position: fixed;
}
.cid-sZCeAS8XAY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZCeAS8XAY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZCeAS8XAY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZCeAS8XAY .dropdown-item:hover,
.cid-sZCeAS8XAY .dropdown-item:focus {
  background: #4f2170 !important;
  color: white !important;
}
.cid-sZCeAS8XAY .dropdown-item:hover span {
  color: white;
}
.cid-sZCeAS8XAY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZCeAS8XAY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZCeAS8XAY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sZCeAS8XAY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZCeAS8XAY .nav-link {
  position: relative;
  color: #fff !important;
}
.cid-sZCeAS8XAY .nav-link a:visited {
  color: #fff !important;
}
.cid-sZCeAS8XAY .nav-link:hover {
  color: #e18719 !important;
}
.cid-sZCeAS8XAY .container {
  display: flex;
  margin: auto;
}
.cid-sZCeAS8XAY .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZCeAS8XAY .dropdown-menu,
.cid-sZCeAS8XAY .navbar.opened {
  background: #e08617 !important;
}
.cid-sZCeAS8XAY .nav-item:focus,
.cid-sZCeAS8XAY .nav-link:focus {
  outline: none;
}
.cid-sZCeAS8XAY .nav-item:focus a:visited,
.cid-sZCeAS8XAY .nav-link:focus a:visited {
  color: #fff !important;
}
.cid-sZCeAS8XAY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZCeAS8XAY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZCeAS8XAY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZCeAS8XAY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZCeAS8XAY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZCeAS8XAY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZCeAS8XAY .navbar {
  background-image: url(C:\Users\clasitter\Desktop\Mondelez 2022) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  min-height: 200px;
  transition: all 0.3s;
  background-color: #4f2170 !important;
  border-bottom: 1px solid transparent;
  background: transparent !important;
}
.cid-sZCeAS8XAY .navbar a:visited {
  color: #fff !important;
}
.cid-sZCeAS8XAY .navbar.opened {
  transition: all 0.3s;
}
.cid-sZCeAS8XAY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZCeAS8XAY .navbar .navbar-logo img {
  width: 220px !important;
  height: 75px !important;
}
.cid-sZCeAS8XAY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZCeAS8XAY .navbar.collapsed {
  justify-content: center;
}
.cid-sZCeAS8XAY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZCeAS8XAY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZCeAS8XAY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-sZCeAS8XAY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZCeAS8XAY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZCeAS8XAY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sZCeAS8XAY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZCeAS8XAY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZCeAS8XAY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZCeAS8XAY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZCeAS8XAY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZCeAS8XAY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZCeAS8XAY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZCeAS8XAY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sZCeAS8XAY .navbar .navbar-logo img {
    max-height: 138px !important;
  }
  .cid-sZCeAS8XAY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZCeAS8XAY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZCeAS8XAY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZCeAS8XAY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZCeAS8XAY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZCeAS8XAY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZCeAS8XAY .navbar.navbar-short .navbar-logo img {
  max-height: 200px !important;
}
.cid-sZCeAS8XAY .navbar.navbar-short .navbar-brand {
  min-height: 40px;
  padding: 0;
}
.cid-sZCeAS8XAY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZCeAS8XAY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZCeAS8XAY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZCeAS8XAY .dropdown-item.active,
.cid-sZCeAS8XAY .dropdown-item:active {
  background-color: transparent;
}
.cid-sZCeAS8XAY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZCeAS8XAY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZCeAS8XAY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZCeAS8XAY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e08617;
}
.cid-sZCeAS8XAY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZCeAS8XAY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZCeAS8XAY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZCeAS8XAY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZCeAS8XAY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZCeAS8XAY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sZCeAS8XAY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZCeAS8XAY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZCeAS8XAY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZCeAS8XAY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZCeAS8XAY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZCeAS8XAY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZCeAS8XAY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZCeAS8XAY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZCeAS8XAY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sZCeAS8XAY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZCeAS8XAY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sZCeAS8XAY .navbar {
    height: 70px;
  }
  .cid-sZCeAS8XAY .navbar.opened {
    height: auto;
  }
  .cid-sZCeAS8XAY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sZCeAS8XAY a:visited {
  color: #fff !important;
}
.cid-sZCeAS8XAY .navbar-logo {
  filter: brightness(0) invert(1);
}
.cid-sZCeAS8XAY .navbar.opened .navbar-logo,
.cid-sZCeAS8XAY .navbar-short .navbar-logo {
  filter: brightness(1) invert(0);
}
.cid-sZCeAS8XAY .navbar-short .nav-link,
.cid-sZCeAS8XAY .navbar.opened .nav-link {
  color: #fff !important;
}
.cid-sZCeAS8XAY .navbar-short .nav-link:hover,
.cid-sZCeAS8XAY .navbar.opened .nav-link {
  color: #472454 !important;
}
.cid-sZCeAS8XAY .navbar-short .hamburger span,
.cid-sZCeAS8XAY .navbar.opened .hamburger span {
  background-color: #895787 !important;
}
.cid-sZCeAS8XAY .navbar-short {
  background-color: #e18719 !important;
}
.cid-sZC7XMxu5C {
  background-image: url("../../../assets/images/wheat-home.jpg");
}
.cid-sZC7XMxu5C .content {
  width: 100%;
}
@media (max-width: 859px) {
  .cid-sZC7XMxu5C .content {
    width: 100%;
    text-align: center;
  }
}
.cid-sZC7XMxu5C .mbr-section-title {
  color: #f8f5fa;
  margin-bottom: 20px;
}
.cid-sZC7XMxu5C .mbr-section-title span {
  position: relative;
}
.cid-sZC7XMxu5C .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-sZC7XMxu5C .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-sZC7XMxu5C .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-sZC7XMxu5C .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-sZC7XMxu5C .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-sZC7XMxu5C .mbr-section-subtitle {
  color: #1f1437;
}
.cid-sZC7XMxu5C .mbr-section-subtitle span {
  position: relative;
}
.cid-sZC7XMxu5C .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-sZC7XMxu5C .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-sZC7XMxu5C .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-sZC7XMxu5C .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-sZC7XMxu5C .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-sZC7XMxu5C .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sZC7XMxu5C .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sZC7XMxu5C .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sZC7XMxu5C .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sZCmXo3SMU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sZCmXo3SMU .mark {
  padding: 9px 6px 8px 9px;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #ffffff;
}
.cid-sZCmXo3SMU .mark_text {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 600;
  color: #202020;
}
.cid-sZCmXo3SMU .mbr-section-title {
  margin-bottom: 18px;
  color: #4f2170;
}
.cid-sZCmXo3SMU .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-sZCmXo3SMU .mbr-text {
  color: #000000;
}
.cid-sZCmXo3SMU .card_title {
  color: #ffffff;
  line-height: 1.2727em;
  margin-bottom: 0;
}
.cid-sZCmXo3SMU .card_content {
  margin: 26px 0 23px;
}
.cid-sZCmXo3SMU img,
.cid-sZCmXo3SMU .item-img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cid-sZCmXo3SMU .item {
  margin-bottom: 10px;
}
.cid-sZCmXo3SMU .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-sZCmXo3SMU .card_text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-sZCmXo3SMU .item-img {
  position: relative;
}
.cid-sZCmXo3SMU .item-img .mbr-section-btn {
  position: absolute;
  margin-left: 3px;
  top: 53%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-out, top 0.2s ease-out;
  transform: translate(-50%, -50%);
}
.cid-sZCmXo3SMU .item-img:hover .mbr-section-btn {
  top: 50%;
  opacity: 1;
}
.cid-sZCmXo3SMU .btn {
  background: #ffffff !important;
  border: 2px solid #4f2170 !important;
  color: #4f2170 !important;
}
.cid-sZCmXo3SMU .btn:hover {
  border: 2px solid #4f2170 !important;
  background: #4f2170 !important;
  color: #fff !important;
}
.cid-sZCmXo3SMU .btn:hover:focus {
  color: #fff !important;
}
.cid-tzfYfJWSfI {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #f1f2f3;
}
.cid-tzfYfJWSfI .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-tzfYfJWSfI .mbr-section-title {
  margin: 0;
  color: #4f2170;
  text-align: center;
}
.cid-tzfYfJWSfI .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tzfYfJWSfI .card-img span {
  color: #ffffff;
}
.cid-tzfYfJWSfI .row-item {
  margin-bottom: 2rem;
}
.cid-tzfYfJWSfI .row-item:hover .wrapper {
  background: linear-gradient(90deg, #e18719, #e18719);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-tzfYfJWSfI .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-tzfYfJWSfI .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-tzfYfJWSfI .wrapper {
  padding: 2.5rem 1rem;
  background: #4f2170;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tzfYfJWSfI .mbr-card-title,
.cid-tzfYfJWSfI .card-img {
  color: #ffffff !important;
}
.cid-tzfYfJWSfI .card-img:hover {
  color: #ffffff !important;
}
.cid-tzkwHHMVJR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzkwHHMVJR H1 {
  color: #4f2170;
}
.cid-tzkwHHMVJR H2 {
  color: #4f2170;
}
.cid-tzfXsjxQp2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzfXsjxQp2 .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzfXsjxQp2 .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tzfXsjxQp2 .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-tzfXsjxQp2 .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-tzfXsjxQp2 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tzfXsjxQp2 .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzfXsjxQp2 .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-tzfXsjxQp2 .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-tzfXsjxQp2 .card .card-box .card-title,
  .cid-tzfXsjxQp2 .card .card-box .mbr-text,
  .cid-tzfXsjxQp2 .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tzfXsjxQp2 .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-tzfXsjxQp2 .card .card-img {
    text-align: right !important;
  }
}
.cid-tzfXsjxQp2 .mbr-text,
.cid-tzfXsjxQp2 .link {
  color: #002136;
  text-align: left;
}
.cid-tzkxwZuUpk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzkxwZuUpk .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tzkxwZuUpk .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tzkxwZuUpk .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-tzkxwZuUpk .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-tzkxwZuUpk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tzkxwZuUpk .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tzkxwZuUpk .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-tzkxwZuUpk .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-tzkxwZuUpk .card .card-box .card-title,
  .cid-tzkxwZuUpk .card .card-box .mbr-text,
  .cid-tzkxwZuUpk .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tzkxwZuUpk .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-tzkxwZuUpk .card .card-img {
    text-align: right !important;
  }
}
.cid-tzkxwZuUpk .mbr-text,
.cid-tzkxwZuUpk .link {
  color: #002136;
}
.cid-tA6gCCzJ9X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tA6gCCzJ9X H1 {
  color: #4f2170;
}
.cid-tA6gCCzJ9X H3 {
  text-align: center;
}
.cid-tA6eDhSVrH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tA6eDhSVrH .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tA6eDhSVrH .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tA6eDhSVrH .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-tA6eDhSVrH .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-tA6eDhSVrH .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tA6eDhSVrH .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tA6eDhSVrH .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-tA6eDhSVrH .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-tA6eDhSVrH .card .card-box .card-title,
  .cid-tA6eDhSVrH .card .card-box .mbr-text,
  .cid-tA6eDhSVrH .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tA6eDhSVrH .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-tA6eDhSVrH .card .card-img {
    text-align: right !important;
  }
}
.cid-tA6eDhSVrH .mbr-text,
.cid-tA6eDhSVrH .link {
  color: #002136;
}
.cid-tA6fBdtSAq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tA6fBdtSAq .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tA6fBdtSAq .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tA6fBdtSAq .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-tA6fBdtSAq .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-tA6fBdtSAq .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tA6fBdtSAq .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tA6fBdtSAq .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-tA6fBdtSAq .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-tA6fBdtSAq .card .card-box .card-title,
  .cid-tA6fBdtSAq .card .card-box .mbr-text,
  .cid-tA6fBdtSAq .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tA6fBdtSAq .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-tA6fBdtSAq .card .card-img {
    text-align: right !important;
  }
}
.cid-tA6fBdtSAq .mbr-text,
.cid-tA6fBdtSAq .link {
  color: #002136;
}
.cid-uFfN8moio0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFfN8moio0 .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFfN8moio0 .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFfN8moio0 .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-uFfN8moio0 .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-uFfN8moio0 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uFfN8moio0 .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uFfN8moio0 .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uFfN8moio0 .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-uFfN8moio0 .card .card-box .card-title,
  .cid-uFfN8moio0 .card .card-box .mbr-text,
  .cid-uFfN8moio0 .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uFfN8moio0 .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uFfN8moio0 .card .card-img {
    text-align: right !important;
  }
}
.cid-uFfN8moio0 .mbr-text,
.cid-uFfN8moio0 .link {
  color: #002136;
}
.cid-u45fuEPj2j {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #724d8d;
}
.cid-u45fuEPj2j .row {
  flex-direction: row-reverse;
}
.cid-u45fuEPj2j .image-wrapper {
  padding: 0 2rem;
}
.cid-u45fuEPj2j .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u45fuEPj2j .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u45fuEPj2j .mbr-section-title {
  color: #f3edf7;
  margin-bottom: 1.5rem;
}
.cid-u45fuEPj2j .mbr-section-subtitle {
  color: #f8f5fa;
  margin-bottom: 4rem;
}
.cid-u45fuEPj2j .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u45fuEPj2j .text-wrapper,
  .cid-u45fuEPj2j .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u45fuEPj2j .text-wrapper,
  .cid-u45fuEPj2j .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u45fuEPj2j .text-wrapper,
  .cid-u45fuEPj2j .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u45fuEPj2j .text-wrapper,
  .cid-u45fuEPj2j .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u45fuEPj2j .text-wrapper,
  .cid-u45fuEPj2j .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u45fuEPj2j .content {
    text-align: center;
  }
}
.cid-u45fuEPj2j .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u45fuEPj2j .mbr-card-title {
    text-align: start;
  }
}
.cid-u45fuEPj2j .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-u45fuEPj2j .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u45fuEPj2j .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u45fuEPj2j .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u45fuEPj2j .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u45fuEPj2j .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u45fuEPj2j .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u45fuEPj2j .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u45fuEPj2j .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u45fuEPj2j .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u45fuEPj2j .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u45fuEPj2j .nutrition-wrap {
    width: 100%;
  }
}
.cid-u45fuEPj2j .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u45fuEPj2j .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u45fuEPj2j .tile-text-wrap {
  display: flex;
}
.cid-u45fuEPj2j svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u45fuEPj2j svg path {
  fill: #cd8ad1;
}
.cid-u45fuEPj2j .numbers {
  display: flex;
  align-self: center;
}
.cid-u45fuEPj2j .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u45fuEPj2j .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u45fuEPj2j .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u45fuEPj2j .mbr-tile-text {
    text-align: start;
  }
}
.cid-u45fuEPj2j .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u45fuEPj2j .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u45fuEPj2j .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u45fuEPj2j .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-u45fuEPj2j .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-u45fuEPj2j .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u45fuEPj2j .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u45fuEPj2j .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u45fuEPj2j .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u45fuEPj2j div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u45fuEPj2j .mbr-section-btn {
  display: flex;
}
.cid-u45fuEPj2j .btn {
  background: #ffffff !important;
  border: 2px solid #4f2170 !important;
  color: #4f2170 !important;
}
.cid-u45fuEPj2j .btn:hover {
  background: #4f2170 !important;
  color: #fff !important;
}
.cid-u45fuEPj2j .btn:hover:focus {
  color: #fff !important;
}
.cid-tzqCGwzrfQ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tzqCGwzrfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzqCGwzrfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzqCGwzrfQ .mbr-text,
.cid-tzqCGwzrfQ .mbr-section-btn {
  text-align: center;
  color: #4f2170;
}
.cid-tzqCGwzrfQ .mbr-section-title {
  text-align: center;
  color: #4f2170;
}
.cid-tzqCGwzrfQ .mbr-section-subtitle {
  text-align: center;
}
.cid-tzqCGwzrfQ P {
  text-align: center;
}
.cid-u45lqYce5R {
  background-color: #f8f5fa;
}
.cid-u45lqYce5R .container-fluid {
  padding: 0;
}
.cid-u45lqYce5R .row {
  margin: 0;
}
.cid-u45lqYce5R div[class*="col"] {
  padding: 0;
}
.cid-u45lqYce5R .carousel,
.cid-u45lqYce5R .carousel-inner,
.cid-u45lqYce5R .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-u45lqYce5R .item-wrapper {
  width: 100%;
}
.cid-u45lqYce5R img {
  height: 80%;
  object-fit: cover;
}
.cid-u45lqYce5R .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1f1437;
  opacity: 1;
  top: 50%;
}
.cid-u45lqYce5R .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-u45lqYce5R .carousel-control:hover {
  background-color: #33d5ad;
}
.cid-u45lqYce5R .carousel-control-prev {
  left: 20px;
}
.cid-u45lqYce5R .carousel-control-next {
  right: 20px;
}
.cid-u45lqYce5R .carousel-indicators .active,
.cid-u45lqYce5R .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-u45lqYce5R .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-u45lqYce5R .text {
  padding-top: 7rem;
  padding-bottom: 0rem;
}
.cid-u45lqYce5R .mbr-section-title {
  color: #4f2170;
  margin-bottom: 2.3rem;
}
.cid-u45lqYce5R .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-u45lqYce5R .mbr-text {
  color: #000000;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-u45lqYce5R .text-wrapper,
  .cid-u45lqYce5R .nutrition,
  .cid-u45lqYce5R .price,
  .cid-u45lqYce5R .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u45lqYce5R .text-wrapper,
  .cid-u45lqYce5R .nutrition,
  .cid-u45lqYce5R .price,
  .cid-u45lqYce5R .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u45lqYce5R .text-wrapper,
  .cid-u45lqYce5R .nutrition,
  .cid-u45lqYce5R .price,
  .cid-u45lqYce5R .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u45lqYce5R .text-wrapper,
  .cid-u45lqYce5R .nutrition,
  .cid-u45lqYce5R .price,
  .cid-u45lqYce5R .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u45lqYce5R .text-wrapper,
  .cid-u45lqYce5R .nutrition,
  .cid-u45lqYce5R .price,
  .cid-u45lqYce5R .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u45lqYce5R .content {
    text-align: center;
  }
}
.cid-u45lqYce5R .mbr-card-title {
  color: #e18719;
  margin-bottom: 18px;
}
.cid-u45lqYce5R .nutrition {
  margin-bottom: 40px;
}
.cid-u45lqYce5R .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u45lqYce5R .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u45lqYce5R .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-u45lqYce5R .nutrition-wrap {
    width: 100%;
  }
}
.cid-u45lqYce5R .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u45lqYce5R .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
}
@media (max-width: 479px) {
  .cid-u45lqYce5R .tile-one {
    margin-right: 25px;
  }
}
.cid-u45lqYce5R .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
}
.cid-u45lqYce5R .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
}
@media (max-width: 479px) {
  .cid-u45lqYce5R .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-u45lqYce5R .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-u45lqYce5R .tile-four {
    margin-top: 25px;
  }
}
.cid-u45lqYce5R svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-u45lqYce5R svg path {
  fill: #1f1437;
}
.cid-u45lqYce5R .mbr-tile-text {
  color: #000000;
  margin: 0;
}
.cid-u45lqYce5R .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-u45lqYce5R .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-u45lqYce5R .price-text-wrap {
    justify-content: center;
  }
}
.cid-u45lqYce5R .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #f8f5fa;
  opacity: 0.4;
}
.cid-u45lqYce5R .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-u45lqYce5R .mbr-price-number {
  color: #4f2170;
  margin-bottom: 0;
}
.cid-u45lqYce5R .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-u45lqYce5R .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-u45lqYce5R .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-u45lqYce5R .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-u45lqYce5R .btn {
  background: #ffffff !important;
  border: 2px solid #4f2170 !important;
  color: #4f2170 !important;
}
.cid-u45lqYce5R .btn:hover {
  background: #4f2170 !important;
  color: #fff !important;
}
.cid-u45lqYce5R .btn:hover:focus {
  color: #fff !important;
}
.cid-sZCB1GYy17 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sZCB1GYy17 .row {
  flex-direction: row-reverse;
}
.cid-sZCB1GYy17 .image-wrapper {
  padding: 0 2rem;
}
.cid-sZCB1GYy17 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-sZCB1GYy17 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-sZCB1GYy17 .mbr-section-title {
  color: #4f2170;
  margin-bottom: 1.5rem;
}
.cid-sZCB1GYy17 .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-sZCB1GYy17 .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-sZCB1GYy17 .text-wrapper,
  .cid-sZCB1GYy17 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sZCB1GYy17 .text-wrapper,
  .cid-sZCB1GYy17 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-sZCB1GYy17 .text-wrapper,
  .cid-sZCB1GYy17 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-sZCB1GYy17 .text-wrapper,
  .cid-sZCB1GYy17 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-sZCB1GYy17 .text-wrapper,
  .cid-sZCB1GYy17 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-sZCB1GYy17 .content {
    text-align: center;
  }
}
.cid-sZCB1GYy17 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-sZCB1GYy17 .mbr-card-title {
    text-align: start;
  }
}
.cid-sZCB1GYy17 .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-sZCB1GYy17 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-sZCB1GYy17 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-sZCB1GYy17 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-sZCB1GYy17 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-sZCB1GYy17 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-sZCB1GYy17 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-sZCB1GYy17 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-sZCB1GYy17 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-sZCB1GYy17 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-sZCB1GYy17 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-sZCB1GYy17 .nutrition-wrap {
    width: 100%;
  }
}
.cid-sZCB1GYy17 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-sZCB1GYy17 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-sZCB1GYy17 .tile-text-wrap {
  display: flex;
}
.cid-sZCB1GYy17 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-sZCB1GYy17 svg path {
  fill: #cd8ad1;
}
.cid-sZCB1GYy17 .numbers {
  display: flex;
  align-self: center;
}
.cid-sZCB1GYy17 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-sZCB1GYy17 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-sZCB1GYy17 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sZCB1GYy17 .mbr-tile-text {
    text-align: start;
  }
}
.cid-sZCB1GYy17 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sZCB1GYy17 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-sZCB1GYy17 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-sZCB1GYy17 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-sZCB1GYy17 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-sZCB1GYy17 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sZCB1GYy17 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sZCB1GYy17 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sZCB1GYy17 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sZCB1GYy17 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-sZCB1GYy17 .mbr-section-btn {
  display: flex;
}
.cid-sZCB1GYy17 p {
  font-size: 18px !important;
  font-family: Calibri;
}
.cid-sZCB1GYy17 .btn {
  background: #ffffff !important;
  border: 2px solid #4f2170 !important;
  color: #4f2170 !important;
}
.cid-sZCB1GYy17 .btn:hover {
  background: #4f2170 !important;
  color: #fff !important;
}
.cid-sZCB1GYy17 .btn:hover:focus {
  color: #fff !important;
}
.cid-sZCM6523dL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
}
.cid-sZCM6523dL .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sZCM6523dL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sZCM6523dL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sZCM6523dL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #000000;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-sZCM6523dL .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #4f2170;
  transform: translateY(-3px);
}
.cid-sZCM6523dL .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-sZCM6523dL .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-sZCM6523dL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sZCM6523dL .copyright > p {
  color: #ffffff;
}
.cid-sZCM6523dL p {
  font-size: 16px;
  font-family: Calibri;
}
.cid-tA6hIyDClr {
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
  background-size: cover !important;
  min-height: 161px !important;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tA6hIyDClr nav.navbar {
  position: fixed;
}
.cid-tA6hIyDClr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tA6hIyDClr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tA6hIyDClr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tA6hIyDClr .dropdown-item:hover,
.cid-tA6hIyDClr .dropdown-item:focus {
  background: #4f2170 !important;
  color: white !important;
}
.cid-tA6hIyDClr .dropdown-item:hover span {
  color: white;
}
.cid-tA6hIyDClr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tA6hIyDClr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tA6hIyDClr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tA6hIyDClr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tA6hIyDClr .nav-link {
  position: relative;
  color: #fff !important;
}
.cid-tA6hIyDClr .nav-link a:visited {
  color: #fff !important;
}
.cid-tA6hIyDClr .nav-link:hover {
  color: #e18719 !important;
}
.cid-tA6hIyDClr .container {
  display: flex;
  margin: auto;
}
.cid-tA6hIyDClr .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tA6hIyDClr .dropdown-menu,
.cid-tA6hIyDClr .navbar.opened {
  background: #e08617 !important;
}
.cid-tA6hIyDClr .nav-item:focus,
.cid-tA6hIyDClr .nav-link:focus {
  outline: none;
}
.cid-tA6hIyDClr .nav-item:focus a:visited,
.cid-tA6hIyDClr .nav-link:focus a:visited {
  color: #fff !important;
}
.cid-tA6hIyDClr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tA6hIyDClr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tA6hIyDClr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tA6hIyDClr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tA6hIyDClr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tA6hIyDClr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tA6hIyDClr .navbar {
  background-image: url(C:\Users\clasitter\Desktop\Mondelez 2022) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  min-height: 200px;
  transition: all 0.3s;
  background-color: #4f2170 !important;
  border-bottom: 1px solid transparent;
  background: transparent !important;
}
.cid-tA6hIyDClr .navbar a:visited {
  color: #fff !important;
}
.cid-tA6hIyDClr .navbar.opened {
  transition: all 0.3s;
}
.cid-tA6hIyDClr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tA6hIyDClr .navbar .navbar-logo img {
  width: 220px !important;
  height: 75px !important;
}
.cid-tA6hIyDClr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tA6hIyDClr .navbar.collapsed {
  justify-content: center;
}
.cid-tA6hIyDClr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tA6hIyDClr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tA6hIyDClr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tA6hIyDClr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tA6hIyDClr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tA6hIyDClr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tA6hIyDClr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tA6hIyDClr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tA6hIyDClr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tA6hIyDClr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tA6hIyDClr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tA6hIyDClr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tA6hIyDClr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tA6hIyDClr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tA6hIyDClr .navbar .navbar-logo img {
    max-height: 138px !important;
  }
  .cid-tA6hIyDClr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tA6hIyDClr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tA6hIyDClr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tA6hIyDClr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tA6hIyDClr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tA6hIyDClr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tA6hIyDClr .navbar.navbar-short .navbar-logo img {
  max-height: 200px !important;
}
.cid-tA6hIyDClr .navbar.navbar-short .navbar-brand {
  min-height: 40px;
  padding: 0;
}
.cid-tA6hIyDClr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tA6hIyDClr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tA6hIyDClr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tA6hIyDClr .dropdown-item.active,
.cid-tA6hIyDClr .dropdown-item:active {
  background-color: transparent;
}
.cid-tA6hIyDClr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tA6hIyDClr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tA6hIyDClr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tA6hIyDClr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e08617;
}
.cid-tA6hIyDClr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tA6hIyDClr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tA6hIyDClr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tA6hIyDClr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tA6hIyDClr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tA6hIyDClr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tA6hIyDClr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tA6hIyDClr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tA6hIyDClr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tA6hIyDClr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tA6hIyDClr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tA6hIyDClr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tA6hIyDClr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tA6hIyDClr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tA6hIyDClr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tA6hIyDClr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tA6hIyDClr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tA6hIyDClr .navbar {
    height: 70px;
  }
  .cid-tA6hIyDClr .navbar.opened {
    height: auto;
  }
  .cid-tA6hIyDClr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tA6hIyDClr a:visited {
  color: #fff !important;
}
.cid-tA6hIyDClr .navbar-logo {
  filter: brightness(0) invert(1);
}
.cid-tA6hIyDClr .navbar.opened .navbar-logo,
.cid-tA6hIyDClr .navbar-short .navbar-logo {
  filter: brightness(1) invert(0);
}
.cid-tA6hIyDClr .navbar-short .nav-link,
.cid-tA6hIyDClr .navbar.opened .nav-link {
  color: #fff !important;
}
.cid-tA6hIyDClr .navbar-short .nav-link:hover,
.cid-tA6hIyDClr .navbar.opened .nav-link {
  color: #472454 !important;
}
.cid-tA6hIyDClr .navbar-short .hamburger span,
.cid-tA6hIyDClr .navbar.opened .hamburger span {
  background-color: #895787 !important;
}
.cid-tA6hIyDClr .navbar-short {
  background-color: #e18719 !important;
}
.cid-tA6hIz2H9H {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tA6hIz2H9H .content {
  width: 100%;
}
@media (max-width: 859px) {
  .cid-tA6hIz2H9H .content {
    width: 100%;
    text-align: center;
  }
}
.cid-tA6hIz2H9H .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tA6hIz2H9H .mbr-section-title span {
  position: relative;
}
.cid-tA6hIz2H9H .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-tA6hIz2H9H .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tA6hIz2H9H .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tA6hIz2H9H .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tA6hIz2H9H .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-tA6hIz2H9H .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tA6hIz2H9H .mbr-section-subtitle span {
  position: relative;
}
.cid-tA6hIz2H9H .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tA6hIz2H9H .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tA6hIz2H9H .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tA6hIz2H9H .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-tA6hIz2H9H .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-tA6hIz2H9H .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tA6hIz2H9H .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tA6hIz2H9H .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tA6hIz2H9H .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u7AY4gtnPw {
  padding-top: 25px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.cid-u7AY4gtnPw input,
.cid-u7AY4gtnPw textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-u7AY4gtnPw input:focus,
.cid-u7AY4gtnPw textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u7AY4gtnPw .form-control,
.cid-u7AY4gtnPw .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u7AY4gtnPw input::-webkit-input-placeholder,
.cid-u7AY4gtnPw textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-u7AY4gtnPw input:-moz-placeholder,
.cid-u7AY4gtnPw textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-u7AY4gtnPw .jq-selectbox li,
.cid-u7AY4gtnPw .jq-selectbox li {
  background-color: #ffffff;
}
.cid-u7AY4gtnPw .jq-selectbox li:hover,
.cid-u7AY4gtnPw .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-u7AY4gtnPw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u7AY4gtnPw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u7AY4gtnPw .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-u7AY4gtnPw .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-u7AY4gtnPw .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-u7AY4gtnPw .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-u7AY4gtnPw .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-u7AY4gtnPw .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-u7AY4gtnPw .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-u7AY4gtnPw .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-u7AY4gtnPw .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-u7AY4gtnPw .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-u7AY4gtnPw .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-u7AY4gtnPw .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-u7AY4gtnPw .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u7AY4gtnPw .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-u7AY4gtnPw .entry-content .text-box {
  padding: 0rem;
}
.cid-u7AY4gtnPw .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-u7AY4gtnPw .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-u7AY4gtnPw .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-u7AY4gtnPw .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-u7AY4gtnPw .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-u7AY4gtnPw .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-u7AY4gtnPw .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-u7AY4gtnPw .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-u7AY4gtnPw .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-u7AY4gtnPw .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-u7AY4gtnPw .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u7AY4gtnPw .entry-content .contact {
  margin-top: 30px;
}
.cid-u7AY4gtnPw .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-u7AY4gtnPw .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-u7AY4gtnPw .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-u7AY4gtnPw .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-u7AY4gtnPw .entry-content .contact .btn-black:hover {
  background-color: #4f2170 !important;
  border-color: #4f2170 !important;
}
.cid-u7AY4gtnPw .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-u7AY4gtnPw .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-u7AY4gtnPw .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-u7AY4gtnPw .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-u7AY4gtnPw .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-u7AY4gtnPw .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-u7AY4gtnPw .progress_elements .progress1 progress::after {
  left: 0%;
  border: 3px solid #4f87fb;
}
.cid-u7AY4gtnPw .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-u7AY4gtnPw .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-u7AY4gtnPw .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-u7AY4gtnPw progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u7AY4gtnPw .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AY4gtnPw .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AY4gtnPw .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AY4gtnPw .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AY4gtnPw .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u7AY4gtnPw .progressbar-title p {
  color: #6d7a8c;
}
.cid-u7AY4gtnPw .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-u7AY4gtnPw .entry-content .capabilities .capabilities-title,
.cid-u7AY4gtnPw .entry-content .capabilities .mbr-list .list {
  color: #2b1c50;
}
.cid-u7AY4gtnPw .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-tA6hIzDa45 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
}
.cid-tA6hIzDa45 .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tA6hIzDa45 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tA6hIzDa45 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tA6hIzDa45 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #000000;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-tA6hIzDa45 .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #4f2170;
  transform: translateY(-3px);
}
.cid-tA6hIzDa45 .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-tA6hIzDa45 .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-tA6hIzDa45 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tA6hIzDa45 .copyright > p {
  color: #ffffff;
}
.cid-tA6hIzDa45 p {
  font-size: 16px;
  font-family: Calibri;
}
.cid-tA6iJsGpfO {
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
  background-size: cover !important;
  min-height: 161px !important;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tA6iJsGpfO nav.navbar {
  position: fixed;
}
.cid-tA6iJsGpfO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tA6iJsGpfO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tA6iJsGpfO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tA6iJsGpfO .dropdown-item:hover,
.cid-tA6iJsGpfO .dropdown-item:focus {
  background: #4f2170 !important;
  color: white !important;
}
.cid-tA6iJsGpfO .dropdown-item:hover span {
  color: white;
}
.cid-tA6iJsGpfO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tA6iJsGpfO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tA6iJsGpfO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tA6iJsGpfO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tA6iJsGpfO .nav-link {
  position: relative;
  color: #fff !important;
}
.cid-tA6iJsGpfO .nav-link a:visited {
  color: #fff !important;
}
.cid-tA6iJsGpfO .nav-link:hover {
  color: #e18719 !important;
}
.cid-tA6iJsGpfO .container {
  display: flex;
  margin: auto;
}
.cid-tA6iJsGpfO .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tA6iJsGpfO .dropdown-menu,
.cid-tA6iJsGpfO .navbar.opened {
  background: #e08617 !important;
}
.cid-tA6iJsGpfO .nav-item:focus,
.cid-tA6iJsGpfO .nav-link:focus {
  outline: none;
}
.cid-tA6iJsGpfO .nav-item:focus a:visited,
.cid-tA6iJsGpfO .nav-link:focus a:visited {
  color: #fff !important;
}
.cid-tA6iJsGpfO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tA6iJsGpfO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tA6iJsGpfO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tA6iJsGpfO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tA6iJsGpfO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tA6iJsGpfO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tA6iJsGpfO .navbar {
  background-image: url(C:\Users\clasitter\Desktop\Mondelez 2022) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  min-height: 200px;
  transition: all 0.3s;
  background-color: #4f2170 !important;
  border-bottom: 1px solid transparent;
  background: transparent !important;
}
.cid-tA6iJsGpfO .navbar a:visited {
  color: #fff !important;
}
.cid-tA6iJsGpfO .navbar.opened {
  transition: all 0.3s;
}
.cid-tA6iJsGpfO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tA6iJsGpfO .navbar .navbar-logo img {
  width: 220px !important;
  height: 75px !important;
}
.cid-tA6iJsGpfO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tA6iJsGpfO .navbar.collapsed {
  justify-content: center;
}
.cid-tA6iJsGpfO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tA6iJsGpfO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tA6iJsGpfO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tA6iJsGpfO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tA6iJsGpfO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tA6iJsGpfO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tA6iJsGpfO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tA6iJsGpfO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tA6iJsGpfO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tA6iJsGpfO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tA6iJsGpfO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tA6iJsGpfO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tA6iJsGpfO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tA6iJsGpfO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tA6iJsGpfO .navbar .navbar-logo img {
    max-height: 138px !important;
  }
  .cid-tA6iJsGpfO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tA6iJsGpfO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tA6iJsGpfO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tA6iJsGpfO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tA6iJsGpfO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tA6iJsGpfO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tA6iJsGpfO .navbar.navbar-short .navbar-logo img {
  max-height: 200px !important;
}
.cid-tA6iJsGpfO .navbar.navbar-short .navbar-brand {
  min-height: 40px;
  padding: 0;
}
.cid-tA6iJsGpfO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tA6iJsGpfO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tA6iJsGpfO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tA6iJsGpfO .dropdown-item.active,
.cid-tA6iJsGpfO .dropdown-item:active {
  background-color: transparent;
}
.cid-tA6iJsGpfO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tA6iJsGpfO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tA6iJsGpfO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tA6iJsGpfO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e08617;
}
.cid-tA6iJsGpfO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tA6iJsGpfO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tA6iJsGpfO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tA6iJsGpfO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tA6iJsGpfO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tA6iJsGpfO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tA6iJsGpfO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tA6iJsGpfO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tA6iJsGpfO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tA6iJsGpfO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tA6iJsGpfO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tA6iJsGpfO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tA6iJsGpfO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tA6iJsGpfO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tA6iJsGpfO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tA6iJsGpfO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tA6iJsGpfO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tA6iJsGpfO .navbar {
    height: 70px;
  }
  .cid-tA6iJsGpfO .navbar.opened {
    height: auto;
  }
  .cid-tA6iJsGpfO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tA6iJsGpfO a:visited {
  color: #fff !important;
}
.cid-tA6iJsGpfO .navbar-logo {
  filter: brightness(0) invert(1);
}
.cid-tA6iJsGpfO .navbar.opened .navbar-logo,
.cid-tA6iJsGpfO .navbar-short .navbar-logo {
  filter: brightness(1) invert(0);
}
.cid-tA6iJsGpfO .navbar-short .nav-link,
.cid-tA6iJsGpfO .navbar.opened .nav-link {
  color: #fff !important;
}
.cid-tA6iJsGpfO .navbar-short .nav-link:hover,
.cid-tA6iJsGpfO .navbar.opened .nav-link {
  color: #472454 !important;
}
.cid-tA6iJsGpfO .navbar-short .hamburger span,
.cid-tA6iJsGpfO .navbar.opened .hamburger span {
  background-color: #895787 !important;
}
.cid-tA6iJsGpfO .navbar-short {
  background-color: #e18719 !important;
}
.cid-tA6iJt62IL {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tA6iJt62IL .content {
  width: 100%;
}
@media (max-width: 859px) {
  .cid-tA6iJt62IL .content {
    width: 100%;
    text-align: center;
  }
}
.cid-tA6iJt62IL .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tA6iJt62IL .mbr-section-title span {
  position: relative;
}
.cid-tA6iJt62IL .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-tA6iJt62IL .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tA6iJt62IL .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tA6iJt62IL .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tA6iJt62IL .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-tA6iJt62IL .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tA6iJt62IL .mbr-section-subtitle span {
  position: relative;
}
.cid-tA6iJt62IL .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tA6iJt62IL .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tA6iJt62IL .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tA6iJt62IL .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-tA6iJt62IL .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-tA6iJt62IL .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tA6iJt62IL .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tA6iJt62IL .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tA6iJt62IL .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u7AYv3eMci {
  padding-top: 25px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.cid-u7AYv3eMci input,
.cid-u7AYv3eMci textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-u7AYv3eMci input:focus,
.cid-u7AYv3eMci textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u7AYv3eMci .form-control,
.cid-u7AYv3eMci .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u7AYv3eMci input::-webkit-input-placeholder,
.cid-u7AYv3eMci textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-u7AYv3eMci input:-moz-placeholder,
.cid-u7AYv3eMci textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-u7AYv3eMci .jq-selectbox li,
.cid-u7AYv3eMci .jq-selectbox li {
  background-color: #ffffff;
}
.cid-u7AYv3eMci .jq-selectbox li:hover,
.cid-u7AYv3eMci .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-u7AYv3eMci .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u7AYv3eMci .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u7AYv3eMci .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-u7AYv3eMci .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-u7AYv3eMci .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-u7AYv3eMci .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-u7AYv3eMci .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-u7AYv3eMci .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-u7AYv3eMci .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-u7AYv3eMci .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-u7AYv3eMci .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-u7AYv3eMci .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-u7AYv3eMci .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-u7AYv3eMci .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-u7AYv3eMci .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u7AYv3eMci .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-u7AYv3eMci .entry-content .text-box {
  padding: 0rem;
}
.cid-u7AYv3eMci .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-u7AYv3eMci .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-u7AYv3eMci .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-u7AYv3eMci .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-u7AYv3eMci .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-u7AYv3eMci .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-u7AYv3eMci .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-u7AYv3eMci .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-u7AYv3eMci .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-u7AYv3eMci .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-u7AYv3eMci .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u7AYv3eMci .entry-content .contact {
  margin-top: 30px;
}
.cid-u7AYv3eMci .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-u7AYv3eMci .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-u7AYv3eMci .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-u7AYv3eMci .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-u7AYv3eMci .entry-content .contact .btn-black:hover {
  background-color: #4f2170 !important;
  border-color: #4f2170 !important;
}
.cid-u7AYv3eMci .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-u7AYv3eMci .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-u7AYv3eMci .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-u7AYv3eMci .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-u7AYv3eMci .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-u7AYv3eMci .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-u7AYv3eMci .progress_elements .progress1 progress::after {
  left: 0%;
  border: 3px solid #4f87fb;
}
.cid-u7AYv3eMci .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-u7AYv3eMci .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-u7AYv3eMci .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-u7AYv3eMci progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u7AYv3eMci .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AYv3eMci .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AYv3eMci .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AYv3eMci .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AYv3eMci .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u7AYv3eMci .progressbar-title p {
  color: #6d7a8c;
}
.cid-u7AYv3eMci .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-u7AYv3eMci .entry-content .capabilities .capabilities-title,
.cid-u7AYv3eMci .entry-content .capabilities .mbr-list .list {
  color: #2b1c50;
}
.cid-u7AYv3eMci .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-tA6iJtJRUM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
}
.cid-tA6iJtJRUM .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tA6iJtJRUM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tA6iJtJRUM .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tA6iJtJRUM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #000000;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-tA6iJtJRUM .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #4f2170;
  transform: translateY(-3px);
}
.cid-tA6iJtJRUM .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-tA6iJtJRUM .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-tA6iJtJRUM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tA6iJtJRUM .copyright > p {
  color: #ffffff;
}
.cid-tA6iJtJRUM p {
  font-size: 16px;
  font-family: Calibri;
}
.cid-tA6jPO7RDS {
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
  background-size: cover !important;
  min-height: 161px !important;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tA6jPO7RDS nav.navbar {
  position: fixed;
}
.cid-tA6jPO7RDS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tA6jPO7RDS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tA6jPO7RDS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tA6jPO7RDS .dropdown-item:hover,
.cid-tA6jPO7RDS .dropdown-item:focus {
  background: #4f2170 !important;
  color: white !important;
}
.cid-tA6jPO7RDS .dropdown-item:hover span {
  color: white;
}
.cid-tA6jPO7RDS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tA6jPO7RDS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tA6jPO7RDS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tA6jPO7RDS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tA6jPO7RDS .nav-link {
  position: relative;
  color: #fff !important;
}
.cid-tA6jPO7RDS .nav-link a:visited {
  color: #fff !important;
}
.cid-tA6jPO7RDS .nav-link:hover {
  color: #e18719 !important;
}
.cid-tA6jPO7RDS .container {
  display: flex;
  margin: auto;
}
.cid-tA6jPO7RDS .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tA6jPO7RDS .dropdown-menu,
.cid-tA6jPO7RDS .navbar.opened {
  background: #e08617 !important;
}
.cid-tA6jPO7RDS .nav-item:focus,
.cid-tA6jPO7RDS .nav-link:focus {
  outline: none;
}
.cid-tA6jPO7RDS .nav-item:focus a:visited,
.cid-tA6jPO7RDS .nav-link:focus a:visited {
  color: #fff !important;
}
.cid-tA6jPO7RDS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tA6jPO7RDS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tA6jPO7RDS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tA6jPO7RDS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tA6jPO7RDS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tA6jPO7RDS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tA6jPO7RDS .navbar {
  background-image: url(C:\Users\clasitter\Desktop\Mondelez 2022) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  min-height: 200px;
  transition: all 0.3s;
  background-color: #4f2170 !important;
  border-bottom: 1px solid transparent;
  background: transparent !important;
}
.cid-tA6jPO7RDS .navbar a:visited {
  color: #fff !important;
}
.cid-tA6jPO7RDS .navbar.opened {
  transition: all 0.3s;
}
.cid-tA6jPO7RDS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tA6jPO7RDS .navbar .navbar-logo img {
  width: 220px !important;
  height: 75px !important;
}
.cid-tA6jPO7RDS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tA6jPO7RDS .navbar.collapsed {
  justify-content: center;
}
.cid-tA6jPO7RDS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tA6jPO7RDS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tA6jPO7RDS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tA6jPO7RDS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tA6jPO7RDS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tA6jPO7RDS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tA6jPO7RDS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tA6jPO7RDS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tA6jPO7RDS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tA6jPO7RDS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tA6jPO7RDS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tA6jPO7RDS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tA6jPO7RDS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tA6jPO7RDS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tA6jPO7RDS .navbar .navbar-logo img {
    max-height: 138px !important;
  }
  .cid-tA6jPO7RDS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tA6jPO7RDS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tA6jPO7RDS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tA6jPO7RDS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tA6jPO7RDS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tA6jPO7RDS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tA6jPO7RDS .navbar.navbar-short .navbar-logo img {
  max-height: 200px !important;
}
.cid-tA6jPO7RDS .navbar.navbar-short .navbar-brand {
  min-height: 40px;
  padding: 0;
}
.cid-tA6jPO7RDS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tA6jPO7RDS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tA6jPO7RDS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tA6jPO7RDS .dropdown-item.active,
.cid-tA6jPO7RDS .dropdown-item:active {
  background-color: transparent;
}
.cid-tA6jPO7RDS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tA6jPO7RDS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tA6jPO7RDS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tA6jPO7RDS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e08617;
}
.cid-tA6jPO7RDS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tA6jPO7RDS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tA6jPO7RDS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tA6jPO7RDS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tA6jPO7RDS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tA6jPO7RDS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tA6jPO7RDS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tA6jPO7RDS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tA6jPO7RDS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tA6jPO7RDS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tA6jPO7RDS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tA6jPO7RDS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tA6jPO7RDS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tA6jPO7RDS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tA6jPO7RDS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tA6jPO7RDS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tA6jPO7RDS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tA6jPO7RDS .navbar {
    height: 70px;
  }
  .cid-tA6jPO7RDS .navbar.opened {
    height: auto;
  }
  .cid-tA6jPO7RDS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tA6jPO7RDS a:visited {
  color: #fff !important;
}
.cid-tA6jPO7RDS .navbar-logo {
  filter: brightness(0) invert(1);
}
.cid-tA6jPO7RDS .navbar.opened .navbar-logo,
.cid-tA6jPO7RDS .navbar-short .navbar-logo {
  filter: brightness(1) invert(0);
}
.cid-tA6jPO7RDS .navbar-short .nav-link,
.cid-tA6jPO7RDS .navbar.opened .nav-link {
  color: #fff !important;
}
.cid-tA6jPO7RDS .navbar-short .nav-link:hover,
.cid-tA6jPO7RDS .navbar.opened .nav-link {
  color: #472454 !important;
}
.cid-tA6jPO7RDS .navbar-short .hamburger span,
.cid-tA6jPO7RDS .navbar.opened .hamburger span {
  background-color: #895787 !important;
}
.cid-tA6jPO7RDS .navbar-short {
  background-color: #e18719 !important;
}
.cid-tA6jPOAwIN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tA6jPOAwIN .content {
  width: 100%;
}
@media (max-width: 859px) {
  .cid-tA6jPOAwIN .content {
    width: 100%;
    text-align: center;
  }
}
.cid-tA6jPOAwIN .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tA6jPOAwIN .mbr-section-title span {
  position: relative;
}
.cid-tA6jPOAwIN .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-tA6jPOAwIN .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tA6jPOAwIN .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tA6jPOAwIN .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tA6jPOAwIN .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-tA6jPOAwIN .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tA6jPOAwIN .mbr-section-subtitle span {
  position: relative;
}
.cid-tA6jPOAwIN .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tA6jPOAwIN .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tA6jPOAwIN .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tA6jPOAwIN .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-tA6jPOAwIN .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-tA6jPOAwIN .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tA6jPOAwIN .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tA6jPOAwIN .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tA6jPOAwIN .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u7AZ3fgSYB {
  padding-top: 25px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.cid-u7AZ3fgSYB input,
.cid-u7AZ3fgSYB textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-u7AZ3fgSYB input:focus,
.cid-u7AZ3fgSYB textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u7AZ3fgSYB .form-control,
.cid-u7AZ3fgSYB .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u7AZ3fgSYB input::-webkit-input-placeholder,
.cid-u7AZ3fgSYB textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-u7AZ3fgSYB input:-moz-placeholder,
.cid-u7AZ3fgSYB textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-u7AZ3fgSYB .jq-selectbox li,
.cid-u7AZ3fgSYB .jq-selectbox li {
  background-color: #ffffff;
}
.cid-u7AZ3fgSYB .jq-selectbox li:hover,
.cid-u7AZ3fgSYB .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-u7AZ3fgSYB .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u7AZ3fgSYB .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u7AZ3fgSYB .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-u7AZ3fgSYB .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-u7AZ3fgSYB .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-u7AZ3fgSYB .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-u7AZ3fgSYB .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-u7AZ3fgSYB .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-u7AZ3fgSYB .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-u7AZ3fgSYB .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-u7AZ3fgSYB .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-u7AZ3fgSYB .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-u7AZ3fgSYB .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-u7AZ3fgSYB .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-u7AZ3fgSYB .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u7AZ3fgSYB .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-u7AZ3fgSYB .entry-content .text-box {
  padding: 0rem;
}
.cid-u7AZ3fgSYB .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-u7AZ3fgSYB .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-u7AZ3fgSYB .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-u7AZ3fgSYB .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-u7AZ3fgSYB .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-u7AZ3fgSYB .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-u7AZ3fgSYB .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-u7AZ3fgSYB .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-u7AZ3fgSYB .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-u7AZ3fgSYB .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-u7AZ3fgSYB .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u7AZ3fgSYB .entry-content .contact {
  margin-top: 30px;
}
.cid-u7AZ3fgSYB .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-u7AZ3fgSYB .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-u7AZ3fgSYB .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-u7AZ3fgSYB .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-u7AZ3fgSYB .entry-content .contact .btn-black:hover {
  background-color: #4f2170 !important;
  border-color: #4f2170 !important;
}
.cid-u7AZ3fgSYB .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-u7AZ3fgSYB .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-u7AZ3fgSYB .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-u7AZ3fgSYB .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-u7AZ3fgSYB .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-u7AZ3fgSYB .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-u7AZ3fgSYB .progress_elements .progress1 progress::after {
  left: 0%;
  border: 3px solid #4f87fb;
}
.cid-u7AZ3fgSYB .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-u7AZ3fgSYB .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-u7AZ3fgSYB .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-u7AZ3fgSYB progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u7AZ3fgSYB .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AZ3fgSYB .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AZ3fgSYB .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AZ3fgSYB .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AZ3fgSYB .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u7AZ3fgSYB .progressbar-title p {
  color: #6d7a8c;
}
.cid-u7AZ3fgSYB .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-u7AZ3fgSYB .entry-content .capabilities .capabilities-title,
.cid-u7AZ3fgSYB .entry-content .capabilities .mbr-list .list {
  color: #2b1c50;
}
.cid-u7AZ3fgSYB .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-tA6jPPmEF5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
}
.cid-tA6jPPmEF5 .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tA6jPPmEF5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tA6jPPmEF5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tA6jPPmEF5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #000000;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-tA6jPPmEF5 .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #4f2170;
  transform: translateY(-3px);
}
.cid-tA6jPPmEF5 .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-tA6jPPmEF5 .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-tA6jPPmEF5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tA6jPPmEF5 .copyright > p {
  color: #ffffff;
}
.cid-tA6jPPmEF5 p {
  font-size: 16px;
  font-family: Calibri;
}
.cid-tAmXguN0lO {
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
  background-size: cover !important;
  min-height: 161px !important;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tAmXguN0lO nav.navbar {
  position: fixed;
}
.cid-tAmXguN0lO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAmXguN0lO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAmXguN0lO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAmXguN0lO .dropdown-item:hover,
.cid-tAmXguN0lO .dropdown-item:focus {
  background: #4f2170 !important;
  color: white !important;
}
.cid-tAmXguN0lO .dropdown-item:hover span {
  color: white;
}
.cid-tAmXguN0lO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAmXguN0lO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAmXguN0lO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAmXguN0lO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAmXguN0lO .nav-link {
  position: relative;
  color: #fff !important;
}
.cid-tAmXguN0lO .nav-link a:visited {
  color: #fff !important;
}
.cid-tAmXguN0lO .nav-link:hover {
  color: #e18719 !important;
}
.cid-tAmXguN0lO .container {
  display: flex;
  margin: auto;
}
.cid-tAmXguN0lO .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAmXguN0lO .dropdown-menu,
.cid-tAmXguN0lO .navbar.opened {
  background: #e08617 !important;
}
.cid-tAmXguN0lO .nav-item:focus,
.cid-tAmXguN0lO .nav-link:focus {
  outline: none;
}
.cid-tAmXguN0lO .nav-item:focus a:visited,
.cid-tAmXguN0lO .nav-link:focus a:visited {
  color: #fff !important;
}
.cid-tAmXguN0lO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAmXguN0lO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAmXguN0lO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAmXguN0lO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAmXguN0lO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAmXguN0lO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAmXguN0lO .navbar {
  background-image: url(C:\Users\clasitter\Desktop\Mondelez 2022) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  min-height: 200px;
  transition: all 0.3s;
  background-color: #4f2170 !important;
  border-bottom: 1px solid transparent;
  background: transparent !important;
}
.cid-tAmXguN0lO .navbar a:visited {
  color: #fff !important;
}
.cid-tAmXguN0lO .navbar.opened {
  transition: all 0.3s;
}
.cid-tAmXguN0lO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAmXguN0lO .navbar .navbar-logo img {
  width: 220px !important;
  height: 75px !important;
}
.cid-tAmXguN0lO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAmXguN0lO .navbar.collapsed {
  justify-content: center;
}
.cid-tAmXguN0lO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAmXguN0lO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAmXguN0lO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tAmXguN0lO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAmXguN0lO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAmXguN0lO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tAmXguN0lO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAmXguN0lO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAmXguN0lO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAmXguN0lO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAmXguN0lO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAmXguN0lO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAmXguN0lO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAmXguN0lO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tAmXguN0lO .navbar .navbar-logo img {
    max-height: 138px !important;
  }
  .cid-tAmXguN0lO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAmXguN0lO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAmXguN0lO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAmXguN0lO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAmXguN0lO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tAmXguN0lO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAmXguN0lO .navbar.navbar-short .navbar-logo img {
  max-height: 200px !important;
}
.cid-tAmXguN0lO .navbar.navbar-short .navbar-brand {
  min-height: 40px;
  padding: 0;
}
.cid-tAmXguN0lO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAmXguN0lO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAmXguN0lO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAmXguN0lO .dropdown-item.active,
.cid-tAmXguN0lO .dropdown-item:active {
  background-color: transparent;
}
.cid-tAmXguN0lO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAmXguN0lO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAmXguN0lO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAmXguN0lO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e08617;
}
.cid-tAmXguN0lO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAmXguN0lO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAmXguN0lO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAmXguN0lO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAmXguN0lO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAmXguN0lO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tAmXguN0lO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAmXguN0lO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAmXguN0lO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAmXguN0lO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAmXguN0lO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAmXguN0lO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAmXguN0lO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAmXguN0lO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAmXguN0lO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAmXguN0lO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAmXguN0lO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAmXguN0lO .navbar {
    height: 70px;
  }
  .cid-tAmXguN0lO .navbar.opened {
    height: auto;
  }
  .cid-tAmXguN0lO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAmXguN0lO a:visited {
  color: #fff !important;
}
.cid-tAmXguN0lO .navbar-logo {
  filter: brightness(0) invert(1);
}
.cid-tAmXguN0lO .navbar.opened .navbar-logo,
.cid-tAmXguN0lO .navbar-short .navbar-logo {
  filter: brightness(1) invert(0);
}
.cid-tAmXguN0lO .navbar-short .nav-link,
.cid-tAmXguN0lO .navbar.opened .nav-link {
  color: #fff !important;
}
.cid-tAmXguN0lO .navbar-short .nav-link:hover,
.cid-tAmXguN0lO .navbar.opened .nav-link {
  color: #472454 !important;
}
.cid-tAmXguN0lO .navbar-short .hamburger span,
.cid-tAmXguN0lO .navbar.opened .hamburger span {
  background-color: #895787 !important;
}
.cid-tAmXguN0lO .navbar-short {
  background-color: #e18719 !important;
}
.cid-tAmXgvg4tW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tAmXgvg4tW .content {
  width: 100%;
}
@media (max-width: 859px) {
  .cid-tAmXgvg4tW .content {
    width: 100%;
    text-align: center;
  }
}
.cid-tAmXgvg4tW .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tAmXgvg4tW .mbr-section-title span {
  position: relative;
}
.cid-tAmXgvg4tW .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-tAmXgvg4tW .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tAmXgvg4tW .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tAmXgvg4tW .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tAmXgvg4tW .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-tAmXgvg4tW .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tAmXgvg4tW .mbr-section-subtitle span {
  position: relative;
}
.cid-tAmXgvg4tW .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tAmXgvg4tW .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tAmXgvg4tW .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tAmXgvg4tW .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-tAmXgvg4tW .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-tAmXgvg4tW .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tAmXgvg4tW .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tAmXgvg4tW .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tAmXgvg4tW .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u7B0M8JbiF {
  padding-top: 25px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.cid-u7B0M8JbiF input,
.cid-u7B0M8JbiF textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-u7B0M8JbiF input:focus,
.cid-u7B0M8JbiF textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u7B0M8JbiF .form-control,
.cid-u7B0M8JbiF .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u7B0M8JbiF input::-webkit-input-placeholder,
.cid-u7B0M8JbiF textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-u7B0M8JbiF input:-moz-placeholder,
.cid-u7B0M8JbiF textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-u7B0M8JbiF .jq-selectbox li,
.cid-u7B0M8JbiF .jq-selectbox li {
  background-color: #ffffff;
}
.cid-u7B0M8JbiF .jq-selectbox li:hover,
.cid-u7B0M8JbiF .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-u7B0M8JbiF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u7B0M8JbiF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u7B0M8JbiF .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-u7B0M8JbiF .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-u7B0M8JbiF .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-u7B0M8JbiF .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-u7B0M8JbiF .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-u7B0M8JbiF .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-u7B0M8JbiF .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-u7B0M8JbiF .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-u7B0M8JbiF .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-u7B0M8JbiF .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-u7B0M8JbiF .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-u7B0M8JbiF .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-u7B0M8JbiF .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u7B0M8JbiF .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-u7B0M8JbiF .entry-content .text-box {
  padding: 0rem;
}
.cid-u7B0M8JbiF .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-u7B0M8JbiF .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-u7B0M8JbiF .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-u7B0M8JbiF .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-u7B0M8JbiF .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-u7B0M8JbiF .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-u7B0M8JbiF .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-u7B0M8JbiF .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-u7B0M8JbiF .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-u7B0M8JbiF .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-u7B0M8JbiF .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u7B0M8JbiF .entry-content .contact {
  margin-top: 30px;
}
.cid-u7B0M8JbiF .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-u7B0M8JbiF .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-u7B0M8JbiF .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-u7B0M8JbiF .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-u7B0M8JbiF .entry-content .contact .btn-black:hover {
  background-color: #4f2170 !important;
  border-color: #4f2170 !important;
}
.cid-u7B0M8JbiF .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-u7B0M8JbiF .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-u7B0M8JbiF .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-u7B0M8JbiF .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-u7B0M8JbiF .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-u7B0M8JbiF .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-u7B0M8JbiF .progress_elements .progress1 progress::after {
  left: 0%;
  border: 3px solid #4f87fb;
}
.cid-u7B0M8JbiF .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-u7B0M8JbiF .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-u7B0M8JbiF .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-u7B0M8JbiF progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u7B0M8JbiF .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7B0M8JbiF .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7B0M8JbiF .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7B0M8JbiF .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7B0M8JbiF .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u7B0M8JbiF .progressbar-title p {
  color: #6d7a8c;
}
.cid-u7B0M8JbiF .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-u7B0M8JbiF .entry-content .capabilities .capabilities-title,
.cid-u7B0M8JbiF .entry-content .capabilities .mbr-list .list {
  color: #2b1c50;
}
.cid-u7B0M8JbiF .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-tAmXgwwJW7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
}
.cid-tAmXgwwJW7 .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tAmXgwwJW7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tAmXgwwJW7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tAmXgwwJW7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #000000;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-tAmXgwwJW7 .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #4f2170;
  transform: translateY(-3px);
}
.cid-tAmXgwwJW7 .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-tAmXgwwJW7 .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-tAmXgwwJW7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tAmXgwwJW7 .copyright > p {
  color: #ffffff;
}
.cid-tAmXgwwJW7 p {
  font-size: 16px;
  font-family: Calibri;
}
.cid-tAmXW1MXhW {
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
  background-size: cover !important;
  min-height: 161px !important;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tAmXW1MXhW nav.navbar {
  position: fixed;
}
.cid-tAmXW1MXhW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAmXW1MXhW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAmXW1MXhW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAmXW1MXhW .dropdown-item:hover,
.cid-tAmXW1MXhW .dropdown-item:focus {
  background: #4f2170 !important;
  color: white !important;
}
.cid-tAmXW1MXhW .dropdown-item:hover span {
  color: white;
}
.cid-tAmXW1MXhW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAmXW1MXhW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAmXW1MXhW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAmXW1MXhW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAmXW1MXhW .nav-link {
  position: relative;
  color: #fff !important;
}
.cid-tAmXW1MXhW .nav-link a:visited {
  color: #fff !important;
}
.cid-tAmXW1MXhW .nav-link:hover {
  color: #e18719 !important;
}
.cid-tAmXW1MXhW .container {
  display: flex;
  margin: auto;
}
.cid-tAmXW1MXhW .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAmXW1MXhW .dropdown-menu,
.cid-tAmXW1MXhW .navbar.opened {
  background: #e08617 !important;
}
.cid-tAmXW1MXhW .nav-item:focus,
.cid-tAmXW1MXhW .nav-link:focus {
  outline: none;
}
.cid-tAmXW1MXhW .nav-item:focus a:visited,
.cid-tAmXW1MXhW .nav-link:focus a:visited {
  color: #fff !important;
}
.cid-tAmXW1MXhW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAmXW1MXhW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAmXW1MXhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAmXW1MXhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAmXW1MXhW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAmXW1MXhW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAmXW1MXhW .navbar {
  background-image: url(C:\Users\clasitter\Desktop\Mondelez 2022) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  min-height: 200px;
  transition: all 0.3s;
  background-color: #4f2170 !important;
  border-bottom: 1px solid transparent;
  background: transparent !important;
}
.cid-tAmXW1MXhW .navbar a:visited {
  color: #fff !important;
}
.cid-tAmXW1MXhW .navbar.opened {
  transition: all 0.3s;
}
.cid-tAmXW1MXhW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAmXW1MXhW .navbar .navbar-logo img {
  width: 220px !important;
  height: 75px !important;
}
.cid-tAmXW1MXhW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAmXW1MXhW .navbar.collapsed {
  justify-content: center;
}
.cid-tAmXW1MXhW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAmXW1MXhW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAmXW1MXhW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tAmXW1MXhW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAmXW1MXhW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAmXW1MXhW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tAmXW1MXhW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAmXW1MXhW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAmXW1MXhW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAmXW1MXhW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAmXW1MXhW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAmXW1MXhW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAmXW1MXhW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAmXW1MXhW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tAmXW1MXhW .navbar .navbar-logo img {
    max-height: 138px !important;
  }
  .cid-tAmXW1MXhW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAmXW1MXhW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAmXW1MXhW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAmXW1MXhW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAmXW1MXhW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tAmXW1MXhW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAmXW1MXhW .navbar.navbar-short .navbar-logo img {
  max-height: 200px !important;
}
.cid-tAmXW1MXhW .navbar.navbar-short .navbar-brand {
  min-height: 40px;
  padding: 0;
}
.cid-tAmXW1MXhW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAmXW1MXhW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAmXW1MXhW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAmXW1MXhW .dropdown-item.active,
.cid-tAmXW1MXhW .dropdown-item:active {
  background-color: transparent;
}
.cid-tAmXW1MXhW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAmXW1MXhW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAmXW1MXhW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAmXW1MXhW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e08617;
}
.cid-tAmXW1MXhW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAmXW1MXhW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAmXW1MXhW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAmXW1MXhW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAmXW1MXhW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAmXW1MXhW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tAmXW1MXhW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAmXW1MXhW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAmXW1MXhW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAmXW1MXhW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAmXW1MXhW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAmXW1MXhW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAmXW1MXhW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAmXW1MXhW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAmXW1MXhW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAmXW1MXhW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAmXW1MXhW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAmXW1MXhW .navbar {
    height: 70px;
  }
  .cid-tAmXW1MXhW .navbar.opened {
    height: auto;
  }
  .cid-tAmXW1MXhW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAmXW1MXhW a:visited {
  color: #fff !important;
}
.cid-tAmXW1MXhW .navbar-logo {
  filter: brightness(0) invert(1);
}
.cid-tAmXW1MXhW .navbar.opened .navbar-logo,
.cid-tAmXW1MXhW .navbar-short .navbar-logo {
  filter: brightness(1) invert(0);
}
.cid-tAmXW1MXhW .navbar-short .nav-link,
.cid-tAmXW1MXhW .navbar.opened .nav-link {
  color: #fff !important;
}
.cid-tAmXW1MXhW .navbar-short .nav-link:hover,
.cid-tAmXW1MXhW .navbar.opened .nav-link {
  color: #472454 !important;
}
.cid-tAmXW1MXhW .navbar-short .hamburger span,
.cid-tAmXW1MXhW .navbar.opened .hamburger span {
  background-color: #895787 !important;
}
.cid-tAmXW1MXhW .navbar-short {
  background-color: #e18719 !important;
}
.cid-tAmXW2bK0a {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tAmXW2bK0a .content {
  width: 100%;
}
@media (max-width: 859px) {
  .cid-tAmXW2bK0a .content {
    width: 100%;
    text-align: center;
  }
}
.cid-tAmXW2bK0a .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tAmXW2bK0a .mbr-section-title span {
  position: relative;
}
.cid-tAmXW2bK0a .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-tAmXW2bK0a .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tAmXW2bK0a .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tAmXW2bK0a .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tAmXW2bK0a .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-tAmXW2bK0a .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tAmXW2bK0a .mbr-section-subtitle span {
  position: relative;
}
.cid-tAmXW2bK0a .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tAmXW2bK0a .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tAmXW2bK0a .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tAmXW2bK0a .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-tAmXW2bK0a .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-tAmXW2bK0a .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tAmXW2bK0a .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tAmXW2bK0a .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tAmXW2bK0a .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u7B1mwgDIq {
  padding-top: 25px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.cid-u7B1mwgDIq input,
.cid-u7B1mwgDIq textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-u7B1mwgDIq input:focus,
.cid-u7B1mwgDIq textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u7B1mwgDIq .form-control,
.cid-u7B1mwgDIq .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u7B1mwgDIq input::-webkit-input-placeholder,
.cid-u7B1mwgDIq textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-u7B1mwgDIq input:-moz-placeholder,
.cid-u7B1mwgDIq textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-u7B1mwgDIq .jq-selectbox li,
.cid-u7B1mwgDIq .jq-selectbox li {
  background-color: #ffffff;
}
.cid-u7B1mwgDIq .jq-selectbox li:hover,
.cid-u7B1mwgDIq .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-u7B1mwgDIq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u7B1mwgDIq .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u7B1mwgDIq .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-u7B1mwgDIq .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-u7B1mwgDIq .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-u7B1mwgDIq .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-u7B1mwgDIq .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-u7B1mwgDIq .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-u7B1mwgDIq .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-u7B1mwgDIq .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-u7B1mwgDIq .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-u7B1mwgDIq .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-u7B1mwgDIq .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-u7B1mwgDIq .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-u7B1mwgDIq .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u7B1mwgDIq .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-u7B1mwgDIq .entry-content .text-box {
  padding: 0rem;
}
.cid-u7B1mwgDIq .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-u7B1mwgDIq .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-u7B1mwgDIq .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-u7B1mwgDIq .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-u7B1mwgDIq .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-u7B1mwgDIq .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-u7B1mwgDIq .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-u7B1mwgDIq .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-u7B1mwgDIq .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-u7B1mwgDIq .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-u7B1mwgDIq .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u7B1mwgDIq .entry-content .contact {
  margin-top: 30px;
}
.cid-u7B1mwgDIq .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-u7B1mwgDIq .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-u7B1mwgDIq .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-u7B1mwgDIq .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-u7B1mwgDIq .entry-content .contact .btn-black:hover {
  background-color: #4f2170 !important;
  border-color: #4f2170 !important;
}
.cid-u7B1mwgDIq .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-u7B1mwgDIq .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-u7B1mwgDIq .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-u7B1mwgDIq .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-u7B1mwgDIq .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-u7B1mwgDIq .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-u7B1mwgDIq .progress_elements .progress1 progress::after {
  left: 0%;
  border: 3px solid #4f87fb;
}
.cid-u7B1mwgDIq .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-u7B1mwgDIq .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-u7B1mwgDIq .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-u7B1mwgDIq progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u7B1mwgDIq .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7B1mwgDIq .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7B1mwgDIq .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7B1mwgDIq .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7B1mwgDIq .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u7B1mwgDIq .progressbar-title p {
  color: #6d7a8c;
}
.cid-u7B1mwgDIq .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-u7B1mwgDIq .entry-content .capabilities .capabilities-title,
.cid-u7B1mwgDIq .entry-content .capabilities .mbr-list .list {
  color: #2b1c50;
}
.cid-u7B1mwgDIq .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-tAmXW2U2UZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
}
.cid-tAmXW2U2UZ .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tAmXW2U2UZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tAmXW2U2UZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tAmXW2U2UZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #000000;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-tAmXW2U2UZ .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #4f2170;
  transform: translateY(-3px);
}
.cid-tAmXW2U2UZ .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-tAmXW2U2UZ .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-tAmXW2U2UZ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tAmXW2U2UZ .copyright > p {
  color: #ffffff;
}
.cid-tAmXW2U2UZ p {
  font-size: 16px;
  font-family: Calibri;
}
.cid-tAmZZmN3mX {
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
  background-size: cover !important;
  min-height: 161px !important;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tAmZZmN3mX nav.navbar {
  position: fixed;
}
.cid-tAmZZmN3mX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAmZZmN3mX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAmZZmN3mX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAmZZmN3mX .dropdown-item:hover,
.cid-tAmZZmN3mX .dropdown-item:focus {
  background: #4f2170 !important;
  color: white !important;
}
.cid-tAmZZmN3mX .dropdown-item:hover span {
  color: white;
}
.cid-tAmZZmN3mX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAmZZmN3mX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAmZZmN3mX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAmZZmN3mX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAmZZmN3mX .nav-link {
  position: relative;
  color: #fff !important;
}
.cid-tAmZZmN3mX .nav-link a:visited {
  color: #fff !important;
}
.cid-tAmZZmN3mX .nav-link:hover {
  color: #e18719 !important;
}
.cid-tAmZZmN3mX .container {
  display: flex;
  margin: auto;
}
.cid-tAmZZmN3mX .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAmZZmN3mX .dropdown-menu,
.cid-tAmZZmN3mX .navbar.opened {
  background: #e08617 !important;
}
.cid-tAmZZmN3mX .nav-item:focus,
.cid-tAmZZmN3mX .nav-link:focus {
  outline: none;
}
.cid-tAmZZmN3mX .nav-item:focus a:visited,
.cid-tAmZZmN3mX .nav-link:focus a:visited {
  color: #fff !important;
}
.cid-tAmZZmN3mX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAmZZmN3mX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAmZZmN3mX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAmZZmN3mX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAmZZmN3mX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAmZZmN3mX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAmZZmN3mX .navbar {
  background-image: url(C:\Users\clasitter\Desktop\Mondelez 2022) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  min-height: 200px;
  transition: all 0.3s;
  background-color: #4f2170 !important;
  border-bottom: 1px solid transparent;
  background: transparent !important;
}
.cid-tAmZZmN3mX .navbar a:visited {
  color: #fff !important;
}
.cid-tAmZZmN3mX .navbar.opened {
  transition: all 0.3s;
}
.cid-tAmZZmN3mX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAmZZmN3mX .navbar .navbar-logo img {
  width: 220px !important;
  height: 75px !important;
}
.cid-tAmZZmN3mX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAmZZmN3mX .navbar.collapsed {
  justify-content: center;
}
.cid-tAmZZmN3mX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAmZZmN3mX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAmZZmN3mX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tAmZZmN3mX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAmZZmN3mX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAmZZmN3mX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tAmZZmN3mX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAmZZmN3mX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAmZZmN3mX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAmZZmN3mX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAmZZmN3mX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAmZZmN3mX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAmZZmN3mX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAmZZmN3mX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tAmZZmN3mX .navbar .navbar-logo img {
    max-height: 138px !important;
  }
  .cid-tAmZZmN3mX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAmZZmN3mX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAmZZmN3mX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAmZZmN3mX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAmZZmN3mX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tAmZZmN3mX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAmZZmN3mX .navbar.navbar-short .navbar-logo img {
  max-height: 200px !important;
}
.cid-tAmZZmN3mX .navbar.navbar-short .navbar-brand {
  min-height: 40px;
  padding: 0;
}
.cid-tAmZZmN3mX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAmZZmN3mX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAmZZmN3mX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAmZZmN3mX .dropdown-item.active,
.cid-tAmZZmN3mX .dropdown-item:active {
  background-color: transparent;
}
.cid-tAmZZmN3mX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAmZZmN3mX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAmZZmN3mX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAmZZmN3mX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e08617;
}
.cid-tAmZZmN3mX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAmZZmN3mX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAmZZmN3mX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAmZZmN3mX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAmZZmN3mX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAmZZmN3mX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tAmZZmN3mX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAmZZmN3mX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAmZZmN3mX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAmZZmN3mX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAmZZmN3mX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAmZZmN3mX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAmZZmN3mX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAmZZmN3mX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAmZZmN3mX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAmZZmN3mX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAmZZmN3mX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAmZZmN3mX .navbar {
    height: 70px;
  }
  .cid-tAmZZmN3mX .navbar.opened {
    height: auto;
  }
  .cid-tAmZZmN3mX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAmZZmN3mX a:visited {
  color: #fff !important;
}
.cid-tAmZZmN3mX .navbar-logo {
  filter: brightness(0) invert(1);
}
.cid-tAmZZmN3mX .navbar.opened .navbar-logo,
.cid-tAmZZmN3mX .navbar-short .navbar-logo {
  filter: brightness(1) invert(0);
}
.cid-tAmZZmN3mX .navbar-short .nav-link,
.cid-tAmZZmN3mX .navbar.opened .nav-link {
  color: #fff !important;
}
.cid-tAmZZmN3mX .navbar-short .nav-link:hover,
.cid-tAmZZmN3mX .navbar.opened .nav-link {
  color: #472454 !important;
}
.cid-tAmZZmN3mX .navbar-short .hamburger span,
.cid-tAmZZmN3mX .navbar.opened .hamburger span {
  background-color: #895787 !important;
}
.cid-tAmZZmN3mX .navbar-short {
  background-color: #e18719 !important;
}
.cid-tAmZZngRmi {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tAmZZngRmi .content {
  width: 100%;
}
@media (max-width: 859px) {
  .cid-tAmZZngRmi .content {
    width: 100%;
    text-align: center;
  }
}
.cid-tAmZZngRmi .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tAmZZngRmi .mbr-section-title span {
  position: relative;
}
.cid-tAmZZngRmi .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-tAmZZngRmi .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tAmZZngRmi .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tAmZZngRmi .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tAmZZngRmi .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-tAmZZngRmi .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tAmZZngRmi .mbr-section-subtitle span {
  position: relative;
}
.cid-tAmZZngRmi .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tAmZZngRmi .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tAmZZngRmi .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tAmZZngRmi .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-tAmZZngRmi .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-tAmZZngRmi .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tAmZZngRmi .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tAmZZngRmi .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tAmZZngRmi .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u7B1DqP3Z2 {
  padding-top: 25px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.cid-u7B1DqP3Z2 input,
.cid-u7B1DqP3Z2 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-u7B1DqP3Z2 input:focus,
.cid-u7B1DqP3Z2 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u7B1DqP3Z2 .form-control,
.cid-u7B1DqP3Z2 .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u7B1DqP3Z2 input::-webkit-input-placeholder,
.cid-u7B1DqP3Z2 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-u7B1DqP3Z2 input:-moz-placeholder,
.cid-u7B1DqP3Z2 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-u7B1DqP3Z2 .jq-selectbox li,
.cid-u7B1DqP3Z2 .jq-selectbox li {
  background-color: #ffffff;
}
.cid-u7B1DqP3Z2 .jq-selectbox li:hover,
.cid-u7B1DqP3Z2 .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-u7B1DqP3Z2 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u7B1DqP3Z2 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u7B1DqP3Z2 .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-u7B1DqP3Z2 .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-u7B1DqP3Z2 .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-u7B1DqP3Z2 .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-u7B1DqP3Z2 .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-u7B1DqP3Z2 .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-u7B1DqP3Z2 .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-u7B1DqP3Z2 .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-u7B1DqP3Z2 .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-u7B1DqP3Z2 .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-u7B1DqP3Z2 .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-u7B1DqP3Z2 .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-u7B1DqP3Z2 .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u7B1DqP3Z2 .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-u7B1DqP3Z2 .entry-content .text-box {
  padding: 0rem;
}
.cid-u7B1DqP3Z2 .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-u7B1DqP3Z2 .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-u7B1DqP3Z2 .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-u7B1DqP3Z2 .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-u7B1DqP3Z2 .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-u7B1DqP3Z2 .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-u7B1DqP3Z2 .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-u7B1DqP3Z2 .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-u7B1DqP3Z2 .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-u7B1DqP3Z2 .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-u7B1DqP3Z2 .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u7B1DqP3Z2 .entry-content .contact {
  margin-top: 30px;
}
.cid-u7B1DqP3Z2 .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-u7B1DqP3Z2 .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-u7B1DqP3Z2 .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-u7B1DqP3Z2 .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-u7B1DqP3Z2 .entry-content .contact .btn-black:hover {
  background-color: #4f2170 !important;
  border-color: #4f2170 !important;
}
.cid-u7B1DqP3Z2 .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-u7B1DqP3Z2 .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-u7B1DqP3Z2 .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-u7B1DqP3Z2 .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-u7B1DqP3Z2 .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-u7B1DqP3Z2 .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-u7B1DqP3Z2 .progress_elements .progress1 progress::after {
  left: 0%;
  border: 3px solid #4f87fb;
}
.cid-u7B1DqP3Z2 .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-u7B1DqP3Z2 .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-u7B1DqP3Z2 .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-u7B1DqP3Z2 progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u7B1DqP3Z2 .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7B1DqP3Z2 .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7B1DqP3Z2 .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7B1DqP3Z2 .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7B1DqP3Z2 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u7B1DqP3Z2 .progressbar-title p {
  color: #6d7a8c;
}
.cid-u7B1DqP3Z2 .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-u7B1DqP3Z2 .entry-content .capabilities .capabilities-title,
.cid-u7B1DqP3Z2 .entry-content .capabilities .mbr-list .list {
  color: #2b1c50;
}
.cid-u7B1DqP3Z2 .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-tAmZZo4W08 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
}
.cid-tAmZZo4W08 .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tAmZZo4W08 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tAmZZo4W08 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tAmZZo4W08 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #000000;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-tAmZZo4W08 .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #4f2170;
  transform: translateY(-3px);
}
.cid-tAmZZo4W08 .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-tAmZZo4W08 .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-tAmZZo4W08 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tAmZZo4W08 .copyright > p {
  color: #ffffff;
}
.cid-tAmZZo4W08 p {
  font-size: 16px;
  font-family: Calibri;
}
.cid-tAn1alpiiO {
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
  background-size: cover !important;
  min-height: 161px !important;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tAn1alpiiO nav.navbar {
  position: fixed;
}
.cid-tAn1alpiiO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAn1alpiiO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAn1alpiiO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAn1alpiiO .dropdown-item:hover,
.cid-tAn1alpiiO .dropdown-item:focus {
  background: #4f2170 !important;
  color: white !important;
}
.cid-tAn1alpiiO .dropdown-item:hover span {
  color: white;
}
.cid-tAn1alpiiO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAn1alpiiO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAn1alpiiO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAn1alpiiO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAn1alpiiO .nav-link {
  position: relative;
  color: #fff !important;
}
.cid-tAn1alpiiO .nav-link a:visited {
  color: #fff !important;
}
.cid-tAn1alpiiO .nav-link:hover {
  color: #e18719 !important;
}
.cid-tAn1alpiiO .container {
  display: flex;
  margin: auto;
}
.cid-tAn1alpiiO .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAn1alpiiO .dropdown-menu,
.cid-tAn1alpiiO .navbar.opened {
  background: #e08617 !important;
}
.cid-tAn1alpiiO .nav-item:focus,
.cid-tAn1alpiiO .nav-link:focus {
  outline: none;
}
.cid-tAn1alpiiO .nav-item:focus a:visited,
.cid-tAn1alpiiO .nav-link:focus a:visited {
  color: #fff !important;
}
.cid-tAn1alpiiO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAn1alpiiO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAn1alpiiO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAn1alpiiO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAn1alpiiO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAn1alpiiO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAn1alpiiO .navbar {
  background-image: url(C:\Users\clasitter\Desktop\Mondelez 2022) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  min-height: 200px;
  transition: all 0.3s;
  background-color: #4f2170 !important;
  border-bottom: 1px solid transparent;
  background: transparent !important;
}
.cid-tAn1alpiiO .navbar a:visited {
  color: #fff !important;
}
.cid-tAn1alpiiO .navbar.opened {
  transition: all 0.3s;
}
.cid-tAn1alpiiO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAn1alpiiO .navbar .navbar-logo img {
  width: 220px !important;
  height: 75px !important;
}
.cid-tAn1alpiiO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAn1alpiiO .navbar.collapsed {
  justify-content: center;
}
.cid-tAn1alpiiO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAn1alpiiO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAn1alpiiO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tAn1alpiiO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAn1alpiiO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAn1alpiiO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tAn1alpiiO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAn1alpiiO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAn1alpiiO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAn1alpiiO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAn1alpiiO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAn1alpiiO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAn1alpiiO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAn1alpiiO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tAn1alpiiO .navbar .navbar-logo img {
    max-height: 138px !important;
  }
  .cid-tAn1alpiiO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAn1alpiiO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAn1alpiiO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAn1alpiiO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAn1alpiiO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tAn1alpiiO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAn1alpiiO .navbar.navbar-short .navbar-logo img {
  max-height: 200px !important;
}
.cid-tAn1alpiiO .navbar.navbar-short .navbar-brand {
  min-height: 40px;
  padding: 0;
}
.cid-tAn1alpiiO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAn1alpiiO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAn1alpiiO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAn1alpiiO .dropdown-item.active,
.cid-tAn1alpiiO .dropdown-item:active {
  background-color: transparent;
}
.cid-tAn1alpiiO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAn1alpiiO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAn1alpiiO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAn1alpiiO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e08617;
}
.cid-tAn1alpiiO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAn1alpiiO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAn1alpiiO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAn1alpiiO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAn1alpiiO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAn1alpiiO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tAn1alpiiO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAn1alpiiO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAn1alpiiO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAn1alpiiO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAn1alpiiO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAn1alpiiO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAn1alpiiO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAn1alpiiO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAn1alpiiO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAn1alpiiO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAn1alpiiO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAn1alpiiO .navbar {
    height: 70px;
  }
  .cid-tAn1alpiiO .navbar.opened {
    height: auto;
  }
  .cid-tAn1alpiiO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAn1alpiiO a:visited {
  color: #fff !important;
}
.cid-tAn1alpiiO .navbar-logo {
  filter: brightness(0) invert(1);
}
.cid-tAn1alpiiO .navbar.opened .navbar-logo,
.cid-tAn1alpiiO .navbar-short .navbar-logo {
  filter: brightness(1) invert(0);
}
.cid-tAn1alpiiO .navbar-short .nav-link,
.cid-tAn1alpiiO .navbar.opened .nav-link {
  color: #fff !important;
}
.cid-tAn1alpiiO .navbar-short .nav-link:hover,
.cid-tAn1alpiiO .navbar.opened .nav-link {
  color: #472454 !important;
}
.cid-tAn1alpiiO .navbar-short .hamburger span,
.cid-tAn1alpiiO .navbar.opened .hamburger span {
  background-color: #895787 !important;
}
.cid-tAn1alpiiO .navbar-short {
  background-color: #e18719 !important;
}
.cid-tAn1alWNS2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tAn1alWNS2 .content {
  width: 100%;
}
@media (max-width: 859px) {
  .cid-tAn1alWNS2 .content {
    width: 100%;
    text-align: center;
  }
}
.cid-tAn1alWNS2 .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tAn1alWNS2 .mbr-section-title span {
  position: relative;
}
.cid-tAn1alWNS2 .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-tAn1alWNS2 .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tAn1alWNS2 .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tAn1alWNS2 .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tAn1alWNS2 .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-tAn1alWNS2 .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tAn1alWNS2 .mbr-section-subtitle span {
  position: relative;
}
.cid-tAn1alWNS2 .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tAn1alWNS2 .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tAn1alWNS2 .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tAn1alWNS2 .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-tAn1alWNS2 .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-tAn1alWNS2 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tAn1alWNS2 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tAn1alWNS2 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tAn1alWNS2 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u7B23e0Z5I {
  padding-top: 25px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.cid-u7B23e0Z5I input,
.cid-u7B23e0Z5I textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-u7B23e0Z5I input:focus,
.cid-u7B23e0Z5I textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u7B23e0Z5I .form-control,
.cid-u7B23e0Z5I .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u7B23e0Z5I input::-webkit-input-placeholder,
.cid-u7B23e0Z5I textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-u7B23e0Z5I input:-moz-placeholder,
.cid-u7B23e0Z5I textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-u7B23e0Z5I .jq-selectbox li,
.cid-u7B23e0Z5I .jq-selectbox li {
  background-color: #ffffff;
}
.cid-u7B23e0Z5I .jq-selectbox li:hover,
.cid-u7B23e0Z5I .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-u7B23e0Z5I .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u7B23e0Z5I .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u7B23e0Z5I .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-u7B23e0Z5I .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-u7B23e0Z5I .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-u7B23e0Z5I .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-u7B23e0Z5I .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-u7B23e0Z5I .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-u7B23e0Z5I .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-u7B23e0Z5I .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-u7B23e0Z5I .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-u7B23e0Z5I .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-u7B23e0Z5I .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-u7B23e0Z5I .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-u7B23e0Z5I .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u7B23e0Z5I .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-u7B23e0Z5I .entry-content .text-box {
  padding: 0rem;
}
.cid-u7B23e0Z5I .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-u7B23e0Z5I .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-u7B23e0Z5I .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-u7B23e0Z5I .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-u7B23e0Z5I .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-u7B23e0Z5I .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-u7B23e0Z5I .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-u7B23e0Z5I .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-u7B23e0Z5I .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-u7B23e0Z5I .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-u7B23e0Z5I .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u7B23e0Z5I .entry-content .contact {
  margin-top: 30px;
}
.cid-u7B23e0Z5I .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-u7B23e0Z5I .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-u7B23e0Z5I .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-u7B23e0Z5I .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-u7B23e0Z5I .entry-content .contact .btn-black:hover {
  background-color: #4f2170 !important;
  border-color: #4f2170 !important;
}
.cid-u7B23e0Z5I .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-u7B23e0Z5I .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-u7B23e0Z5I .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-u7B23e0Z5I .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-u7B23e0Z5I .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-u7B23e0Z5I .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-u7B23e0Z5I .progress_elements .progress1 progress::after {
  left: 0%;
  border: 3px solid #4f87fb;
}
.cid-u7B23e0Z5I .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-u7B23e0Z5I .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-u7B23e0Z5I .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-u7B23e0Z5I progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u7B23e0Z5I .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7B23e0Z5I .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7B23e0Z5I .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7B23e0Z5I .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7B23e0Z5I .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u7B23e0Z5I .progressbar-title p {
  color: #6d7a8c;
}
.cid-u7B23e0Z5I .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-u7B23e0Z5I .entry-content .capabilities .capabilities-title,
.cid-u7B23e0Z5I .entry-content .capabilities .mbr-list .list {
  color: #2b1c50;
}
.cid-u7B23e0Z5I .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-tAn1amKPMU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
}
.cid-tAn1amKPMU .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tAn1amKPMU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tAn1amKPMU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tAn1amKPMU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #000000;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-tAn1amKPMU .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #4f2170;
  transform: translateY(-3px);
}
.cid-tAn1amKPMU .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-tAn1amKPMU .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-tAn1amKPMU .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tAn1amKPMU .copyright > p {
  color: #ffffff;
}
.cid-tAn1amKPMU p {
  font-size: 16px;
  font-family: Calibri;
}
.cid-u77lklRKZa {
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
  background-size: cover !important;
  min-height: 161px !important;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u77lklRKZa nav.navbar {
  position: fixed;
}
.cid-u77lklRKZa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u77lklRKZa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u77lklRKZa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u77lklRKZa .dropdown-item:hover,
.cid-u77lklRKZa .dropdown-item:focus {
  background: #4f2170 !important;
  color: white !important;
}
.cid-u77lklRKZa .dropdown-item:hover span {
  color: white;
}
.cid-u77lklRKZa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u77lklRKZa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u77lklRKZa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u77lklRKZa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u77lklRKZa .nav-link {
  position: relative;
  color: #fff !important;
}
.cid-u77lklRKZa .nav-link a:visited {
  color: #fff !important;
}
.cid-u77lklRKZa .nav-link:hover {
  color: #e18719 !important;
}
.cid-u77lklRKZa .container {
  display: flex;
  margin: auto;
}
.cid-u77lklRKZa .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u77lklRKZa .dropdown-menu,
.cid-u77lklRKZa .navbar.opened {
  background: #e08617 !important;
}
.cid-u77lklRKZa .nav-item:focus,
.cid-u77lklRKZa .nav-link:focus {
  outline: none;
}
.cid-u77lklRKZa .nav-item:focus a:visited,
.cid-u77lklRKZa .nav-link:focus a:visited {
  color: #fff !important;
}
.cid-u77lklRKZa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u77lklRKZa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u77lklRKZa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u77lklRKZa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u77lklRKZa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u77lklRKZa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u77lklRKZa .navbar {
  background-image: url(C:\Users\clasitter\Desktop\Mondelez 2022) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  min-height: 200px;
  transition: all 0.3s;
  background-color: #4f2170 !important;
  border-bottom: 1px solid transparent;
  background: transparent !important;
}
.cid-u77lklRKZa .navbar a:visited {
  color: #fff !important;
}
.cid-u77lklRKZa .navbar.opened {
  transition: all 0.3s;
}
.cid-u77lklRKZa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u77lklRKZa .navbar .navbar-logo img {
  width: 220px !important;
  height: 75px !important;
}
.cid-u77lklRKZa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u77lklRKZa .navbar.collapsed {
  justify-content: center;
}
.cid-u77lklRKZa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u77lklRKZa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u77lklRKZa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-u77lklRKZa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u77lklRKZa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u77lklRKZa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u77lklRKZa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u77lklRKZa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u77lklRKZa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u77lklRKZa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u77lklRKZa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u77lklRKZa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u77lklRKZa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u77lklRKZa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u77lklRKZa .navbar .navbar-logo img {
    max-height: 138px !important;
  }
  .cid-u77lklRKZa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u77lklRKZa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u77lklRKZa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u77lklRKZa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u77lklRKZa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u77lklRKZa .navbar.navbar-short {
  min-height: 60px;
}
.cid-u77lklRKZa .navbar.navbar-short .navbar-logo img {
  max-height: 200px !important;
}
.cid-u77lklRKZa .navbar.navbar-short .navbar-brand {
  min-height: 40px;
  padding: 0;
}
.cid-u77lklRKZa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u77lklRKZa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u77lklRKZa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u77lklRKZa .dropdown-item.active,
.cid-u77lklRKZa .dropdown-item:active {
  background-color: transparent;
}
.cid-u77lklRKZa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u77lklRKZa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u77lklRKZa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u77lklRKZa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e08617;
}
.cid-u77lklRKZa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u77lklRKZa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u77lklRKZa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u77lklRKZa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u77lklRKZa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u77lklRKZa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u77lklRKZa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u77lklRKZa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u77lklRKZa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u77lklRKZa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u77lklRKZa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u77lklRKZa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u77lklRKZa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u77lklRKZa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u77lklRKZa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u77lklRKZa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u77lklRKZa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u77lklRKZa .navbar {
    height: 70px;
  }
  .cid-u77lklRKZa .navbar.opened {
    height: auto;
  }
  .cid-u77lklRKZa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u77lklRKZa a:visited {
  color: #fff !important;
}
.cid-u77lklRKZa .navbar-logo {
  filter: brightness(0) invert(1);
}
.cid-u77lklRKZa .navbar.opened .navbar-logo,
.cid-u77lklRKZa .navbar-short .navbar-logo {
  filter: brightness(1) invert(0);
}
.cid-u77lklRKZa .navbar-short .nav-link,
.cid-u77lklRKZa .navbar.opened .nav-link {
  color: #fff !important;
}
.cid-u77lklRKZa .navbar-short .nav-link:hover,
.cid-u77lklRKZa .navbar.opened .nav-link {
  color: #472454 !important;
}
.cid-u77lklRKZa .navbar-short .hamburger span,
.cid-u77lklRKZa .navbar.opened .hamburger span {
  background-color: #895787 !important;
}
.cid-u77lklRKZa .navbar-short {
  background-color: #e18719 !important;
}
.cid-u77lkmhA54 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-u77lkmhA54 .content {
  width: 100%;
}
@media (max-width: 859px) {
  .cid-u77lkmhA54 .content {
    width: 100%;
    text-align: center;
  }
}
.cid-u77lkmhA54 .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
.cid-u77lkmhA54 .mbr-section-title span {
  position: relative;
}
.cid-u77lkmhA54 .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-u77lkmhA54 .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-u77lkmhA54 .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-u77lkmhA54 .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-u77lkmhA54 .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-u77lkmhA54 .mbr-section-subtitle {
  color: #1f1437;
}
.cid-u77lkmhA54 .mbr-section-subtitle span {
  position: relative;
}
.cid-u77lkmhA54 .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-u77lkmhA54 .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-u77lkmhA54 .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-u77lkmhA54 .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-u77lkmhA54 .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-u77lkmhA54 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u77lkmhA54 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-u77lkmhA54 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u77lkmhA54 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u7AX9Qeg22 {
  padding-top: 25px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.cid-u7AX9Qeg22 input,
.cid-u7AX9Qeg22 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-u7AX9Qeg22 input:focus,
.cid-u7AX9Qeg22 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u7AX9Qeg22 .form-control,
.cid-u7AX9Qeg22 .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u7AX9Qeg22 input::-webkit-input-placeholder,
.cid-u7AX9Qeg22 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-u7AX9Qeg22 input:-moz-placeholder,
.cid-u7AX9Qeg22 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-u7AX9Qeg22 .jq-selectbox li,
.cid-u7AX9Qeg22 .jq-selectbox li {
  background-color: #ffffff;
}
.cid-u7AX9Qeg22 .jq-selectbox li:hover,
.cid-u7AX9Qeg22 .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-u7AX9Qeg22 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u7AX9Qeg22 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u7AX9Qeg22 .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-u7AX9Qeg22 .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-u7AX9Qeg22 .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-u7AX9Qeg22 .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-u7AX9Qeg22 .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-u7AX9Qeg22 .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-u7AX9Qeg22 .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-u7AX9Qeg22 .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-u7AX9Qeg22 .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-u7AX9Qeg22 .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-u7AX9Qeg22 .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-u7AX9Qeg22 .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-u7AX9Qeg22 .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u7AX9Qeg22 .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-u7AX9Qeg22 .entry-content .text-box {
  padding: 0rem;
}
.cid-u7AX9Qeg22 .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-u7AX9Qeg22 .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-u7AX9Qeg22 .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-u7AX9Qeg22 .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-u7AX9Qeg22 .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-u7AX9Qeg22 .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-u7AX9Qeg22 .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-u7AX9Qeg22 .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-u7AX9Qeg22 .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-u7AX9Qeg22 .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-u7AX9Qeg22 .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u7AX9Qeg22 .entry-content .contact {
  margin-top: 30px;
}
.cid-u7AX9Qeg22 .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-u7AX9Qeg22 .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-u7AX9Qeg22 .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-u7AX9Qeg22 .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-u7AX9Qeg22 .entry-content .contact .btn-black:hover {
  background-color: #4f2170 !important;
  border-color: #4f2170 !important;
}
.cid-u7AX9Qeg22 .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-u7AX9Qeg22 .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-u7AX9Qeg22 .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-u7AX9Qeg22 .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-u7AX9Qeg22 .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-u7AX9Qeg22 .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-u7AX9Qeg22 .progress_elements .progress1 progress::after {
  left: 0%;
  border: 3px solid #4f87fb;
}
.cid-u7AX9Qeg22 .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-u7AX9Qeg22 .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-u7AX9Qeg22 .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-u7AX9Qeg22 progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u7AX9Qeg22 .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AX9Qeg22 .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AX9Qeg22 .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AX9Qeg22 .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AX9Qeg22 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u7AX9Qeg22 .progressbar-title p {
  color: #6d7a8c;
}
.cid-u7AX9Qeg22 .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-u7AX9Qeg22 .entry-content .capabilities .capabilities-title,
.cid-u7AX9Qeg22 .entry-content .capabilities .mbr-list .list {
  color: #2b1c50;
}
.cid-u7AX9Qeg22 .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-u77lkn6uxi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
}
.cid-u77lkn6uxi .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-u77lkn6uxi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u77lkn6uxi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u77lkn6uxi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #000000;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-u77lkn6uxi .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #4f2170;
  transform: translateY(-3px);
}
.cid-u77lkn6uxi .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-u77lkn6uxi .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-u77lkn6uxi .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u77lkn6uxi .copyright > p {
  color: #ffffff;
}
.cid-u77lkn6uxi p {
  font-size: 16px;
  font-family: Calibri;
}
.cid-u77mwPl5xP {
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
  background-size: cover !important;
  min-height: 161px !important;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u77mwPl5xP nav.navbar {
  position: fixed;
}
.cid-u77mwPl5xP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u77mwPl5xP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u77mwPl5xP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u77mwPl5xP .dropdown-item:hover,
.cid-u77mwPl5xP .dropdown-item:focus {
  background: #4f2170 !important;
  color: white !important;
}
.cid-u77mwPl5xP .dropdown-item:hover span {
  color: white;
}
.cid-u77mwPl5xP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u77mwPl5xP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u77mwPl5xP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u77mwPl5xP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u77mwPl5xP .nav-link {
  position: relative;
  color: #fff !important;
}
.cid-u77mwPl5xP .nav-link a:visited {
  color: #fff !important;
}
.cid-u77mwPl5xP .nav-link:hover {
  color: #e18719 !important;
}
.cid-u77mwPl5xP .container {
  display: flex;
  margin: auto;
}
.cid-u77mwPl5xP .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u77mwPl5xP .dropdown-menu,
.cid-u77mwPl5xP .navbar.opened {
  background: #e08617 !important;
}
.cid-u77mwPl5xP .nav-item:focus,
.cid-u77mwPl5xP .nav-link:focus {
  outline: none;
}
.cid-u77mwPl5xP .nav-item:focus a:visited,
.cid-u77mwPl5xP .nav-link:focus a:visited {
  color: #fff !important;
}
.cid-u77mwPl5xP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u77mwPl5xP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u77mwPl5xP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u77mwPl5xP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u77mwPl5xP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u77mwPl5xP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u77mwPl5xP .navbar {
  background-image: url(C:\Users\clasitter\Desktop\Mondelez 2022) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  min-height: 200px;
  transition: all 0.3s;
  background-color: #4f2170 !important;
  border-bottom: 1px solid transparent;
  background: transparent !important;
}
.cid-u77mwPl5xP .navbar a:visited {
  color: #fff !important;
}
.cid-u77mwPl5xP .navbar.opened {
  transition: all 0.3s;
}
.cid-u77mwPl5xP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u77mwPl5xP .navbar .navbar-logo img {
  width: 220px !important;
  height: 75px !important;
}
.cid-u77mwPl5xP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u77mwPl5xP .navbar.collapsed {
  justify-content: center;
}
.cid-u77mwPl5xP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u77mwPl5xP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u77mwPl5xP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-u77mwPl5xP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u77mwPl5xP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u77mwPl5xP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u77mwPl5xP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u77mwPl5xP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u77mwPl5xP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u77mwPl5xP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u77mwPl5xP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u77mwPl5xP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u77mwPl5xP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u77mwPl5xP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u77mwPl5xP .navbar .navbar-logo img {
    max-height: 138px !important;
  }
  .cid-u77mwPl5xP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u77mwPl5xP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u77mwPl5xP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u77mwPl5xP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u77mwPl5xP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u77mwPl5xP .navbar.navbar-short {
  min-height: 60px;
}
.cid-u77mwPl5xP .navbar.navbar-short .navbar-logo img {
  max-height: 200px !important;
}
.cid-u77mwPl5xP .navbar.navbar-short .navbar-brand {
  min-height: 40px;
  padding: 0;
}
.cid-u77mwPl5xP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u77mwPl5xP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u77mwPl5xP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u77mwPl5xP .dropdown-item.active,
.cid-u77mwPl5xP .dropdown-item:active {
  background-color: transparent;
}
.cid-u77mwPl5xP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u77mwPl5xP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u77mwPl5xP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u77mwPl5xP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e08617;
}
.cid-u77mwPl5xP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u77mwPl5xP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u77mwPl5xP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u77mwPl5xP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u77mwPl5xP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u77mwPl5xP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u77mwPl5xP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u77mwPl5xP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u77mwPl5xP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u77mwPl5xP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u77mwPl5xP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u77mwPl5xP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u77mwPl5xP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u77mwPl5xP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u77mwPl5xP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u77mwPl5xP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u77mwPl5xP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u77mwPl5xP .navbar {
    height: 70px;
  }
  .cid-u77mwPl5xP .navbar.opened {
    height: auto;
  }
  .cid-u77mwPl5xP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u77mwPl5xP a:visited {
  color: #fff !important;
}
.cid-u77mwPl5xP .navbar-logo {
  filter: brightness(0) invert(1);
}
.cid-u77mwPl5xP .navbar.opened .navbar-logo,
.cid-u77mwPl5xP .navbar-short .navbar-logo {
  filter: brightness(1) invert(0);
}
.cid-u77mwPl5xP .navbar-short .nav-link,
.cid-u77mwPl5xP .navbar.opened .nav-link {
  color: #fff !important;
}
.cid-u77mwPl5xP .navbar-short .nav-link:hover,
.cid-u77mwPl5xP .navbar.opened .nav-link {
  color: #472454 !important;
}
.cid-u77mwPl5xP .navbar-short .hamburger span,
.cid-u77mwPl5xP .navbar.opened .hamburger span {
  background-color: #895787 !important;
}
.cid-u77mwPl5xP .navbar-short {
  background-color: #e18719 !important;
}
.cid-u77mwPW9h0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-u77mwPW9h0 .content {
  width: 100%;
}
@media (max-width: 859px) {
  .cid-u77mwPW9h0 .content {
    width: 100%;
    text-align: center;
  }
}
.cid-u77mwPW9h0 .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
.cid-u77mwPW9h0 .mbr-section-title span {
  position: relative;
}
.cid-u77mwPW9h0 .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-u77mwPW9h0 .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-u77mwPW9h0 .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-u77mwPW9h0 .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-u77mwPW9h0 .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-u77mwPW9h0 .mbr-section-subtitle {
  color: #1f1437;
}
.cid-u77mwPW9h0 .mbr-section-subtitle span {
  position: relative;
}
.cid-u77mwPW9h0 .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-u77mwPW9h0 .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-u77mwPW9h0 .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-u77mwPW9h0 .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-u77mwPW9h0 .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-u77mwPW9h0 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u77mwPW9h0 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-u77mwPW9h0 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u77mwPW9h0 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u7AWGHpErT {
  padding-top: 25px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.cid-u7AWGHpErT input,
.cid-u7AWGHpErT textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-u7AWGHpErT input:focus,
.cid-u7AWGHpErT textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-u7AWGHpErT .form-control,
.cid-u7AWGHpErT .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u7AWGHpErT input::-webkit-input-placeholder,
.cid-u7AWGHpErT textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-u7AWGHpErT input:-moz-placeholder,
.cid-u7AWGHpErT textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-u7AWGHpErT .jq-selectbox li,
.cid-u7AWGHpErT .jq-selectbox li {
  background-color: #ffffff;
}
.cid-u7AWGHpErT .jq-selectbox li:hover,
.cid-u7AWGHpErT .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-u7AWGHpErT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u7AWGHpErT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-u7AWGHpErT .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-u7AWGHpErT .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-u7AWGHpErT .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-u7AWGHpErT .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-u7AWGHpErT .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-u7AWGHpErT .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-u7AWGHpErT .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-u7AWGHpErT .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-u7AWGHpErT .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-u7AWGHpErT .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-u7AWGHpErT .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-u7AWGHpErT .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-u7AWGHpErT .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u7AWGHpErT .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-u7AWGHpErT .entry-content .text-box {
  padding: 0rem;
}
.cid-u7AWGHpErT .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-u7AWGHpErT .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-u7AWGHpErT .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-u7AWGHpErT .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-u7AWGHpErT .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-u7AWGHpErT .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-u7AWGHpErT .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-u7AWGHpErT .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-u7AWGHpErT .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-u7AWGHpErT .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-u7AWGHpErT .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-u7AWGHpErT .entry-content .contact {
  margin-top: 30px;
}
.cid-u7AWGHpErT .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-u7AWGHpErT .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-u7AWGHpErT .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-u7AWGHpErT .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-u7AWGHpErT .entry-content .contact .btn-black:hover {
  background-color: #4f2170 !important;
  border-color: #4f2170 !important;
}
.cid-u7AWGHpErT .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-u7AWGHpErT .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-u7AWGHpErT .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-u7AWGHpErT .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-u7AWGHpErT .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-u7AWGHpErT .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-u7AWGHpErT .progress_elements .progress1 progress::after {
  left: 0%;
  border: 3px solid #4f87fb;
}
.cid-u7AWGHpErT .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-u7AWGHpErT .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-u7AWGHpErT .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-u7AWGHpErT progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-u7AWGHpErT .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AWGHpErT .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AWGHpErT .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AWGHpErT .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-u7AWGHpErT .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-u7AWGHpErT .progressbar-title p {
  color: #6d7a8c;
}
.cid-u7AWGHpErT .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-u7AWGHpErT .entry-content .capabilities .capabilities-title,
.cid-u7AWGHpErT .entry-content .capabilities .mbr-list .list {
  color: #2b1c50;
}
.cid-u7AWGHpErT .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-u77mwQFD3E {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
}
.cid-u77mwQFD3E .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-u77mwQFD3E .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u77mwQFD3E .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u77mwQFD3E .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #000000;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-u77mwQFD3E .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #4f2170;
  transform: translateY(-3px);
}
.cid-u77mwQFD3E .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-u77mwQFD3E .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-u77mwQFD3E .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u77mwQFD3E .copyright > p {
  color: #ffffff;
}
.cid-u77mwQFD3E p {
  font-size: 16px;
  font-family: Calibri;
}
.cid-uGFd6kOf94 {
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
  background-size: cover !important;
  min-height: 161px !important;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uGFd6kOf94 nav.navbar {
  position: fixed;
}
.cid-uGFd6kOf94 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGFd6kOf94 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGFd6kOf94 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGFd6kOf94 .dropdown-item:hover,
.cid-uGFd6kOf94 .dropdown-item:focus {
  background: #4f2170 !important;
  color: white !important;
}
.cid-uGFd6kOf94 .dropdown-item:hover span {
  color: white;
}
.cid-uGFd6kOf94 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGFd6kOf94 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGFd6kOf94 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGFd6kOf94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGFd6kOf94 .nav-link {
  position: relative;
  color: #fff !important;
}
.cid-uGFd6kOf94 .nav-link a:visited {
  color: #fff !important;
}
.cid-uGFd6kOf94 .nav-link:hover {
  color: #e18719 !important;
}
.cid-uGFd6kOf94 .container {
  display: flex;
  margin: auto;
}
.cid-uGFd6kOf94 .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGFd6kOf94 .dropdown-menu,
.cid-uGFd6kOf94 .navbar.opened {
  background: #e08617 !important;
}
.cid-uGFd6kOf94 .nav-item:focus,
.cid-uGFd6kOf94 .nav-link:focus {
  outline: none;
}
.cid-uGFd6kOf94 .nav-item:focus a:visited,
.cid-uGFd6kOf94 .nav-link:focus a:visited {
  color: #fff !important;
}
.cid-uGFd6kOf94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGFd6kOf94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGFd6kOf94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGFd6kOf94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGFd6kOf94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGFd6kOf94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGFd6kOf94 .navbar {
  background-image: url(C:\Users\clasitter\Desktop\Mondelez 2022) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  min-height: 200px;
  transition: all 0.3s;
  background-color: #4f2170 !important;
  border-bottom: 1px solid transparent;
  background: transparent !important;
}
.cid-uGFd6kOf94 .navbar a:visited {
  color: #fff !important;
}
.cid-uGFd6kOf94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uGFd6kOf94 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGFd6kOf94 .navbar .navbar-logo img {
  width: 220px !important;
  height: 75px !important;
}
.cid-uGFd6kOf94 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGFd6kOf94 .navbar.collapsed {
  justify-content: center;
}
.cid-uGFd6kOf94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGFd6kOf94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGFd6kOf94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uGFd6kOf94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGFd6kOf94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGFd6kOf94 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGFd6kOf94 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGFd6kOf94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGFd6kOf94 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGFd6kOf94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGFd6kOf94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGFd6kOf94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGFd6kOf94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGFd6kOf94 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGFd6kOf94 .navbar .navbar-logo img {
    max-height: 138px !important;
  }
  .cid-uGFd6kOf94 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGFd6kOf94 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGFd6kOf94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGFd6kOf94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGFd6kOf94 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGFd6kOf94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGFd6kOf94 .navbar.navbar-short .navbar-logo img {
  max-height: 200px !important;
}
.cid-uGFd6kOf94 .navbar.navbar-short .navbar-brand {
  min-height: 40px;
  padding: 0;
}
.cid-uGFd6kOf94 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGFd6kOf94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGFd6kOf94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGFd6kOf94 .dropdown-item.active,
.cid-uGFd6kOf94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGFd6kOf94 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGFd6kOf94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGFd6kOf94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGFd6kOf94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e08617;
}
.cid-uGFd6kOf94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGFd6kOf94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGFd6kOf94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGFd6kOf94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGFd6kOf94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGFd6kOf94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGFd6kOf94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGFd6kOf94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGFd6kOf94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGFd6kOf94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGFd6kOf94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGFd6kOf94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGFd6kOf94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGFd6kOf94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGFd6kOf94 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGFd6kOf94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGFd6kOf94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGFd6kOf94 .navbar {
    height: 70px;
  }
  .cid-uGFd6kOf94 .navbar.opened {
    height: auto;
  }
  .cid-uGFd6kOf94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGFd6kOf94 a:visited {
  color: #fff !important;
}
.cid-uGFd6kOf94 .navbar-logo {
  filter: brightness(0) invert(1);
}
.cid-uGFd6kOf94 .navbar.opened .navbar-logo,
.cid-uGFd6kOf94 .navbar-short .navbar-logo {
  filter: brightness(1) invert(0);
}
.cid-uGFd6kOf94 .navbar-short .nav-link,
.cid-uGFd6kOf94 .navbar.opened .nav-link {
  color: #fff !important;
}
.cid-uGFd6kOf94 .navbar-short .nav-link:hover,
.cid-uGFd6kOf94 .navbar.opened .nav-link {
  color: #472454 !important;
}
.cid-uGFd6kOf94 .navbar-short .hamburger span,
.cid-uGFd6kOf94 .navbar.opened .hamburger span {
  background-color: #895787 !important;
}
.cid-uGFd6kOf94 .navbar-short {
  background-color: #e18719 !important;
}
.cid-uGFd6lciAH {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uGFd6lciAH .content {
  width: 100%;
}
@media (max-width: 859px) {
  .cid-uGFd6lciAH .content {
    width: 100%;
    text-align: center;
  }
}
.cid-uGFd6lciAH .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
.cid-uGFd6lciAH .mbr-section-title span {
  position: relative;
}
.cid-uGFd6lciAH .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-uGFd6lciAH .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-uGFd6lciAH .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-uGFd6lciAH .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-uGFd6lciAH .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-uGFd6lciAH .mbr-section-subtitle {
  color: #1f1437;
}
.cid-uGFd6lciAH .mbr-section-subtitle span {
  position: relative;
}
.cid-uGFd6lciAH .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-uGFd6lciAH .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-uGFd6lciAH .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-uGFd6lciAH .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-uGFd6lciAH .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-uGFd6lciAH .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uGFd6lciAH .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uGFd6lciAH .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uGFd6lciAH .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uGFd6lxjZw {
  padding-top: 25px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.cid-uGFd6lxjZw input,
.cid-uGFd6lxjZw textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  min-height: 3rem;
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.cid-uGFd6lxjZw input:focus,
.cid-uGFd6lxjZw textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uGFd6lxjZw .form-control,
.cid-uGFd6lxjZw .field-input {
  padding: 20px 10px 20px 0px;
  background-color: #ffffff;
  border-color: #ececec;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uGFd6lxjZw input::-webkit-input-placeholder,
.cid-uGFd6lxjZw textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uGFd6lxjZw input:-moz-placeholder,
.cid-uGFd6lxjZw textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uGFd6lxjZw .jq-selectbox li,
.cid-uGFd6lxjZw .jq-selectbox li {
  background-color: #ffffff;
}
.cid-uGFd6lxjZw .jq-selectbox li:hover,
.cid-uGFd6lxjZw .jq-selectbox li.selected {
  background-color: #ffffff;
}
.cid-uGFd6lxjZw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uGFd6lxjZw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uGFd6lxjZw .mbr-section-btn .btn-info {
  background-color: #28303f !important;
  border-color: #28303f !important;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  font-weight: 500;
  line-height: 1.92;
}
.cid-uGFd6lxjZw .team-left-inner .featured-wrapper img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
}
.cid-uGFd6lxjZw .team-left-inner .team-info-block {
  padding: 30px;
  border-bottom: 1px solid #e5e8ef;
}
.cid-uGFd6lxjZw .team-left-inner .team-info-block .team-title {
  color: #130947;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.cid-uGFd6lxjZw .team-left-inner .team-info-block .team-designation {
  color: #4f87fb;
  line-height: 1.625;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.cid-uGFd6lxjZw .team-left-inner .team-info-block .short-description p {
  line-height: 1.5;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-uGFd6lxjZw .team-left-inner .team-info-block .personal-title {
  color: #4f87fb;
  font-size: 22px !important;
}
.cid-uGFd6lxjZw .team-left-inner .team-info-block .single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 1.5;
}
.cid-uGFd6lxjZw .team-left-inner .team-info-block .single-team-info label {
  display: inline-block;
  width: 110px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-uGFd6lxjZw .team-left-inner .team-info-block .display-7 {
  font-size: 24px;
}
.cid-uGFd6lxjZw .team-left-inner .team-info-block .display-4 {
  font-size: 16px;
}
.cid-uGFd6lxjZw .team-left-inner .team-info-block .social span {
  font-size: 1.1rem;
  padding: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 4px;
  color: #4f87fb;
  margin-right: 10px;
}
.cid-uGFd6lxjZw .team-left-inner .team-info-block .social span:hover {
  background-color: #4f87fb;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-uGFd6lxjZw .team-left-inner .team-info-block:last-child {
  border: none;
}
.cid-uGFd6lxjZw .entry-content .text-box {
  padding: 0rem;
}
.cid-uGFd6lxjZw .entry-content .text-box .display-4 {
  font-size: 16px;
}
.cid-uGFd6lxjZw .entry-content .text-box .card-title {
  color: #130947;
  margin-bottom: 30px;
  font-weight: 700;
}
.cid-uGFd6lxjZw .entry-content .text-box .card-title.display-5 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-uGFd6lxjZw .entry-content .text-box .doc-descr {
  line-height: 1.5;
  margin-bottom: 35px;
  color: #6d7a8c;
}
.cid-uGFd6lxjZw .entry-content .capabilities {
  margin-bottom: 35px;
}
.cid-uGFd6lxjZw .entry-content .capabilities-title {
  color: #130947;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.cid-uGFd6lxjZw .entry-content .capabilities .list {
  list-style-type: none;
  line-height: 1.5;
  padding-left: 0;
  margin-bottom: 0;
}
.cid-uGFd6lxjZw .entry-content .capabilities .list li {
  margin-bottom: 15px;
  color: #6d7a8c;
}
.cid-uGFd6lxjZw .entry-content .capabilities .list li::before {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #4f87fb;
  content: '';
  margin-right: 10px;
  vertical-align: middle;
}
.cid-uGFd6lxjZw .entry-content .capabilities-text {
  color: #6d7a8c;
  padding-top: 10px;
}
.cid-uGFd6lxjZw .entry-content .capabilities .display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uGFd6lxjZw .entry-content .contact {
  margin-top: 30px;
}
.cid-uGFd6lxjZw .entry-content .contact-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-uGFd6lxjZw .entry-content .contact .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  padding: 13px 22px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 1px;
  display: inline-flex;
}
.cid-uGFd6lxjZw .entry-content .contact .btn.display-4 {
  font-size: 13px;
}
.cid-uGFd6lxjZw .entry-content .contact .btn-black {
  background-color: #28303f !important;
  border-color: #28303f !important;
}
.cid-uGFd6lxjZw .entry-content .contact .btn-black:hover {
  background-color: #4f2170 !important;
  border-color: #4f2170 !important;
}
.cid-uGFd6lxjZw .progress_elements {
  margin: 0 auto;
  margin-top: 30px;
}
.cid-uGFd6lxjZw .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-uGFd6lxjZw .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
}
.cid-uGFd6lxjZw .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
}
.cid-uGFd6lxjZw .progress_elements .progress::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-uGFd6lxjZw .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-uGFd6lxjZw .progress_elements .progress1 progress::after {
  left: 0%;
  border: 3px solid #4f87fb;
}
.cid-uGFd6lxjZw .progress_elements .progress2 progress::after {
  left: 70%;
  border: 3px solid #4f87fb;
}
.cid-uGFd6lxjZw .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-uGFd6lxjZw .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-uGFd6lxjZw progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-uGFd6lxjZw .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uGFd6lxjZw .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uGFd6lxjZw .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uGFd6lxjZw .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-uGFd6lxjZw .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uGFd6lxjZw .progressbar-title p {
  color: #6d7a8c;
}
.cid-uGFd6lxjZw .team-left-inner .team-info-block .personal-title {
  color: #c79900;
}
.cid-uGFd6lxjZw .entry-content .capabilities .capabilities-title,
.cid-uGFd6lxjZw .entry-content .capabilities .mbr-list .list {
  color: #2b1c50;
}
.cid-uGFd6lxjZw .team-left-inner .team-info-block .team-title {
  color: #c79900;
}
.cid-uGFd6mbqoo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/purple-width-shape-1921x161.png");
}
.cid-uGFd6mbqoo .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uGFd6mbqoo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uGFd6mbqoo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uGFd6mbqoo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #000000;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uGFd6mbqoo .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #4f2170;
  transform: translateY(-3px);
}
.cid-uGFd6mbqoo .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uGFd6mbqoo .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-uGFd6mbqoo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGFd6mbqoo .copyright > p {
  color: #ffffff;
}
.cid-uGFd6mbqoo p {
  font-size: 16px;
  font-family: Calibri;
}
