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





body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.9rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.64rem;
}
.display-4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: #5263b8 !important;
}
.bg-success {
  background-color: #f1a631 !important;
}
.bg-info {
  background-color: #fb7522 !important;
}
.bg-warning {
  background-color: #4da92e !important;
}
.bg-danger {
  background-color: #ff4e4e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5263b8 !important;
  border-color: #5263b8 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #374486 !important;
  border-color: #374486 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #374486 !important;
  border-color: #374486 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4da92e !important;
  border-color: #4da92e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !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: #303b74;
  color: #303b74;
}
.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: #5263b8;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5263b8 !important;
  border-color: #5263b8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3974b7;
  color: #3974b7;
}
.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: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b44703;
  color: #b44703;
}
.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: #fb7522;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b0700c;
  color: #b0700c;
}
.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: #f1a631;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #285918;
  color: #285918;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #4da92e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4da92e !important;
  border-color: #4da92e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e70000;
  color: #e70000;
}
.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: #ff4e4e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !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: #5263b8 !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #f1a631 !important;
}
.text-info {
  color: #fb7522 !important;
}
.text-warning {
  color: #4da92e !important;
}
.text-danger {
  color: #ff4e4e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #303b74 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b0700c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b44703 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #285918 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e70000 !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: #fb7522;
}
.alert-warning {
  background-color: #4da92e;
}
.alert-danger {
  background-color: #ff4e4e;
}
.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: #5263b8;
  border-color: #5263b8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5263b8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #acb5dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef9f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2ea;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #93db7b;
}
.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: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #5263b8;
}
/* 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: #5263b8;
  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: #5263b8;
  border-bottom-color: #5263b8;
}
.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: #5263b8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #7fa8d7 !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-rV1YYovpJc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rV1YYovpJc .nav-item:focus,
.cid-rV1YYovpJc .nav-link:focus {
  outline: none;
}
.cid-rV1YYovpJc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rV1YYovpJc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rV1YYovpJc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-rV1YYovpJc .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-rV1YYovpJc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rV1YYovpJc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rV1YYovpJc .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-rV1YYovpJc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rV1YYovpJc .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rV1YYovpJc .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rV1YYovpJc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rV1YYovpJc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rV1YYovpJc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rV1YYovpJc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rV1YYovpJc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rV1YYovpJc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rV1YYovpJc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rV1YYovpJc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rV1YYovpJc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rV1YYovpJc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rV1YYovpJc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rV1YYovpJc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rV1YYovpJc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rV1YYovpJc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rV1YYovpJc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rV1YYovpJc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rV1YYovpJc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rV1YYovpJc .navbar .navbar-logo img {
    height: 2.75rem !important;
  }
  .cid-rV1YYovpJc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rV1YYovpJc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rV1YYovpJc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rV1YYovpJc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rV1YYovpJc .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rV1YYovpJc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-rV1YYovpJc .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-rV1YYovpJc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rV1YYovpJc .navbar-short {
  padding: 1rem 0 !important;
}
.cid-rV1YYovpJc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rV1YYovpJc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rV1YYovpJc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rV1YYovpJc .dropdown-item.active,
.cid-rV1YYovpJc .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-rV1YYovpJc .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-rV1YYovpJc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rV1YYovpJc .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rV1YYovpJc .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-rV1YYovpJc .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rV1YYovpJc .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-rV1YYovpJc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rV1YYovpJc .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-rV1YYovpJc .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-rV1YYovpJc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rV1YYovpJc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rV1YYovpJc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rV1YYovpJc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rV1YYovpJc .navbar-buttons {
  text-align: center;
}
.cid-rV1YYovpJc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rV1YYovpJc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rV1YYovpJc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rV1YYovpJc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rV1YYovpJc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rV1YYovpJc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rV1YYovpJc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rV1YYovpJc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rV1YYovpJc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rV1YYovpJc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rV1YYovpJc .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-rV1YYovpJc a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-rV1YYovpJc .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rV1YYovpJc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rV1YYovpJc .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rV1YYovpJc .navbar {
    height: 77px;
  }
  .cid-rV1YYovpJc .navbar.opened {
    height: auto;
  }
  .cid-rV1YYovpJc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rV1YYovpJc a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-rV1YYovpJc a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #61a53d;
}
.cid-rV1YYovpJc .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-rV1YYovpJc .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-rV1YYovpJc a.nav-link.link.text-black.display-4 {
  margin: 0px 20px !important;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .025em;
}
.cid-rV1YYovpJc nav.navbar.navbar-dropdown.navbar-fixed-top.navbar-expand-lg {
  padding: .5rem 0rem !important;
}
.cid-rV1YYovpJc img {
  height: 2em !important;
}
.cid-rV1YYovpJc a.nav-link.link.text-white.display-4 {
  font-weight: 600;
  letter-spacing: .03em;
}
.cid-rV887bgFOu {
  background-image: url("../../../assets/images/bg-pagetitle-1600x711.jpg");
}
.cid-rV887bgFOu .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-rV887bgFOu .mbr-section-title {
  color: #ffffff;
}
.cid-rV887bgFOu .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rV887bgFOu .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-rV887bgFOu .slider-text.slider-text-two {
  background: transparent;
  outline: 6px solid #fff;
}
.cid-rVAzKVOw5m {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rVAzKVOw5m .mbr-iconfont {
  color: #00a79d;
  font-size: 6.3rem;
}
.cid-rVAzKVOw5m .card-inner {
  background-color: transparent;
  transition: 0.7s;
}
.cid-rVAzKVOw5m .btn {
  margin-left: 0rem;
}
.cid-rVAzKVOw5m .row {
  padding-bottom: 8rem;
}
.cid-rVAzKVOw5m .link {
  margin: 0;
}
.cid-rVAzKVOw5m .card-title {
  position: relative;
}
.cid-rVAzKVOw5m .mbr-text {
  margin-bottom: 1.5rem;
}
.cid-rVAzKVOw5m .card-box {
  position: relative;
}
.cid-rVAzKVOw5m .card-img {
  margin-bottom: 10px !important;
}
.cid-rVAzKVOw5m .media-container-row {
  align-items: flex-end;
}
.cid-rVAzKVOw5m .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rVAzKVOw5m .card {
    padding: 0rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rVAzKVOw5m .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rVAzKVOw5m .card {
    margin-bottom: 3rem;
  }
  .cid-rVAzKVOw5m .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rVAzKVOw5m .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rVAzKVOw5m .container {
    padding: 0;
  }
}
.cid-rVAzKVOw5m .card-title,
.cid-rVAzKVOw5m .card-img {
  color: #232323;
  text-align: center;
}
.cid-rVAzKVOw5m .mbr-text,
.cid-rVAzKVOw5m .link {
  color: #767676;
  text-align: center;
}
.cid-rVAzKVOw5m .button {
  text-align: center;
  margin-bottom: 15px;
}
.cid-rVAzKVOw5m button.meet {
  background: #00a79d;
  color: #fff;
  border: 2px solid #00a79d;
  padding: 10px 25px;
  cursor: pointer;
  transition: .5s;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .03em;
  font-family: 'nunito sans', sans-serif;
}
.cid-rVAzKVOw5m button.meet:hover {
  background: transparent;
  color: #00a79d;
}
.cid-rVAzKVOw5m p.mbr-text.mbr-white.align-left.mbr-fonts-style.mbr-light.display-7 {
  margin-bottom: 0px;
  font-weight: 400;
}
.cid-rVAzKVOw5m button.vote {
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #61a53d;
  border-radius: 2px;
  border: 2px solid #61a53d;
  margin-right: 5px;
  transition: .5s;
  cursor: pointer;
  font-family: 'source sans pro', sans-serif;
}
.cid-rVAzKVOw5m button.vote:hover {
  background: transparent;
  color: #61a53d;
}
.cid-rV6A2QgI2Z {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rV6A2QgI2Z .link-wrap {
  width: 100%;
}
.cid-rV6A2QgI2Z .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0 1.4rem;
}
.cid-rV6A2QgI2Z .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #5263b8;
  font-size: 0.8rem;
}
.cid-rV6A2QgI2Z .link,
.cid-rV6A2QgI2Z .link-wrap {
  color: #555555;
}
.cid-rV6A2QgI2Z img {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rV6A2QgI2Z .card {
    margin-bottom: 2rem!important;
  }
}
.cid-rV6A2QgI2Z button.vote {
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #61a53d;
  border-radius: 2px;
  border: 2px solid #61a53d;
  margin-right: 5px;
  transition: .5s;
  cursor: pointer;
  font-family: 'source sans pro', sans-serif;
}
.cid-rV6A2QgI2Z button.vote:hover {
  background: transparent;
  color: #61a53d;
}
.cid-rVnJrbl22f {
  padding-top: 45px;
  background-color: #ffffff;
}
.cid-rVnJrbl22f .text-content {
  padding-bottom: 15px;
}
.cid-rVnJrbl22f .content-container .btn-bgr {
  z-index: 0;
}
.cid-rVnJrbl22f .box-item-text {
  color: #767676;
}
.cid-rVnJrbl22f .box-item {
  padding: 15px;
}
.cid-rVnJrbl22f .box-item:first-child {
  background-color: #f9f9f9;
}
.cid-rVnJrbl22f .box-item:nth-child(2) {
  background-color: #f5f5f5;
}
.cid-rVnJrbl22f .box-item:last-child {
  background-color: #f9f9f9;
}
.cid-rVnJrbl22f .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rVnJrbl22f .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rVnJrbl22f .box-list li:last-child {
  border-bottom: none;
}
.cid-rVnJrbl22f .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rVnJrbl22f .mbr-iconfont {
  color: #5263b8;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-rVnJrbl22f .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-rVnJrbl22f .mbr-section-subtitle,
  .cid-rVnJrbl22f .mbr-section-title,
  .cid-rVnJrbl22f .mbr-text,
  .cid-rVnJrbl22f .mbr-section-btn,
  .cid-rVnJrbl22f .icon-block-top,
  .cid-rVnJrbl22f .box-item-title,
  .cid-rVnJrbl22f .box-item-text {
    text-align: center !important;
  }
}
.cid-rVnJrbl22f .mbr-section-title {
  color: #232323;
}
.cid-rVnJrbl22f .mbr-text,
.cid-rVnJrbl22f .mbr-section-btn {
  color: #232323;
}
.cid-rVnJrbl22f .mbr-section-subtitle {
  color: #767676;
}
.cid-rVnJrbl22f .container.mbr-black {
  padding-bottom: 70px;
}
.cid-rVnJrbl22f .icon_group {
  padding-top: 80px;
}
.cid-rVnJrbl22f .button {
  text-align: center;
}
.cid-rVnJrbl22f button.register {
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #61a53d;
  border-radius: 2px;
  border: 2px solid #61a53d;
  margin-right: 5px;
  transition: .5s;
  cursor: pointer;
  font-family: 'source sans pro', sans-serif;
}
.cid-rVnJrbl22f button.register:hover {
  background: transparent;
  color: #61a53d;
}
.cid-rVnJrbl22f p.note {
  margin-top: 30px;
  text-align: center;
  font-family: 'source sans pro', sans-serif;
}
.cid-rV2aBGWJwd {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/2f89287ee9d5dabf12a9d48dfedd3712-2000x1009.jpg");
  background-attachment: fixed;
}
.cid-rV2aBGWJwd .btn {
  margin: 0.2rem!important;
}
.cid-rV2aBGWJwd .row {
  justify-content: flex-end;
}
.cid-rV2aBGWJwd .mbr-text,
.cid-rV2aBGWJwd .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rV2aBGWJwd H3 {
  color: #cccccc;
}
.cid-rV2aBGWJwd button.view {
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #fff;
  background: #61a53d;
  border: 2px solid #61a53d;
  border-radius: 2px;
  transition: .5s;
  cursor: pointer;
  font-family: 'source sans pro', sans-serif;
}
.cid-rV2aBGWJwd button.view:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.cid-rV85buPcOq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rV85buPcOq .mbr-text {
  color: #444;
}
.cid-rV85buPcOq .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rV85buPcOq .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-rV85buPcOq .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rV85buPcOq .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rV85buPcOq .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-rV85buPcOq .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rV85buPcOq .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-rV85buPcOq .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-rV85buPcOq .copyright > p {
  text-align: left;
}
.cid-rV85buPcOq p.mbr-text.mbr-bold.links.mbr-fonts-style.align-left.display-7 {
  font-weight: 600;
  font-size: 14px;
}
.cid-rV85buPcOq .links {
  text-align: center;
}
