/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
 
 body {
  font-family: 'KlavikaWebBasicRegular', 'Noto Sans TC', Arial, sans-serif;
  font-style: normal;
  line-height: 1.5;
}

.flex {
  display: flex;    /* flex | inline-flex; */
  align-items: flex-end; /* flex-start | flex-end | center | baseline | stretch; */
  }
/*
.display-1 {
  font-family: 'KlavikaRegular', 'Noto Sans TC', sans-serif;
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-1 {
      font-family: 'KlavikaRegular', 'Noto Sans TC', sans-serif;
      font-size: 5rem
  }
}

.display-2 {
  font-family: 'KlavikaRegular', 'Noto Sans TC', sans-serif;
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-2 {
      font-family: 'KlavikaRegular', 'Noto Sans TC', sans-serif;
      font-size: 4.5rem
  }
}

.display-3 {
  font-family: 'KlavikaRegular', 'Noto Sans TC', sans-serif;
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-3 {
      font-family: 'KlavikaRegular', 'Noto Sans TC', sans-serif;
      font-size: 4rem
  }
}

.display-4 {
  font-family: 'KlavikaRegular', 'Noto Sans TC', sans-serif;
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-4 {
      font-family: 'KlavikaRegular', 'Noto Sans TC', sans-serif;
      font-size: 3.5rem
  }
}

.display-5 {
  font-family: 'KlavikaRegular', 'Noto Sans TC', sans-serif;
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-5 {
      font-family: 'KlavikaRegular', 'Noto Sans TC', sans-serif;
      font-size: 3rem
  }
}

.display-6 {
  font-family: 'KlavikaRegular', 'Noto Sans TC', sans-serif;
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-6 {
      font-family: 'KlavikaRegular', 'Noto Sans TC', sans-serif;
      font-size: 2.5rem
  }
}
*/
/* ---- 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-family: 'KlavikaRegular', 'Noto Sans TC', sans-serif;
    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-family: 'KlavikaRegular', 'Noto Sans TC', sans-serif;
    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-family: 'KlavikaRegular', 'Noto Sans TC', sans-serif;
    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))));
  }
  .display-5 {
    font-family: 'KlavikaRegular', 'Noto Sans TC', sans-serif;
    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-6 {
    font-family: 'KlavikaRegular', 'Noto Sans TC', sans-serif;
    font-size: 0.65rem;
    font-size: calc( 0.765rem + (0.8 - 0.765) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.765rem + (0.8 - 0.765) * ((100vw - 20rem) / (48 - 20))));
  }
}
*/
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}

.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:  #00c2de !important;  /*#274abb*/
  border-color: #00c2de !important;  /*#274abb*/
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #288ba2 !important;  /*#1a317c */
  border-color: #288ba2 !important;
  text-decoration: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00c2de!important;
  border-color: #00c2de !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #25c4ca !important;
  border-color: #25c4ca !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #198589 !important;
  border-color: #198589 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #198589 !important;
  border-color: #198589 !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: #656565 !important;
  border-color: #656565 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !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: none;
  border-color: #157074;
  color: #157074;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #25c4ca;
  border-color: #25c4ca;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #25c4ca !important;
  border-color: #25c4ca !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: #25c4ca !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: #157074 !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):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !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;
}
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_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.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;
}
.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: #000000 !important;
  background: #25c4ca !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-tbZClExJll {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbZClExJll .img-row {
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tbZClExJll .item:focus,
.cid-tbZClExJll span:focus {
  outline: none;
}
.cid-tbZClExJll .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tbZClExJll .item {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px;
  }
}
.cid-tbZClExJll .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-tbZClExJll .item-wrapper {
    max-width: 350px;
    margin: 0 auto;
  }
}
.cid-tbZClExJll .item-content {
  font-family: 'KlavikaWebBasicRegular', 'Noto Sans TC', Arial, sans-serif;
  padding: 0 1rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ============================ reduce col size ============================ */
@media(min-width: 1200px) {
  .mb-container {
    width: 70%;
    display: inline-flex;
    margin-left: 15%;
  }
  }
  @media(max-width: 1198px) {
    .mb-container {
      width: 80%;
      display: inline-flex;
      margin-left: 10%;
    }
    }
  @media(max-width: 576px) {
.mb-container {
  width: 70%;
  display: inline-flex;
  margin-left: 15%;
}
}
@media(max-width: 480px) {
  .mb-container {
    width: 60%;
    display: inline-flex;
    margin-left: 10%;
  }
  }

@media(min-width: 992px) {
  .mb-teamcontainer {
    width: 100%;
    display: inline-flex;
    margin-left: 0;
  }
  }
@media(max-width: 991px) {
  .mb-teamcontainer {
    width: 100%;
    display: inline-flex;
    margin-left: 0;
  }
  }
@media(max-width: 520px) {
.mb-teamcontainer {
  width: 100%;
  display: inline-flex;
  margin-left: 0;
}
}

/* ============================ reduce col size //============================ */

.cid-tbZClExJll .mbr-section-btn {
  font-family: 'KlavikaWebBasicRegular', 'Noto Sans TC', Arial, sans-serif;
  margin-top: auto !important;
  width: 100%;
}
.cid-tbZClExJll .mbr-section-title,
.cid-tbZClExJll .mbr-section-subtitle {
  ffont-family: 'KlavikaWebBasicRegular', 'Noto Sans TC', Arial, sans-serif;
  color: rgba(0, 0, 0, 0.45); 
  font-size: calc(2.85rem + 0.6vw) /* ---------- font size ----------- */
}
.cid-tbZClExJll .mbr-text {     /* ========== #111111; font size ========== */
  ffont-family: 'KlavikaWebBasicRegular', 'Noto Sans TC', Arial, sans-serif;
  font-size: 0.95rem;
  color: #555555;
  font-style: italic;
  line-height: 1.4;
}
.cid-tbZClExJll .item-subtitle {
  font-family: 'KlavikaWebBasicRegular', 'Noto Sans TC', Arial, sans-serif;
  text-align: center;
}
.cid-tbZClExJll .item-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  display: flex;
  margin-bottom: 24px;
}
.cid-tbZClExJll .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tbZClExJll .mbr-section-head {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .cid-tbZClExJll .mbr-section-head {
    margin-bottom: 60px;
  }
}

/* ========================== Team Section ============================ */

.cid-tccN2h9Eha {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tccN2h9Eha .card-wrap:hover {     /* ----- Add for bg color ----- */
  background: #dcdcdc;
}
.cid-tccN2h9Eha div.sphi {
  height: 250px;
}
@media (max-width: 1200px) {
  .cid-tccN2h9Eha div.sphi {
    height: 245px;
  }
}
@media (max-width: 991px) {
  .cid-tccN2h9Eha div.sphi {
    height: 225px;
  }
}

.cid-tccN2h9Eha .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tccN2h9Eha .team-card:hover {
  transform: translateY(-10px);
}
.cid-tccN2h9Eha .card-wrap {    /* ------------- setting for speakers box ------------- */
  background: #f1f1f1;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  border: 1px solid #efefef;
}

@media (max-width: 991px) {
  .cid-tccN2h9Eha .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tccN2h9Eha .card-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tccN2h9Eha .card-wrap .content-wrap {
  padding: 0.8rem;
}
.cid-tccN2h9Eha .card-text {
  padding-bottom: 1rem;
}
.cid-tccN2h9Eha .social-row {
  text-align: center;
}
.cid-tccN2h9Eha .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #403f83;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.cid-tccN2h9Eha .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-tccN2h9Eha .social-row .soc-item:hover {
  background: #ffffff;
  border: 2px solid #403f83;
}
.cid-tccN2h9Eha .social-row .soc-item:hover .mbr-iconfont {
  color: #403f83;
}
.cid-tccN2h9Eha .card-title,
.cid-tccN2h9Eha .social-row {
  color: #000000;
}
.cid-tccN2h9Eha .mbr-role,
.cid-tccN2h9Eha .social-row {
  color: #000000;
}
.cid-tccN2h9Eha .card-text,
.cid-tccN2h9Eha .mbr-section-btn,
.cid-tccN2h9Eha .social-row {
  color: #232323;
}
.cid-tccN2h9Eha .mbr-fallback-image.disabled {
  display: none;
}
.cid-tccN2h9Eha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tccN2h9Eha .mbr-section-title {
  color: #9e9e9e;
}

.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}


section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-normal,
.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

.btn {
  padding: 8px 12px;
  border-radius: 0px;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  text-decoration: none;
  text-align: center;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 2px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-form {
  margin: 0;
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: calc(100vh - 3rem);
  }
  .menu .navbar-collapse.show {
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: calc(100vh - 3rem);
  }
  .menu .collapsed .navbar-collapse.show {
    overflow-y: auto;
  }
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  flex: 1;
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em .5em;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em .5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}


.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.4;
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}
.mbr-section__comments .row {
  justify-content: center;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

.dropup .dropdown-toggle::after {
  display: none;
}

/* ================== Team CSS added =================== */


.cid-tcbyfh5oEJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tcbyfh5oEJ .card-title,
.cid-tcbyfh5oEJ .mbr-role {
  transition: 0.3s;
}
.cid-tcbyfh5oEJ .main-heading {
  margin-bottom: 1.3rem;
}
.cid-tcbyfh5oEJ .mbr-section-title {
  margin-bottom: 0.2rem;
}
.cid-tcbyfh5oEJ .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tcbyfh5oEJ .mbr-role {
  margin-bottom: 0rem;
  color: #777777;
}
.cid-tcbyfh5oEJ .social-list {
  position: absolute;
  top: 0.6rem;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  background-color: #354463;
  transition: all 0.3s;
  transform: translateX(-100%);
  opacity: 0;
}
.cid-tcbyfh5oEJ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 1rem;
}
.cid-tcbyfh5oEJ .team-card:hover .card-wrap {
  background: #354463;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-tcbyfh5oEJ .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-tcbyfh5oEJ .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tcbyfh5oEJ .team-card:hover .social-list {
  transform: translateX(0%);
  opacity: 1;
}
.cid-tcbyfh5oEJ .image-wrap {
  overflow: hidden;
  position: relative;
}
.cid-tcbyfh5oEJ a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-tcbyfh5oEJ a:hover {
  color: #c1f7d5 !important;
}
.cid-tcbyfh5oEJ .card-wrap {
  padding: 5px;
  background: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-tcbyfh5oEJ .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tcbyfh5oEJ .card-wrap .content-wrap {
  padding: 0.5rem 0.5rem 1.2rem;    /* 1.7rem 1.3rem 1.2rem; */
}
.cid-tcbyfh5oEJ .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tcbyfh5oEJ .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tcbyfh5oEJ .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tcbyfh5oEJ .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-tcbyfh5oEJ .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
/* ================== Team CSS added //=================== */

.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  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-tbqPtQrEqd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tbqPtQrEqd .mbr-overlay {
  z-index: 1;
}
.cid-tbqPtQrEqd .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-tbqPtQrEqd .content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  margin: 110px 0;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .cid-tbqPtQrEqd .content {
    margin: 225px 0;
  }
}
.cid-tbqPtQrEqd .link {
  width: 100%;
}

/* ================= GIFT popup ===================*/
.cid-tczOhWa0VS.popup-builder {
  background-color: #ffffff;
}
.cid-tczOhWa0VS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tczOhWa0VS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tczOhWa0VS .modal-content,
.cid-tczOhWa0VS .modal-dialog {
  height: auto;
}
.cid-tczOhWa0VS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tczOhWa0VS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tczOhWa0VS .form-wrapper .mbr-form .form-group,
  .cid-tczOhWa0VS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tczOhWa0VS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tczOhWa0VS .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-tczOhWa0VS .mbr-text {
  text-align: center;
}
.cid-tczOhWa0VS .pt-0 {
  padding-top: 0 !important;
}
.cid-tczOhWa0VS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tczOhWa0VS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tczOhWa0VS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tczOhWa0VS .modal-open {
  overflow: hidden;
}
.cid-tczOhWa0VS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tczOhWa0VS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tczOhWa0VS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tczOhWa0VS .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-tczOhWa0VS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tczOhWa0VS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tczOhWa0VS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tczOhWa0VS .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-tczOhWa0VS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tczOhWa0VS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tczOhWa0VS .modal-backdrop.fade {
  opacity: 0;
}
.cid-tczOhWa0VS .modal-backdrop.show {
  opacity: .5;
}
.cid-tczOhWa0VS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tczOhWa0VS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tczOhWa0VS .modal-header {
    padding: 1rem;
  }
}
.cid-tczOhWa0VS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tczOhWa0VS .modal-header .close svg {
  fill: #353535;
}
.cid-tczOhWa0VS .modal-header .close:hover {
  opacity: 1;
}
.cid-tczOhWa0VS .modal-header .close:focus {
  outline: none;
}
.cid-tczOhWa0VS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tczOhWa0VS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tczOhWa0VS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tczOhWa0VS .modal-body {
    padding: 1rem;
  }
}
.cid-tczOhWa0VS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tczOhWa0VS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tczOhWa0VS .modal-footer {
    padding: 1rem;
  }
}
.cid-tczOhWa0VS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tczOhWa0VS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tczOhWa0VS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tczOhWa0VS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tczOhWa0VS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tczOhWa0VS .modal-lg,
  .cid-tczOhWa0VS .modal-xl {
    max-width: 800px;     /* ----------------- popup window size ----------------- */
  }
}
@media (min-width: 1200px) {
  .cid-tczOhWa0VS .modal-xl {
    max-width: 850px;     /* ----------------- popup window size ----------------- */
  }
}
.cid-tczOhWa0VS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tczOhWa0VS .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-tczOhWa0VS .form-group {
  margin-bottom: 1rem;
}
.cid-tczOhWa0VS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tczOhWa0VS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tczOhWa0VS .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-tczOhWa0VS .mbr-section-btn {
  margin: 0;
}
.cid-tczOhWa0VS .mbr-section-btn .btn {
  margin: 0;
}

/* ===== 2 ==== */
.cid-tczU78y5Y3.popup-builder {
  background-color: #ffffff;
}
.cid-tczU78y5Y3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tczU78y5Y3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tczU78y5Y3 .modal-content,
.cid-tczU78y5Y3 .modal-dialog {
  height: auto;
}
.cid-tczU78y5Y3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tczU78y5Y3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tczU78y5Y3 .form-wrapper .mbr-form .form-group,
  .cid-tczU78y5Y3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tczU78y5Y3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tczU78y5Y3 .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-tczU78y5Y3 .mbr-text {
  text-align: center;
}
.cid-tczU78y5Y3 .pt-0 {
  padding-top: 0 !important;
}
.cid-tczU78y5Y3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tczU78y5Y3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tczU78y5Y3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tczU78y5Y3 .modal-open {
  overflow: hidden;
}
.cid-tczU78y5Y3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tczU78y5Y3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tczU78y5Y3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tczU78y5Y3 .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-tczU78y5Y3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tczU78y5Y3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tczU78y5Y3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tczU78y5Y3 .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-tczU78y5Y3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tczU78y5Y3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tczU78y5Y3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tczU78y5Y3 .modal-backdrop.show {
  opacity: .5;
}
.cid-tczU78y5Y3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tczU78y5Y3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tczU78y5Y3 .modal-header {
    padding: 1rem;
  }
}
.cid-tczU78y5Y3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tczU78y5Y3 .modal-header .close svg {
  fill: #353535;
}
.cid-tczU78y5Y3 .modal-header .close:hover {
  opacity: 1;
}
.cid-tczU78y5Y3 .modal-header .close:focus {
  outline: none;
}
.cid-tczU78y5Y3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tczU78y5Y3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tczU78y5Y3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tczU78y5Y3 .modal-body {
    padding: 1rem;
  }
}
.cid-tczU78y5Y3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tczU78y5Y3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tczU78y5Y3 .modal-footer {
    padding: 1rem;
  }
}
.cid-tczU78y5Y3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tczU78y5Y3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tczU78y5Y3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tczU78y5Y3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tczU78y5Y3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tczU78y5Y3 .modal-lg,
  .cid-tczU78y5Y3 .modal-xl {
    max-width: 800px;     /* ----------------- popup window size ----------------- */
  }
}
@media (min-width: 1200px) {
  .cid-tczU78y5Y3 .modal-xl {
    max-width: 850px;     /* ----------------- popup window size ----------------- */
  }
}
.cid-tczU78y5Y3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tczU78y5Y3 .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-tczU78y5Y3 .form-group {
  margin-bottom: 1rem;
}
.cid-tczU78y5Y3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tczU78y5Y3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tczU78y5Y3 .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-tczU78y5Y3 .mbr-section-btn {
  margin: 0;
}
.cid-tczU78y5Y3 .mbr-section-btn .btn {
  margin: 0;
}

/* ======= 3 ====== */
/* ================= GIFT popup //===================*/

/* ==================  Video  ======================= */
.cid-tcn0BeABaf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcn0BeABaf .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tcn0BeABaf .row {
    padding: 1rem 0rem;
  }
}
.cid-tcn0BeABaf img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tcn0BeABaf img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tcn0BeABaf .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tcn0BeABaf .mbr-text,
.cid-tcn0BeABaf .mbr-section-btn {
  font-size: 1.2rem;
  color: #777777;
}
.cid-tcn0BeABaf .mbr-section-subtitle {
  color: #14191e;
}
.cid-tcn0BeABaf h2.mbr-section-title {
  font-size: 1.6rem;
  color: #14191e;
}
.cid-tcn0BeABaf h3.mbr-section-subtitle {
  font-size: 1.25rem;
  color: #0096ad;
  font-weight: 300;
}

/* ==================  Video  //======================= */