body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.56rem;
}
/* ---- 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.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #199bfc !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #17161a !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #199bfc;
  border-color: #199bfc;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-primary:hover {
  background-color: #0381df !important;
  border-color: #0381df !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info,
.btn-info:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #7a7a7a !important;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-danger:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #199bfc;
  color: #199bfc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #199bfc !important;
  border-color: #199bfc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a7a7a !important;
  background: #f9f9f9 !important;
  border-color: #f9f9f9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #199bfc !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #17161a !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #f9f9f9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0264ad !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c6c6c6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #199bfc !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #17161a;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #f9f9f9;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #199bfc;
  border-color: #199bfc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #199bfc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2f3ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c8c6cf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.56rem;
}
blockquote {
  border-color: #199bfc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #199bfc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #199bfc;
  border-bottom-color: #199bfc;
}
.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: #199bfc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rRIkbRb1Do {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/d8a373fb-057c-47f1-a230-ad6018b2c61e-1280x960.jpg");
}
.cid-rRIkbRb1Do .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap {
  padding: 0 25px;
}
.cid-rRIkbRb1Do .wrap:before {
  content: '';
  position: absolute;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #80c7fe;
  top: 0px;
  right: 0px;
}
.cid-rRIkbRb1Do .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-rRIkbRb1Do .mbr-text {
  margin-bottom: 20px;
}
.cid-rRIkbRb1Do .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 80px 0;
  }
  .cid-rRIkbRb1Do .container,
  .cid-rRIkbRb1Do .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rRIkbRb1Do .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-rRIkbRb1Do a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRIkbRb1Do .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRIkbRb1Do .mbr-section-title,
.cid-rRIkbRb1Do .mbr-figure {
  color: #ffffff;
  text-align: center;
}
.cid-rRIkbRb1Do .mbr-text,
.cid-rRIkbRb1Do .mbr-section-btn {
  text-align: center;
}
.cid-thfuXmG9d3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thfuXmG9d3 .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-thfuXmG9d3 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/48902698-e08d-4ef6-b57e-737e9603c21a-1280x622.jpg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cid-thfuXmG9d3 .overlay {
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #6a696c;
}
.cid-thfuXmG9d3 .wrap {
  width: 100%;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-thfuXmG9d3 .wrap:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-thfuXmG9d3 .wrap:hover .img-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.cid-thfuXmG9d3 .wrap:hover .box-title2,
.cid-thfuXmG9d3 .wrap:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-thfuXmG9d3 .wrap:hover .box-content {
  transition-delay: 0.3s;
  background: transparent;
}
.cid-thfuXmG9d3 .box-title2,
.cid-thfuXmG9d3 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-thfuXmG9d3 .box-content {
  transition: all 0.3s;
  background: #6a696c;
  width: 50%;
}
.cid-thfuXmG9d3 .content-box {
  padding: 4rem 3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .cid-thfuXmG9d3 .img-content {
    opacity: 1;
  }
  .cid-thfuXmG9d3 .box-title2,
  .cid-thfuXmG9d3 .box-text2 {
    color: #ffffff !important;
  }
  .cid-thfuXmG9d3 .content-block,
  .cid-thfuXmG9d3 .box-content {
    padding: 3rem 1rem;
  }
  .cid-thfuXmG9d3 .wrap {
    min-height: 300px;
  }
  .cid-thfuXmG9d3 .box-content {
    width: 100%;
    background: transparent;
  }
}
.cid-thdPdljjCG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #6a696c;
}
.cid-thdPdljjCG .title_block {
  margin-bottom: 80px;
}
.cid-thdPdljjCG .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-thdPdljjCG .mbr-section-title {
  color: #17161a;
}
.cid-thdPdljjCG .card_wrapper {
  padding: 0 35px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-thdPdljjCG .card_wrapper:hover .card_title a {
  color: #199bfc !important;
}
.cid-thdPdljjCG .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-thdPdljjCG .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-thdPdljjCG .card_wrapper:hover .shape_2 {
  transform: rotate(345deg);
  top: -20px;
  right: 12px;
}
.cid-thdPdljjCG .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-thdPdljjCG .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-thdPdljjCG .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(25, 155, 252, 0.4);
  background-image: linear-gradient(40deg, #199bfc 0%, #7ec7fd 100%);
}
.cid-thdPdljjCG .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(61, 200, 75, 0.4);
  background-image: linear-gradient(40deg, #3dc84b 0%, #8cdf95 100%);
}
.cid-thdPdljjCG .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(40, 55, 66, 0.4);
  background-image: linear-gradient(40deg, #283742 0%, #4e6c82 100%);
}
.cid-thdPdljjCG .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(23, 22, 26, 0.4);
  background-image: linear-gradient(40deg, #17161a 0%, #484551 100%);
}
.cid-thdPdljjCG .icon_block {
  margin-bottom: 40px;
}
.cid-thdPdljjCG .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-top-right-radius: 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-thdPdljjCG .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-thdPdljjCG .card_title {
  margin-bottom: 20px;
  color: #17161a;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-thdPdljjCG .card_text {
  margin-bottom: 0;
}
.cid-thdPdljjCG .card_link {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-thdPdljjCG .card_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-thdPdljjCG .card_link:hover {
  cursor: pointer;
}
.cid-thdPdljjCG .card_link:hover a {
  color: #199bfc !important;
}
.cid-thdPdljjCG .card_link:hover span {
  transform: translatex(5px);
}
.cid-thdPdljjCG .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-thdPdljjCG .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #3dc84b;
  border-radius: 50%;
}
.cid-thdPdljjCG .shape_2 {
  top: 0;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #17161a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-thdPdljjCG .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #283742;
}
.cid-thdPdljjCG .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #f9f9f9;
  transform: rotate(-45deg);
}
.cid-thdPdljjCG .mbr-section-btn {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thdPdljjCG .title_block {
    margin-bottom: 15px;
  }
  .cid-thdPdljjCG .card_wrapper {
    padding: 0 30px;
    max-width: 370px;
    margin: 50px auto 0;
  }
  .cid-thdPdljjCG .card_title {
    margin-bottom: 15px;
  }
  .cid-thdPdljjCG .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-thesRWmQCT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-thesRWmQCT a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-thesRWmQCT a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-thesRWmQCT .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-thesRWmQCT .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-thesRWmQCT .form-control {
  background: none;
  border-radius: 0px;
}
.cid-thesRWmQCT textarea.form-control {
  min-height: 214.5px;
}
.cid-thesRWmQCT .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-thesRWmQCT h4,
.cid-thesRWmQCT p {
  margin: 0;
}
.cid-thesRWmQCT h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-thesRWmQCT h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-thesRWmQCT .icon {
  color: #656565;
  font-size: 1.9rem;
}
@media (max-width: 991px) {
  .cid-thesRWmQCT h2 {
    text-align: center;
  }
  .cid-thesRWmQCT h3 {
    text-align: center;
  }
  .cid-thesRWmQCT .input-group-btn {
    text-align: center;
  }
  .cid-thesRWmQCT .social-list {
    text-align: center;
  }
}
.cid-thesRWmQCT H2 {
  color: #656565;
}
.cid-thesRWmQCT .content {
  text-align: left;
  color: #000000;
}
.cid-thesRWmQCT .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-thesRWmQCT .title1 {
  text-align: left;
  color: #000000;
}
.cid-thesRWmQCT .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-thesRWmQCT .title2 {
  color: #000000;
}
.cid-theiJv8SlZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #6a696c;
}
.cid-theiJv8SlZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-theiJv8SlZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-theiJv8SlZ .container {
  display: flex;
  justify-content: center;
}
.cid-theiJv8SlZ .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.cid-theiJv8SlZ .col-copyright {
  padding: 0;
}
.cid-theiJv8SlZ .copyright {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-theiJv8SlZ .copyright {
    text-align: center !important;
  }
}
.cid-s2FqTl60XE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s2FqTl60XE .nav-item,
.cid-s2FqTl60XE .nav-link,
.cid-s2FqTl60XE .navbar-caption {
  font-weight: normal;
}
.cid-s2FqTl60XE .navbar-nav {
  counter-reset: number;
}
.cid-s2FqTl60XE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FqTl60XE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FqTl60XE .btn {
    white-space: nowrap;
  }
  .cid-s2FqTl60XE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FqTl60XE .dropdown-toggle::after,
  .cid-s2FqTl60XE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FqTl60XE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FqTl60XE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FqTl60XE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FqTl60XE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FqTl60XE .nav-item:focus,
.cid-s2FqTl60XE .nav-link:focus {
  outline: none;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FqTl60XE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FqTl60XE ul.navbar-nav li {
  margin: auto;
}
.cid-s2FqTl60XE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s2FqTl60XE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FqTl60XE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FqTl60XE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FqTl60XE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FqTl60XE .navbar .container-fluid,
  .cid-s2FqTl60XE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FqTl60XE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FqTl60XE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FqTl60XE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FqTl60XE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FqTl60XE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FqTl60XE .dropdown-item.active,
.cid-s2FqTl60XE .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FqTl60XE .navbar-buttons {
  text-align: center;
}
.cid-s2FqTl60XE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FqTl60XE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-s2FqTl60XE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FqTl60XE .navbar {
    height: 77px;
  }
  .cid-s2FqTl60XE .navbar.opened {
    height: auto;
  }
  .cid-s2FqTl60XE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-theAx3Wi2y {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/0d356091-74e2-419b-9e48-7f88542d6644-1024x768.jpg");
}
.cid-theAx3Wi2y .container-fluid {
  position: relative;
}
.cid-theAx3Wi2y .page-title-content {
  width: 100%;
}
.cid-theAx3Wi2y .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-theAx3Wi2y .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-theAx3Wi2y .page-title-content {
    text-align: center;
  }
}
.cid-theAx3Wi2y .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-theAx3Wi2y a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-theAx3Wi2y a:not(:first-child) {
  margin-left: 20px;
}
.cid-theAx3Wi2y a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-theAx3Wi2y a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-theAx3Wi2y a:hover:after,
.cid-theAx3Wi2y a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-theAx3Wi2y a:hover:before,
.cid-theAx3Wi2y a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-theAx3Wi2y a.text-white:hover,
.cid-theAx3Wi2y a.text-white:focus {
  color: #ffffff !important;
}
.cid-theAx3Wi2y .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-theAx3Wi2y .page-title-content .title,
.cid-theAx3Wi2y .icon-section,
.cid-theAx3Wi2y .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-theEeE35v9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-theEeE35v9 .container {
  max-width: 1200px;
}
.cid-theEeE35v9 .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-theEeE35v9 .container-fluid {
  max-width: 1400px;
}
.cid-theEeE35v9 .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
}
.cid-theEeE35v9 p {
  line-height: 2;
}
.cid-theEeE35v9 .mbr-text {
  text-align: left;
}
.cid-thezDr7fP9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #6a696c;
}
.cid-thezDr7fP9 .title_block {
  margin-bottom: 80px;
}
.cid-thezDr7fP9 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-thezDr7fP9 .mbr-section-title {
  color: #17161a;
}
.cid-thezDr7fP9 .card_wrapper {
  padding: 0 35px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-thezDr7fP9 .card_wrapper:hover .card_title a {
  color: #199bfc !important;
}
.cid-thezDr7fP9 .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-thezDr7fP9 .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-thezDr7fP9 .card_wrapper:hover .shape_2 {
  transform: rotate(345deg);
  top: -20px;
  right: 12px;
}
.cid-thezDr7fP9 .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-thezDr7fP9 .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-thezDr7fP9 .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(25, 155, 252, 0.4);
  background-image: linear-gradient(40deg, #199bfc 0%, #7ec7fd 100%);
}
.cid-thezDr7fP9 .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(61, 200, 75, 0.4);
  background-image: linear-gradient(40deg, #3dc84b 0%, #8cdf95 100%);
}
.cid-thezDr7fP9 .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(40, 55, 66, 0.4);
  background-image: linear-gradient(40deg, #283742 0%, #4e6c82 100%);
}
.cid-thezDr7fP9 .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(23, 22, 26, 0.4);
  background-image: linear-gradient(40deg, #17161a 0%, #484551 100%);
}
.cid-thezDr7fP9 .icon_block {
  margin-bottom: 40px;
}
.cid-thezDr7fP9 .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-top-right-radius: 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-thezDr7fP9 .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-thezDr7fP9 .card_title {
  margin-bottom: 20px;
  color: #17161a;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-thezDr7fP9 .card_text {
  margin-bottom: 0;
}
.cid-thezDr7fP9 .card_link {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-thezDr7fP9 .card_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-thezDr7fP9 .card_link:hover {
  cursor: pointer;
}
.cid-thezDr7fP9 .card_link:hover a {
  color: #199bfc !important;
}
.cid-thezDr7fP9 .card_link:hover span {
  transform: translatex(5px);
}
.cid-thezDr7fP9 .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-thezDr7fP9 .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #3dc84b;
  border-radius: 50%;
}
.cid-thezDr7fP9 .shape_2 {
  top: 0;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #17161a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-thezDr7fP9 .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #283742;
}
.cid-thezDr7fP9 .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #f9f9f9;
  transform: rotate(-45deg);
}
.cid-thezDr7fP9 .mbr-section-btn {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thezDr7fP9 .title_block {
    margin-bottom: 15px;
  }
  .cid-thezDr7fP9 .card_wrapper {
    padding: 0 30px;
    max-width: 370px;
    margin: 50px auto 0;
  }
  .cid-thezDr7fP9 .card_title {
    margin-bottom: 15px;
  }
  .cid-thezDr7fP9 .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-thezDs5zVi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-thezDs5zVi a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-thezDs5zVi a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-thezDs5zVi .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-thezDs5zVi .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-thezDs5zVi .form-control {
  background: none;
  border-radius: 0px;
}
.cid-thezDs5zVi textarea.form-control {
  min-height: 214.5px;
}
.cid-thezDs5zVi .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-thezDs5zVi h4,
.cid-thezDs5zVi p {
  margin: 0;
}
.cid-thezDs5zVi h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-thezDs5zVi h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-thezDs5zVi .icon {
  color: #656565;
  font-size: 1.9rem;
}
@media (max-width: 991px) {
  .cid-thezDs5zVi h2 {
    text-align: center;
  }
  .cid-thezDs5zVi h3 {
    text-align: center;
  }
  .cid-thezDs5zVi .input-group-btn {
    text-align: center;
  }
  .cid-thezDs5zVi .social-list {
    text-align: center;
  }
}
.cid-thezDs5zVi H2 {
  color: #656565;
}
.cid-thezDs5zVi .content {
  text-align: left;
  color: #000000;
}
.cid-thezDs5zVi .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-thezDs5zVi .title1 {
  text-align: left;
  color: #000000;
}
.cid-thezDs5zVi .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-thezDs5zVi .title2 {
  color: #000000;
}
.cid-thezDsX9YG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #6a696c;
}
.cid-thezDsX9YG .mbr-fallback-image.disabled {
  display: none;
}
.cid-thezDsX9YG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thezDsX9YG .container {
  display: flex;
  justify-content: center;
}
.cid-thezDsX9YG .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.cid-thezDsX9YG .col-copyright {
  padding: 0;
}
.cid-thezDsX9YG .copyright {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-thezDsX9YG .copyright {
    text-align: center !important;
  }
}
.cid-thezDu36MQ {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-thezDu36MQ .nav-item,
.cid-thezDu36MQ .nav-link,
.cid-thezDu36MQ .navbar-caption {
  font-weight: normal;
}
.cid-thezDu36MQ .navbar-nav {
  counter-reset: number;
}
.cid-thezDu36MQ .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-thezDu36MQ .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-thezDu36MQ .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-thezDu36MQ .btn {
    white-space: nowrap;
  }
  .cid-thezDu36MQ .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-thezDu36MQ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-thezDu36MQ .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-thezDu36MQ .dropdown-toggle::after,
  .cid-thezDu36MQ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-thezDu36MQ .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-thezDu36MQ .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-thezDu36MQ .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-thezDu36MQ .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-thezDu36MQ .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-thezDu36MQ .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-thezDu36MQ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-thezDu36MQ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-thezDu36MQ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-thezDu36MQ .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-thezDu36MQ .nav-item:focus,
.cid-thezDu36MQ .nav-link:focus {
  outline: none;
}
.cid-thezDu36MQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-thezDu36MQ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-thezDu36MQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-thezDu36MQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thezDu36MQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-thezDu36MQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thezDu36MQ ul.navbar-nav li {
  margin: auto;
}
.cid-thezDu36MQ .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-thezDu36MQ .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-thezDu36MQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thezDu36MQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thezDu36MQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thezDu36MQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-thezDu36MQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-thezDu36MQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thezDu36MQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-thezDu36MQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thezDu36MQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thezDu36MQ .navbar .container-fluid,
  .cid-thezDu36MQ .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-thezDu36MQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-thezDu36MQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thezDu36MQ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-thezDu36MQ .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-thezDu36MQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-thezDu36MQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-thezDu36MQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-thezDu36MQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thezDu36MQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thezDu36MQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-thezDu36MQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thezDu36MQ .dropdown-item.active,
.cid-thezDu36MQ .dropdown-item:active {
  background-color: transparent;
}
.cid-thezDu36MQ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thezDu36MQ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-thezDu36MQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thezDu36MQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-thezDu36MQ .navbar-buttons {
  text-align: center;
}
.cid-thezDu36MQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-thezDu36MQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-thezDu36MQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thezDu36MQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thezDu36MQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thezDu36MQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thezDu36MQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thezDu36MQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thezDu36MQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thezDu36MQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thezDu36MQ .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-thezDu36MQ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-thezDu36MQ a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-thezDu36MQ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thezDu36MQ .navbar {
    height: 77px;
  }
  .cid-thezDu36MQ .navbar.opened {
    height: auto;
  }
  .cid-thezDu36MQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-theJsBWAQe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/0d356091-74e2-419b-9e48-7f88542d6644-1024x768.jpg");
}
.cid-theJsBWAQe .container-fluid {
  position: relative;
}
.cid-theJsBWAQe .page-title-content {
  width: 100%;
}
.cid-theJsBWAQe .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-theJsBWAQe .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-theJsBWAQe .page-title-content {
    text-align: center;
  }
}
.cid-theJsBWAQe .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-theJsBWAQe a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-theJsBWAQe a:not(:first-child) {
  margin-left: 20px;
}
.cid-theJsBWAQe a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-theJsBWAQe a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-theJsBWAQe a:hover:after,
.cid-theJsBWAQe a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-theJsBWAQe a:hover:before,
.cid-theJsBWAQe a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-theJsBWAQe a.text-white:hover,
.cid-theJsBWAQe a.text-white:focus {
  color: #ffffff !important;
}
.cid-theJsBWAQe .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-theJsBWAQe .page-title-content .title,
.cid-theJsBWAQe .icon-section,
.cid-theJsBWAQe .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-thePWl9Mua {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-thePWl9Mua img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-thePWl9Mua img {
    width: 100%;
  }
  .cid-thePWl9Mua .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-thePWl9Mua ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-thePWl9Mua ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-thePWl9Mua ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #199bfc;
}
.cid-theJsDXgDN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #6a696c;
}
.cid-theJsDXgDN .title_block {
  margin-bottom: 80px;
}
.cid-theJsDXgDN .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-theJsDXgDN .mbr-section-title {
  color: #17161a;
}
.cid-theJsDXgDN .card_wrapper {
  padding: 0 35px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-theJsDXgDN .card_wrapper:hover .card_title a {
  color: #199bfc !important;
}
.cid-theJsDXgDN .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-theJsDXgDN .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-theJsDXgDN .card_wrapper:hover .shape_2 {
  transform: rotate(345deg);
  top: -20px;
  right: 12px;
}
.cid-theJsDXgDN .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-theJsDXgDN .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-theJsDXgDN .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(25, 155, 252, 0.4);
  background-image: linear-gradient(40deg, #199bfc 0%, #7ec7fd 100%);
}
.cid-theJsDXgDN .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(61, 200, 75, 0.4);
  background-image: linear-gradient(40deg, #3dc84b 0%, #8cdf95 100%);
}
.cid-theJsDXgDN .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(40, 55, 66, 0.4);
  background-image: linear-gradient(40deg, #283742 0%, #4e6c82 100%);
}
.cid-theJsDXgDN .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(23, 22, 26, 0.4);
  background-image: linear-gradient(40deg, #17161a 0%, #484551 100%);
}
.cid-theJsDXgDN .icon_block {
  margin-bottom: 40px;
}
.cid-theJsDXgDN .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-top-right-radius: 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-theJsDXgDN .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-theJsDXgDN .card_title {
  margin-bottom: 20px;
  color: #17161a;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-theJsDXgDN .card_text {
  margin-bottom: 0;
}
.cid-theJsDXgDN .card_link {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-theJsDXgDN .card_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-theJsDXgDN .card_link:hover {
  cursor: pointer;
}
.cid-theJsDXgDN .card_link:hover a {
  color: #199bfc !important;
}
.cid-theJsDXgDN .card_link:hover span {
  transform: translatex(5px);
}
.cid-theJsDXgDN .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-theJsDXgDN .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #3dc84b;
  border-radius: 50%;
}
.cid-theJsDXgDN .shape_2 {
  top: 0;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #17161a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-theJsDXgDN .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #283742;
}
.cid-theJsDXgDN .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #f9f9f9;
  transform: rotate(-45deg);
}
.cid-theJsDXgDN .mbr-section-btn {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-theJsDXgDN .title_block {
    margin-bottom: 15px;
  }
  .cid-theJsDXgDN .card_wrapper {
    padding: 0 30px;
    max-width: 370px;
    margin: 50px auto 0;
  }
  .cid-theJsDXgDN .card_title {
    margin-bottom: 15px;
  }
  .cid-theJsDXgDN .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-theJsFm14q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-theJsFm14q a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-theJsFm14q a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-theJsFm14q .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-theJsFm14q .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-theJsFm14q .form-control {
  background: none;
  border-radius: 0px;
}
.cid-theJsFm14q textarea.form-control {
  min-height: 214.5px;
}
.cid-theJsFm14q .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-theJsFm14q h4,
.cid-theJsFm14q p {
  margin: 0;
}
.cid-theJsFm14q h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-theJsFm14q h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-theJsFm14q .icon {
  color: #656565;
  font-size: 1.9rem;
}
@media (max-width: 991px) {
  .cid-theJsFm14q h2 {
    text-align: center;
  }
  .cid-theJsFm14q h3 {
    text-align: center;
  }
  .cid-theJsFm14q .input-group-btn {
    text-align: center;
  }
  .cid-theJsFm14q .social-list {
    text-align: center;
  }
}
.cid-theJsFm14q H2 {
  color: #656565;
}
.cid-theJsFm14q .content {
  text-align: left;
  color: #000000;
}
.cid-theJsFm14q .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-theJsFm14q .title1 {
  text-align: left;
  color: #000000;
}
.cid-theJsFm14q .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-theJsFm14q .title2 {
  color: #000000;
}
.cid-theJsGn0nm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #6a696c;
}
.cid-theJsGn0nm .mbr-fallback-image.disabled {
  display: none;
}
.cid-theJsGn0nm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-theJsGn0nm .container {
  display: flex;
  justify-content: center;
}
.cid-theJsGn0nm .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.cid-theJsGn0nm .col-copyright {
  padding: 0;
}
.cid-theJsGn0nm .copyright {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-theJsGn0nm .copyright {
    text-align: center !important;
  }
}
.cid-theJsHrS9q {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-theJsHrS9q .nav-item,
.cid-theJsHrS9q .nav-link,
.cid-theJsHrS9q .navbar-caption {
  font-weight: normal;
}
.cid-theJsHrS9q .navbar-nav {
  counter-reset: number;
}
.cid-theJsHrS9q .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-theJsHrS9q .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-theJsHrS9q .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-theJsHrS9q .btn {
    white-space: nowrap;
  }
  .cid-theJsHrS9q .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-theJsHrS9q .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-theJsHrS9q .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-theJsHrS9q .dropdown-toggle::after,
  .cid-theJsHrS9q .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-theJsHrS9q .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-theJsHrS9q .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-theJsHrS9q .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-theJsHrS9q .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-theJsHrS9q .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-theJsHrS9q .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-theJsHrS9q .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-theJsHrS9q .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-theJsHrS9q .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-theJsHrS9q .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-theJsHrS9q .nav-item:focus,
.cid-theJsHrS9q .nav-link:focus {
  outline: none;
}
.cid-theJsHrS9q .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-theJsHrS9q .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-theJsHrS9q .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-theJsHrS9q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-theJsHrS9q .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-theJsHrS9q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-theJsHrS9q ul.navbar-nav li {
  margin: auto;
}
.cid-theJsHrS9q .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-theJsHrS9q .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-theJsHrS9q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-theJsHrS9q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-theJsHrS9q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-theJsHrS9q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-theJsHrS9q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-theJsHrS9q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-theJsHrS9q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-theJsHrS9q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-theJsHrS9q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-theJsHrS9q .navbar .container-fluid,
  .cid-theJsHrS9q .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-theJsHrS9q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-theJsHrS9q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-theJsHrS9q .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-theJsHrS9q .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-theJsHrS9q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-theJsHrS9q .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-theJsHrS9q .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-theJsHrS9q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-theJsHrS9q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-theJsHrS9q .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-theJsHrS9q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-theJsHrS9q .dropdown-item.active,
.cid-theJsHrS9q .dropdown-item:active {
  background-color: transparent;
}
.cid-theJsHrS9q .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-theJsHrS9q .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-theJsHrS9q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-theJsHrS9q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-theJsHrS9q .navbar-buttons {
  text-align: center;
}
.cid-theJsHrS9q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-theJsHrS9q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-theJsHrS9q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-theJsHrS9q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-theJsHrS9q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-theJsHrS9q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-theJsHrS9q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-theJsHrS9q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-theJsHrS9q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-theJsHrS9q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-theJsHrS9q .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-theJsHrS9q a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-theJsHrS9q a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-theJsHrS9q .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-theJsHrS9q .navbar {
    height: 77px;
  }
  .cid-theJsHrS9q .navbar.opened {
    height: auto;
  }
  .cid-theJsHrS9q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thjtpO7aeW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/0d356091-74e2-419b-9e48-7f88542d6644-1024x768.jpg");
}
.cid-thjtpO7aeW .container-fluid {
  position: relative;
}
.cid-thjtpO7aeW .page-title-content {
  width: 100%;
}
.cid-thjtpO7aeW .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-thjtpO7aeW .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-thjtpO7aeW .page-title-content {
    text-align: center;
  }
}
.cid-thjtpO7aeW .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-thjtpO7aeW a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-thjtpO7aeW a:not(:first-child) {
  margin-left: 20px;
}
.cid-thjtpO7aeW a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-thjtpO7aeW a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-thjtpO7aeW a:hover:after,
.cid-thjtpO7aeW a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-thjtpO7aeW a:hover:before,
.cid-thjtpO7aeW a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-thjtpO7aeW a.text-white:hover,
.cid-thjtpO7aeW a.text-white:focus {
  color: #ffffff !important;
}
.cid-thjtpO7aeW .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-thjtpO7aeW .page-title-content .title,
.cid-thjtpO7aeW .icon-section,
.cid-thjtpO7aeW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-thjvfODuX9 {
  background-color: #ffffff;
}
.cid-thjvfODuX9 .mbr-section-title {
  color: #000000;
}
.cid-thjvfODuX9 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-thjvfODuX9 .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-thjvfODuX9 .image-wrapper {
    margin-right: 4rem;
  }
}
.cid-thjvfODuX9 .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 6rem;
}
.cid-thjvfODuX9 .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-thjvfODuX9 .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thjvfODuX9 .link-wrapper {
    justify-content: center;
  }
}
.cid-thjvfODuX9 .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-thjvfODuX9 .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-thjvfODuX9 .mbr-section-subtitle:hover {
  background: #199bfc;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-thjvfODuX9 .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-thjvfODuX9 .link,
.cid-thjvfODuX9 .link-icon {
  color: #000000;
}
.cid-thjvfODuX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thjvfODuX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thjtpQenAq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #6a696c;
}
.cid-thjtpQenAq .title_block {
  margin-bottom: 80px;
}
.cid-thjtpQenAq .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-thjtpQenAq .mbr-section-title {
  color: #17161a;
}
.cid-thjtpQenAq .card_wrapper {
  padding: 0 35px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-thjtpQenAq .card_wrapper:hover .card_title a {
  color: #199bfc !important;
}
.cid-thjtpQenAq .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-thjtpQenAq .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-thjtpQenAq .card_wrapper:hover .shape_2 {
  transform: rotate(345deg);
  top: -20px;
  right: 12px;
}
.cid-thjtpQenAq .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-thjtpQenAq .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-thjtpQenAq .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(25, 155, 252, 0.4);
  background-image: linear-gradient(40deg, #199bfc 0%, #7ec7fd 100%);
}
.cid-thjtpQenAq .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(61, 200, 75, 0.4);
  background-image: linear-gradient(40deg, #3dc84b 0%, #8cdf95 100%);
}
.cid-thjtpQenAq .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(40, 55, 66, 0.4);
  background-image: linear-gradient(40deg, #283742 0%, #4e6c82 100%);
}
.cid-thjtpQenAq .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(23, 22, 26, 0.4);
  background-image: linear-gradient(40deg, #17161a 0%, #484551 100%);
}
.cid-thjtpQenAq .icon_block {
  margin-bottom: 40px;
}
.cid-thjtpQenAq .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-top-right-radius: 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-thjtpQenAq .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-thjtpQenAq .card_title {
  margin-bottom: 20px;
  color: #17161a;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-thjtpQenAq .card_text {
  margin-bottom: 0;
}
.cid-thjtpQenAq .card_link {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-thjtpQenAq .card_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-thjtpQenAq .card_link:hover {
  cursor: pointer;
}
.cid-thjtpQenAq .card_link:hover a {
  color: #199bfc !important;
}
.cid-thjtpQenAq .card_link:hover span {
  transform: translatex(5px);
}
.cid-thjtpQenAq .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-thjtpQenAq .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #3dc84b;
  border-radius: 50%;
}
.cid-thjtpQenAq .shape_2 {
  top: 0;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #17161a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-thjtpQenAq .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #283742;
}
.cid-thjtpQenAq .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #f9f9f9;
  transform: rotate(-45deg);
}
.cid-thjtpQenAq .mbr-section-btn {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thjtpQenAq .title_block {
    margin-bottom: 15px;
  }
  .cid-thjtpQenAq .card_wrapper {
    padding: 0 30px;
    max-width: 370px;
    margin: 50px auto 0;
  }
  .cid-thjtpQenAq .card_title {
    margin-bottom: 15px;
  }
  .cid-thjtpQenAq .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-thjtpRuNjr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-thjtpRuNjr a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-thjtpRuNjr a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-thjtpRuNjr .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-thjtpRuNjr .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-thjtpRuNjr .form-control {
  background: none;
  border-radius: 0px;
}
.cid-thjtpRuNjr textarea.form-control {
  min-height: 214.5px;
}
.cid-thjtpRuNjr .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-thjtpRuNjr h4,
.cid-thjtpRuNjr p {
  margin: 0;
}
.cid-thjtpRuNjr h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-thjtpRuNjr h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-thjtpRuNjr .icon {
  color: #656565;
  font-size: 1.9rem;
}
@media (max-width: 991px) {
  .cid-thjtpRuNjr h2 {
    text-align: center;
  }
  .cid-thjtpRuNjr h3 {
    text-align: center;
  }
  .cid-thjtpRuNjr .input-group-btn {
    text-align: center;
  }
  .cid-thjtpRuNjr .social-list {
    text-align: center;
  }
}
.cid-thjtpRuNjr H2 {
  color: #656565;
}
.cid-thjtpRuNjr .content {
  text-align: left;
  color: #000000;
}
.cid-thjtpRuNjr .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-thjtpRuNjr .title1 {
  text-align: left;
  color: #000000;
}
.cid-thjtpRuNjr .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-thjtpRuNjr .title2 {
  color: #000000;
}
.cid-thjtpSgBRo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #6a696c;
}
.cid-thjtpSgBRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-thjtpSgBRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thjtpSgBRo .container {
  display: flex;
  justify-content: center;
}
.cid-thjtpSgBRo .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.cid-thjtpSgBRo .col-copyright {
  padding: 0;
}
.cid-thjtpSgBRo .copyright {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-thjtpSgBRo .copyright {
    text-align: center !important;
  }
}
.cid-thjtpSFLBR {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-thjtpSFLBR .nav-item,
.cid-thjtpSFLBR .nav-link,
.cid-thjtpSFLBR .navbar-caption {
  font-weight: normal;
}
.cid-thjtpSFLBR .navbar-nav {
  counter-reset: number;
}
.cid-thjtpSFLBR .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-thjtpSFLBR .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-thjtpSFLBR .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-thjtpSFLBR .btn {
    white-space: nowrap;
  }
  .cid-thjtpSFLBR .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-thjtpSFLBR .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-thjtpSFLBR .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-thjtpSFLBR .dropdown-toggle::after,
  .cid-thjtpSFLBR .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-thjtpSFLBR .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-thjtpSFLBR .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-thjtpSFLBR .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-thjtpSFLBR .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-thjtpSFLBR .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-thjtpSFLBR .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-thjtpSFLBR .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-thjtpSFLBR .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-thjtpSFLBR .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-thjtpSFLBR .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-thjtpSFLBR .nav-item:focus,
.cid-thjtpSFLBR .nav-link:focus {
  outline: none;
}
.cid-thjtpSFLBR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-thjtpSFLBR .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-thjtpSFLBR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-thjtpSFLBR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thjtpSFLBR .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-thjtpSFLBR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thjtpSFLBR ul.navbar-nav li {
  margin: auto;
}
.cid-thjtpSFLBR .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-thjtpSFLBR .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-thjtpSFLBR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thjtpSFLBR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thjtpSFLBR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thjtpSFLBR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-thjtpSFLBR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-thjtpSFLBR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thjtpSFLBR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-thjtpSFLBR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thjtpSFLBR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thjtpSFLBR .navbar .container-fluid,
  .cid-thjtpSFLBR .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-thjtpSFLBR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-thjtpSFLBR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thjtpSFLBR .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-thjtpSFLBR .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-thjtpSFLBR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-thjtpSFLBR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-thjtpSFLBR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-thjtpSFLBR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thjtpSFLBR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thjtpSFLBR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-thjtpSFLBR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thjtpSFLBR .dropdown-item.active,
.cid-thjtpSFLBR .dropdown-item:active {
  background-color: transparent;
}
.cid-thjtpSFLBR .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thjtpSFLBR .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-thjtpSFLBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thjtpSFLBR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-thjtpSFLBR .navbar-buttons {
  text-align: center;
}
.cid-thjtpSFLBR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-thjtpSFLBR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-thjtpSFLBR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thjtpSFLBR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thjtpSFLBR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thjtpSFLBR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thjtpSFLBR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thjtpSFLBR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thjtpSFLBR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thjtpSFLBR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thjtpSFLBR .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-thjtpSFLBR a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-thjtpSFLBR a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-thjtpSFLBR .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thjtpSFLBR .navbar {
    height: 77px;
  }
  .cid-thjtpSFLBR .navbar.opened {
    height: auto;
  }
  .cid-thjtpSFLBR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
