.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7834b6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7834b6 !important;
  border-color: #7834b6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #4c2173 !important;
  border-color: #4c2173 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4c2173 !important;
  border-color: #4c2173 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #7834b6;
  color: #7834b6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4c2173 !important;
  background-color: transparent!important;
  border-color: #4c2173 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7834b6 !important;
  border-color: #7834b6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #7834b6 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #441d67 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #7834b6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7834b6;
  border-color: #7834b6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7834b6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b78cde;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.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: #7834b6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #7834b6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7834b6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7834b6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7834b6;
  border-bottom-color: #7834b6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #7834b6 !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: #000000 !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='%237834b6' %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;
}
.cid-urpjpWCl6x {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/spam-musubi-website-header-for-landing-page-a-scenic-shot-of-36061d98-89f0-4e04-8302-8d1d28c53fb0-2000x432.png");
}
.cid-urpjpWCl6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpjpWCl6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urpjpWCl6x .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-urpjpWCl6x .mbr-section-title {
  color: #ffffff;
}
.cid-uGdQs6D5L0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uGdQs6D5L0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdQs6D5L0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGdQs6D5L0 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #7834b6;
  margin-left: 1rem;
}
.cid-uGdQs6D5L0 .panel-group {
  border: none;
}
.cid-uGdQs6D5L0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGdQs6D5L0 .panel-body,
.cid-uGdQs6D5L0 .card-header {
  padding: 1rem 0;
}
.cid-uGdQs6D5L0 .panel-title-edit {
  color: #000000;
}
.cid-uGdQs6D5L0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uGdRCPhTuV {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uGdRCPhTuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdRCPhTuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGdRCPhTuV .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #7834b6;
  margin-left: 1rem;
}
.cid-uGdRCPhTuV .panel-group {
  border: none;
}
.cid-uGdRCPhTuV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGdRCPhTuV .panel-body,
.cid-uGdRCPhTuV .card-header {
  padding: 1rem 0;
}
.cid-uGdRCPhTuV .panel-title-edit {
  color: #000000;
}
.cid-uGdRCPhTuV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uGdSFUxRnK {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uGdSFUxRnK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdSFUxRnK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGdSFUxRnK .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #7834b6;
  margin-left: 1rem;
}
.cid-uGdSFUxRnK .panel-group {
  border: none;
}
.cid-uGdSFUxRnK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGdSFUxRnK .panel-body,
.cid-uGdSFUxRnK .card-header {
  padding: 1rem 0;
}
.cid-uGdSFUxRnK .panel-title-edit {
  color: #000000;
}
.cid-uGdSFUxRnK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uGdTAiDUVV {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uGdTAiDUVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdTAiDUVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGdTAiDUVV .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #7834b6;
  margin-left: 1rem;
}
.cid-uGdTAiDUVV .panel-group {
  border: none;
}
.cid-uGdTAiDUVV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGdTAiDUVV .panel-body,
.cid-uGdTAiDUVV .card-header {
  padding: 1rem 0;
}
.cid-uGdTAiDUVV .panel-title-edit {
  color: #000000;
}
.cid-uGdTAiDUVV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uGdW55MvpX {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uGdW55MvpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdW55MvpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGdW55MvpX .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #7834b6;
  margin-left: 1rem;
}
.cid-uGdW55MvpX .panel-group {
  border: none;
}
.cid-uGdW55MvpX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGdW55MvpX .panel-body,
.cid-uGdW55MvpX .card-header {
  padding: 1rem 0;
}
.cid-uGdW55MvpX .panel-title-edit {
  color: #000000;
}
.cid-uGdW55MvpX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-urkEfkI0n8 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #7834b6;
}
.cid-urkEfkI0n8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urkEfkI0n8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urkEfkI0n8 .container {
    padding: 0 22px;
  }
}
.cid-urkEfkI0n8 .row {
  justify-content: space-between;
}
.cid-urkEfkI0n8 .content-wrapper {
  margin-bottom: 32px;
}
.cid-urkEfkI0n8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-urkEfkI0n8 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-urkEfkI0n8 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urkEfkI0n8 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-urkEfkI0n8 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-urkEfkI0n8 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-urkEfkI0n8 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-urkEfkI0n8 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-urkEfkI0n8 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-urkEfkI0n8 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-urkEfkI0n8 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-urkEfkI0n8 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urkEfkI0n8 .copy-wrapper {
    display: block;
  }
}
.cid-urkEfkI0n8 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-urkEfkI0n8 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-urkEfkI0n8 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urkEfkI0n8 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-urkEfkI0n8 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-urkEfkI0n8 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-urkEfkI0n8 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-urkEfkI0n8 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #7834b6;
}
.cid-urkEfkI0n8 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-urkEfkI0n8 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urkEfkI0n8 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-urkEfkI0n8 .mbr-section-title {
  color: #ff5753;
}
.cid-urkEfkI0n8 .mbr-text {
  color: #ffffff;
}
.cid-urkEfkI0n8 .list {
  color: #635d60;
}
.cid-urkEfkI0n8 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-urkEfkI0n8 .mbr-section-title,
.cid-urkEfkI0n8 .mbr-section-btn {
  color: #f9f2ff;
}
.cid-urkEfkI0n8 .list,
.cid-urkEfkI0n8 .item-wrap {
  color: #f9f2ff;
}
.cid-uGcN2JfIhK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGcN2JfIhK .nav-item:focus,
.cid-uGcN2JfIhK .nav-link:focus {
  outline: none;
}
.cid-uGcN2JfIhK .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item:active,
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item:focus {
  color: #7834b6 !important;
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGcN2JfIhK .navbar-caption:hover {
  color: inherit !important;
}
.cid-uGcN2JfIhK .container {
  max-width: 1380px;
}
.cid-uGcN2JfIhK .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uGcN2JfIhK .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uGcN2JfIhK .nav-link:hover,
.cid-uGcN2JfIhK .nav-link:active,
.cid-uGcN2JfIhK .nav-link:focus {
  border-bottom: 3px solid #7834b6;
  color: #7834b6 !important;
}
.cid-uGcN2JfIhK .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGcN2JfIhK .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGcN2JfIhK .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGcN2JfIhK .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGcN2JfIhK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGcN2JfIhK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGcN2JfIhK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGcN2JfIhK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGcN2JfIhK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGcN2JfIhK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGcN2JfIhK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGcN2JfIhK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGcN2JfIhK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGcN2JfIhK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGcN2JfIhK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGcN2JfIhK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGcN2JfIhK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGcN2JfIhK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGcN2JfIhK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGcN2JfIhK .icons-menu span {
  color: #ed6436 !important;
}
.cid-uGcN2JfIhK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGcN2JfIhK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uGcN2JfIhK .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGcN2JfIhK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGcN2JfIhK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGcN2JfIhK .dropdown-item.active,
.cid-uGcN2JfIhK .dropdown-item:active {
  background-color: transparent;
}
.cid-uGcN2JfIhK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGcN2JfIhK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGcN2JfIhK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGcN2JfIhK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGcN2JfIhK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGcN2JfIhK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGcN2JfIhK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGcN2JfIhK .navbar-buttons {
  text-align: center;
}
.cid-uGcN2JfIhK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7834b6;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGcN2JfIhK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGcN2JfIhK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGcN2JfIhK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGcN2JfIhK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGcN2JfIhK .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uGcN2JfIhK a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uGcN2JfIhK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGcN2JfIhK .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uGcN2JfIhK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGcN2JfIhK .navbar {
    height: 77px;
  }
  .cid-uGcN2JfIhK .navbar.opened {
    height: auto;
  }
  .cid-uGcN2JfIhK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urpgQlk3wb {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/usa-haswaii-kaneohe-kaneohe-forest-reserve-john-a-burns-freeway-fof10256-1232x492.jpeg");
}
.cid-urpgQlk3wb .mbr-fallback-image.disabled {
  display: none;
}
.cid-urpgQlk3wb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urpgQlk3wb .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-urpgQlk3wb .mbr-section-title {
  color: #ffffff;
}
.cid-sFADQxFnEn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tattoo-design-bg3-1232x928.png");
}
.cid-sFADQxFnEn .mbr-section-title {
  color: #232323;
}
.cid-sFADQxFnEn .mbr-section-subtitle {
  color: #05386b;
  text-align: center;
}
.cid-u6EXOTO5mt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f2ff;
}
.cid-u6EXOTO5mt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6EXOTO5mt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6EXOTO5mt .mbr-text,
.cid-u6EXOTO5mt .mbr-section-btn {
  color: #7834b6;
}
.cid-uGctAGNJMO {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uGctAGNJMO img,
.cid-uGctAGNJMO .item-img {
  width: 100%;
}
.cid-uGctAGNJMO .item:focus,
.cid-uGctAGNJMO span:focus {
  outline: none;
}
.cid-uGctAGNJMO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uGctAGNJMO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f9f2ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGctAGNJMO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uGctAGNJMO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGctAGNJMO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uGctAGNJMO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uGctAGNJMO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGctAGNJMO .mbr-section-title {
  color: #232323;
}
.cid-uGctAGNJMO .mbr-text,
.cid-uGctAGNJMO .mbr-section-btn {
  text-align: left;
}
.cid-uGctAGNJMO .item-title {
  text-align: left;
}
.cid-uGctAGNJMO .item-subtitle {
  text-align: left;
}
.cid-uGe0XZOf8i {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f2ff;
}
.cid-uGe0XZOf8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGe0XZOf8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGe0XZOf8i .mbr-text,
.cid-uGe0XZOf8i .mbr-section-btn {
  color: #7834b6;
}
.cid-u7NPe8An9A {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/spam-musubi-website-header-for-landing-page-a-lush-hawaiian-2016da3e-57e2-422f-8f36-f19abdcd9fc5-2000x432.png");
}
.cid-u7NPe8An9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7NPe8An9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7NPe8An9A .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-u7NPe8An9A .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7NPe8An9A .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-u7NPe8An9A .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u7NPe8An9A .row .row {
    flex-direction: column-reverse;
  }
  .cid-u7NPe8An9A .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u7NPe8An9A .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7NPe8An9A .card-subtitle {
  color: #0095ff;
}
.cid-u7NPe8An9A .mbr-text {
  color: #555555;
}
.cid-uGcTOcke6G {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tattoo-design-bg3-1232x928.png");
}
.cid-uGcTOcke6G .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uGcTOcke6G .container {
    padding: 0 24px;
  }
}
.cid-uGcTOcke6G .card {
  justify-content: center;
}
.cid-uGcTOcke6G .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uGcTOcke6G .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uGcTOcke6G .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGcTOcke6G .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uGcTOcke6G .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uGcTOcke6G .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uGcTOcke6G .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uGcTOcke6G .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uGcTOcke6G .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uGcTOcke6G .mbr-section-title {
  color: #F9F6E0;
}
.cid-uGcTOcke6G .mbr-desc {
  color: #232323;
}
.cid-uGcTOcke6G .mbr-text {
  color: #000000;
}
.cid-uGcTOcke6G .mbr-section-btn {
  text-align: right;
}
.cid-uGcTOcke6G .mbr-section-title,
.cid-uGcTOcke6G .mbr-section-btn {
  color: #000000;
}
.cid-urpZL8JJpu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urpZL8JJpu img {
  width: 120px;
  margin: auto;
}
.cid-urpZL8JJpu .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-urpZL8JJpu .card {
    max-width: 12.5%;
  }
}
.cid-urkEfkI0n8 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #7834b6;
}
.cid-urkEfkI0n8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urkEfkI0n8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urkEfkI0n8 .container {
    padding: 0 22px;
  }
}
.cid-urkEfkI0n8 .row {
  justify-content: space-between;
}
.cid-urkEfkI0n8 .content-wrapper {
  margin-bottom: 32px;
}
.cid-urkEfkI0n8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-urkEfkI0n8 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-urkEfkI0n8 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urkEfkI0n8 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-urkEfkI0n8 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-urkEfkI0n8 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-urkEfkI0n8 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-urkEfkI0n8 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-urkEfkI0n8 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-urkEfkI0n8 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-urkEfkI0n8 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-urkEfkI0n8 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urkEfkI0n8 .copy-wrapper {
    display: block;
  }
}
.cid-urkEfkI0n8 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-urkEfkI0n8 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-urkEfkI0n8 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urkEfkI0n8 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-urkEfkI0n8 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-urkEfkI0n8 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-urkEfkI0n8 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-urkEfkI0n8 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #7834b6;
}
.cid-urkEfkI0n8 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-urkEfkI0n8 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urkEfkI0n8 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-urkEfkI0n8 .mbr-section-title {
  color: #ff5753;
}
.cid-urkEfkI0n8 .mbr-text {
  color: #ffffff;
}
.cid-urkEfkI0n8 .list {
  color: #635d60;
}
.cid-urkEfkI0n8 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-urkEfkI0n8 .mbr-section-title,
.cid-urkEfkI0n8 .mbr-section-btn {
  color: #f9f2ff;
}
.cid-urkEfkI0n8 .list,
.cid-urkEfkI0n8 .item-wrap {
  color: #f9f2ff;
}
.cid-uGcN2JfIhK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGcN2JfIhK .nav-item:focus,
.cid-uGcN2JfIhK .nav-link:focus {
  outline: none;
}
.cid-uGcN2JfIhK .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item:active,
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item:focus {
  color: #7834b6 !important;
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGcN2JfIhK .navbar-caption:hover {
  color: inherit !important;
}
.cid-uGcN2JfIhK .container {
  max-width: 1380px;
}
.cid-uGcN2JfIhK .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uGcN2JfIhK .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uGcN2JfIhK .nav-link:hover,
.cid-uGcN2JfIhK .nav-link:active,
.cid-uGcN2JfIhK .nav-link:focus {
  border-bottom: 3px solid #7834b6;
  color: #7834b6 !important;
}
.cid-uGcN2JfIhK .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGcN2JfIhK .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGcN2JfIhK .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGcN2JfIhK .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGcN2JfIhK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGcN2JfIhK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGcN2JfIhK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGcN2JfIhK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGcN2JfIhK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGcN2JfIhK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGcN2JfIhK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGcN2JfIhK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGcN2JfIhK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGcN2JfIhK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGcN2JfIhK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGcN2JfIhK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGcN2JfIhK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGcN2JfIhK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGcN2JfIhK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGcN2JfIhK .icons-menu span {
  color: #ed6436 !important;
}
.cid-uGcN2JfIhK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGcN2JfIhK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uGcN2JfIhK .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGcN2JfIhK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGcN2JfIhK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGcN2JfIhK .dropdown-item.active,
.cid-uGcN2JfIhK .dropdown-item:active {
  background-color: transparent;
}
.cid-uGcN2JfIhK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGcN2JfIhK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGcN2JfIhK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGcN2JfIhK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGcN2JfIhK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGcN2JfIhK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGcN2JfIhK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGcN2JfIhK .navbar-buttons {
  text-align: center;
}
.cid-uGcN2JfIhK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7834b6;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGcN2JfIhK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGcN2JfIhK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGcN2JfIhK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGcN2JfIhK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGcN2JfIhK .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uGcN2JfIhK a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uGcN2JfIhK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGcN2JfIhK .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uGcN2JfIhK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGcN2JfIhK .navbar {
    height: 77px;
  }
  .cid-uGcN2JfIhK .navbar.opened {
    height: auto;
  }
  .cid-uGcN2JfIhK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzg0vSGGBG {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/spam-musubi-website-header-for-landing-page-a-line-of-cars-m-7cbdbc7a-a8e1-40b9-af9c-c421a988150d-2000x432.png");
}
.cid-uzg0vSGGBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzg0vSGGBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzg0vSGGBG .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-uzg0vSGGBG .mbr-section-title {
  color: #ffffff;
}
.cid-uzg0vTgi7b {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tattoo-design-bg3-1232x928.png");
}
.cid-uzg0vTgi7b .mbr-section-title {
  color: #232323;
}
.cid-uzg0vTgi7b .mbr-section-subtitle {
  color: #05386b;
}
.cid-uzg0vTgi7b .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uzg0vTHMxR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzg0vTHMxR img {
  width: 120px;
  margin: auto;
}
.cid-uzg0vTHMxR .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uzg0vTHMxR .card {
    max-width: 12.5%;
  }
}
.cid-uzg0vUjiVZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f9f2ff;
}
.cid-uzg0vUjiVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzg0vUjiVZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzg0vUjiVZ .mbr-text,
.cid-uzg0vUjiVZ .mbr-section-btn {
  color: #7834b6;
}
.cid-uzg1YnhE8L {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uzg1YnhE8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzg1YnhE8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzg1YnhE8L .col-lg-8 {
  padding: 4rem 6rem;
}
@media (max-width: 1600px) {
  .cid-uzg1YnhE8L .col-lg-8 {
    padding: 2rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uzg1YnhE8L .col-lg-8 {
    padding: 2rem 1rem;
  }
}
.cid-uzg1YnhE8L .img-col {
  border-left: 1px solid lightgray;
  padding: 1rem;
}
.cid-uzg1YnhE8L .img-col img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-uzg1YnhE8L .img-col {
    border-left: 0px solid lightgray;
    padding: 0;
    padding-top: 1rem;
  }
}
.cid-uzg1YnhE8L .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uzg1YnhE8L .mbr-text,
.cid-uzg1YnhE8L .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uzg1YnhE8L .mbr-section-title,
.cid-uzg1YnhE8L .line {
  color: #808080;
}
.cid-uzg1YnhE8L .mbr-section-subtitle,
.cid-uzg1YnhE8L .align {
  text-align: left;
  color: #232323;
}
.cid-uzg20Hkt1Z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f2ff;
}
.cid-uzg20Hkt1Z .item-subtitle {
  line-height: 1.2;
  color: #838383;
  text-align: left;
}
.cid-uzg20Hkt1Z img,
.cid-uzg20Hkt1Z .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uzg20Hkt1Z .item:focus,
.cid-uzg20Hkt1Z span:focus {
  outline: none;
}
.cid-uzg20Hkt1Z .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzg20Hkt1Z .item {
    margin-bottom: 1rem;
  }
}
.cid-uzg20Hkt1Z .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uzg20Hkt1Z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzg20Hkt1Z .mbr-section-title {
  color: #1c1c1c;
  text-align: left;
}
.cid-uzg20Hkt1Z .mbr-text,
.cid-uzg20Hkt1Z .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-uzg20Hkt1Z .item-title {
  color: #1c1c1c;
  text-align: left;
}
.cid-uzg20Hkt1Z .mbr-section-subtitle {
  color: #838383;
  text-align: left;
}
.cid-uGd74DwoJv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tattoo-design-bg3-1232x928.png");
}
.cid-uGd74DwoJv .mbr-section-title {
  color: #232323;
}
.cid-uGd74DwoJv .mbr-section-subtitle {
  color: #05386b;
  text-align: left;
}
.cid-uGd74DwoJv .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uzg3jwUNkw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-uzg3jwUNkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzg3jwUNkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzg3TeFw4Z {
  background: #f9f2ff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uzg3TeFw4Z .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
}
.cid-uzg3TeFw4Z .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uzg3TeFw4Z .image-block:hover:before {
  opacity: 0.2;
}
.cid-uzg3TeFw4Z .image-block:hover .wrap {
  opacity: 1;
}
.cid-uzg3TeFw4Z h4 {
  letter-spacing: 2px;
}
.cid-uzg3TeFw4Z figcaption {
  position: relative;
}
.cid-uzg3TeFw4Z figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uzg3TeFw4Z img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uzg3TeFw4Z .card {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uzg3TeFw4Z .wrap {
    opacity: 1 !important;
  }
  .cid-uzg3TeFw4Z .image-block:before {
    opacity: 0.2 !important;
  }
}
.cid-uzg0w0ZSJL {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uzg0w0ZSJL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uzg0w0ZSJL .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #7834b6;
  margin-bottom: 0.7rem;
}
.cid-uzg0w0ZSJL input,
.cid-uzg0w0ZSJL textarea {
  font-size: 14px;
}
.cid-uzg0w0ZSJL input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uzg0w0ZSJL textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uzg0w0ZSJL .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uzg0w0ZSJL .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uzg0w0ZSJL img {
  width: 90%;
  border-radius: 8px;
}
.cid-uzg0w0ZSJL .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uzg0w0ZSJL .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uzg0w0ZSJL .title-block {
  margin-bottom: 2rem;
}
.cid-uzg0w0ZSJL H5 {
  padding-bottom: 2rem;
}
.cid-uzg0w0ZSJL .mbr-text {
  color: #777777;
}
.cid-uzg0w0ZSJL .mbr-form {
  padding: 0rem;
}
.cid-uzg0w0ZSJL .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uzg0w0ZSJL .form-row {
    margin: 0;
  }
  .cid-uzg0w0ZSJL .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uzg0w0ZSJL .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uzg0w0ZSJL img {
    width: 100%;
  }
}
.cid-uzg0w0ZSJL .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uzg0w1IQWw {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #7834b6;
}
.cid-uzg0w1IQWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzg0w1IQWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzg0w1IQWw .container {
    padding: 0 22px;
  }
}
.cid-uzg0w1IQWw .row {
  justify-content: space-between;
}
.cid-uzg0w1IQWw .content-wrapper {
  margin-bottom: 32px;
}
.cid-uzg0w1IQWw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzg0w1IQWw .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uzg0w1IQWw .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzg0w1IQWw .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uzg0w1IQWw .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uzg0w1IQWw .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uzg0w1IQWw .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uzg0w1IQWw .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uzg0w1IQWw .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzg0w1IQWw .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uzg0w1IQWw .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uzg0w1IQWw .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzg0w1IQWw .copy-wrapper {
    display: block;
  }
}
.cid-uzg0w1IQWw .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzg0w1IQWw .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uzg0w1IQWw .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzg0w1IQWw .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uzg0w1IQWw .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uzg0w1IQWw .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzg0w1IQWw .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzg0w1IQWw .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #7834b6;
}
.cid-uzg0w1IQWw .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uzg0w1IQWw .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzg0w1IQWw .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uzg0w1IQWw .mbr-section-title {
  color: #ff5753;
}
.cid-uzg0w1IQWw .mbr-text {
  color: #ffffff;
}
.cid-uzg0w1IQWw .list {
  color: #635d60;
}
.cid-uzg0w1IQWw .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uzg0w1IQWw .mbr-section-title,
.cid-uzg0w1IQWw .mbr-section-btn {
  color: #f9f2ff;
}
.cid-uzg0w1IQWw .list,
.cid-uzg0w1IQWw .item-wrap {
  color: #f9f2ff;
}
.cid-uGcN2JfIhK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGcN2JfIhK .nav-item:focus,
.cid-uGcN2JfIhK .nav-link:focus {
  outline: none;
}
.cid-uGcN2JfIhK .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item:active,
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item:focus {
  color: #7834b6 !important;
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGcN2JfIhK .navbar-caption:hover {
  color: inherit !important;
}
.cid-uGcN2JfIhK .container {
  max-width: 1380px;
}
.cid-uGcN2JfIhK .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uGcN2JfIhK .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uGcN2JfIhK .nav-link:hover,
.cid-uGcN2JfIhK .nav-link:active,
.cid-uGcN2JfIhK .nav-link:focus {
  border-bottom: 3px solid #7834b6;
  color: #7834b6 !important;
}
.cid-uGcN2JfIhK .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGcN2JfIhK .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGcN2JfIhK .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGcN2JfIhK .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGcN2JfIhK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGcN2JfIhK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGcN2JfIhK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGcN2JfIhK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGcN2JfIhK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGcN2JfIhK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGcN2JfIhK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGcN2JfIhK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGcN2JfIhK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGcN2JfIhK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGcN2JfIhK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGcN2JfIhK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGcN2JfIhK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGcN2JfIhK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGcN2JfIhK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGcN2JfIhK .icons-menu span {
  color: #ed6436 !important;
}
.cid-uGcN2JfIhK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGcN2JfIhK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uGcN2JfIhK .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGcN2JfIhK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGcN2JfIhK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGcN2JfIhK .dropdown-item.active,
.cid-uGcN2JfIhK .dropdown-item:active {
  background-color: transparent;
}
.cid-uGcN2JfIhK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGcN2JfIhK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGcN2JfIhK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGcN2JfIhK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGcN2JfIhK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGcN2JfIhK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGcN2JfIhK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGcN2JfIhK .navbar-buttons {
  text-align: center;
}
.cid-uGcN2JfIhK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7834b6;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGcN2JfIhK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGcN2JfIhK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGcN2JfIhK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGcN2JfIhK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGcN2JfIhK .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uGcN2JfIhK a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uGcN2JfIhK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGcN2JfIhK .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uGcN2JfIhK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGcN2JfIhK .navbar {
    height: 77px;
  }
  .cid-uGcN2JfIhK .navbar.opened {
    height: auto;
  }
  .cid-uGcN2JfIhK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGdblfDRg1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tattoo-design-bg3-1232x928.png");
}
.cid-uGdblfDRg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdblfDRg1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGdblfDRg1 .items-wrapper {
  justify-content: flex-end;
}
.cid-uGdblfDRg1 .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGdblfDRg1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGdblfDRg1 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGdblfDRg1 .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGdblfDRg1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGdblfDRg1 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uGdblfDRg1 .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uGdblfDRg1 .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uGdblfDRg1 .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uGdblfDRg1 .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uGdblfDRg1 .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uGdblfDRg1 .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uGdblfDRg1 .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uGdblfDRg1 .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uGdblfDRg1 .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uGdblfDRg1 .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uGdblfDRg1 .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGdblfDRg1 .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uGdblfDRg1 .mbr-desc {
  color: #272b2e;
}
.cid-uGdblfDRg1 .mbr-section-title {
  color: #272b2e;
}
.cid-uGdblfDRg1 .mbr-text,
.cid-uGdblfDRg1 .text-wrapper {
  color: #272b2e;
}
.cid-uGdaA6I0hI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f9f2ff;
}
.cid-uGdaA6I0hI .mbr-section-title {
  color: #1c1c1c;
}
.cid-uGdaA6I0hI .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-uGdcHiSslu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGdcHiSslu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdcHiSslu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGdcHiSslu li {
  padding-bottom: 1rem;
}
.cid-uGdcHiSslu .row {
  justify-content: flex-end;
}
.cid-uGdcHiSslu ul {
  padding-left: 1.5rem;
}
.cid-uGdcHiSslu .mbr-text3 {
  line-height: 1.2;
}
.cid-uGdcHiSslu p {
  line-height: 1.2;
}
.cid-uGdcHiSslu .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-uGdcHiSslu .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uGdcHiSslu .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uGdcHiSslu .image-wrapper {
  padding: 0 1rem;
}
.cid-uGdcHiSslu .mbr-section-title {
  color: #000000;
}
.cid-uGdcHiSslu .mbr-text,
.cid-uGdcHiSslu .mbr-section-btn {
  color: #f0466a;
}
.cid-uGdcHiSslu .mbr-card-title {
  color: #f0466a;
}
.cid-uGdcHiSslu .mbr-card-title,
.cid-uGdcHiSslu .line {
  color: #f0466a;
}
.cid-uGdcHiSslu .mbr-section-text {
  color: #000000;
}
.cid-uGdcHiSslu .mbr-list {
  color: #000000;
}
.cid-uGdfo9oAFu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGdfo9oAFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdfo9oAFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGdfo9oAFu li {
  padding-bottom: 1rem;
}
.cid-uGdfo9oAFu .row {
  justify-content: flex-end;
}
.cid-uGdfo9oAFu ul {
  padding-left: 1.5rem;
}
.cid-uGdfo9oAFu .mbr-text3 {
  line-height: 1.2;
}
.cid-uGdfo9oAFu p {
  line-height: 1.2;
}
.cid-uGdfo9oAFu .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-uGdfo9oAFu .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uGdfo9oAFu .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uGdfo9oAFu .image-wrapper {
  padding: 0 1rem;
}
.cid-uGdfo9oAFu .mbr-section-title {
  color: #000000;
}
.cid-uGdfo9oAFu .mbr-text,
.cid-uGdfo9oAFu .mbr-section-btn {
  color: #f0466a;
}
.cid-uGdfo9oAFu .mbr-card-title {
  color: #f0466a;
}
.cid-uGdfo9oAFu .mbr-card-title,
.cid-uGdfo9oAFu .line {
  color: #f0466a;
}
.cid-uGdfo9oAFu .mbr-section-text {
  color: #000000;
}
.cid-uGdfo9oAFu .mbr-list {
  color: #000000;
}
.cid-uGdfoWbm49 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGdfoWbm49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdfoWbm49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGdfoWbm49 li {
  padding-bottom: 1rem;
}
.cid-uGdfoWbm49 .row {
  justify-content: flex-end;
}
.cid-uGdfoWbm49 ul {
  padding-left: 1.5rem;
}
.cid-uGdfoWbm49 .mbr-text3 {
  line-height: 1.2;
}
.cid-uGdfoWbm49 p {
  line-height: 1.2;
}
.cid-uGdfoWbm49 .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-uGdfoWbm49 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uGdfoWbm49 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uGdfoWbm49 .image-wrapper {
  padding: 0 1rem;
}
.cid-uGdfoWbm49 .mbr-section-title {
  color: #000000;
}
.cid-uGdfoWbm49 .mbr-text,
.cid-uGdfoWbm49 .mbr-section-btn {
  color: #f0466a;
}
.cid-uGdfoWbm49 .mbr-card-title {
  color: #f0466a;
}
.cid-uGdfoWbm49 .mbr-card-title,
.cid-uGdfoWbm49 .line {
  color: #f0466a;
}
.cid-uGdfoWbm49 .mbr-section-text {
  color: #000000;
}
.cid-uGdfoWbm49 .mbr-list {
  color: #000000;
}
.cid-uGe1WYvlF6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGe1WYvlF6 .title__wrap {
  margin-bottom: 30px;
}
.cid-uGe1WYvlF6 .title__block {
  margin-bottom: 10px;
}
.cid-uGe1WYvlF6 .mbr-section-title,
.cid-uGe1WYvlF6 .text__time,
.cid-uGe1WYvlF6 .mbr-text,
.cid-uGe1WYvlF6 .text__author,
.cid-uGe1WYvlF6 .text__hall {
  margin-bottom: 0;
}
.cid-uGe1WYvlF6 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-uGe1WYvlF6 .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-uGe1WYvlF6 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uGe1WYvlF6 .mbr-section-btn .btn-secondary-outline:hover {
  color: #7834b6 !important;
}
.cid-uGe1WYvlF6 .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-uGe1WYvlF6 .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-uGe1WYvlF6 .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-uGe1WYvlF6 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uGe1WYvlF6 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uGe1WYvlF6 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-uGe1WYvlF6 .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-uGe1WYvlF6 .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-uGe1WYvlF6 .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-uGe1WYvlF6 .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #d90a2c;
}
.cid-uGe1WYvlF6 .nav-tabs .nav-link.active:hover {
  background-color: #d90a2c;
}
@media (max-width: 991px) {
  .cid-uGe1WYvlF6 .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-uGe1WYvlF6 .buttons {
    justify-content: flex-start;
  }
}
.cid-uGe1WYvlF6 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uGe1WYvlF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGe1WYvlF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urMKAP6pcw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urMKAP6pcw img {
  width: 120px;
  margin: auto;
}
.cid-urMKAP6pcw .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-urMKAP6pcw .card {
    max-width: 12.5%;
  }
}
.cid-urMKATutIu {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #7834b6;
}
.cid-urMKATutIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-urMKATutIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urMKATutIu .container {
    padding: 0 22px;
  }
}
.cid-urMKATutIu .row {
  justify-content: space-between;
}
.cid-urMKATutIu .content-wrapper {
  margin-bottom: 32px;
}
.cid-urMKATutIu .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-urMKATutIu .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-urMKATutIu .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urMKATutIu .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-urMKATutIu .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-urMKATutIu .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-urMKATutIu .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-urMKATutIu .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-urMKATutIu .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-urMKATutIu .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-urMKATutIu .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-urMKATutIu .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urMKATutIu .copy-wrapper {
    display: block;
  }
}
.cid-urMKATutIu .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-urMKATutIu .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-urMKATutIu .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urMKATutIu .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-urMKATutIu .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-urMKATutIu .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-urMKATutIu .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-urMKATutIu .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #7834b6;
}
.cid-urMKATutIu .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-urMKATutIu .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urMKATutIu .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-urMKATutIu .mbr-section-title {
  color: #ff5753;
}
.cid-urMKATutIu .mbr-text {
  color: #ffffff;
}
.cid-urMKATutIu .list {
  color: #635d60;
}
.cid-urMKATutIu .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-urMKATutIu .mbr-section-title,
.cid-urMKATutIu .mbr-section-btn {
  color: #f9f2ff;
}
.cid-urMKATutIu .list,
.cid-urMKATutIu .item-wrap {
  color: #f9f2ff;
}
.cid-uGcN2JfIhK .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGcN2JfIhK .nav-item:focus,
.cid-uGcN2JfIhK .nav-link:focus {
  outline: none;
}
.cid-uGcN2JfIhK .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item:active,
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item:focus {
  color: #7834b6 !important;
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGcN2JfIhK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGcN2JfIhK .navbar-caption:hover {
  color: inherit !important;
}
.cid-uGcN2JfIhK .container {
  max-width: 1380px;
}
.cid-uGcN2JfIhK .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uGcN2JfIhK .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uGcN2JfIhK .nav-link:hover,
.cid-uGcN2JfIhK .nav-link:active,
.cid-uGcN2JfIhK .nav-link:focus {
  border-bottom: 3px solid #7834b6;
  color: #7834b6 !important;
}
.cid-uGcN2JfIhK .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGcN2JfIhK .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGcN2JfIhK .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGcN2JfIhK .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGcN2JfIhK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGcN2JfIhK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGcN2JfIhK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGcN2JfIhK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGcN2JfIhK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGcN2JfIhK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGcN2JfIhK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGcN2JfIhK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGcN2JfIhK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGcN2JfIhK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGcN2JfIhK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGcN2JfIhK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGcN2JfIhK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGcN2JfIhK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGcN2JfIhK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGcN2JfIhK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGcN2JfIhK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGcN2JfIhK .icons-menu span {
  color: #ed6436 !important;
}
.cid-uGcN2JfIhK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGcN2JfIhK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uGcN2JfIhK .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGcN2JfIhK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGcN2JfIhK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGcN2JfIhK .dropdown-item.active,
.cid-uGcN2JfIhK .dropdown-item:active {
  background-color: transparent;
}
.cid-uGcN2JfIhK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGcN2JfIhK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGcN2JfIhK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGcN2JfIhK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGcN2JfIhK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGcN2JfIhK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGcN2JfIhK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGcN2JfIhK .navbar-buttons {
  text-align: center;
}
.cid-uGcN2JfIhK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7834b6;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGcN2JfIhK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGcN2JfIhK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGcN2JfIhK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGcN2JfIhK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGcN2JfIhK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGcN2JfIhK .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uGcN2JfIhK a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uGcN2JfIhK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGcN2JfIhK .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uGcN2JfIhK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGcN2JfIhK .navbar {
    height: 77px;
  }
  .cid-uGcN2JfIhK .navbar.opened {
    height: auto;
  }
  .cid-uGcN2JfIhK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGds5cSk0g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tattoo-design-bg3-1232x928.png");
}
.cid-uGds5cSk0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGds5cSk0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGds5cSk0g .items-wrapper {
  justify-content: flex-end;
}
.cid-uGds5cSk0g .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGds5cSk0g .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGds5cSk0g .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGds5cSk0g .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGds5cSk0g .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGds5cSk0g .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uGds5cSk0g .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uGds5cSk0g .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uGds5cSk0g .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uGds5cSk0g .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uGds5cSk0g .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uGds5cSk0g .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uGds5cSk0g .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uGds5cSk0g .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uGds5cSk0g .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uGds5cSk0g .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uGds5cSk0g .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGds5cSk0g .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uGds5cSk0g .mbr-desc {
  color: #272b2e;
}
.cid-uGds5cSk0g .mbr-section-title {
  color: #272b2e;
}
.cid-uGds5cSk0g .mbr-text,
.cid-uGds5cSk0g .text-wrapper {
  color: #272b2e;
}
.cid-uGds5eRdAS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f9f2ff;
}
.cid-uGds5eRdAS .mbr-section-title {
  color: #232323;
}
.cid-uGds5eRdAS .mbr-section-subtitle {
  color: #05386b;
}
.cid-uGds5fuWhV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGds5fuWhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGds5fuWhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGds5fuWhV li {
  padding-bottom: 1rem;
}
.cid-uGds5fuWhV .row {
  justify-content: flex-end;
}
.cid-uGds5fuWhV ul {
  padding-left: 1.5rem;
}
.cid-uGds5fuWhV .mbr-text3 {
  line-height: 1.2;
}
.cid-uGds5fuWhV p {
  line-height: 1.2;
}
.cid-uGds5fuWhV .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-uGds5fuWhV .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uGds5fuWhV .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uGds5fuWhV .image-wrapper {
  padding: 0 1rem;
}
.cid-uGds5fuWhV .mbr-section-title {
  color: #000000;
}
.cid-uGds5fuWhV .mbr-text,
.cid-uGds5fuWhV .mbr-section-btn {
  color: #f0466a;
}
.cid-uGds5fuWhV .mbr-card-title {
  color: #f0466a;
}
.cid-uGds5fuWhV .mbr-card-title,
.cid-uGds5fuWhV .line {
  color: #f0466a;
}
.cid-uGds5fuWhV .mbr-section-text {
  color: #000000;
}
.cid-uGds5fuWhV .mbr-list {
  color: #000000;
}
.cid-uGdtFswiw7 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tattoo-design-bg3-1232x928.png");
}
.cid-uGdtFswiw7 .mbr-section-title {
  color: #232323;
}
.cid-uGdtFswiw7 .mbr-section-subtitle {
  color: #05386b;
  text-align: left;
}
.cid-uGdtFswiw7 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uGds5kcFTr {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #7834b6;
}
.cid-uGds5kcFTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGds5kcFTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGds5kcFTr .container {
    padding: 0 22px;
  }
}
.cid-uGds5kcFTr .row {
  justify-content: space-between;
}
.cid-uGds5kcFTr .content-wrapper {
  margin-bottom: 32px;
}
.cid-uGds5kcFTr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGds5kcFTr .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uGds5kcFTr .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGds5kcFTr .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uGds5kcFTr .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uGds5kcFTr .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGds5kcFTr .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uGds5kcFTr .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uGds5kcFTr .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGds5kcFTr .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uGds5kcFTr .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uGds5kcFTr .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGds5kcFTr .copy-wrapper {
    display: block;
  }
}
.cid-uGds5kcFTr .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGds5kcFTr .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGds5kcFTr .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGds5kcFTr .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uGds5kcFTr .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uGds5kcFTr .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGds5kcFTr .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGds5kcFTr .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #7834b6;
}
.cid-uGds5kcFTr .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uGds5kcFTr .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGds5kcFTr .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uGds5kcFTr .mbr-section-title {
  color: #ff5753;
}
.cid-uGds5kcFTr .mbr-text {
  color: #ffffff;
}
.cid-uGds5kcFTr .list {
  color: #635d60;
}
.cid-uGds5kcFTr .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uGds5kcFTr .mbr-section-title,
.cid-uGds5kcFTr .mbr-section-btn {
  color: #f9f2ff;
}
.cid-uGds5kcFTr .list,
.cid-uGds5kcFTr .item-wrap {
  color: #f9f2ff;
}
.cid-uGds5lEJm8 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGds5lEJm8 .nav-item:focus,
.cid-uGds5lEJm8 .nav-link:focus {
  outline: none;
}
.cid-uGds5lEJm8 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uGds5lEJm8 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGds5lEJm8 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uGds5lEJm8 .dropdown .dropdown-menu .dropdown-item:active,
.cid-uGds5lEJm8 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #7834b6 !important;
}
.cid-uGds5lEJm8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGds5lEJm8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGds5lEJm8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGds5lEJm8 .navbar-caption:hover {
  color: inherit !important;
}
.cid-uGds5lEJm8 .container {
  max-width: 1380px;
}
.cid-uGds5lEJm8 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uGds5lEJm8 .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uGds5lEJm8 .nav-link:hover,
.cid-uGds5lEJm8 .nav-link:active,
.cid-uGds5lEJm8 .nav-link:focus {
  border-bottom: 3px solid #7834b6;
  color: #7834b6 !important;
}
.cid-uGds5lEJm8 .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGds5lEJm8 .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGds5lEJm8 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGds5lEJm8 .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGds5lEJm8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGds5lEJm8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGds5lEJm8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uGds5lEJm8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGds5lEJm8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGds5lEJm8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGds5lEJm8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGds5lEJm8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGds5lEJm8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGds5lEJm8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGds5lEJm8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGds5lEJm8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGds5lEJm8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGds5lEJm8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGds5lEJm8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGds5lEJm8 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGds5lEJm8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGds5lEJm8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGds5lEJm8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGds5lEJm8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGds5lEJm8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGds5lEJm8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGds5lEJm8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGds5lEJm8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGds5lEJm8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGds5lEJm8 .icons-menu span {
  color: #ed6436 !important;
}
.cid-uGds5lEJm8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGds5lEJm8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uGds5lEJm8 .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGds5lEJm8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGds5lEJm8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGds5lEJm8 .dropdown-item.active,
.cid-uGds5lEJm8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGds5lEJm8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGds5lEJm8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGds5lEJm8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGds5lEJm8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGds5lEJm8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGds5lEJm8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGds5lEJm8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGds5lEJm8 .navbar-buttons {
  text-align: center;
}
.cid-uGds5lEJm8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGds5lEJm8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7834b6;
}
.cid-uGds5lEJm8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGds5lEJm8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGds5lEJm8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGds5lEJm8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGds5lEJm8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGds5lEJm8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGds5lEJm8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGds5lEJm8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGds5lEJm8 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uGds5lEJm8 a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uGds5lEJm8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGds5lEJm8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uGds5lEJm8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGds5lEJm8 .navbar {
    height: 77px;
  }
  .cid-uGds5lEJm8 .navbar.opened {
    height: auto;
  }
  .cid-uGds5lEJm8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGdvlkimMH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tattoo-design-bg3-1232x928.png");
}
.cid-uGdvlkimMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdvlkimMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGdvlkimMH .items-wrapper {
  justify-content: flex-end;
}
.cid-uGdvlkimMH .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGdvlkimMH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGdvlkimMH .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGdvlkimMH .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGdvlkimMH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGdvlkimMH .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uGdvlkimMH .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uGdvlkimMH .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uGdvlkimMH .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uGdvlkimMH .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uGdvlkimMH .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uGdvlkimMH .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uGdvlkimMH .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uGdvlkimMH .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uGdvlkimMH .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uGdvlkimMH .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uGdvlkimMH .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGdvlkimMH .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uGdvlkimMH .mbr-desc {
  color: #272b2e;
}
.cid-uGdvlkimMH .mbr-section-title {
  color: #272b2e;
}
.cid-uGdvlkimMH .mbr-text,
.cid-uGdvlkimMH .text-wrapper {
  color: #272b2e;
}
.cid-uGdvlnJymd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGdvlnJymd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdvlnJymd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGdvlnJymd li {
  padding-bottom: 1rem;
}
.cid-uGdvlnJymd .row {
  justify-content: flex-end;
}
.cid-uGdvlnJymd ul {
  padding-left: 1.5rem;
}
.cid-uGdvlnJymd .mbr-text3 {
  line-height: 1.2;
}
.cid-uGdvlnJymd p {
  line-height: 1.2;
}
.cid-uGdvlnJymd .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-uGdvlnJymd .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uGdvlnJymd .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uGdvlnJymd .image-wrapper {
  padding: 0 1rem;
}
.cid-uGdvlnJymd .mbr-section-title {
  color: #000000;
}
.cid-uGdvlnJymd .mbr-text,
.cid-uGdvlnJymd .mbr-section-btn {
  color: #f0466a;
}
.cid-uGdvlnJymd .mbr-card-title {
  color: #f0466a;
}
.cid-uGdvlnJymd .mbr-card-title,
.cid-uGdvlnJymd .line {
  color: #f0466a;
}
.cid-uGdvlnJymd .mbr-section-text {
  color: #000000;
}
.cid-uGdvlnJymd .mbr-list {
  color: #000000;
}
.cid-uGdvloKYEj {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tattoo-design-bg3-1232x928.png");
}
.cid-uGdvloKYEj .mbr-section-title {
  color: #232323;
}
.cid-uGdvloKYEj .mbr-section-subtitle {
  color: #05386b;
  text-align: left;
}
.cid-uGdvloKYEj .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uGdvlpy2cA {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #7834b6;
}
.cid-uGdvlpy2cA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdvlpy2cA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGdvlpy2cA .container {
    padding: 0 22px;
  }
}
.cid-uGdvlpy2cA .row {
  justify-content: space-between;
}
.cid-uGdvlpy2cA .content-wrapper {
  margin-bottom: 32px;
}
.cid-uGdvlpy2cA .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGdvlpy2cA .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uGdvlpy2cA .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGdvlpy2cA .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uGdvlpy2cA .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uGdvlpy2cA .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGdvlpy2cA .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uGdvlpy2cA .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uGdvlpy2cA .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGdvlpy2cA .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uGdvlpy2cA .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uGdvlpy2cA .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGdvlpy2cA .copy-wrapper {
    display: block;
  }
}
.cid-uGdvlpy2cA .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGdvlpy2cA .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGdvlpy2cA .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGdvlpy2cA .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uGdvlpy2cA .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uGdvlpy2cA .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGdvlpy2cA .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGdvlpy2cA .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #7834b6;
}
.cid-uGdvlpy2cA .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uGdvlpy2cA .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGdvlpy2cA .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uGdvlpy2cA .mbr-section-title {
  color: #ff5753;
}
.cid-uGdvlpy2cA .mbr-text {
  color: #ffffff;
}
.cid-uGdvlpy2cA .list {
  color: #635d60;
}
.cid-uGdvlpy2cA .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uGdvlpy2cA .mbr-section-title,
.cid-uGdvlpy2cA .mbr-section-btn {
  color: #f9f2ff;
}
.cid-uGdvlpy2cA .list,
.cid-uGdvlpy2cA .item-wrap {
  color: #f9f2ff;
}
.cid-uGdvlrqmdb .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGdvlrqmdb .nav-item:focus,
.cid-uGdvlrqmdb .nav-link:focus {
  outline: none;
}
.cid-uGdvlrqmdb .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uGdvlrqmdb .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGdvlrqmdb .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uGdvlrqmdb .dropdown .dropdown-menu .dropdown-item:active,
.cid-uGdvlrqmdb .dropdown .dropdown-menu .dropdown-item:focus {
  color: #7834b6 !important;
}
.cid-uGdvlrqmdb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGdvlrqmdb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGdvlrqmdb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGdvlrqmdb .navbar-caption:hover {
  color: inherit !important;
}
.cid-uGdvlrqmdb .container {
  max-width: 1380px;
}
.cid-uGdvlrqmdb .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uGdvlrqmdb .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uGdvlrqmdb .nav-link:hover,
.cid-uGdvlrqmdb .nav-link:active,
.cid-uGdvlrqmdb .nav-link:focus {
  border-bottom: 3px solid #7834b6;
  color: #7834b6 !important;
}
.cid-uGdvlrqmdb .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGdvlrqmdb .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGdvlrqmdb .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGdvlrqmdb .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGdvlrqmdb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGdvlrqmdb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGdvlrqmdb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uGdvlrqmdb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGdvlrqmdb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGdvlrqmdb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGdvlrqmdb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGdvlrqmdb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGdvlrqmdb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGdvlrqmdb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGdvlrqmdb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGdvlrqmdb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGdvlrqmdb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGdvlrqmdb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGdvlrqmdb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGdvlrqmdb .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGdvlrqmdb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGdvlrqmdb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGdvlrqmdb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGdvlrqmdb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGdvlrqmdb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGdvlrqmdb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGdvlrqmdb .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGdvlrqmdb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGdvlrqmdb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGdvlrqmdb .icons-menu span {
  color: #ed6436 !important;
}
.cid-uGdvlrqmdb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGdvlrqmdb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uGdvlrqmdb .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGdvlrqmdb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGdvlrqmdb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGdvlrqmdb .dropdown-item.active,
.cid-uGdvlrqmdb .dropdown-item:active {
  background-color: transparent;
}
.cid-uGdvlrqmdb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGdvlrqmdb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGdvlrqmdb .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGdvlrqmdb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGdvlrqmdb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGdvlrqmdb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGdvlrqmdb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGdvlrqmdb .navbar-buttons {
  text-align: center;
}
.cid-uGdvlrqmdb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGdvlrqmdb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7834b6;
}
.cid-uGdvlrqmdb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGdvlrqmdb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGdvlrqmdb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGdvlrqmdb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGdvlrqmdb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGdvlrqmdb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGdvlrqmdb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGdvlrqmdb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGdvlrqmdb .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uGdvlrqmdb a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uGdvlrqmdb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGdvlrqmdb .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uGdvlrqmdb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGdvlrqmdb .navbar {
    height: 77px;
  }
  .cid-uGdvlrqmdb .navbar.opened {
    height: auto;
  }
  .cid-uGdvlrqmdb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGe6tKyATr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tattoo-design-bg3-1232x928.png");
}
.cid-uGe6tKyATr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGe6tKyATr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGe6tKyATr .items-wrapper {
  justify-content: flex-end;
}
.cid-uGe6tKyATr .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGe6tKyATr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGe6tKyATr .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGe6tKyATr .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGe6tKyATr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGe6tKyATr .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uGe6tKyATr .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uGe6tKyATr .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uGe6tKyATr .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uGe6tKyATr .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uGe6tKyATr .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uGe6tKyATr .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uGe6tKyATr .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uGe6tKyATr .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uGe6tKyATr .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uGe6tKyATr .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uGe6tKyATr .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGe6tKyATr .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uGe6tKyATr .mbr-desc {
  color: #272b2e;
}
.cid-uGe6tKyATr .mbr-section-title {
  color: #272b2e;
}
.cid-uGe6tKyATr .mbr-text,
.cid-uGe6tKyATr .text-wrapper {
  color: #272b2e;
}
.cid-uGe6tM9jtU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGe6tM9jtU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGe6tM9jtU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGe6tM9jtU li {
  padding-bottom: 1rem;
}
.cid-uGe6tM9jtU .row {
  justify-content: flex-end;
}
.cid-uGe6tM9jtU ul {
  padding-left: 1.5rem;
}
.cid-uGe6tM9jtU .mbr-text3 {
  line-height: 1.2;
}
.cid-uGe6tM9jtU p {
  line-height: 1.2;
}
.cid-uGe6tM9jtU .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-uGe6tM9jtU .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uGe6tM9jtU .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uGe6tM9jtU .image-wrapper {
  padding: 0 1rem;
}
.cid-uGe6tM9jtU .mbr-section-title {
  color: #000000;
}
.cid-uGe6tM9jtU .mbr-text,
.cid-uGe6tM9jtU .mbr-section-btn {
  color: #f0466a;
}
.cid-uGe6tM9jtU .mbr-card-title {
  color: #f0466a;
}
.cid-uGe6tM9jtU .mbr-card-title,
.cid-uGe6tM9jtU .line {
  color: #f0466a;
}
.cid-uGe6tM9jtU .mbr-section-text {
  color: #000000;
}
.cid-uGe6tM9jtU .mbr-list {
  color: #000000;
}
.cid-uGe6tNxW9u {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #7834b6;
}
.cid-uGe6tNxW9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGe6tNxW9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGe6tNxW9u .container {
    padding: 0 22px;
  }
}
.cid-uGe6tNxW9u .row {
  justify-content: space-between;
}
.cid-uGe6tNxW9u .content-wrapper {
  margin-bottom: 32px;
}
.cid-uGe6tNxW9u .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGe6tNxW9u .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uGe6tNxW9u .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGe6tNxW9u .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uGe6tNxW9u .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uGe6tNxW9u .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGe6tNxW9u .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uGe6tNxW9u .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uGe6tNxW9u .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGe6tNxW9u .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uGe6tNxW9u .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uGe6tNxW9u .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGe6tNxW9u .copy-wrapper {
    display: block;
  }
}
.cid-uGe6tNxW9u .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGe6tNxW9u .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGe6tNxW9u .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGe6tNxW9u .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uGe6tNxW9u .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uGe6tNxW9u .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGe6tNxW9u .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGe6tNxW9u .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #7834b6;
}
.cid-uGe6tNxW9u .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uGe6tNxW9u .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGe6tNxW9u .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uGe6tNxW9u .mbr-section-title {
  color: #ff5753;
}
.cid-uGe6tNxW9u .mbr-text {
  color: #ffffff;
}
.cid-uGe6tNxW9u .list {
  color: #635d60;
}
.cid-uGe6tNxW9u .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uGe6tNxW9u .mbr-section-title,
.cid-uGe6tNxW9u .mbr-section-btn {
  color: #f9f2ff;
}
.cid-uGe6tNxW9u .list,
.cid-uGe6tNxW9u .item-wrap {
  color: #f9f2ff;
}
.cid-uGe6tOr3ZO .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGe6tOr3ZO .nav-item:focus,
.cid-uGe6tOr3ZO .nav-link:focus {
  outline: none;
}
.cid-uGe6tOr3ZO .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uGe6tOr3ZO .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGe6tOr3ZO .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uGe6tOr3ZO .dropdown .dropdown-menu .dropdown-item:active,
.cid-uGe6tOr3ZO .dropdown .dropdown-menu .dropdown-item:focus {
  color: #7834b6 !important;
}
.cid-uGe6tOr3ZO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGe6tOr3ZO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGe6tOr3ZO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGe6tOr3ZO .navbar-caption:hover {
  color: inherit !important;
}
.cid-uGe6tOr3ZO .container {
  max-width: 1380px;
}
.cid-uGe6tOr3ZO .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uGe6tOr3ZO .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uGe6tOr3ZO .nav-link:hover,
.cid-uGe6tOr3ZO .nav-link:active,
.cid-uGe6tOr3ZO .nav-link:focus {
  border-bottom: 3px solid #7834b6;
  color: #7834b6 !important;
}
.cid-uGe6tOr3ZO .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGe6tOr3ZO .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGe6tOr3ZO .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGe6tOr3ZO .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGe6tOr3ZO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGe6tOr3ZO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGe6tOr3ZO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uGe6tOr3ZO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGe6tOr3ZO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGe6tOr3ZO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGe6tOr3ZO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGe6tOr3ZO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGe6tOr3ZO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGe6tOr3ZO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGe6tOr3ZO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGe6tOr3ZO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGe6tOr3ZO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGe6tOr3ZO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGe6tOr3ZO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGe6tOr3ZO .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGe6tOr3ZO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGe6tOr3ZO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGe6tOr3ZO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGe6tOr3ZO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGe6tOr3ZO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGe6tOr3ZO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGe6tOr3ZO .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGe6tOr3ZO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGe6tOr3ZO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGe6tOr3ZO .icons-menu span {
  color: #ed6436 !important;
}
.cid-uGe6tOr3ZO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGe6tOr3ZO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uGe6tOr3ZO .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGe6tOr3ZO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGe6tOr3ZO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGe6tOr3ZO .dropdown-item.active,
.cid-uGe6tOr3ZO .dropdown-item:active {
  background-color: transparent;
}
.cid-uGe6tOr3ZO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGe6tOr3ZO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGe6tOr3ZO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGe6tOr3ZO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGe6tOr3ZO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGe6tOr3ZO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGe6tOr3ZO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGe6tOr3ZO .navbar-buttons {
  text-align: center;
}
.cid-uGe6tOr3ZO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGe6tOr3ZO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7834b6;
}
.cid-uGe6tOr3ZO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGe6tOr3ZO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGe6tOr3ZO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGe6tOr3ZO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGe6tOr3ZO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGe6tOr3ZO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGe6tOr3ZO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGe6tOr3ZO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGe6tOr3ZO .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uGe6tOr3ZO a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uGe6tOr3ZO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGe6tOr3ZO .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uGe6tOr3ZO .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGe6tOr3ZO .navbar {
    height: 77px;
  }
  .cid-uGe6tOr3ZO .navbar.opened {
    height: auto;
  }
  .cid-uGe6tOr3ZO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGea0DwQDv {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/spam-musubi-website-header-for-landing-page-a-scenic-shot-of-36061d98-89f0-4e04-8302-8d1d28c53fb0-2000x432.png");
}
.cid-uGea0DwQDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGea0DwQDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGea0DwQDv .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-uGea0DwQDv .mbr-section-title {
  color: #ffffff;
}
.cid-uGeahVarr2 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tattoo-design-bg3-1232x928.png");
}
.cid-uGeahVarr2 .mbr-section-title {
  color: #232323;
}
.cid-uGeahVarr2 .mbr-section-subtitle {
  color: #05386b;
  text-align: left;
}
.cid-uGeahVarr2 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uGea0EHuIG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uGea0EHuIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGea0EHuIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGea0EHuIG .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #7834b6;
  margin-left: 1rem;
}
.cid-uGea0EHuIG .panel-group {
  border: none;
}
.cid-uGea0EHuIG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGea0EHuIG .panel-body,
.cid-uGea0EHuIG .card-header {
  padding: 1rem 0;
}
.cid-uGea0EHuIG .panel-title-edit {
  color: #000000;
}
.cid-uGea0EHuIG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uGebfmRopY {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGebfmRopY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uGebfmRopY .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #7834b6;
  margin-bottom: 0.7rem;
}
.cid-uGebfmRopY input,
.cid-uGebfmRopY textarea {
  font-size: 14px;
}
.cid-uGebfmRopY input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uGebfmRopY textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uGebfmRopY .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uGebfmRopY .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uGebfmRopY img {
  width: 90%;
  border-radius: 8px;
}
.cid-uGebfmRopY .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uGebfmRopY .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uGebfmRopY .title-block {
  margin-bottom: 2rem;
}
.cid-uGebfmRopY H5 {
  padding-bottom: 2rem;
}
.cid-uGebfmRopY .mbr-text {
  color: #777777;
}
.cid-uGebfmRopY .mbr-form {
  padding: 0rem;
}
.cid-uGebfmRopY .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uGebfmRopY .form-row {
    margin: 0;
  }
  .cid-uGebfmRopY .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uGebfmRopY .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uGebfmRopY img {
    width: 100%;
  }
}
.cid-uGebfmRopY .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uGea0IhVLT {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #7834b6;
}
.cid-uGea0IhVLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGea0IhVLT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGea0IhVLT .container {
    padding: 0 22px;
  }
}
.cid-uGea0IhVLT .row {
  justify-content: space-between;
}
.cid-uGea0IhVLT .content-wrapper {
  margin-bottom: 32px;
}
.cid-uGea0IhVLT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGea0IhVLT .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uGea0IhVLT .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGea0IhVLT .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uGea0IhVLT .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uGea0IhVLT .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGea0IhVLT .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uGea0IhVLT .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uGea0IhVLT .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGea0IhVLT .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uGea0IhVLT .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uGea0IhVLT .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGea0IhVLT .copy-wrapper {
    display: block;
  }
}
.cid-uGea0IhVLT .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGea0IhVLT .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGea0IhVLT .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGea0IhVLT .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uGea0IhVLT .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uGea0IhVLT .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGea0IhVLT .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGea0IhVLT .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #7834b6;
}
.cid-uGea0IhVLT .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uGea0IhVLT .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGea0IhVLT .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uGea0IhVLT .mbr-section-title {
  color: #ff5753;
}
.cid-uGea0IhVLT .mbr-text {
  color: #ffffff;
}
.cid-uGea0IhVLT .list {
  color: #635d60;
}
.cid-uGea0IhVLT .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uGea0IhVLT .mbr-section-title,
.cid-uGea0IhVLT .mbr-section-btn {
  color: #f9f2ff;
}
.cid-uGea0IhVLT .list,
.cid-uGea0IhVLT .item-wrap {
  color: #f9f2ff;
}
.cid-uGea0Jafe4 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGea0Jafe4 .nav-item:focus,
.cid-uGea0Jafe4 .nav-link:focus {
  outline: none;
}
.cid-uGea0Jafe4 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uGea0Jafe4 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGea0Jafe4 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uGea0Jafe4 .dropdown .dropdown-menu .dropdown-item:active,
.cid-uGea0Jafe4 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #7834b6 !important;
}
.cid-uGea0Jafe4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGea0Jafe4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGea0Jafe4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGea0Jafe4 .navbar-caption:hover {
  color: inherit !important;
}
.cid-uGea0Jafe4 .container {
  max-width: 1380px;
}
.cid-uGea0Jafe4 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uGea0Jafe4 .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uGea0Jafe4 .nav-link:hover,
.cid-uGea0Jafe4 .nav-link:active,
.cid-uGea0Jafe4 .nav-link:focus {
  border-bottom: 3px solid #7834b6;
  color: #7834b6 !important;
}
.cid-uGea0Jafe4 .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGea0Jafe4 .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGea0Jafe4 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGea0Jafe4 .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGea0Jafe4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGea0Jafe4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGea0Jafe4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uGea0Jafe4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGea0Jafe4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGea0Jafe4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGea0Jafe4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGea0Jafe4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGea0Jafe4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGea0Jafe4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGea0Jafe4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGea0Jafe4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGea0Jafe4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGea0Jafe4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGea0Jafe4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGea0Jafe4 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGea0Jafe4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGea0Jafe4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGea0Jafe4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGea0Jafe4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGea0Jafe4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGea0Jafe4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGea0Jafe4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGea0Jafe4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGea0Jafe4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGea0Jafe4 .icons-menu span {
  color: #ed6436 !important;
}
.cid-uGea0Jafe4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGea0Jafe4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uGea0Jafe4 .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGea0Jafe4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGea0Jafe4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGea0Jafe4 .dropdown-item.active,
.cid-uGea0Jafe4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGea0Jafe4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGea0Jafe4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGea0Jafe4 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGea0Jafe4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGea0Jafe4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGea0Jafe4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGea0Jafe4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGea0Jafe4 .navbar-buttons {
  text-align: center;
}
.cid-uGea0Jafe4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGea0Jafe4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7834b6;
}
.cid-uGea0Jafe4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGea0Jafe4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGea0Jafe4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGea0Jafe4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGea0Jafe4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGea0Jafe4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGea0Jafe4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGea0Jafe4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGea0Jafe4 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uGea0Jafe4 a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uGea0Jafe4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGea0Jafe4 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uGea0Jafe4 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGea0Jafe4 .navbar {
    height: 77px;
  }
  .cid-uGea0Jafe4 .navbar.opened {
    height: auto;
  }
  .cid-uGea0Jafe4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGebvSKLP8 {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/spam-musubi-website-header-for-landing-page-a-scenic-shot-of-36061d98-89f0-4e04-8302-8d1d28c53fb0-2000x432.png");
}
.cid-uGebvSKLP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGebvSKLP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGebvSKLP8 .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-uGebvSKLP8 .mbr-section-title {
  color: #ffffff;
}
.cid-uGebvTyYHG {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tattoo-design-bg3-1232x928.png");
}
.cid-uGebvTyYHG .mbr-section-title {
  color: #232323;
}
.cid-uGebvTyYHG .mbr-section-subtitle {
  color: #05386b;
  text-align: left;
}
.cid-uGebvTyYHG .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uGebvU9pmL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGebvU9pmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGebvU9pmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGebvU9pmL .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #7834b6;
  margin-left: 1rem;
}
.cid-uGebvU9pmL .panel-group {
  border: none;
}
.cid-uGebvU9pmL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGebvU9pmL .panel-body,
.cid-uGebvU9pmL .card-header {
  padding: 1rem 0;
}
.cid-uGebvU9pmL .panel-title-edit {
  color: #000000;
}
.cid-uGebvU9pmL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uGect6fw4o {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGect6fw4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGect6fw4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGect6fw4o .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #7834b6;
  margin-left: 1rem;
}
.cid-uGect6fw4o .panel-group {
  border: none;
}
.cid-uGect6fw4o .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uGect6fw4o .panel-body,
.cid-uGect6fw4o .card-header {
  padding: 1rem 0;
}
.cid-uGect6fw4o .panel-title-edit {
  color: #000000;
}
.cid-uGect6fw4o .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uGebvV2Bo5 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGebvV2Bo5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-uGebvV2Bo5 .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #7834b6;
  margin-bottom: 0.7rem;
}
.cid-uGebvV2Bo5 input,
.cid-uGebvV2Bo5 textarea {
  font-size: 14px;
}
.cid-uGebvV2Bo5 input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-uGebvV2Bo5 textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-uGebvV2Bo5 .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-uGebvV2Bo5 .col-auto {
  width: 100%;
  text-align: center;
}
.cid-uGebvV2Bo5 img {
  width: 90%;
  border-radius: 8px;
}
.cid-uGebvV2Bo5 .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-uGebvV2Bo5 .btn {
  padding: 1rem 3.5rem !important;
}
.cid-uGebvV2Bo5 .title-block {
  margin-bottom: 2rem;
}
.cid-uGebvV2Bo5 H5 {
  padding-bottom: 2rem;
}
.cid-uGebvV2Bo5 .mbr-text {
  color: #777777;
}
.cid-uGebvV2Bo5 .mbr-form {
  padding: 0rem;
}
.cid-uGebvV2Bo5 .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uGebvV2Bo5 .form-row {
    margin: 0;
  }
  .cid-uGebvV2Bo5 .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-uGebvV2Bo5 .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uGebvV2Bo5 img {
    width: 100%;
  }
}
.cid-uGebvV2Bo5 .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-uGebvVZIcQ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #7834b6;
}
.cid-uGebvVZIcQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGebvVZIcQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGebvVZIcQ .container {
    padding: 0 22px;
  }
}
.cid-uGebvVZIcQ .row {
  justify-content: space-between;
}
.cid-uGebvVZIcQ .content-wrapper {
  margin-bottom: 32px;
}
.cid-uGebvVZIcQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGebvVZIcQ .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uGebvVZIcQ .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGebvVZIcQ .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uGebvVZIcQ .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uGebvVZIcQ .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGebvVZIcQ .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uGebvVZIcQ .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uGebvVZIcQ .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGebvVZIcQ .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uGebvVZIcQ .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uGebvVZIcQ .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGebvVZIcQ .copy-wrapper {
    display: block;
  }
}
.cid-uGebvVZIcQ .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGebvVZIcQ .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGebvVZIcQ .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGebvVZIcQ .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uGebvVZIcQ .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uGebvVZIcQ .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGebvVZIcQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGebvVZIcQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #7834b6;
}
.cid-uGebvVZIcQ .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uGebvVZIcQ .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGebvVZIcQ .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uGebvVZIcQ .mbr-section-title {
  color: #ff5753;
}
.cid-uGebvVZIcQ .mbr-text {
  color: #ffffff;
}
.cid-uGebvVZIcQ .list {
  color: #635d60;
}
.cid-uGebvVZIcQ .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uGebvVZIcQ .mbr-section-title,
.cid-uGebvVZIcQ .mbr-section-btn {
  color: #f9f2ff;
}
.cid-uGebvVZIcQ .list,
.cid-uGebvVZIcQ .item-wrap {
  color: #f9f2ff;
}
.cid-uGebvXiiyv .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGebvXiiyv .nav-item:focus,
.cid-uGebvXiiyv .nav-link:focus {
  outline: none;
}
.cid-uGebvXiiyv .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uGebvXiiyv .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGebvXiiyv .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uGebvXiiyv .dropdown .dropdown-menu .dropdown-item:active,
.cid-uGebvXiiyv .dropdown .dropdown-menu .dropdown-item:focus {
  color: #7834b6 !important;
}
.cid-uGebvXiiyv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGebvXiiyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGebvXiiyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGebvXiiyv .navbar-caption:hover {
  color: inherit !important;
}
.cid-uGebvXiiyv .container {
  max-width: 1380px;
}
.cid-uGebvXiiyv .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uGebvXiiyv .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uGebvXiiyv .nav-link:hover,
.cid-uGebvXiiyv .nav-link:active,
.cid-uGebvXiiyv .nav-link:focus {
  border-bottom: 3px solid #7834b6;
  color: #7834b6 !important;
}
.cid-uGebvXiiyv .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGebvXiiyv .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGebvXiiyv .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGebvXiiyv .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGebvXiiyv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGebvXiiyv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGebvXiiyv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uGebvXiiyv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGebvXiiyv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGebvXiiyv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGebvXiiyv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGebvXiiyv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGebvXiiyv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGebvXiiyv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGebvXiiyv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGebvXiiyv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGebvXiiyv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGebvXiiyv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGebvXiiyv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGebvXiiyv .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGebvXiiyv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGebvXiiyv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGebvXiiyv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGebvXiiyv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGebvXiiyv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGebvXiiyv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGebvXiiyv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGebvXiiyv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGebvXiiyv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGebvXiiyv .icons-menu span {
  color: #ed6436 !important;
}
.cid-uGebvXiiyv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGebvXiiyv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uGebvXiiyv .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGebvXiiyv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGebvXiiyv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGebvXiiyv .dropdown-item.active,
.cid-uGebvXiiyv .dropdown-item:active {
  background-color: transparent;
}
.cid-uGebvXiiyv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGebvXiiyv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGebvXiiyv .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGebvXiiyv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGebvXiiyv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGebvXiiyv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGebvXiiyv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGebvXiiyv .navbar-buttons {
  text-align: center;
}
.cid-uGebvXiiyv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGebvXiiyv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7834b6;
}
.cid-uGebvXiiyv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGebvXiiyv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGebvXiiyv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uGebvXiiyv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGebvXiiyv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGebvXiiyv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGebvXiiyv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uGebvXiiyv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uGebvXiiyv .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uGebvXiiyv a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uGebvXiiyv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGebvXiiyv .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uGebvXiiyv .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGebvXiiyv .navbar {
    height: 77px;
  }
  .cid-uGebvXiiyv .navbar.opened {
    height: auto;
  }
  .cid-uGebvXiiyv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQHJpT7UoW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tattoo-design-bg3-1232x928.png");
}
.cid-uQHJpT7UoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHJpT7UoW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQHJpT7UoW .items-wrapper {
  justify-content: flex-end;
}
.cid-uQHJpT7UoW .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQHJpT7UoW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQHJpT7UoW .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQHJpT7UoW .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQHJpT7UoW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQHJpT7UoW .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uQHJpT7UoW .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uQHJpT7UoW .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uQHJpT7UoW .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uQHJpT7UoW .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uQHJpT7UoW .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQHJpT7UoW .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uQHJpT7UoW .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQHJpT7UoW .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uQHJpT7UoW .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uQHJpT7UoW .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uQHJpT7UoW .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQHJpT7UoW .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uQHJpT7UoW .mbr-desc {
  color: #272b2e;
}
.cid-uQHJpT7UoW .mbr-section-title {
  color: #272b2e;
}
.cid-uQHJpT7UoW .mbr-text,
.cid-uQHJpT7UoW .text-wrapper {
  color: #272b2e;
}
.cid-uQHJpTRX0T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQHJpTRX0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHJpTRX0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQHJpTRX0T li {
  padding-bottom: 1rem;
}
.cid-uQHJpTRX0T .row {
  justify-content: flex-end;
}
.cid-uQHJpTRX0T ul {
  padding-left: 1.5rem;
}
.cid-uQHJpTRX0T .mbr-text3 {
  line-height: 1.2;
}
.cid-uQHJpTRX0T p {
  line-height: 1.2;
}
.cid-uQHJpTRX0T .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-uQHJpTRX0T .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uQHJpTRX0T .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uQHJpTRX0T .image-wrapper {
  padding: 0 1rem;
}
.cid-uQHJpTRX0T .mbr-section-title {
  color: #000000;
}
.cid-uQHJpTRX0T .mbr-text,
.cid-uQHJpTRX0T .mbr-section-btn {
  color: #f0466a;
}
.cid-uQHJpTRX0T .mbr-card-title {
  color: #f0466a;
}
.cid-uQHJpTRX0T .mbr-card-title,
.cid-uQHJpTRX0T .line {
  color: #f0466a;
}
.cid-uQHJpTRX0T .mbr-section-text {
  color: #000000;
}
.cid-uQHJpTRX0T .mbr-list {
  color: #000000;
}
.cid-uQHJpUdw7d {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #7834b6;
}
.cid-uQHJpUdw7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQHJpUdw7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQHJpUdw7d .container {
    padding: 0 22px;
  }
}
.cid-uQHJpUdw7d .row {
  justify-content: space-between;
}
.cid-uQHJpUdw7d .content-wrapper {
  margin-bottom: 32px;
}
.cid-uQHJpUdw7d .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uQHJpUdw7d .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uQHJpUdw7d .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uQHJpUdw7d .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uQHJpUdw7d .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uQHJpUdw7d .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQHJpUdw7d .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uQHJpUdw7d .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uQHJpUdw7d .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQHJpUdw7d .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uQHJpUdw7d .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uQHJpUdw7d .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQHJpUdw7d .copy-wrapper {
    display: block;
  }
}
.cid-uQHJpUdw7d .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQHJpUdw7d .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uQHJpUdw7d .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQHJpUdw7d .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uQHJpUdw7d .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uQHJpUdw7d .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQHJpUdw7d .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQHJpUdw7d .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #7834b6;
}
.cid-uQHJpUdw7d .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uQHJpUdw7d .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQHJpUdw7d .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uQHJpUdw7d .mbr-section-title {
  color: #ff5753;
}
.cid-uQHJpUdw7d .mbr-text {
  color: #ffffff;
}
.cid-uQHJpUdw7d .list {
  color: #635d60;
}
.cid-uQHJpUdw7d .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uQHJpUdw7d .mbr-section-title,
.cid-uQHJpUdw7d .mbr-section-btn {
  color: #f9f2ff;
}
.cid-uQHJpUdw7d .list,
.cid-uQHJpUdw7d .item-wrap {
  color: #f9f2ff;
}
.cid-uQHJpUKQOS .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQHJpUKQOS .nav-item:focus,
.cid-uQHJpUKQOS .nav-link:focus {
  outline: none;
}
.cid-uQHJpUKQOS .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uQHJpUKQOS .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQHJpUKQOS .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uQHJpUKQOS .dropdown .dropdown-menu .dropdown-item:active,
.cid-uQHJpUKQOS .dropdown .dropdown-menu .dropdown-item:focus {
  color: #7834b6 !important;
}
.cid-uQHJpUKQOS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQHJpUKQOS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQHJpUKQOS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQHJpUKQOS .navbar-caption:hover {
  color: inherit !important;
}
.cid-uQHJpUKQOS .container {
  max-width: 1380px;
}
.cid-uQHJpUKQOS .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uQHJpUKQOS .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uQHJpUKQOS .nav-link:hover,
.cid-uQHJpUKQOS .nav-link:active,
.cid-uQHJpUKQOS .nav-link:focus {
  border-bottom: 3px solid #7834b6;
  color: #7834b6 !important;
}
.cid-uQHJpUKQOS .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uQHJpUKQOS .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uQHJpUKQOS .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uQHJpUKQOS .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQHJpUKQOS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQHJpUKQOS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQHJpUKQOS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uQHJpUKQOS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQHJpUKQOS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQHJpUKQOS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQHJpUKQOS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQHJpUKQOS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQHJpUKQOS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQHJpUKQOS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQHJpUKQOS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQHJpUKQOS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQHJpUKQOS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQHJpUKQOS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQHJpUKQOS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQHJpUKQOS .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQHJpUKQOS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQHJpUKQOS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQHJpUKQOS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQHJpUKQOS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQHJpUKQOS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQHJpUKQOS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQHJpUKQOS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uQHJpUKQOS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQHJpUKQOS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQHJpUKQOS .icons-menu span {
  color: #ed6436 !important;
}
.cid-uQHJpUKQOS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQHJpUKQOS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uQHJpUKQOS .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQHJpUKQOS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQHJpUKQOS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQHJpUKQOS .dropdown-item.active,
.cid-uQHJpUKQOS .dropdown-item:active {
  background-color: transparent;
}
.cid-uQHJpUKQOS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQHJpUKQOS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQHJpUKQOS .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQHJpUKQOS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQHJpUKQOS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQHJpUKQOS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQHJpUKQOS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQHJpUKQOS .navbar-buttons {
  text-align: center;
}
.cid-uQHJpUKQOS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQHJpUKQOS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7834b6;
}
.cid-uQHJpUKQOS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQHJpUKQOS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uQHJpUKQOS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uQHJpUKQOS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQHJpUKQOS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQHJpUKQOS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uQHJpUKQOS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uQHJpUKQOS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uQHJpUKQOS .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uQHJpUKQOS a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uQHJpUKQOS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQHJpUKQOS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uQHJpUKQOS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQHJpUKQOS .navbar {
    height: 77px;
  }
  .cid-uQHJpUKQOS .navbar.opened {
    height: auto;
  }
  .cid-uQHJpUKQOS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
