body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff4a52 !important;
}
.bg-success {
  background-color: #48d678 !important;
}
.bg-info {
  background-color: #ffbf00 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fd000b !important;
  border-color: #fd000b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #17b6ff !important;
  border-color: #17b6ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #008ac9 !important;
  border-color: #008ac9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #008ac9 !important;
  border-color: #008ac9 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b38600 !important;
  border-color: #b38600 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b38600 !important;
  border-color: #b38600 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !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: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !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: #e3000a;
  color: #e3000a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #ff4a52;
  border-color: #ff4a52;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4a52 !important;
  border-color: #ff4a52 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #0079b0;
  color: #0079b0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #17b6ff;
  border-color: #17b6ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17b6ff !important;
  border-color: #17b6ff !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #997300;
  color: #997300;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #ffbf00;
  border-color: #ffbf00;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !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: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !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: #ff4a52 !important;
}
.text-secondary {
  color: #17b6ff !important;
}
.text-success {
  color: #48d678 !important;
}
.text-info {
  color: #ffbf00 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e3000a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0079b0 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #229649 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #997300 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !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: #ffbf00;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #ececec;
}
.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-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff4a52;
  border-color: #ff4a52;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff4a52;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2cc;
}
.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: #ffffff;
}
/* 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);
}
/* 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 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ff4a52;
}
.btn-md {
  transition: none;
  padding: 0.5rem 2rem;
}
.btn-md:hover {
  background-color: #17b6ff !important;
  border-color: #17b6ff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4a52;
  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: #ffffff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff4a52;
  border-bottom-color: #ff4a52;
}
.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: #ff4a52 !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: #17b6ff !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='%23ff4a52' %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-sojvcc4093 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sojvcc4093 .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-sojvcc4093 .text-block {
  position: relative;
  z-index: 0;
}
.cid-sojvcc4093 .box {
  width: 25%;
  height: 40%;
  background: #ffda00;
  position: absolute;
  top: 4%;
}
.cid-sojvcc4093 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sojvcc4093 .box {
  right: 20%;
}
.cid-sojvcc4093 .text-box {
  right: 0;
}
.cid-sojvcc4093 .mbr-section-title,
.cid-sojvcc4093 .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-sojvcc4093 .text-box {
    display: none;
  }
  .cid-sojvcc4093 .mbr-section-title,
  .cid-sojvcc4093 .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sojvcc4093 .box {
    display: none;
  }
  .cid-sojvcc4093 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sojvcc4093 .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sojvcc4093 .text-box {
    writing-mode: bt-rl;
  }
}
.cid-sojvcc4093 .mbr-section-text {
  color: #ff4a52;
}
.cid-soU5gAQgDR {
  background-image: url("../../../assets/images/1.sr-hkp-facebook-bg-1200x630-1-2000x1080.png");
}
.cid-soU5gAQgDR .container-fluid {
  padding: 0 3rem;
}
.cid-soU5gAQgDR .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-soU5gAQgDR .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-soU5gAQgDR .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-soU5gAQgDR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-soU5gAQgDR .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-soU5gAQgDR a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-soU5gAQgDR a.close:hover {
  color: #ffffff;
}
.cid-soU5gAQgDR svg {
  transition: all 0.5s ease-in;
}
.cid-soU5gAQgDR svg .blick {
  transiton: opacity 0.5s ease-in;
  opacity: 1;
}
.cid-soU5gAQgDR svg:hover {
  cursor: pointer;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.cid-soU5gAQgDR svg:hover .blick {
  transition: opacity 0.5s ease-in;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-soU5gAQgDR .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sojvnPTzyj {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #ff4a52, #ff6b71);
}
.cid-sojvnPTzyj .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sojvnPTzyj .carousel-item.active,
.cid-sojvnPTzyj .carousel-item-next,
.cid-sojvnPTzyj .carousel-item-prev {
  display: flex;
}
.cid-sojvnPTzyj .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-sojvnPTzyj .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 1.2rem;
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: .9;
}
.cid-sojvnPTzyj .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sojvnPTzyj .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
}
.cid-sojvnPTzyj .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sojvnPTzyj .mbr-iconfont {
  font-size: 3rem;
  position: absolute;
  opacity: 0.5;
  color: #f4f8fa;
}
.cid-sojvnPTzyj .mbr-iconfont.left-top {
  top: 0;
  left: 0;
}
.cid-sojvnPTzyj .mbr-iconfont.right-bottom {
  bottom: 1rem;
  right: 0;
}
.cid-sojvnPTzyj .user_text {
  position: relative;
}
@media (min-width: 768px) {
  .cid-sojvnPTzyj .user_text p {
    padding: 1rem 4rem;
  }
}
@media (max-width: 230px) {
  .cid-sojvnPTzyj .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rVciGgdeHy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVciGgdeHy .mbr-text,
.cid-rVciGgdeHy .mbr-section-btn,
.cid-rVciGgdeHy H4 {
  color: #767676;
}
.cid-rVciGgdeHy .img-box {
  position: relative;
}
.cid-rVciGgdeHy img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rVciGgdeHy .img-box {
    height: 500px;
  }
  .cid-rVciGgdeHy .img1 {
    left: 1rem;
  }
  .cid-rVciGgdeHy .img2 {
    right: 1rem;
  }
  .cid-rVciGgdeHy img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-rVciGgdeHy img {
    width: 60%;
  }
  .cid-rVciGgdeHy .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-rVciGgdeHy .author-box {
    justify-content: center;
  }
}
.cid-rVciGgdeHy .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rVciGgdeHy .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rVciGgdeHy .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rVciGgdeHy h3,
.cid-rVciGgdeHy h4 {
  margin: 0;
  padding: 0;
}
.cid-rVciGgdeHy H3 {
  color: #ff4a52;
}
.cid-rVciGgdeHy H1 {
  color: #ff4a52;
}
.cid-rVckJhmYpE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVckJhmYpE .mbr-text {
  position: relative;
  color: #ff4a52;
}
.cid-rVckJhmYpE .mbr-text:before {
  color: #ff4a52;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rVckJhmYpE .mbr-text:after {
  color: #ff4a52;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rVckJhmYpE .mbr-text:after,
  .cid-rVckJhmYpE .mbr-text:before {
    display: none;
  }
}
.cid-rVckuFJ369 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rVckuFJ369 .mbr-text,
.cid-rVckuFJ369 .mbr-section-btn {
  color: #767676;
}
.cid-rVckuFJ369 p {
  z-index: 2;
  position: relative;
}
.cid-rVckuFJ369 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rVckuFJ369 .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rVckuFJ369 .ico1 {
  font-size: 2rem;
}
.cid-rVckuFJ369 .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rVckuFJ369 H3 {
  color: #149dcc;
}
.cid-rVcrxjQUKY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVcrxjQUKY .mbr-text {
  position: relative;
  color: #ff4a52;
}
.cid-rVcrxjQUKY .mbr-text:before {
  color: #ff4a52;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rVcrxjQUKY .mbr-text:after {
  color: #ff4a52;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rVcrxjQUKY .mbr-text:after,
  .cid-rVcrxjQUKY .mbr-text:before {
    display: none;
  }
}
.cid-rVcryknDkm {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rVcryknDkm .mbr-text,
.cid-rVcryknDkm .mbr-section-btn {
  color: #767676;
}
.cid-rVcryknDkm p {
  z-index: 2;
  position: relative;
}
.cid-rVcryknDkm .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rVcryknDkm .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rVcryknDkm .ico1 {
  font-size: 2rem;
}
.cid-rVcryknDkm .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rVcryknDkm H3 {
  color: #149dcc;
}
.cid-rVcH4qkWra {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rVcH4qkWra .carousel {
  z-index: 2;
  position: relative;
}
.cid-rVcH4qkWra .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-rVcH4qkWra .user {
  padding: 0!important;
}
.cid-rVcH4qkWra .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-rVcH4qkWra .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rVcH4qkWra .carousel-item.active,
.cid-rVcH4qkWra .carousel-item-next,
.cid-rVcH4qkWra .carousel-item-prev {
  display: flex;
}
.cid-rVcH4qkWra .user_name {
  margin: 0;
}
.cid-rVcH4qkWra .carousel-controls a {
  font-size: 2rem;
}
.cid-rVcH4qkWra .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-rVcH4qkWra .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-rVcH4qkWra ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-rVcH4qkWra .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-rVcH4qkWra .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rVcH4qkWra .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-rVcH4qkWra .user_desk {
  color: #767676;
}
.cid-rVcH4qkWra .user_text {
  color: #ff4a52;
}
.cid-rVgEB4ErYI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rVgEB4ErYI [class^="socicon-"]:before,
.cid-rVgEB4ErYI [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-rVgEB4ErYI .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-rVgEB4ErYI .btn-social,
.cid-rVgEB4ErYI .mbr-section-title {
  color: #57468b;
}
.cid-rVgEB4ErYI .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-rVgEB4ErYI .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-rVgEB4ErYI .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-rVgEB4ErYI .align-left {
    text-align: center;
  }
  .cid-rVgEB4ErYI .align-right {
    text-align: center;
  }
  .cid-rVgEB4ErYI .social-list {
    justify-content: center;
  }
  .cid-rVgEB4ErYI .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-rVgJmEqZIx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rVgJmEqZIx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rVgJmEqZIx .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rVgJmEqZIx .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
.cid-rVgJmEqZIx .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened .navbar-collapse.show,
.cid-rVgJmEqZIx .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-rVgJmEqZIx .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-rVgJmEqZIx .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-rVgJmEqZIx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rVgJmEqZIx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVgJmEqZIx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVgJmEqZIx .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-rVgJmEqZIx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVgJmEqZIx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rVgJmEqZIx .navbar {
    flex-wrap: nowrap;
  }
  .cid-rVgJmEqZIx .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rVgJmEqZIx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVgJmEqZIx .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-rVgJmEqZIx .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-rVgJmEqZIx .navbar.opened .navbar-collapse.show,
  .cid-rVgJmEqZIx .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-rVgJmEqZIx .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-rVgJmEqZIx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rVgJmEqZIx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVgJmEqZIx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVgJmEqZIx .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-rVgJmEqZIx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVgJmEqZIx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVgJmEqZIx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rVgJmEqZIx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-rVgJmEqZIx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVgJmEqZIx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVgJmEqZIx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVgJmEqZIx .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-rVgJmEqZIx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVgJmEqZIx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVgJmEqZIx .dropdown-item.active,
.cid-rVgJmEqZIx .dropdown-item:active {
  background-color: transparent;
}
.cid-rVgJmEqZIx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVgJmEqZIx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVgJmEqZIx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVgJmEqZIx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVgJmEqZIx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVgJmEqZIx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVgJmEqZIx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVgJmEqZIx .navbar-buttons {
  text-align: center;
}
.cid-rVgJmEqZIx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVgJmEqZIx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVgJmEqZIx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVgJmEqZIx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVgJmEqZIx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVgJmEqZIx .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rVgJmEqZIx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-rVgJmEqZIx a.nav-link:focus {
  outline: none;
}
.cid-rVgJmEqZIx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVgJmEqZIx .nav-link:hover,
.cid-rVgJmEqZIx .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVgJmEqZIx .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-rVgJmEqZIx .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s9Mr7wgYre.popup-builder {
  background-color: #ffffff;
}
.cid-s9Mr7wgYre.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s9Mr7wgYre.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s9Mr7wgYre .modal-content,
.cid-s9Mr7wgYre .modal-dialog {
  height: auto;
}
.cid-s9Mr7wgYre .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s9Mr7wgYre .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s9Mr7wgYre .form-wrapper .mbr-form .form-group,
  .cid-s9Mr7wgYre .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s9Mr7wgYre .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s9Mr7wgYre .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-s9Mr7wgYre .mbr-text {
  text-align: center;
}
.cid-s9Mr7wgYre .pt-0 {
  padding-top: 0 !important;
}
.cid-s9Mr7wgYre .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s9Mr7wgYre .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s9Mr7wgYre .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s9Mr7wgYre .modal-open {
  overflow: hidden;
}
.cid-s9Mr7wgYre .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s9Mr7wgYre .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s9Mr7wgYre .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s9Mr7wgYre .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-s9Mr7wgYre .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s9Mr7wgYre .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s9Mr7wgYre .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s9Mr7wgYre .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-s9Mr7wgYre .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s9Mr7wgYre .modal-backdrop.fade {
  opacity: 0;
}
.cid-s9Mr7wgYre .modal-backdrop.show {
  opacity: .5;
}
.cid-s9Mr7wgYre .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-s9Mr7wgYre .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s9Mr7wgYre .modal-header .close:hover {
  opacity: 1;
}
.cid-s9Mr7wgYre .modal-header .close:focus {
  outline: none;
}
.cid-s9Mr7wgYre .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff4a52;
}
.cid-s9Mr7wgYre .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s9Mr7wgYre .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-s9Mr7wgYre .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s9Mr7wgYre .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s9Mr7wgYre .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s9Mr7wgYre .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s9Mr7wgYre .modal-sm {
    max-width: 300px;
  }
  .cid-s9Mr7wgYre .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s9Mr7wgYre .modal-lg,
  .cid-s9Mr7wgYre .modal-xl {
    max-width: 800px;
  }
  .cid-s9Mr7wgYre .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s9Mr7wgYre .modal-xl {
    max-width: 1140px;
  }
  .cid-s9Mr7wgYre .container {
    max-width: 1140px;
  }
}
.cid-s9Mr7wgYre .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s9Mr7wgYre .container {
    max-width: 720px;
  }
}
.cid-s9Mr7wgYre .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s9Mr7wgYre .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-s9Mr7wgYre .form-group {
  margin-bottom: 1rem;
}
.cid-s9Mr7wgYre .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s9Mr7wgYre .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s9Mr7wgYre .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-rVgJmEqZIx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rVgJmEqZIx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rVgJmEqZIx .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rVgJmEqZIx .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
.cid-rVgJmEqZIx .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rVgJmEqZIx .navbar.collapsed.opened .navbar-collapse.show,
.cid-rVgJmEqZIx .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-rVgJmEqZIx .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-rVgJmEqZIx .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-rVgJmEqZIx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rVgJmEqZIx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVgJmEqZIx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVgJmEqZIx .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-rVgJmEqZIx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVgJmEqZIx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rVgJmEqZIx .navbar {
    flex-wrap: nowrap;
  }
  .cid-rVgJmEqZIx .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rVgJmEqZIx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVgJmEqZIx .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-rVgJmEqZIx .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-rVgJmEqZIx .navbar.opened .navbar-collapse.show,
  .cid-rVgJmEqZIx .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-rVgJmEqZIx .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-rVgJmEqZIx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rVgJmEqZIx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVgJmEqZIx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVgJmEqZIx .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-rVgJmEqZIx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVgJmEqZIx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVgJmEqZIx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rVgJmEqZIx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-rVgJmEqZIx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVgJmEqZIx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVgJmEqZIx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVgJmEqZIx .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-rVgJmEqZIx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVgJmEqZIx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVgJmEqZIx .dropdown-item.active,
.cid-rVgJmEqZIx .dropdown-item:active {
  background-color: transparent;
}
.cid-rVgJmEqZIx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVgJmEqZIx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVgJmEqZIx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVgJmEqZIx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVgJmEqZIx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVgJmEqZIx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVgJmEqZIx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVgJmEqZIx .navbar-buttons {
  text-align: center;
}
.cid-rVgJmEqZIx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVgJmEqZIx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVgJmEqZIx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVgJmEqZIx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVgJmEqZIx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVgJmEqZIx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVgJmEqZIx .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rVgJmEqZIx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-rVgJmEqZIx a.nav-link:focus {
  outline: none;
}
.cid-rVgJmEqZIx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVgJmEqZIx .nav-link:hover,
.cid-rVgJmEqZIx .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVgJmEqZIx .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-rVgJmEqZIx .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rUO9W474bm {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUO9W474bm .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rUO9W474bm .text-block {
  position: relative;
  z-index: 0;
}
.cid-rUO9W474bm .box {
  width: 25%;
  height: 40%;
  background: #ffda00;
  position: absolute;
  top: 4%;
}
.cid-rUO9W474bm .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rUO9W474bm .box {
  right: 20%;
}
.cid-rUO9W474bm .text-box {
  right: 0;
}
.cid-rUO9W474bm .mbr-section-title,
.cid-rUO9W474bm .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-rUO9W474bm .text-box {
    display: none;
  }
  .cid-rUO9W474bm .mbr-section-title,
  .cid-rUO9W474bm .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rUO9W474bm .box {
    display: none;
  }
  .cid-rUO9W474bm .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rUO9W474bm .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUO9W474bm .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rUO9W474bm .mbr-section-text {
  color: #ff4a52;
}
.cid-s2rZ8QwlVs {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #ff4a52, #ff6b71);
}
.cid-s2rZ8QwlVs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2rZ8QwlVs .carousel-item.active,
.cid-s2rZ8QwlVs .carousel-item-next,
.cid-s2rZ8QwlVs .carousel-item-prev {
  display: flex;
}
.cid-s2rZ8QwlVs .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-s2rZ8QwlVs .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 1.2rem;
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: .9;
}
.cid-s2rZ8QwlVs .carousel-controls a:hover span {
  opacity: 1;
}
.cid-s2rZ8QwlVs .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
}
.cid-s2rZ8QwlVs .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s2rZ8QwlVs .mbr-iconfont {
  font-size: 3rem;
  position: absolute;
  opacity: 0.5;
  color: #f4f8fa;
}
.cid-s2rZ8QwlVs .mbr-iconfont.left-top {
  top: 0;
  left: 0;
}
.cid-s2rZ8QwlVs .mbr-iconfont.right-bottom {
  bottom: 1rem;
  right: 0;
}
.cid-s2rZ8QwlVs .user_text {
  position: relative;
}
@media (min-width: 768px) {
  .cid-s2rZ8QwlVs .user_text p {
    padding: 1rem 4rem;
  }
}
@media (max-width: 230px) {
  .cid-s2rZ8QwlVs .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rVbxfGGYny {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVbxfGGYny li {
  list-style: none;
}
.cid-rVbxfGGYny .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-rVbxfGGYny .col-title {
  margin-bottom: 2rem;
  color: #ff9b13;
}
.cid-rVbxfGGYny .list-col {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-rVbxfGGYny .mbr-iconfont {
  font-size: 1.6rem;
  padding-right: 4rem;
  height: 28px;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: #ff4a52 !important;
}
.cid-rVbxfGGYny .mbr-iconfont:hover {
  color: #ff6b71 !important;
}
.cid-rVbxfGGYny .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
.cid-rVbxfGGYny h4 {
  margin: 0;
}
.cid-rVbxfGGYny ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rVbxfGGYny .md-pb {
    padding-bottom: 1rem;
  }
  .cid-rVbxfGGYny .mbr-iconfont {
    padding-right: 1rem;
  }
  .cid-rVbxfGGYny .item-wrap {
    flex-direction: column;
  }
  .cid-rVbxfGGYny .time-wrap {
    min-width: 80px;
    margin-top: .4rem;
  }
}
.cid-rVbxfGGYny .item1 {
  text-align: left;
}
.cid-rUO262WZY8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rUO262WZY8 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-rUO262WZY8 .text {
  padding: 0;
}
.cid-rUO262WZY8 section {
  position: relative;
}
.cid-rUO262WZY8 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-rUO262WZY8 .mbr-iconfont {
  padding: 0!important;
}
.cid-rUO262WZY8 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ff8a8f;
}
.cid-rUO262WZY8 .box {
  background-image: url("../../../assets/images/1.sr-hkp-facebook-bg-2500x1405-1-2000x1124.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rUO262WZY8 .icon-wrap {
  background-color: #ff4a52 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rUO262WZY8 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rUO262WZY8 .icon-wrap span {
  padding-left: 8px;
}
.cid-rUO262WZY8 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rUO262WZY8 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rUO262WZY8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rUO262WZY8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rUO262WZY8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rUO262WZY8 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rUO262WZY8 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rUO262WZY8 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-rUO262WZY8 .box {
    height: 250px;
  }
  .cid-rUO262WZY8 .row {
    padding: 1rem!important;
  }
}
.cid-spzsGfQHQT .container-fluid {
  padding: 0 3rem;
}
.cid-spzsGfQHQT .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-spzsGfQHQT .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-spzsGfQHQT .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-spzsGfQHQT .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-spzsGfQHQT .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-spzsGfQHQT a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-spzsGfQHQT a.close:hover {
  color: #ffffff;
}
.cid-spzsGfQHQT svg {
  transition: all 0.5s ease-in;
}
.cid-spzsGfQHQT svg .blick {
  transiton: opacity 0.5s ease-in;
  opacity: 1;
}
.cid-spzsGfQHQT svg:hover {
  cursor: pointer;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.cid-spzsGfQHQT svg:hover .blick {
  transition: opacity 0.5s ease-in;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-spzsGfQHQT .container-fluid {
    padding: 0 1rem;
  }
}
.cid-spzsGfQHQT H1 {
  text-align: center;
}
.cid-spzsGfQHQT .mbr-text,
.cid-spzsGfQHQT .mbr-section-btn {
  text-align: center;
}
.cid-rVgSk4Syst {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rVgSk4Syst [class^="socicon-"]:before,
.cid-rVgSk4Syst [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-rVgSk4Syst .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-rVgSk4Syst .btn-social,
.cid-rVgSk4Syst .mbr-section-title {
  color: #57468b;
}
.cid-rVgSk4Syst .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-rVgSk4Syst .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-rVgSk4Syst .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-rVgSk4Syst .align-left {
    text-align: center;
  }
  .cid-rVgSk4Syst .align-right {
    text-align: center;
  }
  .cid-rVgSk4Syst .social-list {
    justify-content: center;
  }
  .cid-rVgSk4Syst .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-s6p5XxffkU.popup-builder {
  background-color: #ffffff;
}
.cid-s6p5XxffkU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6p5XxffkU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6p5XxffkU .modal-content,
.cid-s6p5XxffkU .modal-dialog {
  height: auto;
}
.cid-s6p5XxffkU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6p5XxffkU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6p5XxffkU .form-wrapper .mbr-form .form-group,
  .cid-s6p5XxffkU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6p5XxffkU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6p5XxffkU .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-s6p5XxffkU .mbr-text {
  text-align: center;
}
.cid-s6p5XxffkU .pt-0 {
  padding-top: 0 !important;
}
.cid-s6p5XxffkU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6p5XxffkU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6p5XxffkU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6p5XxffkU .modal-open {
  overflow: hidden;
}
.cid-s6p5XxffkU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6p5XxffkU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6p5XxffkU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6p5XxffkU .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-s6p5XxffkU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6p5XxffkU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6p5XxffkU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6p5XxffkU .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-s6p5XxffkU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6p5XxffkU .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6p5XxffkU .modal-backdrop.show {
  opacity: .5;
}
.cid-s6p5XxffkU .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-s6p5XxffkU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6p5XxffkU .modal-header .close:hover {
  opacity: 1;
}
.cid-s6p5XxffkU .modal-header .close:focus {
  outline: none;
}
.cid-s6p5XxffkU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff4a52;
}
.cid-s6p5XxffkU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6p5XxffkU .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-s6p5XxffkU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6p5XxffkU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6p5XxffkU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6p5XxffkU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6p5XxffkU .modal-sm {
    max-width: 300px;
  }
  .cid-s6p5XxffkU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6p5XxffkU .modal-lg,
  .cid-s6p5XxffkU .modal-xl {
    max-width: 800px;
  }
  .cid-s6p5XxffkU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6p5XxffkU .modal-xl {
    max-width: 1140px;
  }
  .cid-s6p5XxffkU .container {
    max-width: 1140px;
  }
}
.cid-s6p5XxffkU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6p5XxffkU .container {
    max-width: 720px;
  }
}
.cid-s6p5XxffkU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6p5XxffkU .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-s6p5XxffkU .form-group {
  margin-bottom: 1rem;
}
.cid-s6p5XxffkU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6p5XxffkU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6p5XxffkU .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-sbHvB0Bhva {
  padding-top: 375px;
  padding-bottom: 45px;
  background-color: #5bcafd;
}
.cid-sbHvB0Bhva .mbr-section-title DIV {
  text-align: center;
}
.cid-sbHvB0Bhva .mbr-text,
.cid-sbHvB0Bhva .mbr-section-btn {
  text-align: center;
}
.cid-sojC0JJwdt {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sojC0JJwdt .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-sojC0JJwdt .text-block {
  position: relative;
  z-index: 0;
}
.cid-sojC0JJwdt .box {
  width: 25%;
  height: 40%;
  background: #ffda00;
  position: absolute;
  top: 4%;
}
.cid-sojC0JJwdt .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sojC0JJwdt .box {
  right: 20%;
}
.cid-sojC0JJwdt .text-box {
  right: 0;
}
.cid-sojC0JJwdt .mbr-section-title,
.cid-sojC0JJwdt .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-sojC0JJwdt .text-box {
    display: none;
  }
  .cid-sojC0JJwdt .mbr-section-title,
  .cid-sojC0JJwdt .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sojC0JJwdt .box {
    display: none;
  }
  .cid-sojC0JJwdt .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sojC0JJwdt .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sojC0JJwdt .text-box {
    writing-mode: bt-rl;
  }
}
.cid-sojC0JJwdt .mbr-section-text {
  color: #ff4a52;
}
.cid-soUvV1J2GT {
  background-image: url("../../../assets/images/1.sr-hkp-facebook-bg-1200x630-1-2000x1080.png");
}
.cid-soUvV1J2GT .container-fluid {
  padding: 0 3rem;
}
.cid-soUvV1J2GT .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-soUvV1J2GT .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-soUvV1J2GT .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-soUvV1J2GT .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-soUvV1J2GT .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-soUvV1J2GT a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-soUvV1J2GT a.close:hover {
  color: #ffffff;
}
.cid-soUvV1J2GT svg {
  transition: all 0.5s ease-in;
}
.cid-soUvV1J2GT svg .blick {
  transiton: opacity 0.5s ease-in;
  opacity: 1;
}
.cid-soUvV1J2GT svg:hover {
  cursor: pointer;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.cid-soUvV1J2GT svg:hover .blick {
  transition: opacity 0.5s ease-in;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-soUvV1J2GT .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sojC0Lvbs9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #ff4a52, #ff6b71);
}
.cid-sojC0Lvbs9 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sojC0Lvbs9 .carousel-item.active,
.cid-sojC0Lvbs9 .carousel-item-next,
.cid-sojC0Lvbs9 .carousel-item-prev {
  display: flex;
}
.cid-sojC0Lvbs9 .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-sojC0Lvbs9 .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 1.2rem;
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: .9;
}
.cid-sojC0Lvbs9 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sojC0Lvbs9 .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
}
.cid-sojC0Lvbs9 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sojC0Lvbs9 .mbr-iconfont {
  font-size: 3rem;
  position: absolute;
  opacity: 0.5;
  color: #f4f8fa;
}
.cid-sojC0Lvbs9 .mbr-iconfont.left-top {
  top: 0;
  left: 0;
}
.cid-sojC0Lvbs9 .mbr-iconfont.right-bottom {
  bottom: 1rem;
  right: 0;
}
.cid-sojC0Lvbs9 .user_text {
  position: relative;
}
@media (min-width: 768px) {
  .cid-sojC0Lvbs9 .user_text p {
    padding: 1rem 4rem;
  }
}
@media (max-width: 230px) {
  .cid-sojC0Lvbs9 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sojC0Ng0aP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sojC0Ng0aP .mbr-text,
.cid-sojC0Ng0aP .mbr-section-btn,
.cid-sojC0Ng0aP H4 {
  color: #767676;
}
.cid-sojC0Ng0aP .img-box {
  position: relative;
}
.cid-sojC0Ng0aP img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-sojC0Ng0aP .img-box {
    height: 500px;
  }
  .cid-sojC0Ng0aP .img1 {
    left: 1rem;
  }
  .cid-sojC0Ng0aP .img2 {
    right: 1rem;
  }
  .cid-sojC0Ng0aP img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-sojC0Ng0aP img {
    width: 60%;
  }
  .cid-sojC0Ng0aP .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-sojC0Ng0aP .author-box {
    justify-content: center;
  }
}
.cid-sojC0Ng0aP .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sojC0Ng0aP .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sojC0Ng0aP .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sojC0Ng0aP h3,
.cid-sojC0Ng0aP h4 {
  margin: 0;
  padding: 0;
}
.cid-sojC0Ng0aP H3 {
  color: #ff4a52;
}
.cid-sojC0Ng0aP H1 {
  color: #ff4a52;
}
.cid-sojC0O1HT1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sojC0O1HT1 .mbr-text {
  position: relative;
  color: #ff4a52;
}
.cid-sojC0O1HT1 .mbr-text:before {
  color: #ff4a52;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sojC0O1HT1 .mbr-text:after {
  color: #ff4a52;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sojC0O1HT1 .mbr-text:after,
  .cid-sojC0O1HT1 .mbr-text:before {
    display: none;
  }
}
.cid-sojC0OxM0K {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sojC0OxM0K .mbr-text,
.cid-sojC0OxM0K .mbr-section-btn {
  color: #767676;
}
.cid-sojC0OxM0K p {
  z-index: 2;
  position: relative;
}
.cid-sojC0OxM0K .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sojC0OxM0K .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sojC0OxM0K .ico1 {
  font-size: 2rem;
}
.cid-sojC0OxM0K .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sojC0OxM0K H3 {
  color: #149dcc;
}
.cid-sojC0P7WVP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sojC0P7WVP .mbr-text {
  position: relative;
  color: #ff4a52;
}
.cid-sojC0P7WVP .mbr-text:before {
  color: #ff4a52;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sojC0P7WVP .mbr-text:after {
  color: #ff4a52;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sojC0P7WVP .mbr-text:after,
  .cid-sojC0P7WVP .mbr-text:before {
    display: none;
  }
}
.cid-sojC0PCTzI {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sojC0PCTzI .mbr-text,
.cid-sojC0PCTzI .mbr-section-btn {
  color: #767676;
}
.cid-sojC0PCTzI p {
  z-index: 2;
  position: relative;
}
.cid-sojC0PCTzI .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sojC0PCTzI .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sojC0PCTzI .ico1 {
  font-size: 2rem;
}
.cid-sojC0PCTzI .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sojC0PCTzI H3 {
  color: #149dcc;
}
.cid-sojC0QcOzO {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sojC0QcOzO .carousel {
  z-index: 2;
  position: relative;
}
.cid-sojC0QcOzO .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-sojC0QcOzO .user {
  padding: 0!important;
}
.cid-sojC0QcOzO .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-sojC0QcOzO .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sojC0QcOzO .carousel-item.active,
.cid-sojC0QcOzO .carousel-item-next,
.cid-sojC0QcOzO .carousel-item-prev {
  display: flex;
}
.cid-sojC0QcOzO .user_name {
  margin: 0;
}
.cid-sojC0QcOzO .carousel-controls a {
  font-size: 2rem;
}
.cid-sojC0QcOzO .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-sojC0QcOzO .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sojC0QcOzO ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sojC0QcOzO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sojC0QcOzO .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sojC0QcOzO .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-sojC0QcOzO .user_desk {
  color: #767676;
}
.cid-sojC0QcOzO .user_text {
  color: #ff4a52;
}
.cid-sojC0RnbcI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sojC0RnbcI [class^="socicon-"]:before,
.cid-sojC0RnbcI [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sojC0RnbcI .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sojC0RnbcI .btn-social,
.cid-sojC0RnbcI .mbr-section-title {
  color: #57468b;
}
.cid-sojC0RnbcI .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sojC0RnbcI .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sojC0RnbcI .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sojC0RnbcI .align-left {
    text-align: center;
  }
  .cid-sojC0RnbcI .align-right {
    text-align: center;
  }
  .cid-sojC0RnbcI .social-list {
    justify-content: center;
  }
  .cid-sojC0RnbcI .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sojC0Tc1Yg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sojC0Tc1Yg .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sojC0Tc1Yg .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sojC0Tc1Yg .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
.cid-sojC0Tc1Yg .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sojC0Tc1Yg .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sojC0Tc1Yg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sojC0Tc1Yg .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sojC0Tc1Yg .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sojC0Tc1Yg .navbar.collapsed.opened .navbar-collapse.show,
.cid-sojC0Tc1Yg .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sojC0Tc1Yg .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sojC0Tc1Yg .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sojC0Tc1Yg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sojC0Tc1Yg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sojC0Tc1Yg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sojC0Tc1Yg .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-sojC0Tc1Yg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sojC0Tc1Yg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sojC0Tc1Yg .navbar {
    flex-wrap: nowrap;
  }
  .cid-sojC0Tc1Yg .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sojC0Tc1Yg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sojC0Tc1Yg .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sojC0Tc1Yg .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sojC0Tc1Yg .navbar.opened .navbar-collapse.show,
  .cid-sojC0Tc1Yg .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sojC0Tc1Yg .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sojC0Tc1Yg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sojC0Tc1Yg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sojC0Tc1Yg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sojC0Tc1Yg .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-sojC0Tc1Yg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sojC0Tc1Yg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sojC0Tc1Yg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sojC0Tc1Yg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sojC0Tc1Yg .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sojC0Tc1Yg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sojC0Tc1Yg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sojC0Tc1Yg .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-sojC0Tc1Yg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sojC0Tc1Yg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sojC0Tc1Yg .dropdown-item.active,
.cid-sojC0Tc1Yg .dropdown-item:active {
  background-color: transparent;
}
.cid-sojC0Tc1Yg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sojC0Tc1Yg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sojC0Tc1Yg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sojC0Tc1Yg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sojC0Tc1Yg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sojC0Tc1Yg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sojC0Tc1Yg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sojC0Tc1Yg .navbar-buttons {
  text-align: center;
}
.cid-sojC0Tc1Yg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sojC0Tc1Yg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sojC0Tc1Yg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sojC0Tc1Yg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sojC0Tc1Yg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sojC0Tc1Yg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sojC0Tc1Yg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sojC0Tc1Yg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sojC0Tc1Yg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sojC0Tc1Yg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sojC0Tc1Yg .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sojC0Tc1Yg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sojC0Tc1Yg a.nav-link:focus {
  outline: none;
}
.cid-sojC0Tc1Yg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sojC0Tc1Yg .nav-link:hover,
.cid-sojC0Tc1Yg .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sojC0Tc1Yg .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sojC0Tc1Yg .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sojC0TYmvn.popup-builder {
  background-color: #ffffff;
}
.cid-sojC0TYmvn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sojC0TYmvn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sojC0TYmvn .modal-content,
.cid-sojC0TYmvn .modal-dialog {
  height: auto;
}
.cid-sojC0TYmvn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sojC0TYmvn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sojC0TYmvn .form-wrapper .mbr-form .form-group,
  .cid-sojC0TYmvn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sojC0TYmvn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sojC0TYmvn .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-sojC0TYmvn .mbr-text {
  text-align: center;
}
.cid-sojC0TYmvn .pt-0 {
  padding-top: 0 !important;
}
.cid-sojC0TYmvn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sojC0TYmvn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sojC0TYmvn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sojC0TYmvn .modal-open {
  overflow: hidden;
}
.cid-sojC0TYmvn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sojC0TYmvn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sojC0TYmvn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sojC0TYmvn .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-sojC0TYmvn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sojC0TYmvn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sojC0TYmvn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sojC0TYmvn .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-sojC0TYmvn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sojC0TYmvn .modal-backdrop.fade {
  opacity: 0;
}
.cid-sojC0TYmvn .modal-backdrop.show {
  opacity: .5;
}
.cid-sojC0TYmvn .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-sojC0TYmvn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sojC0TYmvn .modal-header .close:hover {
  opacity: 1;
}
.cid-sojC0TYmvn .modal-header .close:focus {
  outline: none;
}
.cid-sojC0TYmvn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff4a52;
}
.cid-sojC0TYmvn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sojC0TYmvn .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-sojC0TYmvn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sojC0TYmvn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sojC0TYmvn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sojC0TYmvn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sojC0TYmvn .modal-sm {
    max-width: 300px;
  }
  .cid-sojC0TYmvn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sojC0TYmvn .modal-lg,
  .cid-sojC0TYmvn .modal-xl {
    max-width: 800px;
  }
  .cid-sojC0TYmvn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sojC0TYmvn .modal-xl {
    max-width: 1140px;
  }
  .cid-sojC0TYmvn .container {
    max-width: 1140px;
  }
}
.cid-sojC0TYmvn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sojC0TYmvn .container {
    max-width: 720px;
  }
}
.cid-sojC0TYmvn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sojC0TYmvn .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-sojC0TYmvn .form-group {
  margin-bottom: 1rem;
}
.cid-sojC0TYmvn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sojC0TYmvn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sojC0TYmvn .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-sojChqIJOT {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sojChqIJOT .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-sojChqIJOT .text-block {
  position: relative;
  z-index: 0;
}
.cid-sojChqIJOT .box {
  width: 25%;
  height: 40%;
  background: #ffda00;
  position: absolute;
  top: 4%;
}
.cid-sojChqIJOT .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sojChqIJOT .box {
  right: 20%;
}
.cid-sojChqIJOT .text-box {
  right: 0;
}
.cid-sojChqIJOT .mbr-section-title,
.cid-sojChqIJOT .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-sojChqIJOT .text-box {
    display: none;
  }
  .cid-sojChqIJOT .mbr-section-title,
  .cid-sojChqIJOT .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sojChqIJOT .box {
    display: none;
  }
  .cid-sojChqIJOT .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sojChqIJOT .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sojChqIJOT .text-box {
    writing-mode: bt-rl;
  }
}
.cid-sojChqIJOT .mbr-section-text {
  color: #ff4a52;
}
.cid-sojChshM61 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #ff4a52, #ff6b71);
}
.cid-sojChshM61 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sojChshM61 .carousel-item.active,
.cid-sojChshM61 .carousel-item-next,
.cid-sojChshM61 .carousel-item-prev {
  display: flex;
}
.cid-sojChshM61 .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-sojChshM61 .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 1.2rem;
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: .9;
}
.cid-sojChshM61 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sojChshM61 .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
}
.cid-sojChshM61 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sojChshM61 .mbr-iconfont {
  font-size: 3rem;
  position: absolute;
  opacity: 0.5;
  color: #f4f8fa;
}
.cid-sojChshM61 .mbr-iconfont.left-top {
  top: 0;
  left: 0;
}
.cid-sojChshM61 .mbr-iconfont.right-bottom {
  bottom: 1rem;
  right: 0;
}
.cid-sojChshM61 .user_text {
  position: relative;
}
@media (min-width: 768px) {
  .cid-sojChshM61 .user_text p {
    padding: 1rem 4rem;
  }
}
@media (max-width: 230px) {
  .cid-sojChshM61 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sojChtBKRr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sojChtBKRr .mbr-text,
.cid-sojChtBKRr .mbr-section-btn,
.cid-sojChtBKRr H4 {
  color: #767676;
}
.cid-sojChtBKRr .img-box {
  position: relative;
}
.cid-sojChtBKRr img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-sojChtBKRr .img-box {
    height: 500px;
  }
  .cid-sojChtBKRr .img1 {
    left: 1rem;
  }
  .cid-sojChtBKRr .img2 {
    right: 1rem;
  }
  .cid-sojChtBKRr img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-sojChtBKRr img {
    width: 60%;
  }
  .cid-sojChtBKRr .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-sojChtBKRr .author-box {
    justify-content: center;
  }
}
.cid-sojChtBKRr .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sojChtBKRr .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sojChtBKRr .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sojChtBKRr h3,
.cid-sojChtBKRr h4 {
  margin: 0;
  padding: 0;
}
.cid-sojChtBKRr H3 {
  color: #ff4a52;
}
.cid-sojChtBKRr H1 {
  color: #ff4a52;
}
.cid-sojChuk143 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sojChuk143 .mbr-text {
  position: relative;
  color: #ff4a52;
}
.cid-sojChuk143 .mbr-text:before {
  color: #ff4a52;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sojChuk143 .mbr-text:after {
  color: #ff4a52;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sojChuk143 .mbr-text:after,
  .cid-sojChuk143 .mbr-text:before {
    display: none;
  }
}
.cid-sojChuVByx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sojChuVByx .mbr-text,
.cid-sojChuVByx .mbr-section-btn {
  color: #767676;
}
.cid-sojChuVByx p {
  z-index: 2;
  position: relative;
}
.cid-sojChuVByx .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sojChuVByx .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sojChuVByx .ico1 {
  font-size: 2rem;
}
.cid-sojChuVByx .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sojChuVByx H3 {
  color: #149dcc;
}
.cid-sojChvxhVt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sojChvxhVt .mbr-text {
  position: relative;
  color: #ff4a52;
}
.cid-sojChvxhVt .mbr-text:before {
  color: #ff4a52;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sojChvxhVt .mbr-text:after {
  color: #ff4a52;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sojChvxhVt .mbr-text:after,
  .cid-sojChvxhVt .mbr-text:before {
    display: none;
  }
}
.cid-sojChw8r4E {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sojChw8r4E .mbr-text,
.cid-sojChw8r4E .mbr-section-btn {
  color: #767676;
}
.cid-sojChw8r4E p {
  z-index: 2;
  position: relative;
}
.cid-sojChw8r4E .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sojChw8r4E .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sojChw8r4E .ico1 {
  font-size: 2rem;
}
.cid-sojChw8r4E .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sojChw8r4E H3 {
  color: #149dcc;
}
.cid-sojChx60CQ {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sojChx60CQ .carousel {
  z-index: 2;
  position: relative;
}
.cid-sojChx60CQ .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-sojChx60CQ .user {
  padding: 0!important;
}
.cid-sojChx60CQ .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-sojChx60CQ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sojChx60CQ .carousel-item.active,
.cid-sojChx60CQ .carousel-item-next,
.cid-sojChx60CQ .carousel-item-prev {
  display: flex;
}
.cid-sojChx60CQ .user_name {
  margin: 0;
}
.cid-sojChx60CQ .carousel-controls a {
  font-size: 2rem;
}
.cid-sojChx60CQ .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-sojChx60CQ .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sojChx60CQ ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sojChx60CQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sojChx60CQ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sojChx60CQ .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-sojChx60CQ .user_desk {
  color: #767676;
}
.cid-sojChx60CQ .user_text {
  color: #ff4a52;
}
.cid-sojChys4Gd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sojChys4Gd [class^="socicon-"]:before,
.cid-sojChys4Gd [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sojChys4Gd .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sojChys4Gd .btn-social,
.cid-sojChys4Gd .mbr-section-title {
  color: #57468b;
}
.cid-sojChys4Gd .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sojChys4Gd .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sojChys4Gd .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sojChys4Gd .align-left {
    text-align: center;
  }
  .cid-sojChys4Gd .align-right {
    text-align: center;
  }
  .cid-sojChys4Gd .social-list {
    justify-content: center;
  }
  .cid-sojChys4Gd .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sojChzpt7G .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sojChzpt7G .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sojChzpt7G .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sojChzpt7G .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
.cid-sojChzpt7G .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sojChzpt7G .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sojChzpt7G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sojChzpt7G .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sojChzpt7G .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sojChzpt7G .navbar.collapsed.opened .navbar-collapse.show,
.cid-sojChzpt7G .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sojChzpt7G .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sojChzpt7G .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sojChzpt7G .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sojChzpt7G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sojChzpt7G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sojChzpt7G .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-sojChzpt7G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sojChzpt7G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sojChzpt7G .navbar {
    flex-wrap: nowrap;
  }
  .cid-sojChzpt7G .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sojChzpt7G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sojChzpt7G .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sojChzpt7G .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sojChzpt7G .navbar.opened .navbar-collapse.show,
  .cid-sojChzpt7G .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sojChzpt7G .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sojChzpt7G .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sojChzpt7G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sojChzpt7G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sojChzpt7G .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-sojChzpt7G .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sojChzpt7G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sojChzpt7G .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sojChzpt7G .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sojChzpt7G .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sojChzpt7G .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sojChzpt7G .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sojChzpt7G .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-sojChzpt7G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sojChzpt7G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sojChzpt7G .dropdown-item.active,
.cid-sojChzpt7G .dropdown-item:active {
  background-color: transparent;
}
.cid-sojChzpt7G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sojChzpt7G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sojChzpt7G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sojChzpt7G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sojChzpt7G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sojChzpt7G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sojChzpt7G ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sojChzpt7G .navbar-buttons {
  text-align: center;
}
.cid-sojChzpt7G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sojChzpt7G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sojChzpt7G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sojChzpt7G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sojChzpt7G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sojChzpt7G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sojChzpt7G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sojChzpt7G nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sojChzpt7G nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sojChzpt7G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sojChzpt7G .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sojChzpt7G a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sojChzpt7G a.nav-link:focus {
  outline: none;
}
.cid-sojChzpt7G .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sojChzpt7G .nav-link:hover,
.cid-sojChzpt7G .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sojChzpt7G .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sojChzpt7G .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sojChA9l8J.popup-builder {
  background-color: #ffffff;
}
.cid-sojChA9l8J.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sojChA9l8J.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sojChA9l8J .modal-content,
.cid-sojChA9l8J .modal-dialog {
  height: auto;
}
.cid-sojChA9l8J .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sojChA9l8J .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sojChA9l8J .form-wrapper .mbr-form .form-group,
  .cid-sojChA9l8J .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sojChA9l8J .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sojChA9l8J .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-sojChA9l8J .mbr-text {
  text-align: center;
}
.cid-sojChA9l8J .pt-0 {
  padding-top: 0 !important;
}
.cid-sojChA9l8J .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sojChA9l8J .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sojChA9l8J .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sojChA9l8J .modal-open {
  overflow: hidden;
}
.cid-sojChA9l8J .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sojChA9l8J .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sojChA9l8J .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sojChA9l8J .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-sojChA9l8J .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sojChA9l8J .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sojChA9l8J .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sojChA9l8J .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-sojChA9l8J .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sojChA9l8J .modal-backdrop.fade {
  opacity: 0;
}
.cid-sojChA9l8J .modal-backdrop.show {
  opacity: .5;
}
.cid-sojChA9l8J .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-sojChA9l8J .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sojChA9l8J .modal-header .close:hover {
  opacity: 1;
}
.cid-sojChA9l8J .modal-header .close:focus {
  outline: none;
}
.cid-sojChA9l8J .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff4a52;
}
.cid-sojChA9l8J .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sojChA9l8J .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-sojChA9l8J .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sojChA9l8J .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sojChA9l8J .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sojChA9l8J .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sojChA9l8J .modal-sm {
    max-width: 300px;
  }
  .cid-sojChA9l8J .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sojChA9l8J .modal-lg,
  .cid-sojChA9l8J .modal-xl {
    max-width: 800px;
  }
  .cid-sojChA9l8J .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sojChA9l8J .modal-xl {
    max-width: 1140px;
  }
  .cid-sojChA9l8J .container {
    max-width: 1140px;
  }
}
.cid-sojChA9l8J .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sojChA9l8J .container {
    max-width: 720px;
  }
}
.cid-sojChA9l8J .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sojChA9l8J .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-sojChA9l8J .form-group {
  margin-bottom: 1rem;
}
.cid-sojChA9l8J .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sojChA9l8J .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sojChA9l8J .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-sojClQ1IKq {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sojClQ1IKq .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-sojClQ1IKq .text-block {
  position: relative;
  z-index: 0;
}
.cid-sojClQ1IKq .box {
  width: 25%;
  height: 40%;
  background: #ffda00;
  position: absolute;
  top: 4%;
}
.cid-sojClQ1IKq .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sojClQ1IKq .box {
  right: 20%;
}
.cid-sojClQ1IKq .text-box {
  right: 0;
}
.cid-sojClQ1IKq .mbr-section-title,
.cid-sojClQ1IKq .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-sojClQ1IKq .text-box {
    display: none;
  }
  .cid-sojClQ1IKq .mbr-section-title,
  .cid-sojClQ1IKq .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sojClQ1IKq .box {
    display: none;
  }
  .cid-sojClQ1IKq .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sojClQ1IKq .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sojClQ1IKq .text-box {
    writing-mode: bt-rl;
  }
}
.cid-sojClQ1IKq .mbr-section-text {
  color: #ff4a52;
}
.cid-sojClRbUAA {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #ff4a52, #ff6b71);
}
.cid-sojClRbUAA .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sojClRbUAA .carousel-item.active,
.cid-sojClRbUAA .carousel-item-next,
.cid-sojClRbUAA .carousel-item-prev {
  display: flex;
}
.cid-sojClRbUAA .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-sojClRbUAA .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 1.2rem;
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: .9;
}
.cid-sojClRbUAA .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sojClRbUAA .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
}
.cid-sojClRbUAA .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sojClRbUAA .mbr-iconfont {
  font-size: 3rem;
  position: absolute;
  opacity: 0.5;
  color: #f4f8fa;
}
.cid-sojClRbUAA .mbr-iconfont.left-top {
  top: 0;
  left: 0;
}
.cid-sojClRbUAA .mbr-iconfont.right-bottom {
  bottom: 1rem;
  right: 0;
}
.cid-sojClRbUAA .user_text {
  position: relative;
}
@media (min-width: 768px) {
  .cid-sojClRbUAA .user_text p {
    padding: 1rem 4rem;
  }
}
@media (max-width: 230px) {
  .cid-sojClRbUAA .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sojClTeMEc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sojClTeMEc .mbr-text,
.cid-sojClTeMEc .mbr-section-btn,
.cid-sojClTeMEc H4 {
  color: #767676;
}
.cid-sojClTeMEc .img-box {
  position: relative;
}
.cid-sojClTeMEc img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-sojClTeMEc .img-box {
    height: 500px;
  }
  .cid-sojClTeMEc .img1 {
    left: 1rem;
  }
  .cid-sojClTeMEc .img2 {
    right: 1rem;
  }
  .cid-sojClTeMEc img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-sojClTeMEc img {
    width: 60%;
  }
  .cid-sojClTeMEc .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-sojClTeMEc .author-box {
    justify-content: center;
  }
}
.cid-sojClTeMEc .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sojClTeMEc .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sojClTeMEc .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sojClTeMEc h3,
.cid-sojClTeMEc h4 {
  margin: 0;
  padding: 0;
}
.cid-sojClTeMEc H3 {
  color: #ff4a52;
}
.cid-sojClTeMEc H1 {
  color: #ff4a52;
}
.cid-sojClTVlqE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sojClTVlqE .mbr-text {
  position: relative;
  color: #ff4a52;
}
.cid-sojClTVlqE .mbr-text:before {
  color: #ff4a52;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sojClTVlqE .mbr-text:after {
  color: #ff4a52;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sojClTVlqE .mbr-text:after,
  .cid-sojClTVlqE .mbr-text:before {
    display: none;
  }
}
.cid-sojClUxQH8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sojClUxQH8 .mbr-text,
.cid-sojClUxQH8 .mbr-section-btn {
  color: #767676;
}
.cid-sojClUxQH8 p {
  z-index: 2;
  position: relative;
}
.cid-sojClUxQH8 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sojClUxQH8 .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sojClUxQH8 .ico1 {
  font-size: 2rem;
}
.cid-sojClUxQH8 .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sojClUxQH8 H3 {
  color: #149dcc;
}
.cid-sojClVaysu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sojClVaysu .mbr-text {
  position: relative;
  color: #ff4a52;
}
.cid-sojClVaysu .mbr-text:before {
  color: #ff4a52;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sojClVaysu .mbr-text:after {
  color: #ff4a52;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sojClVaysu .mbr-text:after,
  .cid-sojClVaysu .mbr-text:before {
    display: none;
  }
}
.cid-sojClVIhJ8 {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sojClVIhJ8 .mbr-text,
.cid-sojClVIhJ8 .mbr-section-btn {
  color: #767676;
}
.cid-sojClVIhJ8 p {
  z-index: 2;
  position: relative;
}
.cid-sojClVIhJ8 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sojClVIhJ8 .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(74, 198, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sojClVIhJ8 .ico1 {
  font-size: 2rem;
}
.cid-sojClVIhJ8 .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sojClVIhJ8 H3 {
  color: #149dcc;
}
.cid-sojClWhOgr {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sojClWhOgr .carousel {
  z-index: 2;
  position: relative;
}
.cid-sojClWhOgr .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-sojClWhOgr .user {
  padding: 0!important;
}
.cid-sojClWhOgr .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-sojClWhOgr .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sojClWhOgr .carousel-item.active,
.cid-sojClWhOgr .carousel-item-next,
.cid-sojClWhOgr .carousel-item-prev {
  display: flex;
}
.cid-sojClWhOgr .user_name {
  margin: 0;
}
.cid-sojClWhOgr .carousel-controls a {
  font-size: 2rem;
}
.cid-sojClWhOgr .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-sojClWhOgr .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sojClWhOgr ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sojClWhOgr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sojClWhOgr .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sojClWhOgr .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-sojClWhOgr .user_desk {
  color: #767676;
}
.cid-sojClWhOgr .user_text {
  color: #ff4a52;
}
.cid-sojClXitZn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sojClXitZn [class^="socicon-"]:before,
.cid-sojClXitZn [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sojClXitZn .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-sojClXitZn .btn-social,
.cid-sojClXitZn .mbr-section-title {
  color: #57468b;
}
.cid-sojClXitZn .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sojClXitZn .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-sojClXitZn .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-sojClXitZn .align-left {
    text-align: center;
  }
  .cid-sojClXitZn .align-right {
    text-align: center;
  }
  .cid-sojClXitZn .social-list {
    justify-content: center;
  }
  .cid-sojClXitZn .mb-0 {
    padding-bottom: 1rem;
  }
}
.cid-sojClYnqID .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sojClYnqID .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sojClYnqID .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sojClYnqID .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
.cid-sojClYnqID .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sojClYnqID .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sojClYnqID .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sojClYnqID .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sojClYnqID .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sojClYnqID .navbar.collapsed.opened .navbar-collapse.show,
.cid-sojClYnqID .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sojClYnqID .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sojClYnqID .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sojClYnqID .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sojClYnqID .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sojClYnqID .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sojClYnqID .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-sojClYnqID .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sojClYnqID .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sojClYnqID .navbar {
    flex-wrap: nowrap;
  }
  .cid-sojClYnqID .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sojClYnqID .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sojClYnqID .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sojClYnqID .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sojClYnqID .navbar.opened .navbar-collapse.show,
  .cid-sojClYnqID .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sojClYnqID .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sojClYnqID .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sojClYnqID .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sojClYnqID .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sojClYnqID .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-sojClYnqID .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sojClYnqID .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sojClYnqID .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sojClYnqID .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sojClYnqID .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sojClYnqID .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sojClYnqID .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sojClYnqID .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-sojClYnqID .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sojClYnqID .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sojClYnqID .dropdown-item.active,
.cid-sojClYnqID .dropdown-item:active {
  background-color: transparent;
}
.cid-sojClYnqID .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sojClYnqID .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sojClYnqID .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sojClYnqID .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sojClYnqID .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sojClYnqID .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sojClYnqID ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sojClYnqID .navbar-buttons {
  text-align: center;
}
.cid-sojClYnqID button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sojClYnqID button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sojClYnqID button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sojClYnqID button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sojClYnqID button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sojClYnqID button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sojClYnqID nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sojClYnqID nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sojClYnqID nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sojClYnqID nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sojClYnqID .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sojClYnqID a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sojClYnqID a.nav-link:focus {
  outline: none;
}
.cid-sojClYnqID .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sojClYnqID .nav-link:hover,
.cid-sojClYnqID .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sojClYnqID .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sojClYnqID .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sojClZ49yh.popup-builder {
  background-color: #ffffff;
}
.cid-sojClZ49yh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sojClZ49yh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sojClZ49yh .modal-content,
.cid-sojClZ49yh .modal-dialog {
  height: auto;
}
.cid-sojClZ49yh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sojClZ49yh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sojClZ49yh .form-wrapper .mbr-form .form-group,
  .cid-sojClZ49yh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sojClZ49yh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sojClZ49yh .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-sojClZ49yh .mbr-text {
  text-align: center;
}
.cid-sojClZ49yh .pt-0 {
  padding-top: 0 !important;
}
.cid-sojClZ49yh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sojClZ49yh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sojClZ49yh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sojClZ49yh .modal-open {
  overflow: hidden;
}
.cid-sojClZ49yh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sojClZ49yh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sojClZ49yh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sojClZ49yh .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-sojClZ49yh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sojClZ49yh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sojClZ49yh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sojClZ49yh .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-sojClZ49yh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sojClZ49yh .modal-backdrop.fade {
  opacity: 0;
}
.cid-sojClZ49yh .modal-backdrop.show {
  opacity: .5;
}
.cid-sojClZ49yh .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-sojClZ49yh .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sojClZ49yh .modal-header .close:hover {
  opacity: 1;
}
.cid-sojClZ49yh .modal-header .close:focus {
  outline: none;
}
.cid-sojClZ49yh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff4a52;
}
.cid-sojClZ49yh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sojClZ49yh .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-sojClZ49yh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sojClZ49yh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sojClZ49yh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sojClZ49yh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sojClZ49yh .modal-sm {
    max-width: 300px;
  }
  .cid-sojClZ49yh .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sojClZ49yh .modal-lg,
  .cid-sojClZ49yh .modal-xl {
    max-width: 800px;
  }
  .cid-sojClZ49yh .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sojClZ49yh .modal-xl {
    max-width: 1140px;
  }
  .cid-sojClZ49yh .container {
    max-width: 1140px;
  }
}
.cid-sojClZ49yh .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sojClZ49yh .container {
    max-width: 720px;
  }
}
.cid-sojClZ49yh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sojClZ49yh .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-sojClZ49yh .form-group {
  margin-bottom: 1rem;
}
.cid-sojClZ49yh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sojClZ49yh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sojClZ49yh .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%;
}
