@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Epilogue;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 8.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 13.44rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.1rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.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: 6.72rem;
    font-size: calc( 3.59rem + (8.4 - 3.59) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (3.59rem + (8.4 - 3.59) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0077ae !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0077ae !important;
  border-color: #0077ae !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #004362 !important;
  border-color: #004362 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004362 !important;
  border-color: #004362 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1593d3 !important;
  border-color: #1593d3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1593d3 !important;
  border-color: #1593d3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2d7b86 !important;
  border-color: #2d7b86 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2d7b86 !important;
  border-color: #2d7b86 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #614f00 !important;
  background-color: #ffd215 !important;
  border-color: #ffd215 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd215 !important;
  border-color: #ffd215 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff6619 !important;
  border-color: #ff6619 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6619 !important;
  border-color: #ff6619 !important;
}
.btn-white {
  color: #333333 !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: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #003148;
  color: #003148;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #0077ae;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0077ae !important;
  border-color: #0077ae !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #e70000;
  color: #e70000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff4e4e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #1283bc;
  color: #1283bc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #47b5ed;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #266a73;
  color: #266a73;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #40b0bf;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #facb00;
  color: #facb00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ffe161;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ff5500;
  color: #ff5500;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff9966;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0077ae !important;
}
.text-secondary {
  color: #ff4e4e !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #003148 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e70000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.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: none;
}
.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: #0077ae;
  border-color: #0077ae;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0077ae;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2fbdff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #0077ae;
}
/* 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: #0077ae;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  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: #0077ae;
  border-bottom-color: #0077ae;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0077ae !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: #ff4e4e !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-ssu1hGMoXx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-ssu1hGMoXx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ssu1hGMoXx a {
  font-style: normal;
}
.cid-ssu1hGMoXx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-ssu1hGMoXx .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
}
.cid-ssu1hGMoXx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-ssu1hGMoXx .content-text {
  margin-bottom: 0;
}
.cid-ssu1hGMoXx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-ssu1hGMoXx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0077ae;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-ssu1hGMoXx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-ssu1hGMoXx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-ssu1hGMoXx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-ssu1hGMoXx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ssu1hGMoXx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-ssu1hGMoXx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-ssu1hGMoXx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-ssu1hGMoXx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssu1hGMoXx .nav-dropdown .link {
  font-weight: 400;
}
.cid-ssu1hGMoXx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-ssu1hGMoXx .content-right-side {
  text-align: center;
}
.cid-ssu1hGMoXx .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-ssu1hGMoXx .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-ssu1hGMoXx .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-ssu1hGMoXx .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-ssu1hGMoXx .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-ssu1hGMoXx .menu-bottom {
    justify-content: flex-end;
  }
  .cid-ssu1hGMoXx img {
    height: 3.8rem !important;
  }
  .cid-ssu1hGMoXx .btn {
    display: -webkit-flex;
  }
  .cid-ssu1hGMoXx button.navbar-toggler {
    display: block;
  }
  .cid-ssu1hGMoXx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-ssu1hGMoXx .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ssu1hGMoXx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ssu1hGMoXx .navbar-collapse.collapsing,
  .cid-ssu1hGMoXx .navbar-collapse.show {
    display: block !important;
  }
  .cid-ssu1hGMoXx .navbar-collapse.collapsing .navbar-nav,
  .cid-ssu1hGMoXx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ssu1hGMoXx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ssu1hGMoXx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ssu1hGMoXx .navbar-collapse.collapsing .navbar-buttons,
  .cid-ssu1hGMoXx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ssu1hGMoXx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ssu1hGMoXx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ssu1hGMoXx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-ssu1hGMoXx .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-ssu1hGMoXx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ssu1hGMoXx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-ssu1hGMoXx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-ssu1hGMoXx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .cid-ssu1hGMoXx .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-ssu1hGMoXx .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-ssu1hGMoXx .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-ssu1hGMoXx .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-ssu1hGMoXx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-ssu1hGMoXx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-ssu1hGMoXx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-ssu1hGMoXx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-ssu1hGMoXx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssu1hGMoXx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-ssu1hGMoXx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ssu1hGMoXx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-ssu1hGMoXx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-ssu1hGMoXx .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-ssu1hGMoXx .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-ssu1hGMoXx .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-ssu1hGMoXx .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ssu1hGMoXx .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-ssu1hGMoXx .navbar {
    display: block;
    padding: 0;
  }
  .cid-ssu1hGMoXx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ssu1hGMoXx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-ssu1hGMoXx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 20px;
  }
  .cid-ssu1hGMoXx .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-ssu1hGMoXx .navbar-toggler {
    display: none;
  }
  .cid-ssu1hGMoXx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ssu1hGMoXx .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssu1hGMoXx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-ssu1hGMoXx .menu-logo {
  margin-right: auto;
}
.cid-ssu1hGMoXx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssu1hGMoXx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-ssu1hGMoXx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ssu1hGMoXx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ssu1hGMoXx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-ssu1hGMoXx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ssu1hGMoXx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-ssu1hGMoXx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-ssu1hGMoXx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssu1hGMoXx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ssu1hGMoXx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ssu1hGMoXx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ssu1hGMoXx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssu1hGMoXx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssu1hGMoXx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ssu1hGMoXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssu1hGMoXx .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-ssu1hGMoXx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ssu1hGMoXx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssu1hGMoXx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-ssu1hGMoXx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-ssu1hGMoXx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ssu1hGMoXx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ssu1hGMoXx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-ssu1hGMoXx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ssu1hGMoXx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssu1hGMoXx button.navbar-toggler:focus {
  outline: none;
}
.cid-ssu1hGMoXx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ssu1hGMoXx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssu1hGMoXx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssu1hGMoXx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssu1hGMoXx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssu1hGMoXx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssu1hGMoXx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssu1hGMoXx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssu1hGMoXx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssu1hGMoXx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssu1hGMoXx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssu1hGMoXx .collapsed .btn {
  display: -webkit-flex;
}
.cid-ssu1hGMoXx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ssu1hGMoXx .collapsed .navbar-collapse.collapsing,
.cid-ssu1hGMoXx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ssu1hGMoXx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ssu1hGMoXx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ssu1hGMoXx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ssu1hGMoXx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ssu1hGMoXx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ssu1hGMoXx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-ssu1hGMoXx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ssu1hGMoXx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ssu1hGMoXx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1.5rem);
  }
  .cid-ssu1hGMoXx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-ssu1hGMoXx .collapsed button.navbar-toggler {
  display: block;
}
.cid-ssu1hGMoXx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-ssu1hGMoXx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ssu1hGMoXx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-ssu1hGMoXx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ssu1hGMoXx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ssu1hGMoXx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-ssu1hGMoXx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssu1hGMoXx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ssu1hGMoXx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-ssu1hGMoXx .nav-link:focus {
  outline: none;
}
.cid-ssu1hGMoXx .navbar-toggler {
  position: relative;
}
.cid-ssu1hGMoXx .dropdown-item.active,
.cid-ssu1hGMoXx .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-ssu1hGMoXx .nav-link:hover,
.cid-ssu1hGMoXx .dropdown-item:hover {
  color: #4284df;
}
.cid-sstUgedyol {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191f2d;
}
.cid-sstUgedyol section {
  padding-bottom: 0 !important;
}
.cid-sstUgedyol .container-fluid {
  position: relative;
  padding: 0 !important;
}
.cid-sstUgedyol h1 {
  line-height: 1.4;
}
.cid-sstUgedyol .second {
  display: none;
}
.cid-sstUgedyol .wrapper {
  position: relative;
}
.cid-sstUgedyol .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-sstUgedyol .img1 {
  width: calc(215%);
  -o-object-fit: cover;
  object-fit: cover;
  height: 800px;
  margin-left: -37rem;
  overflow: hidden;
}
.cid-sstUgedyol .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sstUgedyol .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sstUgedyol .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sstUgedyol .title {
  position: absolute;
  right: 0rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sstUgedyol .title:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sstUgedyol .img1 {
    width: calc(185%);
    margin-left: -16rem;
  }
  .cid-sstUgedyol .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sstUgedyol .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sstUgedyol .shape {
  width: 223px;
  height: 245px;
  border: 4px solid #0077ae;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 25rem;
  left: 0;
}
.cid-sstUgedyol .shape p {
  margin-left: 5rem;
  width: 154%;
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-sstUgedyol .shape {
    left: 55%;
  }
  .cid-sstUgedyol .left {
    display: none;
  }
  .cid-sstUgedyol .second {
    display: block;
    position: absolute;
    top: 36%;
    left: 12%;
  }
  .cid-sstUgedyol a.second {
    margin-top: 30%;
  }
  .cid-sstUgedyol .img1 {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 805px) {
  .cid-sstUgedyol .second {
    top: 20%;
  }
  .cid-sstUgedyol a.second {
    margin-top: 51%;
  }
}
@media (max-width: 767px) {
  .cid-sstUgedyol .shape {
    display: none;
  }
  .cid-sstUgedyol .second {
    left: 0;
  }
  .cid-sstUgedyol a.second {
    margin-top: 50%;
    width: 100%;
    text-align: center;
  }
  .cid-sstUgedyol a.second::after,
  .cid-sstUgedyol a.second::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .cid-sstUgedyol a.second {
    margin-top: 55% !important;
  }
}
.cid-sstUgedyol a {
  display: inline-block;
  color: #0077ae;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sstUgedyol a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sstUgedyol a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-sstUgedyol a:hover:after,
.cid-sstUgedyol a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sstUgedyol a:hover:before,
.cid-sstUgedyol a:focus:before {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sstUgedyol .right {
  padding: 0 !important;
}
.cid-sstUgedyol .left {
  z-index: 100;
}
.cid-sstUgedyol a.text-info:hover,
.cid-sstUgedyol a.text-info:focus {
  color: #47b5ed !important;
}
.cid-sstUgedyol .mbr-text {
  color: #0077ae;
}
.cid-sstUgedyol .mbr-light {
  color: #ffffff;
}
.cid-ssucPvDCG7 {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0077ae;
}
.cid-ssucPvDCG7 .container {
  margin-right: auto !important;
  margin-left: auto !important;
}
.cid-ssucPvDCG7 .image-wrapper {
  max-width: 200%;
  z-index: 1;
  position: absolute;
  top: -10%;
  left: 50%;
}
.cid-ssucPvDCG7 .image-wrapper .img1 {
  max-width: 200%;
}
.cid-ssucPvDCG7 .main-phrase {
  z-index: 7;
  position: relative;
  margin-bottom: 150px;
}
.cid-ssucPvDCG7 .link-wrap {
  z-index: 9000;
}
.cid-ssucPvDCG7 .link-wrap a {
  z-index: 9000;
}
@media (max-width: 992px) {
  .cid-ssucPvDCG7 .sep {
    display: none;
  }
  .cid-ssucPvDCG7 .mbr-iconfont {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-ssucPvDCG7 .link-wrap {
    text-align: center;
  }
}
.cid-ssucPvDCG7 a {
  display: inline-block;
  color: #ff8f00 !important;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-ssucPvDCG7 a:not(:first-child) {
  margin-left: 20px;
}
.cid-ssucPvDCG7 a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-ssucPvDCG7 a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-ssucPvDCG7 a:hover:after,
.cid-ssucPvDCG7 a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-ssucPvDCG7 a:hover:before,
.cid-ssucPvDCG7 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-ssucPvDCG7 .separator {
  margin-bottom: 1px;
  margin-top: 30px;
}
.cid-ssucPvDCG7 .separator .sep-holder {
  width: 100%;
  height: 2px;
  position: relative;
  -webkit-box-flex: 1;
  min-width: 10%;
}
.cid-ssucPvDCG7 .separator .sep-holder .sep-line {
  border-top-width: 2px;
  border-color: #e7e7e7;
  height: 1px;
  border-top: 2px solid #ebebeb;
  position: relative;
  top: 1px;
}
.cid-ssucPvDCG7 .mbr-iconfont {
  font-size: 2rem;
}
.cid-ssucPvDCG7 .text {
  z-index: 10;
}
.cid-ssucPvDCG7 .mbr-text,
.cid-ssucPvDCG7 .link-wrap {
  color: #ffffff;
}
.cid-ssufPvezXI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ssufPvezXI .container {
  max-width: 1200px;
}
.cid-ssufPvezXI a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-ssufPvezXI a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-ssufPvezXI a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-ssu8C5rjxw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-ssu8C5rjxw .container-fluid {
  padding: 0 3rem;
}
.cid-ssu8C5rjxw .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0077ae, #ff4e4e);
  display: inline-block;
}
.cid-ssu8C5rjxw .card {
  display: block;
}
.cid-ssu8C5rjxw .card .card-wrapper {
  height: 1%;
  overflow: visible;
}
.cid-ssu8C5rjxw .card .card-wrapper .card-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 0 22px 0;
  z-index: 1;
  border-radius: 0;
}
.cid-ssu8C5rjxw .card .card-wrapper:hover .mbr-section-btn {
  opacity: 1;
}
.cid-ssu8C5rjxw .card-box {
  margin-bottom: 21px;
}
.cid-ssu8C5rjxw .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssu8C5rjxw .oldPrice {
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .cid-ssu8C5rjxw .container-fluid {
    padding: 0 1rem;
  }
  .cid-ssu8C5rjxw .text-row {
    padding-bottom: 1rem;
  }
}
.cid-ssu8C5rjxw .mbr-section-btn {
  transition: all 0.5s;
  position: absolute;
  opacity: 0;
}
.cid-ssu8C5rjxw .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-ssu8C5rjxw .mbr-section-title {
  margin-bottom: 1rem;
  color: #0077ae;
}
.cid-ssu8C5rjxw .mbr-section-title b:last-child,
.cid-ssu8C5rjxw .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-ssu8C5rjxw .mbr-item-tag {
  margin: 0;
}
.cid-ssu8C5rjxw .mbr-item-title {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ssu8C5rjxw .newPrice,
.cid-ssu8C5rjxw .mbr-section-btn {
  color: #f23801;
  text-align: right;
}
.cid-ssu8C5rjxw .mbr-text,
.cid-ssu8C5rjxw .mbr-section-btn {
  text-align: left;
}
.cid-sstrMfTZDx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-sstrMfTZDx .title__block {
  margin-bottom: 40px;
}
.cid-sstrMfTZDx .mbr-text {
  margin-bottom: 0;
}
.cid-sstrMfTZDx .carousel-item {
  justify-content: center;
}
.cid-sstrMfTZDx .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-sstrMfTZDx .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-sstrMfTZDx .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sstrMfTZDx .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-sstrMfTZDx .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-sstrMfTZDx .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sstrMfTZDx .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-sstrMfTZDx .user {
    max-width: 87%;
  }
  .cid-sstrMfTZDx .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-sstrMfTZDx .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-sstrMfTZDx .user {
    max-width: 100%;
  }
  .cid-sstrMfTZDx .carousel-control-prev {
    left: -5%;
  }
  .cid-sstrMfTZDx .carousel-control-next {
    right: -5%;
  }
  .cid-sstrMfTZDx .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sstrMfTZDx .title__block {
    margin-bottom: 20px;
  }
  .cid-sstrMfTZDx .carousel-controls {
    display: none;
  }
}
.cid-sstrMfTZDx .mbr-section-title {
  text-align: right;
}
.cid-s8XcDvpKph {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-s8XcDvpKph .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s8XcDvpKph p {
  padding-bottom: 2rem;
}
.cid-s8XcDvpKph .btn-black {
  color: white;
}
.cid-s8XcDvpKph .btn-black:hover {
  color: #121212;
}
.cid-s8XcDvpKph .form-control,
.cid-s8XcDvpKph .field-input {
  padding: 0rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  border-bottom: 1px solid #bbbbbb !important;
  color: #121212;
  transition: 0.4s;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
.cid-s8XcDvpKph .form-control::-webkit-input-placeholder,
.cid-s8XcDvpKph .field-input::-webkit-input-placeholder,
.cid-s8XcDvpKph .form-control::-webkit-input-placeholder,
.cid-s8XcDvpKph .field-input::-webkit-input-placeholder {
  color: #707070;
}
.cid-s8XcDvpKph .form-control:-moz-placeholder,
.cid-s8XcDvpKph .field-input:-moz-placeholder,
.cid-s8XcDvpKph .form-control:-moz-placeholder,
.cid-s8XcDvpKph .field-input:-moz-placeholder {
  color: #707070;
}
.cid-s8XcDvpKph .form-control:hover,
.cid-s8XcDvpKph .field-input:hover,
.cid-s8XcDvpKph .form-control:focus,
.cid-s8XcDvpKph .field-input:focus {
  background-color: #ffffff;
  border-color: transparent!important;
  border-bottom: 1px solid #bbbbbb !important;
  color: #121212;
  box-shadow: none;
  outline: none;
}
.cid-s8XcDvpKph .form-control:hover::-webkit-input-placeholder,
.cid-s8XcDvpKph .field-input:hover::-webkit-input-placeholder,
.cid-s8XcDvpKph .form-control:focus::-webkit-input-placeholder,
.cid-s8XcDvpKph .field-input:focus::-webkit-input-placeholder,
.cid-s8XcDvpKph .form-control:hover::-webkit-input-placeholder,
.cid-s8XcDvpKph .field-input:hover::-webkit-input-placeholder,
.cid-s8XcDvpKph .form-control:focus::-webkit-input-placeholder,
.cid-s8XcDvpKph .field-input:focus::-webkit-input-placeholder {
  color: #707070;
}
.cid-s8XcDvpKph .form-control:hover:-moz-placeholder,
.cid-s8XcDvpKph .field-input:hover:-moz-placeholder,
.cid-s8XcDvpKph .form-control:focus:-moz-placeholder,
.cid-s8XcDvpKph .field-input:focus:-moz-placeholder,
.cid-s8XcDvpKph .form-control:hover:-moz-placeholder,
.cid-s8XcDvpKph .field-input:hover:-moz-placeholder,
.cid-s8XcDvpKph .form-control:focus:-moz-placeholder,
.cid-s8XcDvpKph .field-input:focus:-moz-placeholder {
  color: #707070;
}
.cid-s8XcDvpKph .jq-number__spin:hover,
.cid-s8XcDvpKph .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #bbbbbb;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s8XcDvpKph .jq-number__spin {
  background-color: #ffffff;
  border-color: #bbbbbb;
  color: #121212;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s8XcDvpKph .jq-selectbox li,
.cid-s8XcDvpKph .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s8XcDvpKph .jq-selectbox li:hover,
.cid-s8XcDvpKph .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s8XcDvpKph .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s8XcDvpKph .jq-number__spin.minus:hover:after,
.cid-s8XcDvpKph .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s8XcDvpKph .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s8XcDvpKph .jq-number__spin.minus:after,
.cid-s8XcDvpKph .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s8XcDvpKph .btn {
  border-radius: 30px;
  padding: 1rem 2rem;
  margin-top: 2rem;
}
.cid-s8XcDvpKph textarea {
  min-height: 200px;
}
.cid-s8XcDvpKph input::-webkit-clear-button {
  display: none;
}
.cid-s8XcDvpKph input::-webkit-inner-spin-button {
  display: none;
}
.cid-s8XcDvpKph input::-webkit-outer-spin-button {
  display: none;
}
.cid-s8XcDvpKph input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s8XcDvpKph LABEL {
  color: #454545;
}
@media (max-width: 767px) {
  .cid-s8XcDvpKph .col-auto {
    margin: auto;
  }
}
.cid-s8XrZLYKE9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #131419;
}
.cid-s8XrZLYKE9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-s8XrZLYKE9 .social-row {
    justify-content: center;
  }
  .cid-s8XrZLYKE9 .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-s8XrZLYKE9 .mbr-section-subtitle {
  letter-spacing: 0;
}
.cid-s8XrZLYKE9 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s8XrZLYKE9 li {
  line-height: 2;
}
.cid-s8XrZLYKE9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-s8XrZLYKE9 .soc-item:hover .mbr-iconfont {
  color: #0077ae;
}
.cid-s8XrZLYKE9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-s8XrZLYKE9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-s8XrZLYKE9 .list {
    margin-bottom: 0rem;
  }
}
.cid-s8XrZLYKE9 .mbr-text {
  color: #bbbbbb;
}
.cid-s8XrZLYKE9 .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
