body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 11rem;
  line-height: 0.65340909;
}
.display-1 > .mbr-iconfont {
  font-size: 17.6rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 7.23684211rem;
    line-height: 0.665;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 6.43274854rem;
    line-height: 0.68011364;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 4.4rem;
    line-height: 0.68181818;
  }
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5rem;
  line-height: 0.9;
}
.display-2 > .mbr-iconfont {
  font-size: 8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 3.67647059rem;
    line-height: 0.969;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 3.31125828rem;
    line-height: 0.9815;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 2.42718447rem;
    line-height: 0.927;
  }
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.47727273;
}
.display-4 > .mbr-iconfont {
  font-size: 1.1rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 0.98214286rem;
    line-height: 1.4;
  }
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.04166667;
}
.display-5 > .mbr-iconfont {
  font-size: 4.8rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2.4rem;
    line-height: 1.09375;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 2.05479452rem;
    line-height: 0.9125;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.70454545rem;
    line-height: 1.1;
  }
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.16666667rem;
    line-height: 1.44642857;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.05263158rem;
    line-height: 1.425;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.05263158rem;
    line-height: 1.365625;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4232e2 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #818181 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4232e2 !important;
  border-color: #4232e2 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #4232e2;
  border-color: #4232e2;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4232e2 !important;
  border-color: #4232e2 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff6666;
  border-color: #ff6666;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-secondary:hover {
  background-color: #ff3333 !important;
  border-color: #ff3333 !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: #47b5ed;
  border-color: #47b5ed;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info:hover {
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !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: #40b0bf;
  border-color: #40b0bf;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success:hover {
  background-color: #338d99 !important;
  border-color: #338d99 !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: #ffe161;
  border-color: #ffe161;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning:hover {
  background-color: #ffeb94 !important;
  border-color: #ffeb94 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #818181 !important;
  border-color: #818181 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #818181;
  border-color: #818181;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #818181 !important;
  border-color: #818181 !important;
}
.btn-danger:hover {
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !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 {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !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: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #4232e2;
  color: #4232e2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #4232e2 !important;
  border-color: #4232e2;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4232e2 !important;
  border-color: #4232e2 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #ff6666 !important;
  border-color: #ff6666;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #47b5ed !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 {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #40b0bf !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 {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #614f00 !important;
  background: #ffe161 !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 {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #818181;
  color: #818181;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #818181 !important;
  border-color: #818181;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #818181 !important;
  border-color: #818181 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !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 {
  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.btn {
  color: #333333 !important;
}
.text-primary {
  color: #4232e2 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #818181 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8075eb !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff0000 !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: #ffe161 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #4e4e4e !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4232e2 !important;
}
.alert-success {
  background-color: #40b0bf;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #818181;
}
.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: #4232e2;
  border-color: #4232e2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4232e2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e7e5fb;
}
.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: #c1c1c1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.16666667rem;
    line-height: 1.44642857;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.05263158rem;
    line-height: 1.425;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.05263158rem;
    line-height: 1.365625;
  }
}
blockquote {
  border-color: #4232e2;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4232e2;
  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: #4232e2;
  border-bottom-color: #4232e2;
}
.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: #4232e2 !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: #ff6666 !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;
}
.link.display-4 a {
  font-size: 0.99rem;
  line-height: 1.02272727;
}
.cid-sje8w1qMRd .link-wrapper {
  width: 100%;
}
.cid-sje8w1qMRd .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sje8w1qMRd .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sje8w1qMRd .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sje8w1qMRd .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sje8w1qMRd .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sje8w1qMRd .mbr-section-title DIV {
  text-align: center;
}
.cid-sje8w1qMRd .mbr-text,
.cid-sje8w1qMRd .mbr-section-btn {
  text-align: center;
  color: #d3045f;
}
.cid-sje8w1qMRd .link,
.cid-sje8w1qMRd .link-wrapper {
  text-align: center;
  color: #67c713;
}
.cid-sje8w1qMRd .mbr-section-title {
  color: #e9f023;
}
.cid-sjeYiVt8El {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjeYiVt8El .link-wrapper {
  width: 100%;
}
.cid-sjeYiVt8El .contaiter-fluid {
  max-width: 100%;
  padding-right: 2rem;
}
.cid-sjeYiVt8El .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin: 0 1rem;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .cid-sjeYiVt8El .line {
    margin: 0;
  }
}
.cid-sjeYiVt8El .row {
  justify-content: center;
}
.cid-sjeYiVt8El .card {
  border-left: 1px solid #000000;
  border-radius: 0;
  padding: 0 2rem;
}
@media (max-width: 1750px) {
  .cid-sjeYiVt8El .card {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sjeYiVt8El .card {
    padding-left: 1rem;
    border-left: 0px;
  }
}
.cid-sjeYiVt8El .first {
  border-left: 0;
  padding-left: 1rem;
}
.cid-sjeYiVt8El .card-text {
  color: #818181;
}
.cid-sjeYiVt8El .card-text a {
  position: relative;
  background: none!important;
}
.cid-sjeYiVt8El .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sjeYiVt8El .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-sjeYiVt8El .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sjeYiVt8El .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sjeYiVt8El .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sjeYiVt8El .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sjeYiVt8El .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sjeYiVt8El .card-title,
.cid-sjeYiVt8El .iconfont-wrapper {
  color: #67c713;
}
.cid-sjeYiVt8El .link,
.cid-sjeYiVt8El .link-wrapper {
  color: #fe5925;
}
.cid-sjeYiVt8El .mbr-section-title {
  text-align: center;
}
.cid-sjeYiVt8El .mbr-section-subtitle {
  color: #d3045f;
}
.cid-sx4kKBwUx7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sx4kKBwUx7 .link-wrapper {
  width: 100%;
}
.cid-sx4kKBwUx7 .contaiter-fluid {
  max-width: 100%;
  padding-right: 2rem;
}
.cid-sx4kKBwUx7 .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin: 0 1rem;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .cid-sx4kKBwUx7 .line {
    margin: 0;
  }
}
.cid-sx4kKBwUx7 .row {
  justify-content: center;
}
.cid-sx4kKBwUx7 .card {
  border-left: 1px solid #000000;
  border-radius: 0;
  padding: 0 2rem;
}
@media (max-width: 1750px) {
  .cid-sx4kKBwUx7 .card {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sx4kKBwUx7 .card {
    padding-left: 1rem;
    border-left: 0px;
  }
}
.cid-sx4kKBwUx7 .first {
  border-left: 0;
  padding-left: 1rem;
}
.cid-sx4kKBwUx7 .card-text {
  color: #818181;
}
.cid-sx4kKBwUx7 .card-text a {
  position: relative;
  background: none!important;
}
.cid-sx4kKBwUx7 .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sx4kKBwUx7 .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-sx4kKBwUx7 .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sx4kKBwUx7 .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sx4kKBwUx7 .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sx4kKBwUx7 .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sx4kKBwUx7 .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sx4kKBwUx7 .card-title,
.cid-sx4kKBwUx7 .iconfont-wrapper {
  color: #67c713;
}
.cid-sx4kKBwUx7 .link,
.cid-sx4kKBwUx7 .link-wrapper {
  color: #003d59;
}
.cid-sx4kKBwUx7 .mbr-section-title {
  text-align: center;
}
.cid-sx4kKBwUx7 .mbr-section-subtitle {
  color: #d3045f;
}
.cid-sjeWcze6nX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sjeWcze6nX .link-wrapper {
  width: 100%;
}
.cid-sjeWcze6nX .container-fluid {
  max-width: 1750px;
  justify-content: center;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sjeWcze6nX .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sjeWcze6nX .card-big {
  border-right: 1px solid #003d59;
  padding-right: 3rem;
}
@media (max-width: 992px) {
  .cid-sjeWcze6nX .card-big {
    border-right: 0px;
    padding-right: 1rem;
  }
}
.cid-sjeWcze6nX .img-big {
  height: 680px;
  position: relative;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}
.cid-sjeWcze6nX .item-img {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  height: 250px;
}
.cid-sjeWcze6nX img {
  object-fit: cover;
  height: 100%;
}
.cid-sjeWcze6nX .card-wrapper {
  margin-bottom: 3rem;
}
.cid-sjeWcze6nX .card-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #003d59;
  width: fit-content;
  color: #ffffff;
  line-height: 2;
  padding: 4px 12px;
  text-align: center;
}
.cid-sjeWcze6nX .card-date:before {
  top: 50%;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px ;
  background: #efefef;
}
.cid-sjeWcze6nX .card-type {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #003d59;
  width: fit-content;
  color: #ffffff;
  margin: 0;
  padding: 4px 12px;
}
.cid-sjeWcze6nX .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sjeWcze6nX .row {
    justify-content: flex-start;
  }
}
.cid-sjeWcze6nX .card {
  border-left: 1px solid #003d59;
  border-radius: 0;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-sjeWcze6nX .card {
    border-left: 0px;
    padding-left: 0rem;
  }
}
.cid-sjeWcze6nX .first {
  border: 0;
}
.cid-sjeWcze6nX .card-text {
  color: #818181;
}
.cid-sjeWcze6nX .card-text a {
  position: relative;
  background: none!important;
}
.cid-sjeWcze6nX .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sjeWcze6nX .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-sjeWcze6nX .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sjeWcze6nX .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sjeWcze6nX .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sjeWcze6nX .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sjeWcze6nX .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sjeWcze6nX .card-title,
.cid-sjeWcze6nX .iconfont-wrapper {
  color: #fbba34;
  text-align: right;
}
.cid-sjeWcze6nX .link,
.cid-sjeWcze6nX .link-wrapper {
  color: #000000;
}
.cid-sjeWKZ3GaO .link-wrapper {
  width: 100%;
}
.cid-sjeWKZ3GaO .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sjeWKZ3GaO .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sjeWKZ3GaO .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sjeWKZ3GaO .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sjeWKZ3GaO .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sjeWKZ3GaO .mbr-section-title DIV {
  text-align: center;
}
.cid-sjeWKZ3GaO .mbr-text,
.cid-sjeWKZ3GaO .mbr-section-btn {
  text-align: center;
  color: #fe5925;
}
.cid-sjeWKZ3GaO .link,
.cid-sjeWKZ3GaO .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sjeWKZ3GaO .mbr-section-title {
  color: #e9f023;
}
.cid-sjeWZR75jE {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sjeWZR75jE .container {
  max-width: 1200px;
}
.cid-sjeWZR75jE a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-sjeWZR75jE a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sjeWZR75jE a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-sjeWZR75jE .mbr-section-subtitle {
  text-align: center;
  color: #d3045f;
}
.cid-sjeXMH3PPE {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sjeXMH3PPE .container {
  max-width: 1400px;
}
.cid-sjeXMH3PPE img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 300px;
}
.cid-sjeXMH3PPE p {
  line-height: 1.8;
}
.cid-sjeXMH3PPE .mbr-section-title {
  text-align: left;
}
.cid-sjeWqCPkaR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sjeWqCPkaR .google-map {
  height: 35rem;
  filter: grayscale(1);
  position: relative;
}
.cid-sjeWqCPkaR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sjeWqCPkaR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sjeWqCPkaR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sjeWqCPkaR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sjeWw7YtGT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-sjeWw7YtGT .container {
  max-width: 1400px;
}
.cid-sjeWw7YtGT .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
