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





body {
  font-family: '微軟正黑體', Lato;
}
.display-1 {
  font-family: '微軟正黑體', 'Lato', sans-serif;
  font-size: 2.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: '微軟正黑體', 'Lato', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: '微軟正黑體', 'Lato', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: '微軟正黑體', 'Lato', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: '微軟正黑體', 'Lato', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 8px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 8px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #274abb !important;
}
.bg-success {
  background-color: #7242d6 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #656565 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #274abb !important;
  border-color: #274abb !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #1a317c !important;
  border-color: #1a317c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a317c !important;
  border-color: #1a317c !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #22989c !important;
  border-color: #22989c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #145b5d !important;
  border-color: #145b5d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #145b5d !important;
  border-color: #145b5d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #7242d6 !important;
  border-color: #7242d6 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #4f24a7 !important;
  border-color: #4f24a7 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4f24a7 !important;
  border-color: #4f24a7 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b1b1b1 !important;
  border-color: #8e8e8e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #929292 !important;
  border-color: #828282 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #152967;
  color: #152967;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #274abb;
  border-color: #274abb;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #274abb !important;
  border-color: #274abb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
    background: #fff;
    border-color: #fff;
    color: #0ba7d6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #22989c;
  border-color: #22989c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #22989c !important;
  border-color: #22989c !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #452092;
  color: #452092;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #7242d6;
  border-color: #7242d6;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7242d6 !important;
  border-color: #7242d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #323232;
  color: #323232;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #656565;
  border-color: #656565;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #656565 !important;
  border-color: #656565 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #274abb !important;
}
.text-secondary {
  color: #0BA7D6 !important;
}
.text-success {
  color: #7242d6 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #656565 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #152967 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #104648 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #452092 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #323232 !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: #48d678;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #656565;
}
.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 !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  /*-webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  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: #274abb;
  border-color: #274abb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #274abb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7e96e4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #efeafa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a5a5a5;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: '微軟正黑體', 'Lato', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #274abb;
}
/* 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;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary-outline-2 {
  border: none;
  color: #274abb;
}
.btn-primary-outline-2 .mbr-iconfont-btn {
  -webkit-order: 1;
  order: 1;
  transition: all 0.3s;
  margin-left: 5px;
  font-size: 1rem !important;
}
.btn-primary-outline-2:hover {
  background-color: inherit;
  color: #274abb;
}
.btn-primary-outline-2:focus {
  background-color: inherit;
  color: #274abb;
}
.btn-primary-outline-2:active {
  background-color: inherit;
  color: #274abb;
}
.btn-primary-outline-2:hover .mbr-iconfont-btn {
  margin-left: 8px;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #274abb;
  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-number__spin {
  background: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #274abb;
  border-bottom-color: #274abb;
}
.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: #274abb !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: #22989c !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23274abb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-s1vpPbj21V .modal-body .close {
  background: #1b1b1b;
}
.cid-s1vpPbj21V .modal-body .close span {
  font-style: normal;
}
.cid-s1vpPbj21V .carousel-inner > .active,
.cid-s1vpPbj21V .carousel-inner > .next,
.cid-s1vpPbj21V .carousel-inner > .prev {
  display: table;
}
.cid-s1vpPbj21V .carousel-control .icon-next,
.cid-s1vpPbj21V .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s1vpPbj21V .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s1vpPbj21V .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s1vpPbj21V .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s1vpPbj21V .boxed-slider > div {
  position: relative;
}
.cid-s1vpPbj21V .container img {
  width: 100%;
}
.cid-s1vpPbj21V .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s1vpPbj21V .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s1vpPbj21V .mbr-table-cell {
  padding: 0;
}
.cid-s1vpPbj21V .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s1vpPbj21V .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s1vpPbj21V .mbr-overlay {
  z-index: 1;
}
.cid-s1vpPbj21V .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s1vpPbj21V .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s1vpPbj21V .carousel-item .container {
    width: 100%;
  }
}
.cid-s1vpPbj21V .carousel-item-next.carousel-item-left,
.cid-s1vpPbj21V .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s1vpPbj21V .active.carousel-item-right,
.cid-s1vpPbj21V .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s1vpPbj21V .active.carousel-item-left,
.cid-s1vpPbj21V .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s1vpPbj21V .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-s1vpPbj21V .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s1vpPbj21V .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s1vpPbj21V .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s1vpPbj21V .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s1vpPbj21V .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s1vpPbj21V .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s1vpPbj21V .mbr-slider .carousel-indicators li.active,
.cid-s1vpPbj21V .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s1vpPbj21V .mbr-slider .carousel-indicators li::after,
.cid-s1vpPbj21V .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s1vpPbj21V .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s1vpPbj21V .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s1vpPbj21V .mbr-slider > .container img {
  width: 100%;
}
.cid-s1vpPbj21V .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s1vpPbj21V .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s1vpPbj21V .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s1vpPbj21V .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s1vpPbj21V .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s1vpPbj21V .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s1vpPbj21V .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s1vpPbj21V .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-s1vpPbj21V .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s1vpPbj21V .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s1vpPbj21V .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s1vpPbj21V .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s1vpPbj21V .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s12THEJrXk {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #57c2df;
}
.cid-s12THEJrXk .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #57c2df;
  color: #444444;
  padding: 0;
}
.cid-s12THEJrXk .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-s12THEJrXk .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-s12THEJrXk .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-s12THEJrXk .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-s12THEJrXk .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-s12THEJrXk .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1c44;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-s12THEJrXk .content-box {
  display: flex;
}
.cid-s12THEJrXk .date-box {
  background: #187dec;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s12THEJrXk .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-s12THEJrXk .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-s12THEJrXk .rev,
.cid-s12THEJrXk .mbr-iconfont {
  display: inline-block;
}
.cid-s12THEJrXk .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #187dec;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-s12THEJrXk .card-title {
  color: #0087ab;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-s12THEJrXk .card-box {
  padding: 1rem;
}
.cid-s12THEJrXk .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-s12THEJrXk .mbr-section-title,
.cid-s12THEJrXk .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-s12THEJrXk .rev {
  text-align: left;
  color: #0a1c44;
}
.cid-s12THEJrXk .date {
  text-align: center;
  color: #ffffff;
}
.cid-s12THEJrXk .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-s12THEJrXk .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-s12THEJrXk .img-hover {
    opacity: 0.5;
  }
  .cid-s12THEJrXk .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-s13fVnswL0 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s13fVnswL0 .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-s13fVnswL0 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-s13fVnswL0 .card-title {
  color: #656565;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-s13fVnswL0 .card-img {
  overflow: hidden;
}
.cid-s13fVnswL0 .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-s13fVnswL0 img {
  transition: all 0.3s;
}
.cid-s13fVnswL0 .card-box {
  padding: 2rem;
}
.cid-s13fVnswL0 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-s13fVnswL0 .mbr-section-title,
.cid-s13fVnswL0 .title DIV {
  text-align: center;
  color: #656565;
}
.cid-s13fVnswL0 .card-box > p,
.cid-s13fVnswL0 .mbr-section-btn {
  color: #9e9e9e;
}
.cid-s13fCmFQDZ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s13fCmFQDZ .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-s13fCmFQDZ .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-s13fCmFQDZ .card-title {
  color: #656565;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-s13fCmFQDZ .card-img {
  overflow: hidden;
}
.cid-s13fCmFQDZ .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-s13fCmFQDZ img {
  transition: all 0.3s;
}
.cid-s13fCmFQDZ .card-box {
  padding: 2rem;
}
.cid-s13fCmFQDZ .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-s13fCmFQDZ .mbr-section-title,
.cid-s13fCmFQDZ .title DIV {
  text-align: center;
  color: #656565;
}
.cid-s13fCmFQDZ .card-box > p,
.cid-s13fCmFQDZ .mbr-section-btn {
  color: #9e9e9e;
}
.cid-s12Z8Ha9Bj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/footer-2-1920x429.png");
}
.cid-s12Z8Ha9Bj .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-s12Z8Ha9Bj .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s12Z8Ha9Bj .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-s12Z8Ha9Bj .mbr-text {
  color: #444;
}
.cid-s12Z8Ha9Bj h5 {
  margin-bottom: 0;
}
.cid-s12Z8Ha9Bj .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s12Z8Ha9Bj .socicon {
  color: #9e9e9e;
  font-size: 1.2rem;
}
.cid-s12Z8Ha9Bj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s12Z8Ha9Bj .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-s12Z8Ha9Bj .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s12Z8Ha9Bj .social-list a:hover {
  opacity: .4;
}
.cid-s12Z8Ha9Bj .media-container-row > div {
  padding: 0px;
}
.cid-s12Z8Ha9Bj .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-s12Z8Ha9Bj .group-title {
  text-align: left;
}
.cid-s12Z8Ha9Bj .group-title SPAN {
  color: #656565;
}
.cid-s12Z8Ha9Bj .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-s12Z8Ha9Bj .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s12Z8Ha9Bj h3 {
    margin-bottom: 10px;
  }
}
.cid-s12Z8Ha9Bj .links SPAN {
  color: #9e9e9e;
}
.cid-s1wv7NvLXZ.popup-builder {
  background-color: #ffffff;
}
.cid-s1wv7NvLXZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s1wv7NvLXZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s1wv7NvLXZ .modal-content,
.cid-s1wv7NvLXZ .modal-dialog {
  height: auto;
}
.cid-s1wv7NvLXZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s1wv7NvLXZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s1wv7NvLXZ .form-wrapper .mbr-form .form-group,
  .cid-s1wv7NvLXZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s1wv7NvLXZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s1wv7NvLXZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1wv7NvLXZ .mbr-text {
  text-align: center;
}
.cid-s1wv7NvLXZ .pt-0 {
  padding-top: 0 !important;
}
.cid-s1wv7NvLXZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s1wv7NvLXZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s1wv7NvLXZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s1wv7NvLXZ .modal-open {
  overflow: hidden;
}
.cid-s1wv7NvLXZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s1wv7NvLXZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s1wv7NvLXZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s1wv7NvLXZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s1wv7NvLXZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s1wv7NvLXZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s1wv7NvLXZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s1wv7NvLXZ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1wv7NvLXZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s1wv7NvLXZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-s1wv7NvLXZ .modal-backdrop.show {
  opacity: .5;
}
.cid-s1wv7NvLXZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s1wv7NvLXZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s1wv7NvLXZ .modal-header .close:hover {
  opacity: 1;
}
.cid-s1wv7NvLXZ .modal-header .close:focus {
  outline: none;
}
.cid-s1wv7NvLXZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s1wv7NvLXZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s1wv7NvLXZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s1wv7NvLXZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s1wv7NvLXZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s1wv7NvLXZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s1wv7NvLXZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s1wv7NvLXZ .modal-sm {
    max-width: 300px;
  }
  .cid-s1wv7NvLXZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s1wv7NvLXZ .modal-lg,
  .cid-s1wv7NvLXZ .modal-xl {
    max-width: 800px;
  }
  .cid-s1wv7NvLXZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s1wv7NvLXZ .modal-xl {
    max-width: 1140px;
  }
  .cid-s1wv7NvLXZ .container {
    max-width: 1140px;
  }
}
.cid-s1wv7NvLXZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s1wv7NvLXZ .container {
    max-width: 720px;
  }
}
.cid-s1wv7NvLXZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s1wv7NvLXZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s1wv7NvLXZ .form-group {
  margin-bottom: 1rem;
}
.cid-s1wv7NvLXZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s1wv7NvLXZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1wv7NvLXZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s134of9sFs .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s134of9sFs .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s134of9sFs .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  /*border-bottom: 1px solid #d6d6d6;*/
  background: #fff !important;
}
.cid-s134of9sFs .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s134of9sFs .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s134of9sFs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s134of9sFs .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s134of9sFs .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #274abb;
}
.cid-s134of9sFs .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s134of9sFs .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s134of9sFs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s134of9sFs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s134of9sFs .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s134of9sFs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s134of9sFs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s134of9sFs .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-s134of9sFs .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s134of9sFs .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s134of9sFs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s134of9sFs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s134of9sFs .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s134of9sFs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s134of9sFs .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s134of9sFs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s134of9sFs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s134of9sFs .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-s134of9sFs .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s134of9sFs .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s134of9sFs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s134of9sFs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s134of9sFs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s134of9sFs .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s134of9sFs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s134of9sFs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s134of9sFs .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s134of9sFs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s134of9sFs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s134of9sFs .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-s134of9sFs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s134of9sFs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s134of9sFs .dropdown-item.active,
.cid-s134of9sFs .dropdown-item:active {
  background-color: transparent;
}
.cid-s134of9sFs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s134of9sFs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s134of9sFs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s134of9sFs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s134of9sFs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s134of9sFs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s134of9sFs ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s134of9sFs .navbar-buttons {
  text-align: center;
}
.cid-s134of9sFs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s134of9sFs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s134of9sFs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s134of9sFs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s134of9sFs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s134of9sFs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s134of9sFs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s134of9sFs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s134of9sFs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s134of9sFs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s134of9sFs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s134of9sFs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s134of9sFs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s134of9sFs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s134of9sFs .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s134of9sFs .nav-link:hover,
.cid-s134of9sFs .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-s1vtxGqWXC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s1vtxGqWXC .google-map {
  height: 25rem;
  position: relative;
}
.cid-s1vtxGqWXC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s1vtxGqWXC .google-map [data-state-details] {
  color: #6b6763;
  font-family: '微軟正黑體', Montserrat;
  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-s1vtxGqWXC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s1vtxGqWXC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s1vtxGqWXC .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-s1vtxGqWXC .form-container {
  padding: 3rem;
}
.cid-s1vtxGqWXC .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-s1vtxGqWXC .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #4284df, #1dc9cb);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s1vtxGqWXC .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-s1vtxGqWXC .form-group,
  .cid-s1vtxGqWXC .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-s1vtxGqWXC .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-s1vtxGqWXC .form-control:focus,
.cid-s1vtxGqWXC .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-s1vtxGqWXC textarea.form-control {
  min-height: 170px;
}
.cid-s1vtxGqWXC .form-group {
  margin-bottom: 1rem;
}
.cid-s1vtxGqWXC input::-webkit-input-placeholder,
.cid-s1vtxGqWXC textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-s1vtxGqWXC input:-moz-placeholder,
.cid-s1vtxGqWXC textarea:-moz-placeholder {
  color: #565656;
}
.cid-s1vtxGqWXC .jq-selectbox li,
.cid-s1vtxGqWXC .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s1vtxGqWXC .jq-selectbox li:hover,
.cid-s1vtxGqWXC .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s1vtxGqWXC .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-s1vtxGqWXC .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s1vtxGqWXC .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s1vtxGqWXC .text-block {
    margin-bottom: 2rem;
  }
  .cid-s1vtxGqWXC .wrapper {
    margin-top: 0;
  }
}
.cid-s1vtxGqWXC .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s1vtxGqWXC .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-s1vtxGqWXC .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s1vtxGqWXC .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-s1vtxGqWXC .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s1vtxGqWXC .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s1vtxGqWXC .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1vtxGqWXC H2 {
  text-align: center;
}
.cid-s1vtyEZ7Mp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s1vtyEZ7Mp .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s1vtyEZ7Mp .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s1vtyEZ7Mp .form-control:focus,
.cid-s1vtyEZ7Mp .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s1vtyEZ7Mp .form-group {
  margin-bottom: 1rem;
}
.cid-s1vtyEZ7Mp input::-webkit-input-placeholder,
.cid-s1vtyEZ7Mp textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s1vtyEZ7Mp input:-moz-placeholder,
.cid-s1vtyEZ7Mp textarea:-moz-placeholder {
  color: #656565;
}
.cid-s1vtyEZ7Mp .jq-selectbox li,
.cid-s1vtyEZ7Mp .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s1vtyEZ7Mp .jq-selectbox li:hover,
.cid-s1vtyEZ7Mp .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s1vtyEZ7Mp .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s1vtyEZ7Mp .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s1vtyEZ7Mp .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-s1vtyEZ7Mp .text-block {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1vtyEZ7Mp a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s1vtyEZ7Mp .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1vtyEZ7Mp .input-group-btn {
  display: block;
}
.cid-s1vtyEZ7Mp textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-s1vtyEZ7Mp .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s1vtyEZ7Mp .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s1vtyEZ7Mp .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1vtyEZ7Mp h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-s1vtyEZ7Mp .block-content {
    padding: 0;
  }
  .cid-s1vtyEZ7Mp .form-block {
    padding: 1rem;
  }
}
.cid-s1vtnceBCU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s1vtnceBCU a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s1vtnceBCU a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-s1vtnceBCU .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s1vtnceBCU .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-s1vtnceBCU .form-control {
  background: none;
  border-radius: 0px;
}
.cid-s1vtnceBCU textarea.form-control {
  min-height: 214.5px;
}
.cid-s1vtnceBCU .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-s1vtnceBCU h4,
.cid-s1vtnceBCU p {
  margin: 0;
}
.cid-s1vtnceBCU h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-s1vtnceBCU h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-s1vtnceBCU .icon {
  color: #656565;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s1vtnceBCU h2 {
    text-align: center;
  }
  .cid-s1vtnceBCU h3 {
    text-align: center;
  }
  .cid-s1vtnceBCU .input-group-btn {
    text-align: center;
  }
  .cid-s1vtnceBCU .social-list {
    text-align: center;
  }
  .cid-s1vtnceBCU .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-s1vtnceBCU H2 {
  color: #656565;
}
.cid-s1vtnceBCU .content {
  text-align: left;
  color: #656565;
}
.cid-s1vtnceBCU .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-s1vtnceBCU .title1 {
  text-align: left;
}
.cid-s1vtnceBCU .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-s1vtnceBCU .title2 {
  color: #656565;
}
.cid-s1vsGepNwV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/footer-2-1920x429.png");
}
.cid-s1vsGepNwV .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-s1vsGepNwV .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s1vsGepNwV .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-s1vsGepNwV .mbr-text {
  color: #444;
}
.cid-s1vsGepNwV h5 {
  margin-bottom: 0;
}
.cid-s1vsGepNwV .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1vsGepNwV .socicon {
  color: #9e9e9e;
  font-size: 1.2rem;
}
.cid-s1vsGepNwV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s1vsGepNwV .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-s1vsGepNwV .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s1vsGepNwV .social-list a:hover {
  opacity: .4;
}
.cid-s1vsGepNwV .media-container-row > div {
  padding: 0px;
}
.cid-s1vsGepNwV .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-s1vsGepNwV .group-title {
  text-align: left;
}
.cid-s1vsGepNwV .group-title SPAN {
  color: #656565;
}
.cid-s1vsGepNwV .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-s1vsGepNwV .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s1vsGepNwV h3 {
    margin-bottom: 10px;
  }
}
.cid-s1vsGepNwV .links SPAN {
  color: #9e9e9e;
}
.cid-s1vsGfiuQy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s1vsGfiuQy .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s1vsGfiuQy .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-s1vsGfiuQy .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s1vsGfiuQy .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s1vsGfiuQy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s1vsGfiuQy .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s1vsGfiuQy .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #274abb;
}
.cid-s1vsGfiuQy .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s1vsGfiuQy .navbar.collapsed {
  flex-direction: row !important;
}
.cid-s1vsGfiuQy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1vsGfiuQy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 92.94285714vh;
  }
}
.cid-s1vsGfiuQy .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s1vsGfiuQy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1vsGfiuQy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1vsGfiuQy .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-s1vsGfiuQy .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s1vsGfiuQy .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s1vsGfiuQy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1vsGfiuQy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s1vsGfiuQy .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s1vsGfiuQy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1vsGfiuQy .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s1vsGfiuQy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1vsGfiuQy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1vsGfiuQy .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-s1vsGfiuQy .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s1vsGfiuQy .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s1vsGfiuQy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1vsGfiuQy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1vsGfiuQy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s1vsGfiuQy .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s1vsGfiuQy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1vsGfiuQy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s1vsGfiuQy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s1vsGfiuQy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1vsGfiuQy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1vsGfiuQy .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-s1vsGfiuQy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1vsGfiuQy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1vsGfiuQy .dropdown-item.active,
.cid-s1vsGfiuQy .dropdown-item:active {
  background-color: transparent;
}
.cid-s1vsGfiuQy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1vsGfiuQy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1vsGfiuQy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1vsGfiuQy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1vsGfiuQy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s1vsGfiuQy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1vsGfiuQy ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s1vsGfiuQy .navbar-buttons {
  text-align: center;
}
.cid-s1vsGfiuQy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1vsGfiuQy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s1vsGfiuQy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1vsGfiuQy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1vsGfiuQy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1vsGfiuQy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1vsGfiuQy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1vsGfiuQy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1vsGfiuQy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1vsGfiuQy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1vsGfiuQy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1vsGfiuQy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s1vsGfiuQy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1vsGfiuQy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s1vsGfiuQy .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s1vsGfiuQy .nav-link:hover,
.cid-s1vsGfiuQy .dropdown-item:hover {
  color: #c1c1c1 !important;
}


/*
POPUP*/

.cid-s1wVL85TMP.popup-builder {
    background-color: #ffffff;
}
.cid-s1wVL85TMP.popup-builder .modal {
    position: relative;
    display: block;
    z-index: 1;
}
.cid-s1wVL85TMP.popup-builder .modal-dialog {
    margin-top: 60px;
    margin-bottom: 60px;
}
.cid-s1wVL85TMP .modal-content,
.cid-s1wVL85TMP .modal-dialog {
    height: auto;
}
.cid-s1wVL85TMP .form-wrapper .input-group-btn {
    margin-right: auto;
    margin-left: auto;
}
.cid-s1wVL85TMP .form-wrapper .input-group-btn .btn {
    margin: 0 !important;
}
@media (min-width: 769px) {
    .cid-s1wVL85TMP .form-wrapper .mbr-form .form-group,
    .cid-s1wVL85TMP .form-wrapper .mbr-form .input-group-btn {
        padding: 0 .5rem;
    }
}
.cid-s1wVL85TMP .card-img {
    width: 100%;
    margin: auto;
    border-radius: 0;
}
.cid-s1wVL85TMP .mbr-figure img {
    display: block;
    width: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
}
.cid-s1wVL85TMP .mbr-text {
    text-align: center;
}
.cid-s1wVL85TMP .pt-0 {
    padding-top: 0 !important;
}
.cid-s1wVL85TMP .pb-0 {
    padding-bottom: 0 !important;
}
.cid-s1wVL85TMP .form-content {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.cid-s1wVL85TMP .mbr-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}
.cid-s1wVL85TMP .modal-open {
    overflow: hidden;
}
.cid-s1wVL85TMP .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.cid-s1wVL85TMP .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.cid-s1wVL85TMP .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.cid-s1wVL85TMP .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
.cid-s1wVL85TMP .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.cid-s1wVL85TMP .modal-dialog-centered {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.cid-s1wVL85TMP .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: "";
}
.cid-s1wVL85TMP .modal-content {
    background: #ffffff;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: none;
    outline: 0;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1wVL85TMP .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.cid-s1wVL85TMP .modal-backdrop.fade {
    opacity: 0;
}
.cid-s1wVL85TMP .modal-backdrop.show {
    opacity: .5;
}
.cid-s1wVL85TMP .modal-header {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: none;
}
.cid-s1wVL85TMP .modal-header .close {
    position: absolute;
    top: auto;
    right: 1rem;
    margin: -1rem -1rem -1rem auto;
    padding: 1rem;
    opacity: .75;
}
.cid-s1wVL85TMP .modal-header .close:hover {
    opacity: 1;
}
.cid-s1wVL85TMP .modal-header .close:focus {
    outline: none;
}
.cid-s1wVL85TMP .modal-title {
    line-height: 1.5;
    width: 100%;
    margin: 0;
    text-align: center;
}
.cid-s1wVL85TMP .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    min-height: 100%;
}
.cid-s1wVL85TMP .modal-footer {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    border-top: none;
    text-align: center;
}
.cid-s1wVL85TMP .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .cid-s1wVL85TMP .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .cid-s1wVL85TMP .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .cid-s1wVL85TMP .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2));
    }
    .cid-s1wVL85TMP .modal-sm {
        max-width: 300px;
    }
    .cid-s1wVL85TMP .container {
        max-width: 540px;
    }
}
@media (min-width: 992px) {
    .cid-s1wVL85TMP .modal-lg,
    .cid-s1wVL85TMP .modal-xl {
        max-width: 800px;
    }
    .cid-s1wVL85TMP .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .cid-s1wVL85TMP .modal-xl {
        max-width: 1140px;
    }
    .cid-s1wVL85TMP .container {
        max-width: 1140px;
    }
}
.cid-s1wVL85TMP .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .cid-s1wVL85TMP .container {
        max-width: 720px;
    }
}
.cid-s1wVL85TMP .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.cid-s1wVL85TMP .col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.cid-s1wVL85TMP .form-group {
    margin-bottom: 1rem;
}
.cid-s1wVL85TMP .form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.cid-s1wVL85TMP .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.cid-s1wVL85TMP .col-md-auto {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}


.cid-s1wY0ECT2q.popup-builder {
    background-color: #ffffff;
}
.cid-s1wY0ECT2q.popup-builder .modal {
    position: relative;
    display: block;
    z-index: 1;
}
.cid-s1wY0ECT2q.popup-builder .modal-dialog {
    margin-top: 60px;
    margin-bottom: 60px;
}
.cid-s1wY0ECT2q .modal-content,
.cid-s1wY0ECT2q .modal-dialog {
    height: auto;
}
.cid-s1wY0ECT2q .form-wrapper .input-group-btn {
    margin-right: auto;
    margin-left: auto;
}
.cid-s1wY0ECT2q .form-wrapper .input-group-btn .btn {
    margin: 0 !important;
}
@media (min-width: 769px) {
    .cid-s1wY0ECT2q .form-wrapper .mbr-form .form-group,
    .cid-s1wY0ECT2q .form-wrapper .mbr-form .input-group-btn {
        padding: 0 .5rem;
    }
}
.cid-s1wY0ECT2q .card-img {
    width: 100%;
    margin: auto;
    border-radius: 0;
}
.cid-s1wY0ECT2q .mbr-figure img {
    display: block;
    width: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
}
.cid-s1wY0ECT2q .mbr-text {
    text-align: center;
}
.cid-s1wY0ECT2q .pt-0 {
    padding-top: 0 !important;
}
.cid-s1wY0ECT2q .pb-0 {
    padding-bottom: 0 !important;
}
.cid-s1wY0ECT2q .form-content {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.cid-s1wY0ECT2q .mbr-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}
.cid-s1wY0ECT2q .modal-open {
    overflow: hidden;
}
.cid-s1wY0ECT2q .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.cid-s1wY0ECT2q .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.cid-s1wY0ECT2q .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.cid-s1wY0ECT2q .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
.cid-s1wY0ECT2q .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.cid-s1wY0ECT2q .modal-dialog-centered {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.cid-s1wY0ECT2q .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: "";
}
.cid-s1wY0ECT2q .modal-content {
    background: #ffffff;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: none;
    outline: 0;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1wY0ECT2q .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.cid-s1wY0ECT2q .modal-backdrop.fade {
    opacity: 0;
}
.cid-s1wY0ECT2q .modal-backdrop.show {
    opacity: .5;
}
.cid-s1wY0ECT2q .modal-header {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: none;
}
.cid-s1wY0ECT2q .modal-header .close {
    position: absolute;
    top: auto;
    right: 1rem;
    margin: -1rem -1rem -1rem auto;
    padding: 1rem;
    opacity: .75;
}
.cid-s1wY0ECT2q .modal-header .close:hover {
    opacity: 1;
}
.cid-s1wY0ECT2q .modal-header .close:focus {
    outline: none;
}
.cid-s1wY0ECT2q .modal-title {
    line-height: 1.5;
    width: 100%;
    margin: 0;
    text-align: center;
}
.cid-s1wY0ECT2q .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    min-height: 100%;
}
.cid-s1wY0ECT2q .modal-footer {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    border-top: none;
    text-align: center;
}
.cid-s1wY0ECT2q .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .cid-s1wY0ECT2q .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .cid-s1wY0ECT2q .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .cid-s1wY0ECT2q .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2));
    }
    .cid-s1wY0ECT2q .modal-sm {
        max-width: 300px;
    }
    .cid-s1wY0ECT2q .container {
        max-width: 540px;
    }
}
@media (min-width: 992px) {
    .cid-s1wY0ECT2q .modal-lg,
    .cid-s1wY0ECT2q .modal-xl {
        max-width: 800px;
    }
    .cid-s1wY0ECT2q .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .cid-s1wY0ECT2q .modal-xl {
        max-width: 1140px;
    }
    .cid-s1wY0ECT2q .container {
        max-width: 1140px;
    }
}
.cid-s1wY0ECT2q .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .cid-s1wY0ECT2q .container {
        max-width: 720px;
    }
}
.cid-s1wY0ECT2q .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.cid-s1wY0ECT2q .col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.cid-s1wY0ECT2q .form-group {
    margin-bottom: 1rem;
}
.cid-s1wY0ECT2q .form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.cid-s1wY0ECT2q .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.cid-s1wY0ECT2q .col-md-auto {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}


/*modal*/
.cid-s1RxdRZtfh.popup-builder {
    background-color: #ffffff;
}
.cid-s1RxdRZtfh.popup-builder .modal {
    position: relative;
    display: block;
    z-index: 1;
}
.cid-s1RxdRZtfh.popup-builder .modal-dialog {
    margin-top: 60px;
    margin-bottom: 60px;
}
.cid-s1RxdRZtfh .modal-content,
.cid-s1RxdRZtfh .modal-dialog {
    height: auto;
}
.cid-s1RxdRZtfh .form-wrapper .input-group-btn {
    margin-right: auto;
    margin-left: auto;
}
.cid-s1RxdRZtfh .form-wrapper .input-group-btn .btn {
    margin: 0 !important;
}
@media (min-width: 769px) {
    .cid-s1RxdRZtfh .form-wrapper .mbr-form .form-group,
    .cid-s1RxdRZtfh .form-wrapper .mbr-form .input-group-btn {
        padding: 0 .5rem;
    }
}
.cid-s1RxdRZtfh .card-img {
    width: 100%;
    margin: auto;
    border-radius: 0;
}
.cid-s1RxdRZtfh .mbr-figure img {
    display: block;
    width: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
}
.cid-s1RxdRZtfh .mbr-text {
    text-align: center;
}
.cid-s1RxdRZtfh .pt-0 {
    padding-top: 0 !important;
}
.cid-s1RxdRZtfh .pb-0 {
    padding-bottom: 0 !important;
}
.cid-s1RxdRZtfh .form-content {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.cid-s1RxdRZtfh .mbr-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}
.cid-s1RxdRZtfh .modal-open {
    overflow: hidden;
}
.cid-s1RxdRZtfh .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.cid-s1RxdRZtfh .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.cid-s1RxdRZtfh .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.cid-s1RxdRZtfh .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
.cid-s1RxdRZtfh .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.cid-s1RxdRZtfh .modal-dialog-centered {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.cid-s1RxdRZtfh .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: "";
}
.cid-s1RxdRZtfh .modal-content {
    background: #ffffff;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: none;
    outline: 0;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s1RxdRZtfh .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.cid-s1RxdRZtfh .modal-backdrop.fade {
    opacity: 0;
}
.cid-s1RxdRZtfh .modal-backdrop.show {
    opacity: .5;
}
.cid-s1RxdRZtfh .modal-header {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: none;
}
.cid-s1RxdRZtfh .modal-header .close {
    position: absolute;
    top: auto;
    right: 1rem;
    margin: -1rem -1rem -1rem auto;
    padding: 1rem;
    opacity: .75;
}
.cid-s1RxdRZtfh .modal-header .close:hover {
    opacity: 1;
}
.cid-s1RxdRZtfh .modal-header .close:focus {
    outline: none;
}
.cid-s1RxdRZtfh .modal-title {
    line-height: 1.5;
    width: 100%;
    margin: 0;
    text-align: center;
}
.cid-s1RxdRZtfh .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    min-height: 100%;
}
.cid-s1RxdRZtfh .modal-footer {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    border-top: none;
    text-align: center;
}
.cid-s1RxdRZtfh .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .cid-s1RxdRZtfh .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .cid-s1RxdRZtfh .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .cid-s1RxdRZtfh .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2));
    }
    .cid-s1RxdRZtfh .modal-sm {
        max-width: 300px;
    }
    .cid-s1RxdRZtfh .container {
        max-width: 540px;
    }
}
@media (min-width: 992px) {
    .cid-s1RxdRZtfh .modal-lg,
    .cid-s1RxdRZtfh .modal-xl {
        max-width: 800px;
    }
    .cid-s1RxdRZtfh .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .cid-s1RxdRZtfh .modal-xl {
        max-width: 1140px;
    }
    .cid-s1RxdRZtfh .container {
        max-width: 1140px;
    }
}
.cid-s1RxdRZtfh .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .cid-s1RxdRZtfh .container {
        max-width: 720px;
    }
}
.cid-s1RxdRZtfh .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.cid-s1RxdRZtfh .col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.cid-s1RxdRZtfh .form-group {
    margin-bottom: 1rem;
}
.cid-s1RxdRZtfh .form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.cid-s1RxdRZtfh .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.cid-s1RxdRZtfh .col-md-auto {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.cid-s93fxRVX62 {
    padding-top: 135px;
    padding-bottom: 75px;
    background-color: #60cae7;
}
.cid-s93fxRVX62 .header-text {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.cid-s93fxRVX62 .accordion-content {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}
.cid-s93fxRVX62 .panel-group {
    width: 100%;
}
.cid-s93fxRVX62 .panel-text,
.cid-s93fxRVX62 .mbr-section-subtitle {
    color: #767676;
}
.cid-s93fxRVX62 .card {
    border-radius: 0px;
    margin-bottom: 1.5rem;
}
.cid-s93fxRVX62 .card .card-header {
    /*border-radius: 15px;*/
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: solid 1px #fff;
    padding: 5px;
    background-color: #e7faff;
}
.cid-s93fxRVX62 .card .card-header a.panel-title {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    transition: all .3s;
    background-color: #e7faff;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 500;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none !important;
    margin-top: -1px;
    line-height: normal;
}
.cid-s93fxRVX62 .card .card-header a.panel-title:hover {
    opacity: 0.5;
}
.cid-s93fxRVX62 .card .card-header a.panel-title:focus {
    text-decoration: none !important;
}
.cid-s93fxRVX62 .card .card-header a.panel-title .sign {
    padding-right: 1rem;
}
.cid-s93fxRVX62 .card .card-header a.panel-title h4 {
    padding: 0.5rem;
    margin-bottom: 0;
}
.cid-s93fxRVX62 .card .panel-body {
    background: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
}
.cid-s93fxRVX62 .header-text,
.cid-s93fxRVX62 .sign {
    color: #000000;
}
.cid-s93fxRVX62 .mbr-section-title {
    color: #ffffff;
}


.cid-sdF2KbblXf.popup-builder {
    background-color: #ffffff;
}
.cid-sdF2KbblXf.popup-builder .modal {
    position: relative;
    display: block;
    z-index: 1;
}
.cid-sdF2KbblXf.popup-builder .modal-dialog {
    margin-top: 60px;
    margin-bottom: 60px;
}
.cid-sdF2KbblXf .modal-content,
.cid-sdF2KbblXf .modal-dialog {
    height: auto;
}
.cid-sdF2KbblXf .form-wrapper .input-group-btn {
    margin-right: auto;
    margin-left: auto;
}
.cid-sdF2KbblXf .form-wrapper .input-group-btn .btn {
    margin: 0 !important;
}
@media (min-width: 769px) {
    .cid-sdF2KbblXf .form-wrapper .mbr-form .form-group,
    .cid-sdF2KbblXf .form-wrapper .mbr-form .input-group-btn {
        padding: 0 .5rem;
    }
}
.cid-sdF2KbblXf .card-img {
    width: 100%;
    margin: auto;
    border-radius: 0;
}
.cid-sdF2KbblXf .mbr-figure img {
    display: block;
    width: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
}
.cid-sdF2KbblXf .mbr-text {
    text-align: center;
}
.cid-sdF2KbblXf .pt-0 {
    padding-top: 0 !important;
}
.cid-sdF2KbblXf .pb-0 {
    padding-bottom: 0 !important;
}
.cid-sdF2KbblXf .form-content {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.cid-sdF2KbblXf .mbr-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}
.cid-sdF2KbblXf .modal-open {
    overflow: hidden;
}
.cid-sdF2KbblXf .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.cid-sdF2KbblXf .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.cid-sdF2KbblXf .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.cid-sdF2KbblXf .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
.cid-sdF2KbblXf .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.cid-sdF2KbblXf .modal-dialog-centered {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.cid-sdF2KbblXf .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: "";
}
.cid-sdF2KbblXf .modal-content {
    background: #ffffff;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: none;
    outline: 0;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sdF2KbblXf .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.cid-sdF2KbblXf .modal-backdrop.fade {
    opacity: 0;
}
.cid-sdF2KbblXf .modal-backdrop.show {
    opacity: .5;
}
.cid-sdF2KbblXf .modal-header {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: none;
}
.cid-sdF2KbblXf .modal-header .close {
    position: absolute;
    top: auto;
    right: 1rem;
    margin: -1rem -1rem -1rem auto;
    padding: 1rem;
    opacity: .75;
}
.cid-sdF2KbblXf .modal-header .close:hover {
    opacity: 1;
}
.cid-sdF2KbblXf .modal-header .close:focus {
    outline: none;
}
.cid-sdF2KbblXf .modal-title {
    line-height: 1.5;
    width: 100%;
    margin: 0;
    text-align: center;
}
.cid-sdF2KbblXf .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    min-height: 100%;
}
.cid-sdF2KbblXf .modal-footer {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    border-top: none;
    text-align: center;
}
.cid-sdF2KbblXf .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .cid-sdF2KbblXf .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
    .cid-sdF2KbblXf .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .cid-sdF2KbblXf .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2));
    }
    .cid-sdF2KbblXf .modal-sm {
        max-width: 300px;
    }
    .cid-sdF2KbblXf .container {
        max-width: 540px;
    }
}
@media (min-width: 992px) {
    .cid-sdF2KbblXf .modal-lg,
    .cid-sdF2KbblXf .modal-xl {
        max-width: 800px;
    }
    .cid-sdF2KbblXf .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .cid-sdF2KbblXf .modal-xl {
        max-width: 1140px;
    }
    .cid-sdF2KbblXf .container {
        max-width: 1140px;
    }
}
.cid-sdF2KbblXf .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .cid-sdF2KbblXf .container {
        max-width: 720px;
    }
}
.cid-sdF2KbblXf .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.cid-sdF2KbblXf .col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.cid-sdF2KbblXf .form-group {
    margin-bottom: 1rem;
}
.cid-sdF2KbblXf .form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.cid-sdF2KbblXf .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.cid-sdF2KbblXf .col-md-auto {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}


.cid-sdLK5xM4nO {
    padding-top: 0;
    padding-bottom: 90px;
    background-color: #efefef;
}
.cid-sdLK5xM4nO .mbr-section-subtitle {
    color: #767676;
}
.cid-sdLK5xM4nO .mbr-text {
    color: #767676;
}
.cid-sdLK5xM4nO .card {
    display: block;
    position: relative;
}
.cid-sdLK5xM4nO .media-container-row {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.cid-sdLK5xM4nO .card-wrapper {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s;
    background-color: #fff;
}
.cid-sdLK5xM4nO .card-wrapper .card-img {
    display: block;
    position: relative;
    overflow: hidden;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 30px;
}
.cid-sdLK5xM4nO .card-wrapper .card-img .mbr-overlay {
    background: #ffffff;
    display: block;
    opacity: 0;
    transition: all .3s;
    border-bottom-left-radius: 50%;
}
.cid-sdLK5xM4nO .card-wrapper .card-img .mbr-section-btn {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    transition: opacity .3s;
    margin: auto;
}
.cid-sdLK5xM4nO .card-wrapper .card-box {
    background-color: #ffffff;
    padding: 0 2rem 2rem 2rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.cid-sdLK5xM4nO .card-wrapper .card-box h4 {
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 2rem;
}
.cid-sdLK5xM4nO .card-wrapper .card-box p {
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-top: 2rem;
}
.cid-sdLK5xM4nO .card-wrapper:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s;
}
.cid-sdLK5xM4nO .popup-btn .mbr-overlay {
    opacity: 0;
    height: 0;
    bottom: 0;
    top: auto;
    border-bottom-left-radius: 0 !important;
}
.cid-sdLK5xM4nO .popup-btn .mbr-section-btn {
    opacity: 0;
}
.cid-sdLK5xM4nO .popup-btn:hover .mbr-overlay {
    opacity: 0;
    height: 100%;
}
.cid-sdLK5xM4nO .popup-btn:hover .mbr-section-btn {
    opacity: 1;
}
.cid-sdLK5xM4nO .underline {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.cid-sdLK5xM4nO .underline .line {
    width: 5rem;
    height: 3px;
    background: linear-gradient(90deg, #274abb, #22989c);
    display: inline-block;
}


.cid-sdLK5xM4n1 {
    padding-top: 0;
    padding-bottom: 90px;
    background-color: #56c2df;
}
.cid-sdLK5xM4n1 .mbr-section-subtitle {
    color: #767676;
}
.cid-sdLK5xM4n1 .mbr-text {
    color: #767676;
}
.cid-sdLK5xM4n1 .card {
    display: block;
    position: relative;
}
.cid-sdLK5xM4n1 .media-container-row {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.cid-sdLK5xM4n1 .card-wrapper {
    background-color: #56c2df;
}
.cid-sdLK5xM4n1 .card-wrapper .card-img {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 30px;
}
.cid-sdLK5xM4n1 .card-wrapper .card-img .mbr-overlay {
    background: #ffffff;
    display: block;
    opacity: 0;
}
.cid-sdLK5xM4n1 .card-wrapper .card-img .mbr-section-btn {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin: auto;
}
.cid-sdLK5xM4n1 .card-wrapper .card-box {
    background-color: #56c2df;
    padding: 0 2rem 2rem 2rem;
}
.cid-sdLK5xM4n1 .card-wrapper .card-box h4 {
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 2rem;
}
.cid-sdLK5xM4n1 .card-wrapper .card-box p {
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-top: 2rem;
}
.cid-sdLK5xM4n1 .card-wrapper:hover {
}
.cid-sdLK5xM4n1 .popup-btn .mbr-overlay {
    opacity: 0;
    height: 0;
    bottom: 0;
    top: auto;
}
.cid-sdLK5xM4n1 .popup-btn .mbr-section-btn {
    opacity: 0;
}
.cid-sdLK5xM4n1 .popup-btn:hover .mbr-overlay {
    opacity: 0;
    height: 100%;
}
.cid-sdLK5xM4n1 .popup-btn:hover .mbr-section-btn {
    opacity: 1;
}
.cid-sdLK5xM4n1 .underline {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.cid-sdLK5xM4n1 .underline .line {
    width: 5rem;
    height: 3px;
    background: linear-gradient(90deg, #274abb, #22989c);
    display: inline-block;
}