body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5.5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 8.8rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #f5d65a !important;
}
.bg-success {
  background-color: #5758e0 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #465052 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f5d65a !important;
  border-color: #f5d65a !important;
  color: #4b3d05 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4b3d05 !important;
  background-color: #f1c412 !important;
  border-color: #f1c412 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4b3d05 !important;
  background-color: #f1c412 !important;
  border-color: #f1c412 !important;
}
.btn-primary:hover {
  background-color: #f5d65a !important;
  border-color: #f5d65a !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #55b4d4, #f5d65a);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary:hover {
  background-color: #f5d65a !important;
  border-color: #f5d65a !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #55b4d4, #55b4d4);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #f5d65a !important;
  border-color: #f5d65a !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #55b4d4, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success:hover {
  background-color: #f5d65a !important;
  border-color: #f5d65a !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #55b4d4, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning:hover {
  background-color: #f5d65a !important;
  border-color: #f5d65a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #55b4d4, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger:hover {
  background-color: #f5d65a !important;
  border-color: #f5d65a !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #55b4d4, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #f5d65a !important;
  border-color: #f5d65a !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #55b4d4, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #f5d65a !important;
  border-color: #f5d65a !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #55b4d4, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #f5d65a;
  color: #f5d65a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4b3d05;
  background-color: #f5d65a;
  border-color: #f5d65a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4b3d05 !important;
  background-color: #f5d65a !important;
  border-color: #f5d65a !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #55b4d4, #f5d65a);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #55b4d4;
  color: #55b4d4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #55b4d4, #55b4d4);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #55b4d4, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5758e0;
  color: #5758e0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #55b4d4, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5b686b;
  color: #5b686b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #55b4d4, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #465052;
  color: #465052;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #55b4d4, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #55b4d4, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #55b4d4, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #f5d65a !important;
}
.text-secondary {
  color: #55b4d4 !important;
}
.text-success {
  color: #5758e0 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #465052 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #fbeeba !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a6d8e9 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #adaef0 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e9b9e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #758689 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #465052;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f5d65a;
  border-color: #f5d65a;
  color: #635106;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f5d65a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bac2c4;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #f5d65a;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !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: 100px !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: #f5d65a;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f5d65a;
  border-bottom-color: #f5d65a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f5d65a !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: #55b4d4 !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='%23f5d65a' %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;
}
.btn {
  transition: none;
}
.cid-t10iBXuqIF {
  padding-top: 105px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/most-popular-cricket-game-1-2000x1125.png");
}
.cid-t10iBXuqIF H1 {
  color: #fbe132;
}
.cid-t10iBXuqIF h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t10iBXuqIF img {
  width: 100%;
}
.cid-t10iBXuqIF .mbr-text,
.cid-t10iBXuqIF .mbr-section-btn {
  color: #999999;
}
.cid-t0TiQ475D6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #0c2226;
}
.cid-t0TiQ475D6 .row {
  flex-direction: row-reverse;
}
.cid-t0TiQ475D6 .mbr-section-title {
  color: #fbe132;
}
.cid-t0TiQ475D6 .mbr-text,
.cid-t0TiQ475D6 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-t0TiQ475D6 .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t0TiQ475D6 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t0TiQ475D6 .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t0ThAexiho {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0c2428;
}
@media (max-width: 992px) {
  .cid-t0ThAexiho {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t0ThAexiho .text {
  padding: 0;
}
.cid-t0ThAexiho section {
  position: relative;
}
.cid-t0ThAexiho h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-t0ThAexiho .mbr-iconfont {
  padding: 0 !important;
}
.cid-t0ThAexiho .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f5d65a;
}
.cid-t0ThAexiho .box {
  background-image: url("../../../assets/images/automated-advanced-11-1800x1200.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0ThAexiho .icon-wrap {
  background-color: #ffda00 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-t0ThAexiho .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-t0ThAexiho .icon-wrap span {
  padding-left: 8px;
}
.cid-t0ThAexiho .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-t0ThAexiho .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t0ThAexiho .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t0ThAexiho .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t0ThAexiho .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t0ThAexiho a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t0ThAexiho a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t0ThAexiho {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-t0ThAexiho .box {
    height: 250px;
  }
  .cid-t0ThAexiho .row {
    padding: 1rem !important;
  }
}
.cid-t0ThAexiho H2 {
  color: #fbe132;
}
.cid-t0TjogLFzM {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #0c2226;
}
.cid-t0TjogLFzM .row {
  flex-direction: row-reverse;
}
.cid-t0TjogLFzM .mbr-section-title {
  color: #fbe132;
}
.cid-t0TjogLFzM .mbr-text,
.cid-t0TjogLFzM .mbr-section-btn {
  color: #bbbbbb;
}
.cid-t0TjogLFzM .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t0TjogLFzM img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t0TjogLFzM .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t0Tk23pKR6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0c2226;
}
@media (max-width: 992px) {
  .cid-t0Tk23pKR6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t0Tk23pKR6 .text {
  padding: 0;
}
.cid-t0Tk23pKR6 section {
  position: relative;
}
.cid-t0Tk23pKR6 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-t0Tk23pKR6 .mbr-iconfont {
  padding: 0 !important;
}
.cid-t0Tk23pKR6 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f5d65a;
}
.cid-t0Tk23pKR6 .box {
  background-image: url("../../../assets/images/automated-advanced-12-1800x1200.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0Tk23pKR6 .icon-wrap {
  background-color: #fbe132 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-t0Tk23pKR6 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-t0Tk23pKR6 .icon-wrap span {
  padding-left: 8px;
}
.cid-t0Tk23pKR6 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-t0Tk23pKR6 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t0Tk23pKR6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t0Tk23pKR6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t0Tk23pKR6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t0Tk23pKR6 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t0Tk23pKR6 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t0Tk23pKR6 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-t0Tk23pKR6 .box {
    height: 250px;
  }
  .cid-t0Tk23pKR6 .row {
    padding: 1rem !important;
  }
}
.cid-t0Tk23pKR6 H2 {
  color: #fbe132;
}
.cid-t0TBcGJDrr {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #0c2226;
}
.cid-t0TBcGJDrr .row {
  flex-direction: row-reverse;
}
.cid-t0TBcGJDrr .mbr-section-title {
  color: #fbe132;
}
.cid-t0TBcGJDrr .mbr-text,
.cid-t0TBcGJDrr .mbr-section-btn {
  color: #bbbbbb;
}
.cid-t0TBcGJDrr .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t0TBcGJDrr img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t0TBcGJDrr .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t0SzvKwX0i .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0SzvKwX0i .btn {
  white-space: nowrap;
}
.cid-t0SzvKwX0i .nav-link,
.cid-t0SzvKwX0i .icons-menu .mbr-iconfont,
.cid-t0SzvKwX0i .dropdown-item {
  transition: all 0.1s;
}
.cid-t0SzvKwX0i .nav-link:hover,
.cid-t0SzvKwX0i .icons-menu .mbr-iconfont:hover,
.cid-t0SzvKwX0i .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-t0SzvKwX0i .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-t0SzvKwX0i .container {
  display: flex;
  margin: auto;
}
.cid-t0SzvKwX0i .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #f5d65a;
}
.cid-t0SzvKwX0i .navbar.opened {
  transition: all 0.3s;
}
.cid-t0SzvKwX0i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0SzvKwX0i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0SzvKwX0i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0SzvKwX0i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0SzvKwX0i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t0SzvKwX0i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0SzvKwX0i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0SzvKwX0i .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: 55%;
}
.cid-t0SzvKwX0i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0SzvKwX0i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0SzvKwX0i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0SzvKwX0i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0SzvKwX0i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0SzvKwX0i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0SzvKwX0i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0SzvKwX0i .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: 55%;
  }
  .cid-t0SzvKwX0i .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t0SzvKwX0i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0SzvKwX0i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0SzvKwX0i .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0SzvKwX0i .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t0SzvKwX0i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0SzvKwX0i .navbar.navbar-short {
  background: #f5d65a !important;
  min-height: 60px;
}
.cid-t0SzvKwX0i .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t0SzvKwX0i .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t0SzvKwX0i .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-t0SzvKwX0i .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-t0SzvKwX0i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0SzvKwX0i .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0SzvKwX0i .navbar-caption {
  padding-right: 4rem;
}
.cid-t0SzvKwX0i .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-t0SzvKwX0i .dropdown-menu {
  background: #191919 !important;
}

.cid-t0SzvKwX0i .nav-item:focus,
.cid-t0SzvKwX0i .nav-link:focus {
  outline: none;
}
.cid-t0SzvKwX0i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0SzvKwX0i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0SzvKwX0i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t0SzvKwX0i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0SzvKwX0i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0SzvKwX0i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-t0SzvKwX0i .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0SzvKwX0i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0SzvKwX0i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0SzvKwX0i .dropdown-item.active,
.cid-t0SzvKwX0i .dropdown-item:active {
  background-color: transparent;
}
.cid-t0SzvKwX0i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0SzvKwX0i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0SzvKwX0i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0SzvKwX0i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5d65a;
}
.cid-t0SzvKwX0i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0SzvKwX0i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0SzvKwX0i ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t0SzvKwX0i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0SzvKwX0i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0SzvKwX0i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t0SzvKwX0i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0SzvKwX0i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0SzvKwX0i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0SzvKwX0i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0SzvKwX0i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0SzvKwX0i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0SzvKwX0i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0SzvKwX0i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0SzvKwX0i .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t0SzvKwX0i a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0SzvKwX0i .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-t0SzvKwX0i .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0SzvKwX0i .navbar {
    height: 77px;
  }
  .cid-t0SzvKwX0i .navbar.opened {
    height: auto;
  }
  .cid-t0SzvKwX0i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0SzvKwX0i .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-t0SAuwCkVq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0c2428;
}
.cid-t0SAuwCkVq img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-t0SAuwCkVq .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t0SAuwCkVq .card-wrapper {
  background: #fbe132;
  padding: 3rem;
}
.cid-t0SAuwCkVq .card-wrapper:hover {
  background: linear-gradient(to left, #55b4d4, #f5d65a);
}
.cid-t0SAuwCkVq .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-t0SAuwCkVq .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-t0SAuwCkVq .card-box {
  padding-top: 2rem;
}
.cid-t0SAuwCkVq .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #55b4d4, #f5d65a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-t0SAuwCkVq .card-title {
  color: #191919;
}
.cid-t0SAuwCkVq .mbr-subtitle {
  color: #0c2428;
}
.cid-t0SAuwCkVq .main-title {
  color: #f3f3f3;
}
.cid-t0SAuwCkVq .main-subtitle {
  color: #0c2428;
}
.cid-t0SAuwCkVq .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t0SAuwCkVq .card:hover {
  transform: translateY(-10px);
}
.cid-t0SAuwCkVq .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-t0SAuwCkVq .card:hover .card-title,
.cid-t0SAuwCkVq .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-t0SAuwCkVq .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-t0SAuwCkVq .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-t0TlHYwqTe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2428;
}
.cid-t0TlHYwqTe .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #a3a6b2;
}
.cid-t0TlHYwqTe .contacts-info {
  padding-bottom: 30px;
  color: #ffffff;
  margin: 0;
}
.cid-t0TlHYwqTe .margin {
  margin-bottom: 10px;
}
.cid-t0TlHYwqTe .mbr-section-title {
  color: white;
  margin-bottom: 20px;
  padding: 0;
}
.cid-t0TlHYwqTe .description {
  color: #a3a6b2;
  margin-bottom: 50px;
  padding: 0;
}
.cid-t0TlHYwqTe .title {
  font-size: 24px;
}
.cid-t0TlHYwqTe .form-heading {
  margin-bottom: 40px;
}
.cid-t0TlHYwqTe label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-t0TlHYwqTe input,
.cid-t0TlHYwqTe textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-t0TlHYwqTe .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-t0TlHYwqTe .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-t0TlHYwqTe .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-t0TlHYwqTe .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-t0TlHYwqTe .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-t0TlHYwqTe .gray-button:hover {
  background-color: #5e6068;
}
.cid-t0TlHYwqTe ::placeholder {
  color: #a3a6b2;
}
.cid-t0Ty6fBP3i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbe132;
}
.cid-t0Ty6fBP3i .mbr-text {
  color: #777d74;
}
.cid-t0Ty6fBP3i .mbr-iconfont {
  color: #1c2e2b;
  font-size: 1rem;
}
.cid-t0Ty6fBP3i .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-t0Ty6fBP3i .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-t0Ty6fBP3i .wrapper {
  display: flex;
  justify-content: center;
}
.cid-t10lTguGFU {
  background-color: #f5d65a;
}
.cid-t10lTguGFU .text {
  padding: 0;
}
.cid-t10lTguGFU section {
  position: relative;
}
.cid-t10lTguGFU h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-t10lTguGFU .mbr-iconfont {
  padding: 0 !important;
}
.cid-t10lTguGFU .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #1c2e2b;
}
.cid-t10lTguGFU .box {
  background-image: url("../../../assets/images/automated-advanced-11-1800x1200.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t10lTguGFU .icon-wrap {
  background-color: #ffda00 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-t10lTguGFU .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-t10lTguGFU .icon-wrap span {
  padding-left: 8px;
}
.cid-t10lTguGFU .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-t10lTguGFU .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t10lTguGFU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t10lTguGFU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t10lTguGFU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t10lTguGFU a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t10lTguGFU a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t10lTguGFU .box {
    height: 250px;
  }
  .cid-t10lTguGFU .row {
    padding: 1rem !important;
  }
}
.cid-t10lTguGFU H2 {
  color: #0c2428;
}
.cid-t10SowcBgz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5d65a;
}
.cid-t10SowcBgz .row {
  flex-direction: row-reverse;
}
.cid-t10SowcBgz .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t10SowcBgz .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t10SowcBgz .col-text {
    padding: 0 30px;
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t10SowcBgz .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t10SowcBgz .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t10SowcBgz .text-wrapper {
    text-align: center !important;
  }
}
.cid-t10SowcBgz .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #f5d65a;
}
@media (max-width: 767px) {
  .cid-t10SowcBgz .label-text {
    text-align: center !important;
  }
}
.cid-t10SowcBgz .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t10SowcBgz .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t10SowcBgz .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t10SowcBgz .mbr-text {
    text-align: center !important;
  }
}
.cid-t10SowcBgz .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t10SowcBgz .mbr-section-btn .btn {
  padding: 0;
}
.cid-t10SowcBgz .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t10SowcBgz .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t10SowcBgz .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t10SowcBgz .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-t10SowcBgz .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t10SowcBgz .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t10SowcBgz .card-title {
  color: #0c2428;
  margin-bottom: 1rem;
}
.cid-t10SowcBgz .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-t10SowcBgz .card-text {
  color: #555555;
  margin-bottom: 24px;
}
.cid-t10SowcBgz .mbr-section-title,
.cid-t10SowcBgz .mbr-section-btn {
  color: #0c2428;
}
.cid-t10OoLmaoH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5d65a;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t10OoLmaoH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t10OoLmaoH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t10OoLmaoH .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-t10OoLmaoH .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t10OoLmaoH .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-t10OoLmaoH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t10OoLmaoH .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-t10OoLmaoH .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-t10OoLmaoH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t10OoLmaoH .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-t10OoLmaoH .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-t10OoLmaoH .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-t10OoLmaoH .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-t10OoLmaoH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t10OoLmaoH .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-t10OoLmaoH .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-t10OoLmaoH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t10OoLmaoH .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-t10OoLmaoH .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t10FzBrvwg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5d65a;
}
@media (min-width: 992px) {
  .cid-t10FzBrvwg .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-t10FzBrvwg .no-gutters > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-t10FzBrvwg .card_item {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-t10FzBrvwg .card_item .item-wrapper {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-t10FzBrvwg .card_item:last-child .item-wrapper {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
}
.cid-t10FzBrvwg .item-wrapper {
  height: 100%;
  overflow: visible;
}
.cid-t10FzBrvwg .card-box {
  padding: 0 2rem 2.5rem 2rem;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-t10FzBrvwg .card-box:hover {
  transform: translateY(-3rem);
}
.cid-t10FzBrvwg .card-box:hover img {
  transform: scale(1.01);
}
.cid-t10FzBrvwg .card-title {
  margin-bottom: .75rem;
}
.cid-t10FzBrvwg .card-text {
  margin-bottom: 1.25rem;
}
.cid-t10FzBrvwg .item-img {
  margin-bottom: 2.5rem;
  position: relative;
  transform: skewY(2deg);
}
.cid-t10FzBrvwg img,
.cid-t10FzBrvwg .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-t10FzBrvwg .item:focus,
.cid-t10FzBrvwg span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-t10FzBrvwg .item-wrapper {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .cid-t10FzBrvwg .card-title {
    margin-bottom: .5rem;
  }
  .cid-t10FzBrvwg .card-text {
    margin-bottom: .75rem;
  }
  .cid-t10FzBrvwg .item-img {
    margin-bottom: 1.5rem;
  }
  .cid-t10FzBrvwg .card-box:hover {
    transform: translateY(0);
  }
  .cid-t10FzBrvwg .card-box:hover img {
    transform: scale(1.01);
  }
}
@media (max-width: 767px) {
  .cid-t10FzBrvwg .card-box {
    padding: 0 0 1rem;
  }
}
.cid-t10XjsxsJ2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f5d65a;
}
.cid-t10XjsxsJ2 .top-part {
  margin-bottom: 70px;
}
.cid-t10XjsxsJ2 .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-t10XjsxsJ2 .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-t10XjsxsJ2 .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-t10XjsxsJ2 .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-t10XjsxsJ2 .nav-tabs .nav-item.open .nav-link:focus,
.cid-t10XjsxsJ2 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t10XjsxsJ2 .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-t10XjsxsJ2 .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-t10XjsxsJ2 .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-t10XjsxsJ2 .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-t10XjsxsJ2 .nav-tabs .nav-link {
  color: #0c2428;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-t10XjsxsJ2 .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-t10XjsxsJ2 .nav-tabs .nav-link.active {
  border-bottom: 2px solid #0c2428;
  color: #28303f;
}
.cid-t10XjsxsJ2 .nav-tabs .nav-link.active span {
  color: #0c2428;
}
.cid-t10XjsxsJ2 .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-t10XjsxsJ2 .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-t10XjsxsJ2 .mbr-text,
  .cid-t10XjsxsJ2 .nav-link {
    text-align: left;
  }
  .cid-t10XjsxsJ2 .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-t10XjsxsJ2 .mbr-section-title,
  .cid-t10XjsxsJ2 .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-t10XjsxsJ2 .tab-content {
  margin-top: 44px;
}
.cid-t10XjsxsJ2 .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-t10XjsxsJ2 .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-t10XjsxsJ2 .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-t10XjsxsJ2 .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-t10XjsxsJ2 .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-t10XjsxsJ2 .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-t10XjsxsJ2 .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-t10XjsxsJ2 .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-t10XjsxsJ2 .tab-content .tab-pane .mbr-list .list li:before {
  font-weight: 900;
  color: #0c2428;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-t10XjsxsJ2 .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-t10XjsxsJ2 .top-part .mbr-section-subtitle {
  color: #0c2428;
}
.cid-t10XjsxsJ2 .top-part .mbr-section-title {
  color: #0c2226;
}
.cid-t10XjsxsJ2 .tab-content .tab-pane .mbr-section-title,
.cid-t10XjsxsJ2 .mbr-list {
  color: #f5d65a;
}
.cid-t10XjsxsJ2 .tab-content .tab-pane .mbr-text,
.cid-t10XjsxsJ2 .mbr-list {
  color: #0c2226;
}
.cid-t0TD5anbGO {
  padding-top: 90px;
  padding-bottom: 30px;
  position: relative;
  background-color: #1c2e2b;
}
.cid-t0TD5anbGO p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-t0TD5anbGO .panel-title {
  border-bottom: 2px solid #fbe132;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-t0TD5anbGO .collapsed {
  border: none;
}
.cid-t0TD5anbGO .collapsed span {
  transform: rotate(0deg);
}
.cid-t0TD5anbGO span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #55b4d4, #f5d65a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-t0TD5anbGO .panel-body {
  padding-top: 0.5rem;
}
.cid-t0TD5anbGO .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t0TD5anbGO .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #f5d65a;
  padding: 0;
}
.cid-t0TD5anbGO .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-t0TD5anbGO .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t0TD5anbGO .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-t0TD5anbGO .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t0TD5anbGO .panel-text {
  color: #ffffff;
}
.cid-t0TD5anbGO H4 {
  color: #0c2428;
}
.cid-t0TD5anbGO H2 {
  color: #ffffff;
}
.cid-t0TD5anbGO .mbr-section-text {
  color: #f5d65a;
}
.cid-t11gc0L2fJ {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #1c2e2b;
}
.cid-t11gc0L2fJ p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-t11gc0L2fJ .panel-title {
  border-bottom: 2px solid #fbe132;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-t11gc0L2fJ .collapsed {
  border: none;
}
.cid-t11gc0L2fJ .collapsed span {
  transform: rotate(0deg);
}
.cid-t11gc0L2fJ span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #55b4d4, #f5d65a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-t11gc0L2fJ .panel-body {
  padding-top: 0.5rem;
}
.cid-t11gc0L2fJ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t11gc0L2fJ .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #f5d65a;
  padding: 0;
}
.cid-t11gc0L2fJ .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-t11gc0L2fJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t11gc0L2fJ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-t11gc0L2fJ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t11gc0L2fJ .panel-text {
  color: #ffffff;
  text-align: left;
}
.cid-t11gc0L2fJ H4 {
  color: #0c2428;
}
.cid-t11gc0L2fJ H2 {
  color: #ffffff;
}
.cid-t11gc0L2fJ .mbr-section-text {
  color: #999999;
}
.cid-t0TKS3UR4a {
  padding-top: 45px;
  padding-bottom: 30px;
  position: relative;
  background-color: #1c2e2b;
}
.cid-t0TKS3UR4a p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-t0TKS3UR4a .panel-title {
  border-bottom: 2px solid #191919;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-t0TKS3UR4a .collapsed {
  border: none;
}
.cid-t0TKS3UR4a .collapsed span {
  transform: rotate(0deg);
}
.cid-t0TKS3UR4a span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #55b4d4, #f5d65a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-t0TKS3UR4a .panel-body {
  padding-top: 0.5rem;
}
.cid-t0TKS3UR4a .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t0TKS3UR4a .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #f5d65a;
  padding: 0;
}
.cid-t0TKS3UR4a .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-t0TKS3UR4a .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t0TKS3UR4a .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-t0TKS3UR4a .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t0TKS3UR4a .panel-text {
  color: #ffffff;
}
.cid-t0TKS3UR4a H4 {
  color: #0c2428;
}
.cid-t0TKS3UR4a H2 {
  color: #ffffff;
}
.cid-t0TKS3UR4a .mbr-section-text {
  color: #999999;
}
.cid-t0TFOMB1EA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2428;
}
.cid-t0TFOMB1EA .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t0TFOMB1EA .icon-box {
  background: #0c2226;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t0TFOMB1EA .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0TFOMB1EA .card {
    margin-bottom: 2rem;
  }
  .cid-t0TFOMB1EA .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0TFOMB1EA .card-title,
.cid-t0TFOMB1EA .card-box {
  color: #e5e5e5;
}
.cid-t0TFOMB1EA .icon-title {
  color: #e5e5e5;
}
.cid-t0TFOMB1EA .icon-text {
  color: #e5e5e5;
}
.cid-t0THqrb0dg {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #0c2428;
}
.cid-t0THqrb0dg .video-wrapper iframe {
  width: 100%;
}
.cid-t0THqrb0dg .mbr-section-title,
.cid-t0THqrb0dg .mbr-section-subtitle,
.cid-t0THqrb0dg .mbr-text {
  text-align: center;
}
.cid-t0THqrb0dg .mbr-section-title {
  color: #f5d65a;
}
.cid-t0THqrb0dg .mbr-section-subtitle {
  color: #f5d65a;
}
.cid-t116x6swke {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2428;
}
.cid-t116x6swke .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #a3a6b2;
}
.cid-t116x6swke .contacts-info {
  padding-bottom: 30px;
  color: #ffffff;
  margin: 0;
}
.cid-t116x6swke .margin {
  margin-bottom: 10px;
}
.cid-t116x6swke .mbr-section-title {
  color: white;
  margin-bottom: 20px;
  padding: 0;
}
.cid-t116x6swke .description {
  color: #a3a6b2;
  margin-bottom: 50px;
  padding: 0;
}
.cid-t116x6swke .title {
  font-size: 24px;
}
.cid-t116x6swke .form-heading {
  margin-bottom: 40px;
}
.cid-t116x6swke label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-t116x6swke input,
.cid-t116x6swke textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-t116x6swke .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-t116x6swke .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-t116x6swke .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-t116x6swke .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-t116x6swke .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-t116x6swke .gray-button:hover {
  background-color: #5e6068;
}
.cid-t116x6swke ::placeholder {
  color: #a3a6b2;
}
.cid-t1186c5V6q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbe132;
}
.cid-t1186c5V6q .mbr-text {
  color: #777d74;
}
.cid-t1186c5V6q .mbr-iconfont {
  color: #1c2e2b;
  font-size: 1rem;
}
.cid-t1186c5V6q .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-t1186c5V6q .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-t1186c5V6q .wrapper {
  display: flex;
  justify-content: center;
}
.cid-t0TAyEii8M .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0TAyEii8M .btn {
  white-space: nowrap;
}
.cid-t0TAyEii8M .nav-link,
.cid-t0TAyEii8M .icons-menu .mbr-iconfont,
.cid-t0TAyEii8M .dropdown-item {
  transition: all 0.1s;
}
.cid-t0TAyEii8M .nav-link:hover,
.cid-t0TAyEii8M .icons-menu .mbr-iconfont:hover,
.cid-t0TAyEii8M .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-t0TAyEii8M .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-t0TAyEii8M .container {
  display: flex;
  margin: auto;
}
.cid-t0TAyEii8M .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #f5d65a;
}
.cid-t0TAyEii8M .navbar.opened {
  transition: all 0.3s;
}
.cid-t0TAyEii8M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0TAyEii8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0TAyEii8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0TAyEii8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0TAyEii8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t0TAyEii8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0TAyEii8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0TAyEii8M .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: 55%;
}
.cid-t0TAyEii8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0TAyEii8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0TAyEii8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0TAyEii8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0TAyEii8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0TAyEii8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0TAyEii8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0TAyEii8M .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: 55%;
  }
  .cid-t0TAyEii8M .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t0TAyEii8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0TAyEii8M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0TAyEii8M .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0TAyEii8M .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t0TAyEii8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0TAyEii8M .navbar.navbar-short {
  background: #f5d65a !important;
  min-height: 60px;
}
.cid-t0TAyEii8M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t0TAyEii8M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t0TAyEii8M .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-t0TAyEii8M .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-t0TAyEii8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0TAyEii8M .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0TAyEii8M .navbar-caption {
  padding-right: 4rem;
}
.cid-t0TAyEii8M .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-t0TAyEii8M .dropdown-menu,
.cid-t0TAyEii8M .navbar.opened {
  background: #191919 !important;
}
.cid-t0TAyEii8M .nav-item:focus,
.cid-t0TAyEii8M .nav-link:focus {
  outline: none;
}
.cid-t0TAyEii8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0TAyEii8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0TAyEii8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t0TAyEii8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0TAyEii8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0TAyEii8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-t0TAyEii8M .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0TAyEii8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0TAyEii8M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0TAyEii8M .dropdown-item.active,
.cid-t0TAyEii8M .dropdown-item:active {
  background-color: transparent;
}
.cid-t0TAyEii8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0TAyEii8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0TAyEii8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0TAyEii8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5d65a;
}
.cid-t0TAyEii8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0TAyEii8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0TAyEii8M ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t0TAyEii8M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0TAyEii8M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0TAyEii8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t0TAyEii8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0TAyEii8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0TAyEii8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0TAyEii8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0TAyEii8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0TAyEii8M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0TAyEii8M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0TAyEii8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0TAyEii8M .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t0TAyEii8M a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0TAyEii8M .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-t0TAyEii8M .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0TAyEii8M .navbar {
    height: 77px;
  }
  .cid-t0TAyEii8M .navbar.opened {
    height: auto;
  }
  .cid-t0TAyEii8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0TAyEii8M .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-t110QkYxae {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0c2226;
}
@media (max-width: 992px) {
  .cid-t110QkYxae {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-t110QkYxae .text {
  padding: 0;
}
.cid-t110QkYxae section {
  position: relative;
}
.cid-t110QkYxae h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-t110QkYxae .mbr-iconfont {
  padding: 0 !important;
}
.cid-t110QkYxae .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f5d65a;
}
.cid-t110QkYxae .box {
  background-image: url("../../../assets/images/automated-advanced-12-1800x1200.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t110QkYxae .icon-wrap {
  background-color: #fbe132 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-t110QkYxae .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-t110QkYxae .icon-wrap span {
  padding-left: 8px;
}
.cid-t110QkYxae .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-t110QkYxae .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t110QkYxae .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t110QkYxae .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t110QkYxae .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t110QkYxae a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t110QkYxae a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t110QkYxae {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-t110QkYxae .box {
    height: 250px;
  }
  .cid-t110QkYxae .row {
    padding: 1rem !important;
  }
}
.cid-t110QkYxae H2 {
  color: #fbe132;
}
.cid-t10ZsqEHws {
  padding-top: 45px;
  padding-bottom: 0px;
  position: relative;
  background-color: #1c2e2b;
}
.cid-t10ZsqEHws p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-t10ZsqEHws .panel-title {
  border-bottom: 2px solid #191919;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-t10ZsqEHws .collapsed {
  border: none;
}
.cid-t10ZsqEHws .collapsed span {
  transform: rotate(0deg);
}
.cid-t10ZsqEHws span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #55b4d4, #f5d65a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-t10ZsqEHws .panel-body {
  padding-top: 0.5rem;
}
.cid-t10ZsqEHws .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t10ZsqEHws .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #f5d65a;
  padding: 0;
}
.cid-t10ZsqEHws .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-t10ZsqEHws .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t10ZsqEHws .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-t10ZsqEHws .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t10ZsqEHws .panel-text {
  color: #ffffff;
}
.cid-t10ZsqEHws H4 {
  color: #0c2428;
}
.cid-t10ZsqEHws H2 {
  color: #ffffff;
}
.cid-t10ZsqEHws .mbr-section-text {
  color: #999999;
}
.cid-t10Zss2SrR {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #0c2428;
}
.cid-t10Zss2SrR .video-wrapper iframe {
  width: 100%;
}
.cid-t10Zss2SrR .mbr-section-title,
.cid-t10Zss2SrR .mbr-section-subtitle,
.cid-t10Zss2SrR .mbr-text {
  text-align: center;
}
.cid-t10Zss2SrR .mbr-section-title {
  color: #f5d65a;
}
.cid-t10Zss2SrR .mbr-section-subtitle {
  color: #f5d65a;
}
.cid-t10ZssHLKk .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t10ZssHLKk .btn {
  white-space: nowrap;
}
.cid-t10ZssHLKk .nav-link,
.cid-t10ZssHLKk .icons-menu .mbr-iconfont,
.cid-t10ZssHLKk .dropdown-item {
  transition: all 0.1s;
}
.cid-t10ZssHLKk .nav-link:hover,
.cid-t10ZssHLKk .icons-menu .mbr-iconfont:hover,
.cid-t10ZssHLKk .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-t10ZssHLKk .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-t10ZssHLKk .container {
  display: flex;
  margin: auto;
}
.cid-t10ZssHLKk .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #f5d65a;
}
.cid-t10ZssHLKk .navbar.opened {
  transition: all 0.3s;
}
.cid-t10ZssHLKk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t10ZssHLKk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t10ZssHLKk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t10ZssHLKk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t10ZssHLKk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t10ZssHLKk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t10ZssHLKk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t10ZssHLKk .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: 55%;
}
.cid-t10ZssHLKk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t10ZssHLKk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t10ZssHLKk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t10ZssHLKk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t10ZssHLKk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t10ZssHLKk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t10ZssHLKk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t10ZssHLKk .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: 55%;
  }
  .cid-t10ZssHLKk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t10ZssHLKk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t10ZssHLKk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t10ZssHLKk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t10ZssHLKk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t10ZssHLKk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t10ZssHLKk .navbar.navbar-short {
  background: #f5d65a !important;
  min-height: 60px;
}
.cid-t10ZssHLKk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t10ZssHLKk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t10ZssHLKk .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-t10ZssHLKk .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-t10ZssHLKk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t10ZssHLKk .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t10ZssHLKk .navbar-caption {
  padding-right: 4rem;
}
.cid-t10ZssHLKk .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-t10ZssHLKk .dropdown-menu,
.cid-t10ZssHLKk .navbar.opened {
  background: #191919 !important;
}
.cid-t10ZssHLKk .nav-item:focus,
.cid-t10ZssHLKk .nav-link:focus {
  outline: none;
}
.cid-t10ZssHLKk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t10ZssHLKk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t10ZssHLKk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t10ZssHLKk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t10ZssHLKk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t10ZssHLKk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-t10ZssHLKk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t10ZssHLKk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t10ZssHLKk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t10ZssHLKk .dropdown-item.active,
.cid-t10ZssHLKk .dropdown-item:active {
  background-color: transparent;
}
.cid-t10ZssHLKk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t10ZssHLKk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t10ZssHLKk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t10ZssHLKk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5d65a;
}
.cid-t10ZssHLKk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t10ZssHLKk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t10ZssHLKk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t10ZssHLKk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t10ZssHLKk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t10ZssHLKk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t10ZssHLKk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t10ZssHLKk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t10ZssHLKk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t10ZssHLKk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t10ZssHLKk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t10ZssHLKk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t10ZssHLKk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t10ZssHLKk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t10ZssHLKk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-t10ZssHLKk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t10ZssHLKk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-t10ZssHLKk .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t10ZssHLKk .navbar {
    height: 77px;
  }
  .cid-t10ZssHLKk .navbar.opened {
    height: auto;
  }
  .cid-t10ZssHLKk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t10ZssHLKk .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-t116H8RCi7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2428;
}
.cid-t116H8RCi7 .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #a3a6b2;
}
.cid-t116H8RCi7 .contacts-info {
  padding-bottom: 30px;
  color: #ffffff;
  margin: 0;
}
.cid-t116H8RCi7 .margin {
  margin-bottom: 10px;
}
.cid-t116H8RCi7 .mbr-section-title {
  color: white;
  margin-bottom: 20px;
  padding: 0;
}
.cid-t116H8RCi7 .description {
  color: #a3a6b2;
  margin-bottom: 50px;
  padding: 0;
}
.cid-t116H8RCi7 .title {
  font-size: 24px;
}
.cid-t116H8RCi7 .form-heading {
  margin-bottom: 40px;
}
.cid-t116H8RCi7 label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-t116H8RCi7 input,
.cid-t116H8RCi7 textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-t116H8RCi7 .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-t116H8RCi7 .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-t116H8RCi7 .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-t116H8RCi7 .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-t116H8RCi7 .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-t116H8RCi7 .gray-button:hover {
  background-color: #5e6068;
}
.cid-t116H8RCi7 ::placeholder {
  color: #a3a6b2;
}
.cid-t118ai6JWr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbe132;
}
.cid-t118ai6JWr .mbr-text {
  color: #777d74;
}
.cid-t118ai6JWr .mbr-iconfont {
  color: #1c2e2b;
  font-size: 1rem;
}
.cid-t118ai6JWr .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-t118ai6JWr .icon-wrapper:hover {
  background: #72dfe9;
}
.cid-t118ai6JWr .wrapper {
  display: flex;
  justify-content: center;
}
