.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.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-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00aff0 !important;
}
.bg-success {
  background-color: #14143d !important;
}
.bg-info {
  background-color: #f1f1ff !important;
}
.bg-warning {
  background-color: #2b7a69 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00aff0 !important;
  border-color: #00aff0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #24c4ff !important;
  border-color: #24c4ff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #24c4ff !important;
  border-color: #24c4ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #546296 !important;
  border-color: #546296 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #6f7cae !important;
  border-color: #6f7cae !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6f7cae !important;
  border-color: #6f7cae !important;
}
.btn-info,
.btn-info:active {
  background-color: #f1f1ff !important;
  border-color: #f1f1ff !important;
  color: #0000f1 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #0000f1 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #14143d !important;
  border-color: #14143d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #212163 !important;
  border-color: #212163 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #212163 !important;
  border-color: #212163 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2b7a69 !important;
  border-color: #2b7a69 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #38a089 !important;
  border-color: #38a089 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #38a089 !important;
  border-color: #38a089 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #00aff0;
  color: #00aff0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #007099 !important;
  background-color: transparent !important;
  border-color: #007099 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00aff0 !important;
  border-color: #00aff0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #546296;
  color: #546296;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #353e5e !important;
  background-color: transparent !important;
  border-color: #353e5e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #546296 !important;
  border-color: #546296 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f1f1ff;
  color: #f1f1ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #9a9aff !important;
  background-color: transparent !important;
  border-color: #9a9aff !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #0000f1 !important;
  background-color: #f1f1ff !important;
  border-color: #f1f1ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #14143d;
  color: #14143d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #14143d !important;
  border-color: #14143d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2b7a69;
  color: #2b7a69;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #143a32 !important;
  background-color: transparent !important;
  border-color: #143a32 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2b7a69 !important;
  border-color: #2b7a69 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #00aff0 !important;
}
.text-secondary {
  color: #546296 !important;
}
.text-success {
  color: #14143d !important;
}
.text-info {
  color: #f1f1ff !important;
}
.text-warning {
  color: #2b7a69 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00658a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2f3755 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8b8bff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #102f28 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #00aff0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f1f1ff;
}
.alert-warning {
  background-color: #2b7a69;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00aff0;
  border-color: #00aff0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00aff0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bdedff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6969ce;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #5ec6b0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #00aff0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #00aff0;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00aff0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00aff0;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #00aff0;
  border-bottom-color: #00aff0;
}
.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: #000000 !important;
  background-color: #00aff0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #546296 !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%;
  width: 100%;
  height: auto;
}
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='%2300aff0' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uaGLkPvfe9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaGLkPvfe9 nav.navbar {
  position: fixed;
}
.cid-uaGLkPvfe9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaGLkPvfe9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaGLkPvfe9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaGLkPvfe9 .dropdown-item:hover,
.cid-uaGLkPvfe9 .dropdown-item:focus {
  background: #00aff0 !important;
  color: white !important;
}
.cid-uaGLkPvfe9 .dropdown-item:hover span {
  color: white;
}
.cid-uaGLkPvfe9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaGLkPvfe9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaGLkPvfe9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaGLkPvfe9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaGLkPvfe9 .nav-link {
  position: relative;
}
.cid-uaGLkPvfe9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uaGLkPvfe9 .container {
    flex-wrap: wrap;
  }
}
.cid-uaGLkPvfe9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uaGLkPvfe9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uaGLkPvfe9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaGLkPvfe9 .dropdown-menu,
.cid-uaGLkPvfe9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uaGLkPvfe9 .nav-item:focus,
.cid-uaGLkPvfe9 .nav-link:focus {
  outline: none;
}
.cid-uaGLkPvfe9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaGLkPvfe9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaGLkPvfe9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaGLkPvfe9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaGLkPvfe9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaGLkPvfe9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaGLkPvfe9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uaGLkPvfe9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uaGLkPvfe9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaGLkPvfe9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uaGLkPvfe9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaGLkPvfe9 .navbar.collapsed {
  justify-content: center;
}
.cid-uaGLkPvfe9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaGLkPvfe9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaGLkPvfe9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uaGLkPvfe9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaGLkPvfe9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaGLkPvfe9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaGLkPvfe9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaGLkPvfe9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaGLkPvfe9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaGLkPvfe9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaGLkPvfe9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaGLkPvfe9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaGLkPvfe9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaGLkPvfe9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaGLkPvfe9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaGLkPvfe9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaGLkPvfe9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaGLkPvfe9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaGLkPvfe9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaGLkPvfe9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uaGLkPvfe9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uaGLkPvfe9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaGLkPvfe9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaGLkPvfe9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaGLkPvfe9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaGLkPvfe9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaGLkPvfe9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaGLkPvfe9 .dropdown-item.active,
.cid-uaGLkPvfe9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uaGLkPvfe9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaGLkPvfe9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaGLkPvfe9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaGLkPvfe9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaGLkPvfe9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaGLkPvfe9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaGLkPvfe9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaGLkPvfe9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaGLkPvfe9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaGLkPvfe9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaGLkPvfe9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaGLkPvfe9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaGLkPvfe9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaGLkPvfe9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaGLkPvfe9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaGLkPvfe9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaGLkPvfe9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaGLkPvfe9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaGLkPvfe9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaGLkPvfe9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaGLkPvfe9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaGLkPvfe9 .navbar {
    height: 70px;
  }
  .cid-uaGLkPvfe9 .navbar.opened {
    height: auto;
  }
  .cid-uaGLkPvfe9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaGSiBG42S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-5-680x392.webp");
}
.cid-uaGSiBG42S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaGSiBG42S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaGSiBG42S .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaGSiBG42S .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaGSiBG42S .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uaGSiBG42S .mbr-section-title {
  color: #14143d;
}
.cid-uaMnBxi1r5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sogiglass-background-4-680x382.webp");
}
.cid-uaMnBxi1r5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMnBxi1r5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMnBxi1r5 .card-wrapper {
  overflow: hidden;
  background: #f1f1ff;
}
.cid-uaMnBxi1r5 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uaMnBxi1r5 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uaMnBxi1r5 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uaMnBxi1r5 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uaMnBxi1r5 .row {
  flex-direction: row-reverse;
}
.cid-uaMnBxi1r5 .image-wrapper {
  padding: 0 1rem;
}
.cid-uaMnBxi1r5 img,
.cid-uaMnBxi1r5 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaMnBxi1r5 img,
  .cid-uaMnBxi1r5 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uaMnBxi1r5 .mbr-section-title {
  color: #14143d;
  text-align: center;
}
.cid-uaMnBxi1r5 .mbr-text {
  color: #000000;
}
.cid-uaMnBxi1r5 .mbr-text,
.cid-uaMnBxi1r5 .mbr-section-btn {
  text-align: center;
}
.cid-uLJPAPVVwN {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-4-382x510.webp");
}
.cid-uLJPAPVVwN .mbr-overlay {
  background: #f1f1ff;
  opacity: 0.9;
}
.cid-uLJPAPVVwN img,
.cid-uLJPAPVVwN .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uLJPAPVVwN .item:focus,
.cid-uLJPAPVVwN span:focus {
  outline: none;
}
.cid-uLJPAPVVwN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLJPAPVVwN .item {
    margin-bottom: 1rem;
  }
}
.cid-uLJPAPVVwN .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLJPAPVVwN .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLJPAPVVwN .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uLJPAPVVwN .item-wrapper {
  position: relative;
  background: #546296;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLJPAPVVwN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uLJPAPVVwN .mbr-section-title {
  color: #14143d;
}
.cid-uLJPAPVVwN .item-title {
  text-align: center;
  color: #ffeb69;
}
.cid-uLJPAPVVwN .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uLJPAPVVwN .mbr-text,
.cid-uLJPAPVVwN .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLJPAPVVwN .content-head {
  max-width: 800px;
}
.cid-uaMtmxsd6e {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0177d0;
}
.cid-uaMtmxsd6e .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uaMtmxsd6e form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uaMtmxsd6e form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uaMtmxsd6e form.mbr-form {
    padding: 1rem;
  }
}
.cid-uaMtmxsd6e form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uaMtmxsd6e form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMtmxsd6e .mbr-section-title {
  color: #ffffff;
}
.cid-uaMuhojYjd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #0177d0;
}
.cid-uaMuhojYjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMuhojYjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uaMuhojYjd .row {
    flex-direction: column-reverse;
  }
  .cid-uaMuhojYjd .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uaMuhojYjd .google-map {
  height: 100%;
  position: relative;
}
.cid-uaMuhojYjd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uaMuhojYjd .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uaMuhojYjd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uaMuhojYjd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uaMuhojYjd .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uaMuhojYjd .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uaMuhojYjd .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uaMuhojYjd .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaMuhojYjd .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uaMuhojYjd .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #00aff0;
}
.cid-uaMuhojYjd .mbr-section-title {
  color: #ffffff;
}
.cid-uaMuhojYjd .mbr-section-subtitle {
  color: #14143d;
}
.cid-uaMveIKUVK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaMveIKUVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMveIKUVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7f95tf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sogiglass-background-2-680x510.webp");
}
.cid-uaMx7f95tf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMx7f95tf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMx7f95tf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uaMx7f95tf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uaMx7f95tf .row {
    text-align: center;
  }
  .cid-uaMx7f95tf .row > div {
    margin: auto;
  }
  .cid-uaMx7f95tf .social-row {
    justify-content: center;
  }
}
.cid-uaMx7f95tf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uaMx7f95tf .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uaMx7f95tf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaMx7f95tf .list {
    margin-bottom: 0rem;
  }
}
.cid-uaMx7f95tf .mbr-text {
  color: #ffffff;
}
.cid-uaMx7f95tf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uaMx7f95tf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uaMx7f95tf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uaMx7f95tf .copyright {
  color: #ffffff;
}
.cid-uaMI5sJG1P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaMI5sJG1P nav.navbar {
  position: fixed;
}
.cid-uaMI5sJG1P .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMI5sJG1P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaMI5sJG1P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaMI5sJG1P .dropdown-item:hover,
.cid-uaMI5sJG1P .dropdown-item:focus {
  background: #00aff0 !important;
  color: white !important;
}
.cid-uaMI5sJG1P .dropdown-item:hover span {
  color: white;
}
.cid-uaMI5sJG1P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaMI5sJG1P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaMI5sJG1P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaMI5sJG1P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaMI5sJG1P .nav-link {
  position: relative;
}
.cid-uaMI5sJG1P .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uaMI5sJG1P .container {
    flex-wrap: wrap;
  }
}
.cid-uaMI5sJG1P .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uaMI5sJG1P .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uaMI5sJG1P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaMI5sJG1P .dropdown-menu,
.cid-uaMI5sJG1P .navbar.opened {
  background: #ffffff !important;
}
.cid-uaMI5sJG1P .nav-item:focus,
.cid-uaMI5sJG1P .nav-link:focus {
  outline: none;
}
.cid-uaMI5sJG1P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaMI5sJG1P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaMI5sJG1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaMI5sJG1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMI5sJG1P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaMI5sJG1P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaMI5sJG1P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uaMI5sJG1P .navbar.opened {
  transition: all 0.3s;
}
.cid-uaMI5sJG1P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaMI5sJG1P .navbar .navbar-logo img {
  width: auto;
}
.cid-uaMI5sJG1P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaMI5sJG1P .navbar.collapsed {
  justify-content: center;
}
.cid-uaMI5sJG1P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaMI5sJG1P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaMI5sJG1P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uaMI5sJG1P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaMI5sJG1P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaMI5sJG1P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaMI5sJG1P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaMI5sJG1P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaMI5sJG1P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaMI5sJG1P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaMI5sJG1P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaMI5sJG1P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaMI5sJG1P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaMI5sJG1P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaMI5sJG1P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaMI5sJG1P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaMI5sJG1P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaMI5sJG1P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaMI5sJG1P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaMI5sJG1P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uaMI5sJG1P .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uaMI5sJG1P .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaMI5sJG1P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaMI5sJG1P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaMI5sJG1P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaMI5sJG1P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaMI5sJG1P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaMI5sJG1P .dropdown-item.active,
.cid-uaMI5sJG1P .dropdown-item:active {
  background-color: transparent;
}
.cid-uaMI5sJG1P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaMI5sJG1P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaMI5sJG1P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaMI5sJG1P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaMI5sJG1P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaMI5sJG1P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaMI5sJG1P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaMI5sJG1P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaMI5sJG1P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaMI5sJG1P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaMI5sJG1P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaMI5sJG1P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMI5sJG1P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMI5sJG1P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaMI5sJG1P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMI5sJG1P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaMI5sJG1P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaMI5sJG1P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMI5sJG1P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaMI5sJG1P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaMI5sJG1P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaMI5sJG1P .navbar {
    height: 70px;
  }
  .cid-uaMI5sJG1P .navbar.opened {
    height: auto;
  }
  .cid-uaMI5sJG1P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaMI5t8PdY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-5-680x392.webp");
}
.cid-uaMI5t8PdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMI5t8PdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMI5t8PdY .row {
  flex-direction: row-reverse;
}
.cid-uaMI5t8PdY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaMI5t8PdY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaMI5t8PdY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uaMI5t8PdY .mbr-section-title {
  color: #14143d;
}
.cid-uaMI5tumdF {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sogiglass-background-4-680x382.webp");
}
.cid-uaMI5tumdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMI5tumdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMI5tumdF .card-wrapper {
  overflow: hidden;
  background: #f1f1ff;
}
.cid-uaMI5tumdF .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uaMI5tumdF .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uaMI5tumdF .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uaMI5tumdF .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uaMI5tumdF .image-wrapper {
  padding: 0 1rem;
}
.cid-uaMI5tumdF img,
.cid-uaMI5tumdF .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaMI5tumdF img,
  .cid-uaMI5tumdF .image-wrapper {
    max-height: 350px;
  }
}
.cid-uaMI5tumdF .mbr-section-title {
  color: #14143d;
  text-align: center;
}
.cid-uaMI5tumdF .mbr-text {
  color: #000000;
}
.cid-uaMI5tumdF .mbr-text,
.cid-uaMI5tumdF .mbr-section-btn {
  text-align: center;
}
.cid-uaMJZ4Vywi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #00aff0;
}
.cid-uaMJZ4Vywi img,
.cid-uaMJZ4Vywi .item-img {
  width: 100%;
}
.cid-uaMJZ4Vywi .item:focus,
.cid-uaMJZ4Vywi span:focus {
  outline: none;
}
.cid-uaMJZ4Vywi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uaMJZ4Vywi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uaMJZ4Vywi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaMJZ4Vywi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uaMJZ4Vywi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uaMJZ4Vywi .mbr-section-title {
  color: #ffffff;
}
.cid-uaMJZ4Vywi .mbr-text,
.cid-uaMJZ4Vywi .mbr-section-btn {
  text-align: left;
}
.cid-uaMJZ4Vywi .item-title {
  text-align: left;
}
.cid-uaMJZ4Vywi .item-subtitle {
  text-align: center;
}
.cid-uLJQAu2SH9 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #00aff0;
}
.cid-uLJQAu2SH9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLJQAu2SH9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uLJQAu2SH9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uLJQAu2SH9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uLJQAu2SH9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uLJQAu2SH9 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uLJQAu2SH9 .carousel-control,
.cid-uLJQAu2SH9 .close {
  background: #1b1b1b;
}
.cid-uLJQAu2SH9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uLJQAu2SH9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uLJQAu2SH9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uLJQAu2SH9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uLJQAu2SH9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uLJQAu2SH9 .close::before {
  content: '\e91a';
}
.cid-uLJQAu2SH9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uLJQAu2SH9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uLJQAu2SH9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLJQAu2SH9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLJQAu2SH9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLJQAu2SH9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uLJQAu2SH9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uLJQAu2SH9 .carousel-indicators li.active,
.cid-uLJQAu2SH9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uLJQAu2SH9 .carousel-indicators li::after,
.cid-uLJQAu2SH9 .carousel-indicators li::before {
  content: none;
}
.cid-uLJQAu2SH9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uLJQAu2SH9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uLJQAu2SH9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLJQAu2SH9 .carousel-indicators {
    display: none;
  }
}
.cid-uLJQAu2SH9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uLJQAu2SH9 .carousel-inner > .active {
  display: block;
}
.cid-uLJQAu2SH9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLJQAu2SH9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLJQAu2SH9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uLJQAu2SH9 .carousel-control,
  .cid-uLJQAu2SH9 .carousel-indicators,
  .cid-uLJQAu2SH9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uLJQAu2SH9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uLJQAu2SH9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uLJQAu2SH9 .carousel-indicators .active,
.cid-uLJQAu2SH9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uLJQAu2SH9 .carousel-indicators .active {
  background: #fff;
}
.cid-uLJQAu2SH9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uLJQAu2SH9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uLJQAu2SH9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uLJQAu2SH9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uLJQAu2SH9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uLJQAu2SH9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uLJQAu2SH9 .carousel {
  width: 100%;
}
.cid-uLJQAu2SH9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uLJQAu2SH9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uLJQAu2SH9 .modal.fade .modal-dialog,
.cid-uLJQAu2SH9 .modal.in .modal-dialog {
  transform: none;
}
.cid-uLJQAu2SH9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uLJQAu2SH9 .content-head {
  max-width: 800px;
}
.cid-uaRQDQvSN5 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-3-382x510.webp");
}
.cid-uaRQDQvSN5 .mbr-overlay {
  background: #f1f1ff;
  opacity: 0.9;
}
.cid-uaRQDQvSN5 img,
.cid-uaRQDQvSN5 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uaRQDQvSN5 .item:focus,
.cid-uaRQDQvSN5 span:focus {
  outline: none;
}
.cid-uaRQDQvSN5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uaRQDQvSN5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uaRQDQvSN5 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uaRQDQvSN5 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uaRQDQvSN5 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uaRQDQvSN5 .item-wrapper {
  position: relative;
  background: #546296;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uaRQDQvSN5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uaRQDQvSN5 .mbr-section-title {
  color: #14143d;
}
.cid-uaRQDQvSN5 .item-title {
  text-align: center;
  color: #ffeb69;
}
.cid-uaRQDQvSN5 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uaRQDQvSN5 .mbr-text,
.cid-uaRQDQvSN5 .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uaRQDQvSN5 .content-head {
  max-width: 800px;
}
.cid-uaMI5u86TT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0177d0;
}
.cid-uaMI5u86TT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uaMI5u86TT form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uaMI5u86TT form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uaMI5u86TT form.mbr-form {
    padding: 1rem;
  }
}
.cid-uaMI5u86TT form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uaMI5u86TT form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMI5u86TT .mbr-section-title {
  color: #ffffff;
}
.cid-uaMI5uqwF7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #0177d0;
}
.cid-uaMI5uqwF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMI5uqwF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uaMI5uqwF7 .row {
    flex-direction: column-reverse;
  }
  .cid-uaMI5uqwF7 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uaMI5uqwF7 .google-map {
  height: 100%;
  position: relative;
}
.cid-uaMI5uqwF7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uaMI5uqwF7 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uaMI5uqwF7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uaMI5uqwF7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uaMI5uqwF7 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uaMI5uqwF7 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uaMI5uqwF7 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uaMI5uqwF7 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaMI5uqwF7 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uaMI5uqwF7 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #00aff0;
}
.cid-uaMI5uqwF7 .mbr-section-title {
  color: #ffffff;
}
.cid-uaMI5uqwF7 .mbr-section-subtitle {
  color: #14143d;
}
.cid-uaMI5uQb9q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaMI5uQb9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMI5uQb9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMI5v8mYz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sogiglass-background-2-680x510.webp");
}
.cid-uaMI5v8mYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMI5v8mYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMI5v8mYz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uaMI5v8mYz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uaMI5v8mYz .row {
    text-align: center;
  }
  .cid-uaMI5v8mYz .row > div {
    margin: auto;
  }
  .cid-uaMI5v8mYz .social-row {
    justify-content: center;
  }
}
.cid-uaMI5v8mYz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uaMI5v8mYz .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uaMI5v8mYz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaMI5v8mYz .list {
    margin-bottom: 0rem;
  }
}
.cid-uaMI5v8mYz .mbr-text {
  color: #ffffff;
}
.cid-uaMI5v8mYz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uaMI5v8mYz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uaMI5v8mYz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uaMI5v8mYz .copyright {
  color: #ffffff;
}
.cid-uaMLoEDpBp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaMLoEDpBp nav.navbar {
  position: fixed;
}
.cid-uaMLoEDpBp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMLoEDpBp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaMLoEDpBp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaMLoEDpBp .dropdown-item:hover,
.cid-uaMLoEDpBp .dropdown-item:focus {
  background: #00aff0 !important;
  color: white !important;
}
.cid-uaMLoEDpBp .dropdown-item:hover span {
  color: white;
}
.cid-uaMLoEDpBp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaMLoEDpBp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaMLoEDpBp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaMLoEDpBp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaMLoEDpBp .nav-link {
  position: relative;
}
.cid-uaMLoEDpBp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uaMLoEDpBp .container {
    flex-wrap: wrap;
  }
}
.cid-uaMLoEDpBp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uaMLoEDpBp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uaMLoEDpBp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaMLoEDpBp .dropdown-menu,
.cid-uaMLoEDpBp .navbar.opened {
  background: #ffffff !important;
}
.cid-uaMLoEDpBp .nav-item:focus,
.cid-uaMLoEDpBp .nav-link:focus {
  outline: none;
}
.cid-uaMLoEDpBp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaMLoEDpBp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaMLoEDpBp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaMLoEDpBp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMLoEDpBp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaMLoEDpBp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaMLoEDpBp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uaMLoEDpBp .navbar.opened {
  transition: all 0.3s;
}
.cid-uaMLoEDpBp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaMLoEDpBp .navbar .navbar-logo img {
  width: auto;
}
.cid-uaMLoEDpBp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaMLoEDpBp .navbar.collapsed {
  justify-content: center;
}
.cid-uaMLoEDpBp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaMLoEDpBp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaMLoEDpBp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uaMLoEDpBp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaMLoEDpBp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaMLoEDpBp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaMLoEDpBp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaMLoEDpBp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaMLoEDpBp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaMLoEDpBp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaMLoEDpBp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaMLoEDpBp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaMLoEDpBp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaMLoEDpBp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaMLoEDpBp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaMLoEDpBp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaMLoEDpBp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaMLoEDpBp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaMLoEDpBp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaMLoEDpBp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uaMLoEDpBp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uaMLoEDpBp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaMLoEDpBp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaMLoEDpBp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaMLoEDpBp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaMLoEDpBp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaMLoEDpBp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaMLoEDpBp .dropdown-item.active,
.cid-uaMLoEDpBp .dropdown-item:active {
  background-color: transparent;
}
.cid-uaMLoEDpBp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaMLoEDpBp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaMLoEDpBp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaMLoEDpBp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaMLoEDpBp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaMLoEDpBp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaMLoEDpBp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaMLoEDpBp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaMLoEDpBp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaMLoEDpBp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaMLoEDpBp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaMLoEDpBp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMLoEDpBp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMLoEDpBp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaMLoEDpBp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMLoEDpBp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaMLoEDpBp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaMLoEDpBp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMLoEDpBp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaMLoEDpBp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaMLoEDpBp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaMLoEDpBp .navbar {
    height: 70px;
  }
  .cid-uaMLoEDpBp .navbar.opened {
    height: auto;
  }
  .cid-uaMLoEDpBp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaMLoF1IQ5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-5-680x392.webp");
}
.cid-uaMLoF1IQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMLoF1IQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMLoF1IQ5 .row {
  flex-direction: row-reverse;
}
.cid-uaMLoF1IQ5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaMLoF1IQ5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaMLoF1IQ5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uaMLoF1IQ5 .mbr-section-title {
  color: #14143d;
}
.cid-uaMLoFkUVA {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sogiglass-background-4-680x382.webp");
}
.cid-uaMLoFkUVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMLoFkUVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMLoFkUVA .card-wrapper {
  overflow: hidden;
  background: #f1f1ff;
}
.cid-uaMLoFkUVA .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uaMLoFkUVA .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uaMLoFkUVA .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uaMLoFkUVA .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uaMLoFkUVA .image-wrapper {
  padding: 0 1rem;
}
.cid-uaMLoFkUVA img,
.cid-uaMLoFkUVA .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaMLoFkUVA img,
  .cid-uaMLoFkUVA .image-wrapper {
    max-height: 350px;
  }
}
.cid-uaMLoFkUVA .mbr-section-title {
  color: #14143d;
  text-align: center;
}
.cid-uaMLoFkUVA .mbr-text {
  color: #000000;
}
.cid-uaMLoFkUVA .mbr-text,
.cid-uaMLoFkUVA .mbr-section-btn {
  text-align: center;
}
.cid-uaMLoFFtsM {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #00aff0;
}
.cid-uaMLoFFtsM img,
.cid-uaMLoFFtsM .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaMLoFFtsM .item:focus,
.cid-uaMLoFFtsM span:focus {
  outline: none;
}
.cid-uaMLoFFtsM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uaMLoFFtsM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uaMLoFFtsM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaMLoFFtsM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uaMLoFFtsM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uaMLoFFtsM .mbr-section-title {
  color: #ffffff;
}
.cid-uaMLoFFtsM .mbr-text,
.cid-uaMLoFFtsM .mbr-section-btn {
  text-align: left;
}
.cid-uaMLoFFtsM .item-title {
  text-align: left;
}
.cid-uaMLoFFtsM .item-subtitle {
  text-align: center;
}
.cid-uaRQJo1BQP {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-3-382x510.webp");
}
.cid-uaRQJo1BQP .mbr-overlay {
  background: #f1f1ff;
  opacity: 0.9;
}
.cid-uaRQJo1BQP img,
.cid-uaRQJo1BQP .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uaRQJo1BQP .item:focus,
.cid-uaRQJo1BQP span:focus {
  outline: none;
}
.cid-uaRQJo1BQP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uaRQJo1BQP .item {
    margin-bottom: 1rem;
  }
}
.cid-uaRQJo1BQP .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uaRQJo1BQP .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uaRQJo1BQP .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uaRQJo1BQP .item-wrapper {
  position: relative;
  background: #546296;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uaRQJo1BQP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uaRQJo1BQP .mbr-section-title {
  color: #14143d;
}
.cid-uaRQJo1BQP .item-title {
  text-align: center;
  color: #ffeb69;
}
.cid-uaRQJo1BQP .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uaRQJo1BQP .mbr-text,
.cid-uaRQJo1BQP .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uaRQJo1BQP .content-head {
  max-width: 800px;
}
.cid-uaMLoIzrBz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0177d0;
}
.cid-uaMLoIzrBz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uaMLoIzrBz form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uaMLoIzrBz form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uaMLoIzrBz form.mbr-form {
    padding: 1rem;
  }
}
.cid-uaMLoIzrBz form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uaMLoIzrBz form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMLoIzrBz .mbr-section-title {
  color: #ffffff;
}
.cid-uaMLoITFyW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #0177d0;
}
.cid-uaMLoITFyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMLoITFyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uaMLoITFyW .row {
    flex-direction: column-reverse;
  }
  .cid-uaMLoITFyW .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uaMLoITFyW .google-map {
  height: 100%;
  position: relative;
}
.cid-uaMLoITFyW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uaMLoITFyW .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uaMLoITFyW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uaMLoITFyW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uaMLoITFyW .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uaMLoITFyW .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uaMLoITFyW .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uaMLoITFyW .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaMLoITFyW .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uaMLoITFyW .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #00aff0;
}
.cid-uaMLoITFyW .mbr-section-title {
  color: #ffffff;
}
.cid-uaMLoITFyW .mbr-section-subtitle {
  color: #14143d;
}
.cid-uaMLoJij7U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaMLoJij7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMLoJij7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMLoJD5Py {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sogiglass-background-2-680x510.webp");
}
.cid-uaMLoJD5Py .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMLoJD5Py .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMLoJD5Py .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uaMLoJD5Py .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uaMLoJD5Py .row {
    text-align: center;
  }
  .cid-uaMLoJD5Py .row > div {
    margin: auto;
  }
  .cid-uaMLoJD5Py .social-row {
    justify-content: center;
  }
}
.cid-uaMLoJD5Py .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uaMLoJD5Py .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uaMLoJD5Py .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaMLoJD5Py .list {
    margin-bottom: 0rem;
  }
}
.cid-uaMLoJD5Py .mbr-text {
  color: #ffffff;
}
.cid-uaMLoJD5Py .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uaMLoJD5Py .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uaMLoJD5Py div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uaMLoJD5Py .copyright {
  color: #ffffff;
}
.cid-uaMRzuA5Oo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaMRzuA5Oo nav.navbar {
  position: fixed;
}
.cid-uaMRzuA5Oo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMRzuA5Oo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaMRzuA5Oo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaMRzuA5Oo .dropdown-item:hover,
.cid-uaMRzuA5Oo .dropdown-item:focus {
  background: #00aff0 !important;
  color: white !important;
}
.cid-uaMRzuA5Oo .dropdown-item:hover span {
  color: white;
}
.cid-uaMRzuA5Oo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaMRzuA5Oo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaMRzuA5Oo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaMRzuA5Oo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaMRzuA5Oo .nav-link {
  position: relative;
}
.cid-uaMRzuA5Oo .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uaMRzuA5Oo .container {
    flex-wrap: wrap;
  }
}
.cid-uaMRzuA5Oo .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uaMRzuA5Oo .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uaMRzuA5Oo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaMRzuA5Oo .dropdown-menu,
.cid-uaMRzuA5Oo .navbar.opened {
  background: #ffffff !important;
}
.cid-uaMRzuA5Oo .nav-item:focus,
.cid-uaMRzuA5Oo .nav-link:focus {
  outline: none;
}
.cid-uaMRzuA5Oo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaMRzuA5Oo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaMRzuA5Oo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaMRzuA5Oo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaMRzuA5Oo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaMRzuA5Oo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaMRzuA5Oo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uaMRzuA5Oo .navbar.opened {
  transition: all 0.3s;
}
.cid-uaMRzuA5Oo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaMRzuA5Oo .navbar .navbar-logo img {
  width: auto;
}
.cid-uaMRzuA5Oo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaMRzuA5Oo .navbar.collapsed {
  justify-content: center;
}
.cid-uaMRzuA5Oo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaMRzuA5Oo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaMRzuA5Oo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uaMRzuA5Oo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaMRzuA5Oo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaMRzuA5Oo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaMRzuA5Oo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaMRzuA5Oo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaMRzuA5Oo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaMRzuA5Oo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaMRzuA5Oo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaMRzuA5Oo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaMRzuA5Oo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaMRzuA5Oo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaMRzuA5Oo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaMRzuA5Oo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaMRzuA5Oo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaMRzuA5Oo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaMRzuA5Oo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaMRzuA5Oo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uaMRzuA5Oo .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uaMRzuA5Oo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaMRzuA5Oo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaMRzuA5Oo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaMRzuA5Oo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaMRzuA5Oo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaMRzuA5Oo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaMRzuA5Oo .dropdown-item.active,
.cid-uaMRzuA5Oo .dropdown-item:active {
  background-color: transparent;
}
.cid-uaMRzuA5Oo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaMRzuA5Oo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaMRzuA5Oo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaMRzuA5Oo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaMRzuA5Oo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaMRzuA5Oo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaMRzuA5Oo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaMRzuA5Oo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaMRzuA5Oo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaMRzuA5Oo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaMRzuA5Oo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaMRzuA5Oo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMRzuA5Oo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaMRzuA5Oo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaMRzuA5Oo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMRzuA5Oo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaMRzuA5Oo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaMRzuA5Oo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaMRzuA5Oo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaMRzuA5Oo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaMRzuA5Oo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaMRzuA5Oo .navbar {
    height: 70px;
  }
  .cid-uaMRzuA5Oo .navbar.opened {
    height: auto;
  }
  .cid-uaMRzuA5Oo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaMRzuTtEG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-5-680x392.webp");
}
.cid-uaMRzuTtEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMRzuTtEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMRzuTtEG .row {
  flex-direction: row-reverse;
}
.cid-uaMRzuTtEG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaMRzuTtEG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaMRzuTtEG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uaMRzuTtEG .mbr-section-title {
  color: #14143d;
}
.cid-uaMRzvbAHN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sogiglass-background-4-680x382.webp");
}
.cid-uaMRzvbAHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMRzvbAHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMRzvbAHN .card-wrapper {
  overflow: hidden;
  background: #f1f1ff;
}
.cid-uaMRzvbAHN .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uaMRzvbAHN .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uaMRzvbAHN .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uaMRzvbAHN .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uaMRzvbAHN .image-wrapper {
  padding: 0 1rem;
}
.cid-uaMRzvbAHN img,
.cid-uaMRzvbAHN .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uaMRzvbAHN img,
  .cid-uaMRzvbAHN .image-wrapper {
    max-height: 350px;
  }
}
.cid-uaMRzvbAHN .mbr-section-title {
  color: #14143d;
  text-align: center;
}
.cid-uaMRzvbAHN .mbr-text {
  color: #000000;
}
.cid-uaMRzvbAHN .mbr-text,
.cid-uaMRzvbAHN .mbr-section-btn {
  text-align: center;
}
.cid-uaMRzvtS5i {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #00aff0;
}
.cid-uaMRzvtS5i img,
.cid-uaMRzvtS5i .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaMRzvtS5i .item:focus,
.cid-uaMRzvtS5i span:focus {
  outline: none;
}
.cid-uaMRzvtS5i .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uaMRzvtS5i .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uaMRzvtS5i .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaMRzvtS5i .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uaMRzvtS5i .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uaMRzvtS5i .mbr-section-title {
  color: #ffffff;
}
.cid-uaMRzvtS5i .mbr-text,
.cid-uaMRzvtS5i .mbr-section-btn {
  text-align: left;
}
.cid-uaMRzvtS5i .item-title {
  text-align: left;
}
.cid-uaMRzvtS5i .item-subtitle {
  text-align: center;
}
.cid-uaRQOtGsVi {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-3-382x510.webp");
}
.cid-uaRQOtGsVi .mbr-overlay {
  background: #f1f1ff;
  opacity: 0.9;
}
.cid-uaRQOtGsVi img,
.cid-uaRQOtGsVi .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uaRQOtGsVi .item:focus,
.cid-uaRQOtGsVi span:focus {
  outline: none;
}
.cid-uaRQOtGsVi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uaRQOtGsVi .item {
    margin-bottom: 1rem;
  }
}
.cid-uaRQOtGsVi .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uaRQOtGsVi .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uaRQOtGsVi .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uaRQOtGsVi .item-wrapper {
  position: relative;
  background: #546296;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uaRQOtGsVi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uaRQOtGsVi .mbr-section-title {
  color: #14143d;
}
.cid-uaRQOtGsVi .item-title {
  text-align: center;
  color: #ffeb69;
}
.cid-uaRQOtGsVi .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uaRQOtGsVi .mbr-text,
.cid-uaRQOtGsVi .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uaRQOtGsVi .content-head {
  max-width: 800px;
}
.cid-uaMRzwWYaQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0177d0;
}
.cid-uaMRzwWYaQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uaMRzwWYaQ form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uaMRzwWYaQ form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uaMRzwWYaQ form.mbr-form {
    padding: 1rem;
  }
}
.cid-uaMRzwWYaQ form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uaMRzwWYaQ form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uaMRzwWYaQ .mbr-section-title {
  color: #ffffff;
}
.cid-uaMRzxew8m {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #0177d0;
}
.cid-uaMRzxew8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMRzxew8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uaMRzxew8m .row {
    flex-direction: column-reverse;
  }
  .cid-uaMRzxew8m .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uaMRzxew8m .google-map {
  height: 100%;
  position: relative;
}
.cid-uaMRzxew8m .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uaMRzxew8m .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uaMRzxew8m .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uaMRzxew8m .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uaMRzxew8m .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uaMRzxew8m .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uaMRzxew8m .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uaMRzxew8m .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaMRzxew8m .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uaMRzxew8m .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #00aff0;
}
.cid-uaMRzxew8m .mbr-section-title {
  color: #ffffff;
}
.cid-uaMRzxew8m .mbr-section-subtitle {
  color: #14143d;
}
.cid-uaMRzxGPSW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaMRzxGPSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMRzxGPSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMRzywOdI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sogiglass-background-2-680x510.webp");
}
.cid-uaMRzywOdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaMRzywOdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaMRzywOdI .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uaMRzywOdI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uaMRzywOdI .row {
    text-align: center;
  }
  .cid-uaMRzywOdI .row > div {
    margin: auto;
  }
  .cid-uaMRzywOdI .social-row {
    justify-content: center;
  }
}
.cid-uaMRzywOdI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uaMRzywOdI .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uaMRzywOdI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaMRzywOdI .list {
    margin-bottom: 0rem;
  }
}
.cid-uaMRzywOdI .mbr-text {
  color: #ffffff;
}
.cid-uaMRzywOdI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uaMRzywOdI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uaMRzywOdI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uaMRzywOdI .copyright {
  color: #ffffff;
}
.cid-uh1hEhX3DD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uh1hEhX3DD nav.navbar {
  position: fixed;
}
.cid-uh1hEhX3DD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh1hEhX3DD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh1hEhX3DD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh1hEhX3DD .dropdown-item:hover,
.cid-uh1hEhX3DD .dropdown-item:focus {
  background: #00aff0 !important;
  color: white !important;
}
.cid-uh1hEhX3DD .dropdown-item:hover span {
  color: white;
}
.cid-uh1hEhX3DD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh1hEhX3DD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh1hEhX3DD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uh1hEhX3DD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh1hEhX3DD .nav-link {
  position: relative;
}
.cid-uh1hEhX3DD .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh1hEhX3DD .container {
    flex-wrap: wrap;
  }
}
.cid-uh1hEhX3DD .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh1hEhX3DD .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uh1hEhX3DD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh1hEhX3DD .dropdown-menu,
.cid-uh1hEhX3DD .navbar.opened {
  background: #ffffff !important;
}
.cid-uh1hEhX3DD .nav-item:focus,
.cid-uh1hEhX3DD .nav-link:focus {
  outline: none;
}
.cid-uh1hEhX3DD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh1hEhX3DD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh1hEhX3DD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh1hEhX3DD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh1hEhX3DD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh1hEhX3DD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh1hEhX3DD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uh1hEhX3DD .navbar.opened {
  transition: all 0.3s;
}
.cid-uh1hEhX3DD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh1hEhX3DD .navbar .navbar-logo img {
  width: auto;
}
.cid-uh1hEhX3DD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh1hEhX3DD .navbar.collapsed {
  justify-content: center;
}
.cid-uh1hEhX3DD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh1hEhX3DD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh1hEhX3DD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uh1hEhX3DD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh1hEhX3DD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh1hEhX3DD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uh1hEhX3DD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh1hEhX3DD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh1hEhX3DD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh1hEhX3DD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh1hEhX3DD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh1hEhX3DD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh1hEhX3DD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh1hEhX3DD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uh1hEhX3DD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh1hEhX3DD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh1hEhX3DD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh1hEhX3DD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh1hEhX3DD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh1hEhX3DD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uh1hEhX3DD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uh1hEhX3DD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uh1hEhX3DD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh1hEhX3DD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh1hEhX3DD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uh1hEhX3DD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh1hEhX3DD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh1hEhX3DD .dropdown-item.active,
.cid-uh1hEhX3DD .dropdown-item:active {
  background-color: transparent;
}
.cid-uh1hEhX3DD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh1hEhX3DD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh1hEhX3DD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh1hEhX3DD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uh1hEhX3DD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh1hEhX3DD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh1hEhX3DD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh1hEhX3DD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh1hEhX3DD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh1hEhX3DD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uh1hEhX3DD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh1hEhX3DD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh1hEhX3DD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh1hEhX3DD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh1hEhX3DD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh1hEhX3DD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh1hEhX3DD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh1hEhX3DD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh1hEhX3DD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uh1hEhX3DD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh1hEhX3DD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh1hEhX3DD .navbar {
    height: 70px;
  }
  .cid-uh1hEhX3DD .navbar.opened {
    height: auto;
  }
  .cid-uh1hEhX3DD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh1hEiGNEp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-5-680x392.webp");
}
.cid-uh1hEiGNEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hEiGNEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1hEiGNEp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uh1hEiGNEp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1hEiGNEp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uh1hEiGNEp .mbr-section-title {
  color: #14143d;
}
.cid-uh1hEj4Wtd {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sogiglass-background-4-680x382.webp");
}
.cid-uh1hEj4Wtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hEj4Wtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1hEj4Wtd .card-wrapper {
  overflow: hidden;
  background: #f1f1ff;
}
.cid-uh1hEj4Wtd .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uh1hEj4Wtd .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uh1hEj4Wtd .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uh1hEj4Wtd .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uh1hEj4Wtd .row {
  flex-direction: row-reverse;
}
.cid-uh1hEj4Wtd .image-wrapper {
  padding: 0 1rem;
}
.cid-uh1hEj4Wtd img,
.cid-uh1hEj4Wtd .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uh1hEj4Wtd img,
  .cid-uh1hEj4Wtd .image-wrapper {
    max-height: 350px;
  }
}
.cid-uh1hEj4Wtd .mbr-section-title {
  color: #14143d;
  text-align: center;
}
.cid-uh1hEj4Wtd .mbr-text {
  color: #000000;
}
.cid-uh1hEj4Wtd .mbr-text,
.cid-uh1hEj4Wtd .mbr-section-btn {
  text-align: center;
}
.cid-uLJPKY3nnb {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-4-382x510.webp");
}
.cid-uLJPKY3nnb .mbr-overlay {
  background: #f1f1ff;
  opacity: 0.9;
}
.cid-uLJPKY3nnb img,
.cid-uLJPKY3nnb .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uLJPKY3nnb .item:focus,
.cid-uLJPKY3nnb span:focus {
  outline: none;
}
.cid-uLJPKY3nnb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLJPKY3nnb .item {
    margin-bottom: 1rem;
  }
}
.cid-uLJPKY3nnb .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLJPKY3nnb .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLJPKY3nnb .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uLJPKY3nnb .item-wrapper {
  position: relative;
  background: #546296;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLJPKY3nnb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uLJPKY3nnb .mbr-section-title {
  color: #14143d;
}
.cid-uLJPKY3nnb .item-title {
  text-align: center;
  color: #ffeb69;
}
.cid-uLJPKY3nnb .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uLJPKY3nnb .mbr-text,
.cid-uLJPKY3nnb .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLJPKY3nnb .content-head {
  max-width: 800px;
}
.cid-uh1hEjM385 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0177d0;
}
.cid-uh1hEjM385 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uh1hEjM385 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uh1hEjM385 form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uh1hEjM385 form.mbr-form {
    padding: 1rem;
  }
}
.cid-uh1hEjM385 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uh1hEjM385 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uh1hEjM385 .mbr-section-title {
  color: #ffffff;
}
.cid-uh1hEk9lDg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #0177d0;
}
.cid-uh1hEk9lDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hEk9lDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uh1hEk9lDg .row {
    flex-direction: column-reverse;
  }
  .cid-uh1hEk9lDg .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uh1hEk9lDg .google-map {
  height: 100%;
  position: relative;
}
.cid-uh1hEk9lDg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uh1hEk9lDg .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uh1hEk9lDg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uh1hEk9lDg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uh1hEk9lDg .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uh1hEk9lDg .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uh1hEk9lDg .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uh1hEk9lDg .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1hEk9lDg .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uh1hEk9lDg .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #00aff0;
}
.cid-uh1hEk9lDg .mbr-section-title {
  color: #ffffff;
}
.cid-uh1hEk9lDg .mbr-section-subtitle {
  color: #14143d;
}
.cid-uh1hEkQEyF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1hEkQEyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hEkQEyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1hElbBhf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sogiglass-background-2-680x510.webp");
}
.cid-uh1hElbBhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hElbBhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1hElbBhf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uh1hElbBhf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uh1hElbBhf .row {
    text-align: center;
  }
  .cid-uh1hElbBhf .row > div {
    margin: auto;
  }
  .cid-uh1hElbBhf .social-row {
    justify-content: center;
  }
}
.cid-uh1hElbBhf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uh1hElbBhf .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uh1hElbBhf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1hElbBhf .list {
    margin-bottom: 0rem;
  }
}
.cid-uh1hElbBhf .mbr-text {
  color: #ffffff;
}
.cid-uh1hElbBhf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uh1hElbBhf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uh1hElbBhf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uh1hElbBhf .copyright {
  color: #ffffff;
}
.cid-uh1hJEPPBG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uh1hJEPPBG nav.navbar {
  position: fixed;
}
.cid-uh1hJEPPBG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh1hJEPPBG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh1hJEPPBG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh1hJEPPBG .dropdown-item:hover,
.cid-uh1hJEPPBG .dropdown-item:focus {
  background: #00aff0 !important;
  color: white !important;
}
.cid-uh1hJEPPBG .dropdown-item:hover span {
  color: white;
}
.cid-uh1hJEPPBG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh1hJEPPBG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh1hJEPPBG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uh1hJEPPBG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh1hJEPPBG .nav-link {
  position: relative;
}
.cid-uh1hJEPPBG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh1hJEPPBG .container {
    flex-wrap: wrap;
  }
}
.cid-uh1hJEPPBG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh1hJEPPBG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uh1hJEPPBG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh1hJEPPBG .dropdown-menu,
.cid-uh1hJEPPBG .navbar.opened {
  background: #ffffff !important;
}
.cid-uh1hJEPPBG .nav-item:focus,
.cid-uh1hJEPPBG .nav-link:focus {
  outline: none;
}
.cid-uh1hJEPPBG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh1hJEPPBG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh1hJEPPBG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh1hJEPPBG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh1hJEPPBG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh1hJEPPBG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh1hJEPPBG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uh1hJEPPBG .navbar.opened {
  transition: all 0.3s;
}
.cid-uh1hJEPPBG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh1hJEPPBG .navbar .navbar-logo img {
  width: auto;
}
.cid-uh1hJEPPBG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh1hJEPPBG .navbar.collapsed {
  justify-content: center;
}
.cid-uh1hJEPPBG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh1hJEPPBG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh1hJEPPBG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uh1hJEPPBG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh1hJEPPBG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh1hJEPPBG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uh1hJEPPBG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh1hJEPPBG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh1hJEPPBG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh1hJEPPBG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh1hJEPPBG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh1hJEPPBG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh1hJEPPBG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh1hJEPPBG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uh1hJEPPBG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh1hJEPPBG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh1hJEPPBG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh1hJEPPBG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh1hJEPPBG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh1hJEPPBG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uh1hJEPPBG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uh1hJEPPBG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uh1hJEPPBG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh1hJEPPBG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh1hJEPPBG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uh1hJEPPBG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh1hJEPPBG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh1hJEPPBG .dropdown-item.active,
.cid-uh1hJEPPBG .dropdown-item:active {
  background-color: transparent;
}
.cid-uh1hJEPPBG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh1hJEPPBG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh1hJEPPBG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh1hJEPPBG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uh1hJEPPBG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh1hJEPPBG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh1hJEPPBG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh1hJEPPBG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh1hJEPPBG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh1hJEPPBG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uh1hJEPPBG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh1hJEPPBG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh1hJEPPBG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh1hJEPPBG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh1hJEPPBG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh1hJEPPBG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh1hJEPPBG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh1hJEPPBG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh1hJEPPBG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uh1hJEPPBG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh1hJEPPBG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh1hJEPPBG .navbar {
    height: 70px;
  }
  .cid-uh1hJEPPBG .navbar.opened {
    height: auto;
  }
  .cid-uh1hJEPPBG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh1hJF5lPF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-5-680x392.webp");
}
.cid-uh1hJF5lPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hJF5lPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1hJF5lPF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uh1hJF5lPF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1hJF5lPF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uh1hJF5lPF .mbr-section-title {
  color: #14143d;
}
.cid-uh1hJFjMsg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sogiglass-background-4-680x382.webp");
}
.cid-uh1hJFjMsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hJFjMsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1hJFjMsg .card-wrapper {
  overflow: hidden;
  background: #f1f1ff;
}
.cid-uh1hJFjMsg .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uh1hJFjMsg .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uh1hJFjMsg .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uh1hJFjMsg .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uh1hJFjMsg .row {
  flex-direction: row-reverse;
}
.cid-uh1hJFjMsg .image-wrapper {
  padding: 0 1rem;
}
.cid-uh1hJFjMsg img,
.cid-uh1hJFjMsg .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uh1hJFjMsg img,
  .cid-uh1hJFjMsg .image-wrapper {
    max-height: 350px;
  }
}
.cid-uh1hJFjMsg .mbr-section-title {
  color: #14143d;
  text-align: center;
}
.cid-uh1hJFjMsg .mbr-text {
  color: #000000;
}
.cid-uh1hJFjMsg .mbr-text,
.cid-uh1hJFjMsg .mbr-section-btn {
  text-align: center;
}
.cid-uLJPUpY59l {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-4-382x510.webp");
}
.cid-uLJPUpY59l .mbr-overlay {
  background: #f1f1ff;
  opacity: 0.9;
}
.cid-uLJPUpY59l img,
.cid-uLJPUpY59l .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uLJPUpY59l .item:focus,
.cid-uLJPUpY59l span:focus {
  outline: none;
}
.cid-uLJPUpY59l .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLJPUpY59l .item {
    margin-bottom: 1rem;
  }
}
.cid-uLJPUpY59l .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLJPUpY59l .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLJPUpY59l .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uLJPUpY59l .item-wrapper {
  position: relative;
  background: #546296;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLJPUpY59l .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uLJPUpY59l .mbr-section-title {
  color: #14143d;
}
.cid-uLJPUpY59l .item-title {
  text-align: center;
  color: #ffeb69;
}
.cid-uLJPUpY59l .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uLJPUpY59l .mbr-text,
.cid-uLJPUpY59l .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLJPUpY59l .content-head {
  max-width: 800px;
}
.cid-uh1hJFSJ3p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0177d0;
}
.cid-uh1hJFSJ3p .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uh1hJFSJ3p form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uh1hJFSJ3p form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uh1hJFSJ3p form.mbr-form {
    padding: 1rem;
  }
}
.cid-uh1hJFSJ3p form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uh1hJFSJ3p form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uh1hJFSJ3p .mbr-section-title {
  color: #ffffff;
}
.cid-uh1hJG8Zvv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #0177d0;
}
.cid-uh1hJG8Zvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hJG8Zvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uh1hJG8Zvv .row {
    flex-direction: column-reverse;
  }
  .cid-uh1hJG8Zvv .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uh1hJG8Zvv .google-map {
  height: 100%;
  position: relative;
}
.cid-uh1hJG8Zvv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uh1hJG8Zvv .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uh1hJG8Zvv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uh1hJG8Zvv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uh1hJG8Zvv .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uh1hJG8Zvv .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uh1hJG8Zvv .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uh1hJG8Zvv .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1hJG8Zvv .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uh1hJG8Zvv .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #00aff0;
}
.cid-uh1hJG8Zvv .mbr-section-title {
  color: #ffffff;
}
.cid-uh1hJG8Zvv .mbr-section-subtitle {
  color: #14143d;
}
.cid-uh1hJGuVKQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1hJGuVKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hJGuVKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1hJGKKMr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sogiglass-background-2-680x510.webp");
}
.cid-uh1hJGKKMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hJGKKMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1hJGKKMr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uh1hJGKKMr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uh1hJGKKMr .row {
    text-align: center;
  }
  .cid-uh1hJGKKMr .row > div {
    margin: auto;
  }
  .cid-uh1hJGKKMr .social-row {
    justify-content: center;
  }
}
.cid-uh1hJGKKMr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uh1hJGKKMr .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uh1hJGKKMr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1hJGKKMr .list {
    margin-bottom: 0rem;
  }
}
.cid-uh1hJGKKMr .mbr-text {
  color: #ffffff;
}
.cid-uh1hJGKKMr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uh1hJGKKMr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uh1hJGKKMr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uh1hJGKKMr .copyright {
  color: #ffffff;
}
.cid-uh1hShvE9y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uh1hShvE9y nav.navbar {
  position: fixed;
}
.cid-uh1hShvE9y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh1hShvE9y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh1hShvE9y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh1hShvE9y .dropdown-item:hover,
.cid-uh1hShvE9y .dropdown-item:focus {
  background: #00aff0 !important;
  color: white !important;
}
.cid-uh1hShvE9y .dropdown-item:hover span {
  color: white;
}
.cid-uh1hShvE9y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh1hShvE9y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh1hShvE9y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uh1hShvE9y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh1hShvE9y .nav-link {
  position: relative;
}
.cid-uh1hShvE9y .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh1hShvE9y .container {
    flex-wrap: wrap;
  }
}
.cid-uh1hShvE9y .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh1hShvE9y .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uh1hShvE9y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh1hShvE9y .dropdown-menu,
.cid-uh1hShvE9y .navbar.opened {
  background: #ffffff !important;
}
.cid-uh1hShvE9y .nav-item:focus,
.cid-uh1hShvE9y .nav-link:focus {
  outline: none;
}
.cid-uh1hShvE9y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh1hShvE9y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh1hShvE9y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh1hShvE9y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh1hShvE9y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh1hShvE9y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh1hShvE9y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uh1hShvE9y .navbar.opened {
  transition: all 0.3s;
}
.cid-uh1hShvE9y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh1hShvE9y .navbar .navbar-logo img {
  width: auto;
}
.cid-uh1hShvE9y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh1hShvE9y .navbar.collapsed {
  justify-content: center;
}
.cid-uh1hShvE9y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh1hShvE9y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh1hShvE9y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uh1hShvE9y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh1hShvE9y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh1hShvE9y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uh1hShvE9y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh1hShvE9y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh1hShvE9y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh1hShvE9y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh1hShvE9y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh1hShvE9y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh1hShvE9y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh1hShvE9y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uh1hShvE9y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh1hShvE9y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh1hShvE9y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh1hShvE9y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh1hShvE9y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh1hShvE9y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uh1hShvE9y .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uh1hShvE9y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uh1hShvE9y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh1hShvE9y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh1hShvE9y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uh1hShvE9y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh1hShvE9y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh1hShvE9y .dropdown-item.active,
.cid-uh1hShvE9y .dropdown-item:active {
  background-color: transparent;
}
.cid-uh1hShvE9y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh1hShvE9y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh1hShvE9y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh1hShvE9y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uh1hShvE9y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh1hShvE9y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh1hShvE9y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh1hShvE9y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh1hShvE9y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh1hShvE9y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uh1hShvE9y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh1hShvE9y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh1hShvE9y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh1hShvE9y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh1hShvE9y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh1hShvE9y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh1hShvE9y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh1hShvE9y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh1hShvE9y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uh1hShvE9y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh1hShvE9y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh1hShvE9y .navbar {
    height: 70px;
  }
  .cid-uh1hShvE9y .navbar.opened {
    height: auto;
  }
  .cid-uh1hShvE9y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh1hShQZzK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-5-680x392.webp");
}
.cid-uh1hShQZzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hShQZzK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1hShQZzK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uh1hShQZzK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1hShQZzK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uh1hShQZzK .mbr-section-title {
  color: #14143d;
}
.cid-uh1hSi51re {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sogiglass-background-4-680x382.webp");
}
.cid-uh1hSi51re .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hSi51re .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1hSi51re .card-wrapper {
  overflow: hidden;
  background: #f1f1ff;
}
.cid-uh1hSi51re .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uh1hSi51re .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uh1hSi51re .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uh1hSi51re .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uh1hSi51re .row {
  flex-direction: row-reverse;
}
.cid-uh1hSi51re .image-wrapper {
  padding: 0 1rem;
}
.cid-uh1hSi51re img,
.cid-uh1hSi51re .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uh1hSi51re img,
  .cid-uh1hSi51re .image-wrapper {
    max-height: 350px;
  }
}
.cid-uh1hSi51re .mbr-section-title {
  color: #14143d;
  text-align: center;
}
.cid-uh1hSi51re .mbr-text {
  color: #000000;
}
.cid-uh1hSi51re .mbr-text,
.cid-uh1hSi51re .mbr-section-btn {
  text-align: center;
}
.cid-uLJPXuEsie {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-4-382x510.webp");
}
.cid-uLJPXuEsie .mbr-overlay {
  background: #f1f1ff;
  opacity: 0.9;
}
.cid-uLJPXuEsie img,
.cid-uLJPXuEsie .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uLJPXuEsie .item:focus,
.cid-uLJPXuEsie span:focus {
  outline: none;
}
.cid-uLJPXuEsie .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLJPXuEsie .item {
    margin-bottom: 1rem;
  }
}
.cid-uLJPXuEsie .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLJPXuEsie .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLJPXuEsie .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uLJPXuEsie .item-wrapper {
  position: relative;
  background: #546296;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLJPXuEsie .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uLJPXuEsie .mbr-section-title {
  color: #14143d;
}
.cid-uLJPXuEsie .item-title {
  text-align: center;
  color: #ffeb69;
}
.cid-uLJPXuEsie .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uLJPXuEsie .mbr-text,
.cid-uLJPXuEsie .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLJPXuEsie .content-head {
  max-width: 800px;
}
.cid-uh1hSiHTeE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0177d0;
}
.cid-uh1hSiHTeE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uh1hSiHTeE form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uh1hSiHTeE form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uh1hSiHTeE form.mbr-form {
    padding: 1rem;
  }
}
.cid-uh1hSiHTeE form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uh1hSiHTeE form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uh1hSiHTeE .mbr-section-title {
  color: #ffffff;
}
.cid-uh1hSiWAmE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #0177d0;
}
.cid-uh1hSiWAmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hSiWAmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uh1hSiWAmE .row {
    flex-direction: column-reverse;
  }
  .cid-uh1hSiWAmE .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uh1hSiWAmE .google-map {
  height: 100%;
  position: relative;
}
.cid-uh1hSiWAmE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uh1hSiWAmE .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uh1hSiWAmE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uh1hSiWAmE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uh1hSiWAmE .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uh1hSiWAmE .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uh1hSiWAmE .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uh1hSiWAmE .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1hSiWAmE .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uh1hSiWAmE .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #00aff0;
}
.cid-uh1hSiWAmE .mbr-section-title {
  color: #ffffff;
}
.cid-uh1hSiWAmE .mbr-section-subtitle {
  color: #14143d;
}
.cid-uh1hSjmCk6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1hSjmCk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hSjmCk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1hSjCRhw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sogiglass-background-2-680x510.webp");
}
.cid-uh1hSjCRhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hSjCRhw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1hSjCRhw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uh1hSjCRhw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uh1hSjCRhw .row {
    text-align: center;
  }
  .cid-uh1hSjCRhw .row > div {
    margin: auto;
  }
  .cid-uh1hSjCRhw .social-row {
    justify-content: center;
  }
}
.cid-uh1hSjCRhw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uh1hSjCRhw .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uh1hSjCRhw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1hSjCRhw .list {
    margin-bottom: 0rem;
  }
}
.cid-uh1hSjCRhw .mbr-text {
  color: #ffffff;
}
.cid-uh1hSjCRhw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uh1hSjCRhw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uh1hSjCRhw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uh1hSjCRhw .copyright {
  color: #ffffff;
}
.cid-uh1ij8zqjs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uh1ij8zqjs nav.navbar {
  position: fixed;
}
.cid-uh1ij8zqjs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh1ij8zqjs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh1ij8zqjs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh1ij8zqjs .dropdown-item:hover,
.cid-uh1ij8zqjs .dropdown-item:focus {
  background: #00aff0 !important;
  color: white !important;
}
.cid-uh1ij8zqjs .dropdown-item:hover span {
  color: white;
}
.cid-uh1ij8zqjs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh1ij8zqjs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh1ij8zqjs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uh1ij8zqjs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh1ij8zqjs .nav-link {
  position: relative;
}
.cid-uh1ij8zqjs .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh1ij8zqjs .container {
    flex-wrap: wrap;
  }
}
.cid-uh1ij8zqjs .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh1ij8zqjs .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uh1ij8zqjs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh1ij8zqjs .dropdown-menu,
.cid-uh1ij8zqjs .navbar.opened {
  background: #ffffff !important;
}
.cid-uh1ij8zqjs .nav-item:focus,
.cid-uh1ij8zqjs .nav-link:focus {
  outline: none;
}
.cid-uh1ij8zqjs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh1ij8zqjs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh1ij8zqjs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh1ij8zqjs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh1ij8zqjs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh1ij8zqjs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh1ij8zqjs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uh1ij8zqjs .navbar.opened {
  transition: all 0.3s;
}
.cid-uh1ij8zqjs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh1ij8zqjs .navbar .navbar-logo img {
  width: auto;
}
.cid-uh1ij8zqjs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh1ij8zqjs .navbar.collapsed {
  justify-content: center;
}
.cid-uh1ij8zqjs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh1ij8zqjs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh1ij8zqjs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uh1ij8zqjs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh1ij8zqjs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh1ij8zqjs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uh1ij8zqjs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh1ij8zqjs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh1ij8zqjs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh1ij8zqjs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh1ij8zqjs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh1ij8zqjs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh1ij8zqjs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh1ij8zqjs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uh1ij8zqjs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh1ij8zqjs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh1ij8zqjs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh1ij8zqjs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh1ij8zqjs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh1ij8zqjs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uh1ij8zqjs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uh1ij8zqjs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uh1ij8zqjs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh1ij8zqjs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh1ij8zqjs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uh1ij8zqjs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh1ij8zqjs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh1ij8zqjs .dropdown-item.active,
.cid-uh1ij8zqjs .dropdown-item:active {
  background-color: transparent;
}
.cid-uh1ij8zqjs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh1ij8zqjs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh1ij8zqjs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh1ij8zqjs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uh1ij8zqjs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh1ij8zqjs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh1ij8zqjs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh1ij8zqjs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh1ij8zqjs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh1ij8zqjs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uh1ij8zqjs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh1ij8zqjs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh1ij8zqjs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh1ij8zqjs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh1ij8zqjs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh1ij8zqjs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh1ij8zqjs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh1ij8zqjs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh1ij8zqjs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uh1ij8zqjs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh1ij8zqjs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh1ij8zqjs .navbar {
    height: 70px;
  }
  .cid-uh1ij8zqjs .navbar.opened {
    height: auto;
  }
  .cid-uh1ij8zqjs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh1ij8UyYw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-5-680x392.webp");
}
.cid-uh1ij8UyYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1ij8UyYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1ij8UyYw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uh1ij8UyYw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1ij8UyYw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uh1ij8UyYw .mbr-section-title {
  color: #14143d;
}
.cid-uh1ij9bwOY {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sogiglass-background-4-680x382.webp");
}
.cid-uh1ij9bwOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1ij9bwOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1ij9bwOY .card-wrapper {
  overflow: hidden;
  background: #f1f1ff;
}
.cid-uh1ij9bwOY .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uh1ij9bwOY .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uh1ij9bwOY .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uh1ij9bwOY .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uh1ij9bwOY .row {
  flex-direction: row-reverse;
}
.cid-uh1ij9bwOY .image-wrapper {
  padding: 0 1rem;
}
.cid-uh1ij9bwOY img,
.cid-uh1ij9bwOY .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uh1ij9bwOY img,
  .cid-uh1ij9bwOY .image-wrapper {
    max-height: 350px;
  }
}
.cid-uh1ij9bwOY .mbr-section-title {
  color: #14143d;
  text-align: center;
}
.cid-uh1ij9bwOY .mbr-text {
  color: #000000;
}
.cid-uh1ij9bwOY .mbr-text,
.cid-uh1ij9bwOY .mbr-section-btn {
  text-align: center;
}
.cid-uLJQjiXw5C {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-4-382x510.webp");
}
.cid-uLJQjiXw5C .mbr-overlay {
  background: #f1f1ff;
  opacity: 0.9;
}
.cid-uLJQjiXw5C img,
.cid-uLJQjiXw5C .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uLJQjiXw5C .item:focus,
.cid-uLJQjiXw5C span:focus {
  outline: none;
}
.cid-uLJQjiXw5C .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLJQjiXw5C .item {
    margin-bottom: 1rem;
  }
}
.cid-uLJQjiXw5C .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLJQjiXw5C .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLJQjiXw5C .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uLJQjiXw5C .item-wrapper {
  position: relative;
  background: #546296;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLJQjiXw5C .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uLJQjiXw5C .mbr-section-title {
  color: #14143d;
}
.cid-uLJQjiXw5C .item-title {
  text-align: center;
  color: #ffeb69;
}
.cid-uLJQjiXw5C .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uLJQjiXw5C .mbr-text,
.cid-uLJQjiXw5C .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLJQjiXw5C .content-head {
  max-width: 800px;
}
.cid-uh1ij9XV6T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0177d0;
}
.cid-uh1ij9XV6T .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uh1ij9XV6T form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uh1ij9XV6T form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uh1ij9XV6T form.mbr-form {
    padding: 1rem;
  }
}
.cid-uh1ij9XV6T form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uh1ij9XV6T form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uh1ij9XV6T .mbr-section-title {
  color: #ffffff;
}
.cid-uh1ijacH79 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #0177d0;
}
.cid-uh1ijacH79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1ijacH79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uh1ijacH79 .row {
    flex-direction: column-reverse;
  }
  .cid-uh1ijacH79 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uh1ijacH79 .google-map {
  height: 100%;
  position: relative;
}
.cid-uh1ijacH79 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uh1ijacH79 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uh1ijacH79 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uh1ijacH79 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uh1ijacH79 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uh1ijacH79 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uh1ijacH79 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uh1ijacH79 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1ijacH79 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uh1ijacH79 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #00aff0;
}
.cid-uh1ijacH79 .mbr-section-title {
  color: #ffffff;
}
.cid-uh1ijacH79 .mbr-section-subtitle {
  color: #14143d;
}
.cid-uh1ijaAcxa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1ijaAcxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1ijaAcxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1ijaSZvD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sogiglass-background-2-680x510.webp");
}
.cid-uh1ijaSZvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1ijaSZvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1ijaSZvD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uh1ijaSZvD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uh1ijaSZvD .row {
    text-align: center;
  }
  .cid-uh1ijaSZvD .row > div {
    margin: auto;
  }
  .cid-uh1ijaSZvD .social-row {
    justify-content: center;
  }
}
.cid-uh1ijaSZvD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uh1ijaSZvD .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uh1ijaSZvD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1ijaSZvD .list {
    margin-bottom: 0rem;
  }
}
.cid-uh1ijaSZvD .mbr-text {
  color: #ffffff;
}
.cid-uh1ijaSZvD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uh1ijaSZvD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uh1ijaSZvD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uh1ijaSZvD .copyright {
  color: #ffffff;
}
.cid-uh1hXWpJrW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uh1hXWpJrW nav.navbar {
  position: fixed;
}
.cid-uh1hXWpJrW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh1hXWpJrW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh1hXWpJrW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh1hXWpJrW .dropdown-item:hover,
.cid-uh1hXWpJrW .dropdown-item:focus {
  background: #00aff0 !important;
  color: white !important;
}
.cid-uh1hXWpJrW .dropdown-item:hover span {
  color: white;
}
.cid-uh1hXWpJrW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh1hXWpJrW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh1hXWpJrW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uh1hXWpJrW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh1hXWpJrW .nav-link {
  position: relative;
}
.cid-uh1hXWpJrW .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh1hXWpJrW .container {
    flex-wrap: wrap;
  }
}
.cid-uh1hXWpJrW .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh1hXWpJrW .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uh1hXWpJrW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh1hXWpJrW .dropdown-menu,
.cid-uh1hXWpJrW .navbar.opened {
  background: #ffffff !important;
}
.cid-uh1hXWpJrW .nav-item:focus,
.cid-uh1hXWpJrW .nav-link:focus {
  outline: none;
}
.cid-uh1hXWpJrW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh1hXWpJrW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh1hXWpJrW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh1hXWpJrW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh1hXWpJrW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh1hXWpJrW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh1hXWpJrW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uh1hXWpJrW .navbar.opened {
  transition: all 0.3s;
}
.cid-uh1hXWpJrW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh1hXWpJrW .navbar .navbar-logo img {
  width: auto;
}
.cid-uh1hXWpJrW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh1hXWpJrW .navbar.collapsed {
  justify-content: center;
}
.cid-uh1hXWpJrW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh1hXWpJrW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh1hXWpJrW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uh1hXWpJrW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh1hXWpJrW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh1hXWpJrW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uh1hXWpJrW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh1hXWpJrW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh1hXWpJrW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh1hXWpJrW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh1hXWpJrW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh1hXWpJrW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh1hXWpJrW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh1hXWpJrW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uh1hXWpJrW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh1hXWpJrW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh1hXWpJrW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh1hXWpJrW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh1hXWpJrW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh1hXWpJrW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uh1hXWpJrW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uh1hXWpJrW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uh1hXWpJrW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh1hXWpJrW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh1hXWpJrW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uh1hXWpJrW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh1hXWpJrW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh1hXWpJrW .dropdown-item.active,
.cid-uh1hXWpJrW .dropdown-item:active {
  background-color: transparent;
}
.cid-uh1hXWpJrW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh1hXWpJrW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh1hXWpJrW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh1hXWpJrW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uh1hXWpJrW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh1hXWpJrW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh1hXWpJrW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh1hXWpJrW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh1hXWpJrW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh1hXWpJrW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uh1hXWpJrW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh1hXWpJrW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh1hXWpJrW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh1hXWpJrW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh1hXWpJrW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh1hXWpJrW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh1hXWpJrW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh1hXWpJrW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh1hXWpJrW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uh1hXWpJrW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh1hXWpJrW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh1hXWpJrW .navbar {
    height: 70px;
  }
  .cid-uh1hXWpJrW .navbar.opened {
    height: auto;
  }
  .cid-uh1hXWpJrW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh1hXWKxoS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-5-680x392.webp");
}
.cid-uh1hXWKxoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hXWKxoS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1hXWKxoS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uh1hXWKxoS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1hXWKxoS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uh1hXWKxoS .mbr-section-title {
  color: #14143d;
}
.cid-uh1hXWXI8W {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sogiglass-background-4-680x382.webp");
}
.cid-uh1hXWXI8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hXWXI8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1hXWXI8W .card-wrapper {
  overflow: hidden;
  background: #f1f1ff;
}
.cid-uh1hXWXI8W .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uh1hXWXI8W .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uh1hXWXI8W .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uh1hXWXI8W .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uh1hXWXI8W .row {
  flex-direction: row-reverse;
}
.cid-uh1hXWXI8W .image-wrapper {
  padding: 0 1rem;
}
.cid-uh1hXWXI8W img,
.cid-uh1hXWXI8W .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uh1hXWXI8W img,
  .cid-uh1hXWXI8W .image-wrapper {
    max-height: 350px;
  }
}
.cid-uh1hXWXI8W .mbr-section-title {
  color: #14143d;
  text-align: center;
}
.cid-uh1hXWXI8W .mbr-text {
  color: #000000;
}
.cid-uh1hXWXI8W .mbr-text,
.cid-uh1hXWXI8W .mbr-section-btn {
  text-align: center;
}
.cid-uh1hXXdlOg {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-3-382x510.webp");
}
.cid-uh1hXXdlOg .mbr-overlay {
  background: #f1f1ff;
  opacity: 0.9;
}
.cid-uh1hXXdlOg img,
.cid-uh1hXXdlOg .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uh1hXXdlOg .item:focus,
.cid-uh1hXXdlOg span:focus {
  outline: none;
}
.cid-uh1hXXdlOg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uh1hXXdlOg .item {
    margin-bottom: 1rem;
  }
}
.cid-uh1hXXdlOg .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uh1hXXdlOg .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uh1hXXdlOg .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uh1hXXdlOg .item-wrapper {
  position: relative;
  background: #546296;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uh1hXXdlOg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uh1hXXdlOg .mbr-section-title {
  color: #14143d;
}
.cid-uh1hXXdlOg .item-title {
  text-align: center;
  color: #ffeb69;
}
.cid-uh1hXXdlOg .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uh1hXXdlOg .mbr-text,
.cid-uh1hXXdlOg .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uh1hXXdlOg .content-head {
  max-width: 800px;
}
.cid-uh1hXXBHpH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0177d0;
}
.cid-uh1hXXBHpH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uh1hXXBHpH form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uh1hXXBHpH form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uh1hXXBHpH form.mbr-form {
    padding: 1rem;
  }
}
.cid-uh1hXXBHpH form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uh1hXXBHpH form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uh1hXXBHpH .mbr-section-title {
  color: #ffffff;
}
.cid-uh1hXXPgsU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #0177d0;
}
.cid-uh1hXXPgsU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hXXPgsU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uh1hXXPgsU .row {
    flex-direction: column-reverse;
  }
  .cid-uh1hXXPgsU .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uh1hXXPgsU .google-map {
  height: 100%;
  position: relative;
}
.cid-uh1hXXPgsU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uh1hXXPgsU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uh1hXXPgsU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uh1hXXPgsU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uh1hXXPgsU .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uh1hXXPgsU .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uh1hXXPgsU .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uh1hXXPgsU .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1hXXPgsU .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uh1hXXPgsU .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #00aff0;
}
.cid-uh1hXXPgsU .mbr-section-title {
  color: #ffffff;
}
.cid-uh1hXXPgsU .mbr-section-subtitle {
  color: #14143d;
}
.cid-uh1hXYf5jZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1hXYf5jZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hXYf5jZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1hXYxQkt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sogiglass-background-2-680x510.webp");
}
.cid-uh1hXYxQkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1hXYxQkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1hXYxQkt .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uh1hXYxQkt .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uh1hXYxQkt .row {
    text-align: center;
  }
  .cid-uh1hXYxQkt .row > div {
    margin: auto;
  }
  .cid-uh1hXYxQkt .social-row {
    justify-content: center;
  }
}
.cid-uh1hXYxQkt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uh1hXYxQkt .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uh1hXYxQkt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1hXYxQkt .list {
    margin-bottom: 0rem;
  }
}
.cid-uh1hXYxQkt .mbr-text {
  color: #ffffff;
}
.cid-uh1hXYxQkt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uh1hXYxQkt .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uh1hXYxQkt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uh1hXYxQkt .copyright {
  color: #ffffff;
}
.cid-uh1i5GLvuq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uh1i5GLvuq nav.navbar {
  position: fixed;
}
.cid-uh1i5GLvuq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh1i5GLvuq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh1i5GLvuq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh1i5GLvuq .dropdown-item:hover,
.cid-uh1i5GLvuq .dropdown-item:focus {
  background: #00aff0 !important;
  color: white !important;
}
.cid-uh1i5GLvuq .dropdown-item:hover span {
  color: white;
}
.cid-uh1i5GLvuq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh1i5GLvuq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh1i5GLvuq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uh1i5GLvuq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh1i5GLvuq .nav-link {
  position: relative;
}
.cid-uh1i5GLvuq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh1i5GLvuq .container {
    flex-wrap: wrap;
  }
}
.cid-uh1i5GLvuq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh1i5GLvuq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uh1i5GLvuq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh1i5GLvuq .dropdown-menu,
.cid-uh1i5GLvuq .navbar.opened {
  background: #ffffff !important;
}
.cid-uh1i5GLvuq .nav-item:focus,
.cid-uh1i5GLvuq .nav-link:focus {
  outline: none;
}
.cid-uh1i5GLvuq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh1i5GLvuq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh1i5GLvuq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh1i5GLvuq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh1i5GLvuq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh1i5GLvuq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh1i5GLvuq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uh1i5GLvuq .navbar.opened {
  transition: all 0.3s;
}
.cid-uh1i5GLvuq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh1i5GLvuq .navbar .navbar-logo img {
  width: auto;
}
.cid-uh1i5GLvuq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh1i5GLvuq .navbar.collapsed {
  justify-content: center;
}
.cid-uh1i5GLvuq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh1i5GLvuq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh1i5GLvuq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uh1i5GLvuq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh1i5GLvuq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh1i5GLvuq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uh1i5GLvuq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh1i5GLvuq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh1i5GLvuq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh1i5GLvuq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh1i5GLvuq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh1i5GLvuq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh1i5GLvuq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh1i5GLvuq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uh1i5GLvuq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh1i5GLvuq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh1i5GLvuq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh1i5GLvuq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh1i5GLvuq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh1i5GLvuq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uh1i5GLvuq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uh1i5GLvuq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uh1i5GLvuq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh1i5GLvuq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh1i5GLvuq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uh1i5GLvuq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh1i5GLvuq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh1i5GLvuq .dropdown-item.active,
.cid-uh1i5GLvuq .dropdown-item:active {
  background-color: transparent;
}
.cid-uh1i5GLvuq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh1i5GLvuq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh1i5GLvuq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh1i5GLvuq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uh1i5GLvuq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh1i5GLvuq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh1i5GLvuq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh1i5GLvuq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh1i5GLvuq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh1i5GLvuq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uh1i5GLvuq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh1i5GLvuq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh1i5GLvuq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh1i5GLvuq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh1i5GLvuq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh1i5GLvuq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh1i5GLvuq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh1i5GLvuq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh1i5GLvuq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uh1i5GLvuq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh1i5GLvuq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh1i5GLvuq .navbar {
    height: 70px;
  }
  .cid-uh1i5GLvuq .navbar.opened {
    height: auto;
  }
  .cid-uh1i5GLvuq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh1i5H4dot {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-5-680x392.webp");
}
.cid-uh1i5H4dot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1i5H4dot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1i5H4dot .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uh1i5H4dot .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1i5H4dot .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uh1i5H4dot .mbr-section-title {
  color: #14143d;
}
.cid-uh1i5HjUCW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sogiglass-background-4-680x382.webp");
}
.cid-uh1i5HjUCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1i5HjUCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1i5HjUCW .card-wrapper {
  overflow: hidden;
  background: #f1f1ff;
}
.cid-uh1i5HjUCW .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uh1i5HjUCW .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uh1i5HjUCW .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uh1i5HjUCW .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uh1i5HjUCW .row {
  flex-direction: row-reverse;
}
.cid-uh1i5HjUCW .image-wrapper {
  padding: 0 1rem;
}
.cid-uh1i5HjUCW img,
.cid-uh1i5HjUCW .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uh1i5HjUCW img,
  .cid-uh1i5HjUCW .image-wrapper {
    max-height: 350px;
  }
}
.cid-uh1i5HjUCW .mbr-section-title {
  color: #14143d;
  text-align: center;
}
.cid-uh1i5HjUCW .mbr-text {
  color: #000000;
}
.cid-uh1i5HjUCW .mbr-text,
.cid-uh1i5HjUCW .mbr-section-btn {
  text-align: center;
}
.cid-uLJQflHAEW {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-4-382x510.webp");
}
.cid-uLJQflHAEW .mbr-overlay {
  background: #f1f1ff;
  opacity: 0.9;
}
.cid-uLJQflHAEW img,
.cid-uLJQflHAEW .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uLJQflHAEW .item:focus,
.cid-uLJQflHAEW span:focus {
  outline: none;
}
.cid-uLJQflHAEW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLJQflHAEW .item {
    margin-bottom: 1rem;
  }
}
.cid-uLJQflHAEW .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLJQflHAEW .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLJQflHAEW .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uLJQflHAEW .item-wrapper {
  position: relative;
  background: #546296;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLJQflHAEW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uLJQflHAEW .mbr-section-title {
  color: #14143d;
}
.cid-uLJQflHAEW .item-title {
  text-align: center;
  color: #ffeb69;
}
.cid-uLJQflHAEW .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uLJQflHAEW .mbr-text,
.cid-uLJQflHAEW .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLJQflHAEW .content-head {
  max-width: 800px;
}
.cid-uh1i5HUHYM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0177d0;
}
.cid-uh1i5HUHYM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uh1i5HUHYM form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uh1i5HUHYM form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uh1i5HUHYM form.mbr-form {
    padding: 1rem;
  }
}
.cid-uh1i5HUHYM form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uh1i5HUHYM form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uh1i5HUHYM .mbr-section-title {
  color: #ffffff;
}
.cid-uh1i5I8QHG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #0177d0;
}
.cid-uh1i5I8QHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1i5I8QHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uh1i5I8QHG .row {
    flex-direction: column-reverse;
  }
  .cid-uh1i5I8QHG .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uh1i5I8QHG .google-map {
  height: 100%;
  position: relative;
}
.cid-uh1i5I8QHG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uh1i5I8QHG .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uh1i5I8QHG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uh1i5I8QHG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uh1i5I8QHG .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uh1i5I8QHG .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uh1i5I8QHG .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uh1i5I8QHG .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1i5I8QHG .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uh1i5I8QHG .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #00aff0;
}
.cid-uh1i5I8QHG .mbr-section-title {
  color: #ffffff;
}
.cid-uh1i5I8QHG .mbr-section-subtitle {
  color: #14143d;
}
.cid-uh1i5IwLuN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1i5IwLuN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1i5IwLuN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1i5IN2qJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sogiglass-background-2-680x510.webp");
}
.cid-uh1i5IN2qJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1i5IN2qJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1i5IN2qJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uh1i5IN2qJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uh1i5IN2qJ .row {
    text-align: center;
  }
  .cid-uh1i5IN2qJ .row > div {
    margin: auto;
  }
  .cid-uh1i5IN2qJ .social-row {
    justify-content: center;
  }
}
.cid-uh1i5IN2qJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uh1i5IN2qJ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uh1i5IN2qJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1i5IN2qJ .list {
    margin-bottom: 0rem;
  }
}
.cid-uh1i5IN2qJ .mbr-text {
  color: #ffffff;
}
.cid-uh1i5IN2qJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uh1i5IN2qJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uh1i5IN2qJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uh1i5IN2qJ .copyright {
  color: #ffffff;
}
.cid-uh1iykTNA0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uh1iykTNA0 nav.navbar {
  position: fixed;
}
.cid-uh1iykTNA0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh1iykTNA0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh1iykTNA0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh1iykTNA0 .dropdown-item:hover,
.cid-uh1iykTNA0 .dropdown-item:focus {
  background: #00aff0 !important;
  color: white !important;
}
.cid-uh1iykTNA0 .dropdown-item:hover span {
  color: white;
}
.cid-uh1iykTNA0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh1iykTNA0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh1iykTNA0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uh1iykTNA0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh1iykTNA0 .nav-link {
  position: relative;
}
.cid-uh1iykTNA0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh1iykTNA0 .container {
    flex-wrap: wrap;
  }
}
.cid-uh1iykTNA0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh1iykTNA0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uh1iykTNA0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh1iykTNA0 .dropdown-menu,
.cid-uh1iykTNA0 .navbar.opened {
  background: #ffffff !important;
}
.cid-uh1iykTNA0 .nav-item:focus,
.cid-uh1iykTNA0 .nav-link:focus {
  outline: none;
}
.cid-uh1iykTNA0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh1iykTNA0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh1iykTNA0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh1iykTNA0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh1iykTNA0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh1iykTNA0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh1iykTNA0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uh1iykTNA0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uh1iykTNA0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh1iykTNA0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uh1iykTNA0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh1iykTNA0 .navbar.collapsed {
  justify-content: center;
}
.cid-uh1iykTNA0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh1iykTNA0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh1iykTNA0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uh1iykTNA0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh1iykTNA0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh1iykTNA0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uh1iykTNA0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh1iykTNA0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh1iykTNA0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh1iykTNA0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh1iykTNA0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh1iykTNA0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh1iykTNA0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh1iykTNA0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uh1iykTNA0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh1iykTNA0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh1iykTNA0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh1iykTNA0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh1iykTNA0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh1iykTNA0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uh1iykTNA0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uh1iykTNA0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uh1iykTNA0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh1iykTNA0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh1iykTNA0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uh1iykTNA0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh1iykTNA0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh1iykTNA0 .dropdown-item.active,
.cid-uh1iykTNA0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uh1iykTNA0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh1iykTNA0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh1iykTNA0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh1iykTNA0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uh1iykTNA0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh1iykTNA0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh1iykTNA0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh1iykTNA0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh1iykTNA0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh1iykTNA0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uh1iykTNA0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh1iykTNA0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh1iykTNA0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh1iykTNA0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh1iykTNA0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh1iykTNA0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh1iykTNA0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh1iykTNA0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh1iykTNA0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uh1iykTNA0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh1iykTNA0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh1iykTNA0 .navbar {
    height: 70px;
  }
  .cid-uh1iykTNA0 .navbar.opened {
    height: auto;
  }
  .cid-uh1iykTNA0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh1iyla0Cp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-5-680x392.webp");
}
.cid-uh1iyla0Cp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1iyla0Cp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1iyla0Cp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uh1iyla0Cp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1iyla0Cp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uh1iyla0Cp .mbr-section-title {
  color: #14143d;
}
.cid-uh1iylochZ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sogiglass-background-4-680x382.webp");
}
.cid-uh1iylochZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1iylochZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1iylochZ .card-wrapper {
  overflow: hidden;
  background: #f1f1ff;
}
.cid-uh1iylochZ .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uh1iylochZ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uh1iylochZ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uh1iylochZ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uh1iylochZ .row {
  flex-direction: row-reverse;
}
.cid-uh1iylochZ .image-wrapper {
  padding: 0 1rem;
}
.cid-uh1iylochZ img,
.cid-uh1iylochZ .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uh1iylochZ img,
  .cid-uh1iylochZ .image-wrapper {
    max-height: 350px;
  }
}
.cid-uh1iylochZ .mbr-section-title {
  color: #14143d;
  text-align: center;
}
.cid-uh1iylochZ .mbr-text {
  color: #000000;
}
.cid-uh1iylochZ .mbr-text,
.cid-uh1iylochZ .mbr-section-btn {
  text-align: center;
}
.cid-uLJQvrvszB {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sogiglass-background-4-382x510.webp");
}
.cid-uLJQvrvszB .mbr-overlay {
  background: #f1f1ff;
  opacity: 0.9;
}
.cid-uLJQvrvszB img,
.cid-uLJQvrvszB .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uLJQvrvszB .item:focus,
.cid-uLJQvrvszB span:focus {
  outline: none;
}
.cid-uLJQvrvszB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLJQvrvszB .item {
    margin-bottom: 1rem;
  }
}
.cid-uLJQvrvszB .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLJQvrvszB .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLJQvrvszB .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uLJQvrvszB .item-wrapper {
  position: relative;
  background: #546296;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLJQvrvszB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uLJQvrvszB .mbr-section-title {
  color: #14143d;
}
.cid-uLJQvrvszB .item-title {
  text-align: center;
  color: #ffeb69;
}
.cid-uLJQvrvszB .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uLJQvrvszB .mbr-text,
.cid-uLJQvrvszB .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLJQvrvszB .content-head {
  max-width: 800px;
}
.cid-uh1iym2xoe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0177d0;
}
.cid-uh1iym2xoe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uh1iym2xoe form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uh1iym2xoe form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uh1iym2xoe form.mbr-form {
    padding: 1rem;
  }
}
.cid-uh1iym2xoe form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uh1iym2xoe form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uh1iym2xoe .mbr-section-title {
  color: #ffffff;
}
.cid-uh1iymh3q4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #0177d0;
}
.cid-uh1iymh3q4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1iymh3q4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uh1iymh3q4 .row {
    flex-direction: column-reverse;
  }
  .cid-uh1iymh3q4 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uh1iymh3q4 .google-map {
  height: 100%;
  position: relative;
}
.cid-uh1iymh3q4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uh1iymh3q4 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uh1iymh3q4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uh1iymh3q4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uh1iymh3q4 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uh1iymh3q4 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uh1iymh3q4 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uh1iymh3q4 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1iymh3q4 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uh1iymh3q4 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #00aff0;
}
.cid-uh1iymh3q4 .mbr-section-title {
  color: #ffffff;
}
.cid-uh1iymh3q4 .mbr-section-subtitle {
  color: #14143d;
}
.cid-uh1iymD2EF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1iymD2EF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1iymD2EF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1iymSw1Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sogiglass-background-2-680x510.webp");
}
.cid-uh1iymSw1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1iymSw1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1iymSw1Z .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uh1iymSw1Z .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uh1iymSw1Z .row {
    text-align: center;
  }
  .cid-uh1iymSw1Z .row > div {
    margin: auto;
  }
  .cid-uh1iymSw1Z .social-row {
    justify-content: center;
  }
}
.cid-uh1iymSw1Z .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uh1iymSw1Z .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uh1iymSw1Z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh1iymSw1Z .list {
    margin-bottom: 0rem;
  }
}
.cid-uh1iymSw1Z .mbr-text {
  color: #ffffff;
}
.cid-uh1iymSw1Z .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uh1iymSw1Z .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uh1iymSw1Z div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uh1iymSw1Z .copyright {
  color: #ffffff;
}
