.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Yatra One', display;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Caveat', handwriting;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Yatra One', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #1391cf !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #f5c817 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1391cf !important;
  border-color: #1391cf !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: #0c5980 !important;
  border-color: #0c5980 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c5980 !important;
  border-color: #0c5980 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #f5c817 !important;
  border-color: #f5c817 !important;
  color: #0c0a01 !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: #ae8c07 !important;
  border-color: #ae8c07 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0c0a01 !important;
  background-color: #ae8c07 !important;
  border-color: #ae8c07 !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: #1391cf;
  color: #1391cf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0c5980 !important;
  background-color: transparent!important;
  border-color: #0c5980 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1391cf !important;
  border-color: #1391cf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #f5c817;
  color: #f5c817;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ae8c07 !important;
  background-color: transparent!important;
  border-color: #ae8c07 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0c0a01 !important;
  background-color: #f5c817 !important;
  border-color: #f5c817 !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: #1391cf !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #f5c817 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0a5072 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #9f8007 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1391cf;
}
.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: #f5c817;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1391cf;
  border-color: #1391cf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1391cf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b6e2f8;
}
.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: #fdf6db;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Yatra One', display;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #1391cf !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Yatra One', display;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #1391cf;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1391cf;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1391cf;
}
.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: #1391cf;
  border-bottom-color: #1391cf;
}
.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: #1391cf !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%231391cf' %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-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCOLb6XsXR {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc-8360.webp");
}
.cid-sCOLb6XsXR .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sCOLb6XsXR .mbr-text,
.cid-sCOLb6XsXR .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sCOLb6XsXR .mbr-section-subtitle {
  text-align: left;
}
.cid-uzoD5kHdW5.popup-builder {
  background-color: #ffffff;
}
.cid-uzoD5kHdW5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzoD5kHdW5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzoD5kHdW5 .modal-content,
.cid-uzoD5kHdW5 .modal-dialog {
  height: auto;
}
.cid-uzoD5kHdW5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzoD5kHdW5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzoD5kHdW5 .form-wrapper .mbr-form .form-group,
  .cid-uzoD5kHdW5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzoD5kHdW5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzoD5kHdW5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzoD5kHdW5 .mbr-text {
  text-align: left;
}
.cid-uzoD5kHdW5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uzoD5kHdW5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzoD5kHdW5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzoD5kHdW5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzoD5kHdW5 .modal-open {
  overflow: hidden;
}
.cid-uzoD5kHdW5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzoD5kHdW5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzoD5kHdW5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzoD5kHdW5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzoD5kHdW5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzoD5kHdW5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzoD5kHdW5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzoD5kHdW5 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzoD5kHdW5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzoD5kHdW5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzoD5kHdW5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzoD5kHdW5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uzoD5kHdW5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzoD5kHdW5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzoD5kHdW5 .modal-header {
    padding: 1rem;
  }
}
.cid-uzoD5kHdW5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzoD5kHdW5 .modal-header .close svg {
  fill: #353535;
}
.cid-uzoD5kHdW5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uzoD5kHdW5 .modal-header .close:focus {
  outline: none;
}
.cid-uzoD5kHdW5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzoD5kHdW5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzoD5kHdW5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzoD5kHdW5 .modal-body {
    padding: 1rem;
  }
}
.cid-uzoD5kHdW5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzoD5kHdW5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzoD5kHdW5 .modal-footer {
    padding: 1rem;
  }
}
.cid-uzoD5kHdW5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzoD5kHdW5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzoD5kHdW5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzoD5kHdW5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzoD5kHdW5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzoD5kHdW5 .modal-lg,
  .cid-uzoD5kHdW5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzoD5kHdW5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzoD5kHdW5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzoD5kHdW5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzoD5kHdW5 .form-group {
  margin-bottom: 1rem;
}
.cid-uzoD5kHdW5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzoD5kHdW5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzoD5kHdW5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzoD5kHdW5 .mbr-section-btn {
  margin: 0;
}
.cid-uzoD5kHdW5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sCPbQ7zshI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/luthierworkshop-645x340.webp");
}
.cid-sCPbQ7zshI .mbr-overlay {
  background: #353535;
  opacity: 0.8;
}
.cid-sCPbQ7zshI img,
.cid-sCPbQ7zshI .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sCPbQ7zshI .item:focus,
.cid-sCPbQ7zshI span:focus {
  outline: none;
}
.cid-sCPbQ7zshI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sCPbQ7zshI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sCPbQ7zshI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sCPbQ7zshI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sCPbQ7zshI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sCPbQ7zshI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sCPbQ7zshI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sCPbQ7zshI .mbr-section-title {
  color: #fafafa;
}
.cid-sCPbQ7zshI .mbr-text,
.cid-sCPbQ7zshI .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-sCPbQ7zshI .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-sCPbQ7zshI .item-subtitle {
  text-align: left;
}
.cid-sCPbQ7zshI .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uzoNYgO1HI.popup-builder {
  background-color: #ffffff;
}
.cid-uzoNYgO1HI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzoNYgO1HI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzoNYgO1HI .modal-content,
.cid-uzoNYgO1HI .modal-dialog {
  height: auto;
}
.cid-uzoNYgO1HI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzoNYgO1HI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzoNYgO1HI .form-wrapper .mbr-form .form-group,
  .cid-uzoNYgO1HI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzoNYgO1HI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzoNYgO1HI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzoNYgO1HI .mbr-text {
  text-align: left;
}
.cid-uzoNYgO1HI .pt-0 {
  padding-top: 0 !important;
}
.cid-uzoNYgO1HI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzoNYgO1HI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzoNYgO1HI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzoNYgO1HI .modal-open {
  overflow: hidden;
}
.cid-uzoNYgO1HI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzoNYgO1HI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzoNYgO1HI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzoNYgO1HI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzoNYgO1HI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzoNYgO1HI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzoNYgO1HI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzoNYgO1HI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzoNYgO1HI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzoNYgO1HI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzoNYgO1HI .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzoNYgO1HI .modal-backdrop.show {
  opacity: .5;
}
.cid-uzoNYgO1HI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzoNYgO1HI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzoNYgO1HI .modal-header {
    padding: 1rem;
  }
}
.cid-uzoNYgO1HI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzoNYgO1HI .modal-header .close svg {
  fill: #353535;
}
.cid-uzoNYgO1HI .modal-header .close:hover {
  opacity: 1;
}
.cid-uzoNYgO1HI .modal-header .close:focus {
  outline: none;
}
.cid-uzoNYgO1HI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzoNYgO1HI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzoNYgO1HI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzoNYgO1HI .modal-body {
    padding: 1rem;
  }
}
.cid-uzoNYgO1HI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzoNYgO1HI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzoNYgO1HI .modal-footer {
    padding: 1rem;
  }
}
.cid-uzoNYgO1HI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzoNYgO1HI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzoNYgO1HI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzoNYgO1HI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzoNYgO1HI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzoNYgO1HI .modal-lg,
  .cid-uzoNYgO1HI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzoNYgO1HI .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzoNYgO1HI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzoNYgO1HI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzoNYgO1HI .form-group {
  margin-bottom: 1rem;
}
.cid-uzoNYgO1HI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzoNYgO1HI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzoNYgO1HI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzoNYgO1HI .mbr-section-btn {
  margin: 0;
}
.cid-uzoNYgO1HI .mbr-section-btn .btn {
  margin: 0;
}
.cid-uzoQTljzRS.popup-builder {
  background-color: #ffffff;
}
.cid-uzoQTljzRS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzoQTljzRS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzoQTljzRS .modal-content,
.cid-uzoQTljzRS .modal-dialog {
  height: auto;
}
.cid-uzoQTljzRS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzoQTljzRS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzoQTljzRS .form-wrapper .mbr-form .form-group,
  .cid-uzoQTljzRS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzoQTljzRS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzoQTljzRS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzoQTljzRS .mbr-text {
  text-align: left;
}
.cid-uzoQTljzRS .pt-0 {
  padding-top: 0 !important;
}
.cid-uzoQTljzRS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzoQTljzRS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzoQTljzRS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzoQTljzRS .modal-open {
  overflow: hidden;
}
.cid-uzoQTljzRS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzoQTljzRS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzoQTljzRS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzoQTljzRS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzoQTljzRS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzoQTljzRS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzoQTljzRS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzoQTljzRS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzoQTljzRS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzoQTljzRS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzoQTljzRS .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzoQTljzRS .modal-backdrop.show {
  opacity: .5;
}
.cid-uzoQTljzRS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzoQTljzRS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzoQTljzRS .modal-header {
    padding: 1rem;
  }
}
.cid-uzoQTljzRS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzoQTljzRS .modal-header .close svg {
  fill: #353535;
}
.cid-uzoQTljzRS .modal-header .close:hover {
  opacity: 1;
}
.cid-uzoQTljzRS .modal-header .close:focus {
  outline: none;
}
.cid-uzoQTljzRS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzoQTljzRS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzoQTljzRS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzoQTljzRS .modal-body {
    padding: 1rem;
  }
}
.cid-uzoQTljzRS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzoQTljzRS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzoQTljzRS .modal-footer {
    padding: 1rem;
  }
}
.cid-uzoQTljzRS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzoQTljzRS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzoQTljzRS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzoQTljzRS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzoQTljzRS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzoQTljzRS .modal-lg,
  .cid-uzoQTljzRS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzoQTljzRS .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzoQTljzRS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzoQTljzRS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzoQTljzRS .form-group {
  margin-bottom: 1rem;
}
.cid-uzoQTljzRS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzoQTljzRS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzoQTljzRS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzoQTljzRS .mbr-section-btn {
  margin: 0;
}
.cid-uzoQTljzRS .mbr-section-btn .btn {
  margin: 0;
}
.cid-uzoIXcH1Kw.popup-builder {
  background-color: #ffffff;
}
.cid-uzoIXcH1Kw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzoIXcH1Kw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzoIXcH1Kw .modal-content,
.cid-uzoIXcH1Kw .modal-dialog {
  height: auto;
}
.cid-uzoIXcH1Kw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzoIXcH1Kw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzoIXcH1Kw .form-wrapper .mbr-form .form-group,
  .cid-uzoIXcH1Kw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzoIXcH1Kw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzoIXcH1Kw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzoIXcH1Kw .mbr-text {
  text-align: left;
}
.cid-uzoIXcH1Kw .pt-0 {
  padding-top: 0 !important;
}
.cid-uzoIXcH1Kw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzoIXcH1Kw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzoIXcH1Kw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzoIXcH1Kw .modal-open {
  overflow: hidden;
}
.cid-uzoIXcH1Kw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzoIXcH1Kw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzoIXcH1Kw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzoIXcH1Kw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzoIXcH1Kw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzoIXcH1Kw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzoIXcH1Kw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzoIXcH1Kw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzoIXcH1Kw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzoIXcH1Kw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzoIXcH1Kw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzoIXcH1Kw .modal-backdrop.show {
  opacity: .5;
}
.cid-uzoIXcH1Kw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzoIXcH1Kw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzoIXcH1Kw .modal-header {
    padding: 1rem;
  }
}
.cid-uzoIXcH1Kw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzoIXcH1Kw .modal-header .close svg {
  fill: #353535;
}
.cid-uzoIXcH1Kw .modal-header .close:hover {
  opacity: 1;
}
.cid-uzoIXcH1Kw .modal-header .close:focus {
  outline: none;
}
.cid-uzoIXcH1Kw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzoIXcH1Kw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzoIXcH1Kw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzoIXcH1Kw .modal-body {
    padding: 1rem;
  }
}
.cid-uzoIXcH1Kw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzoIXcH1Kw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzoIXcH1Kw .modal-footer {
    padding: 1rem;
  }
}
.cid-uzoIXcH1Kw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzoIXcH1Kw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzoIXcH1Kw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzoIXcH1Kw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzoIXcH1Kw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzoIXcH1Kw .modal-lg,
  .cid-uzoIXcH1Kw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzoIXcH1Kw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzoIXcH1Kw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzoIXcH1Kw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzoIXcH1Kw .form-group {
  margin-bottom: 1rem;
}
.cid-uzoIXcH1Kw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzoIXcH1Kw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzoIXcH1Kw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzoIXcH1Kw .mbr-section-btn {
  margin: 0;
}
.cid-uzoIXcH1Kw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz1AUdFKvG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uz1AUdFKvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz1AUdFKvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz1AUdFKvG .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uz1AUdFKvG .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uz1AUdFKvG .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uz1AUdFKvG .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uz1AUdFKvG .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uz1AUdFKvG .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uz1AUdFKvG .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uz1AUdFKvG .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uz1AUdFKvG .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uz1AUdFKvG .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uz1AUdFKvG .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uz1AUdFKvG .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uz1AUdFKvG .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uz1AUdFKvG .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uz1AUdFKvG [class^="socicon-"]:before,
.cid-uz1AUdFKvG [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uz1AUdFKvG .mbr-section-title,
.cid-uz1AUdFKvG .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCPoJhskUE {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/stagearenacrowd.png-446x264.webp");
}
.cid-sCPoJhskUE .video-wrapper iframe {
  width: 100%;
}
.cid-sCPoJhskUE .mbr-section-title,
.cid-sCPoJhskUE .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sCPoJhskUE .text-wrapper {
    padding: 2rem;
  }
}
.cid-sCPoJhskUE .mbr-description {
  text-align: center;
  color: #000000;
}
.cid-sCPoJhskUE .mbr-text {
  color: #000000;
}
.cid-sCPoJhskUE .mbr-section-title {
  color: #000000;
}
.cid-uc6tz4FcbQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/stagearenacrowd.png-446x264.webp");
}
.cid-uc6tz4FcbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6tz4FcbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6tz4FcbQ .video-wrapper iframe {
  width: 100%;
}
.cid-uc6tz4FcbQ .mbr-section-title,
.cid-uc6tz4FcbQ .mbr-section-subtitle,
.cid-uc6tz4FcbQ .mbr-text {
  text-align: center;
}
.cid-uc6tz4FcbQ .mbr-text {
  color: #000000;
}
.cid-uc6tz4FcbQ .mbr-section-title {
  color: #000000;
}
.cid-uc6tz4FcbQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uc6uAROcIw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/stagearenacrowd.png-446x264.webp");
}
.cid-uc6uAROcIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc6uAROcIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc6uAROcIw .video-wrapper iframe {
  width: 100%;
}
.cid-uc6uAROcIw .mbr-section-title,
.cid-uc6uAROcIw .mbr-section-subtitle,
.cid-uc6uAROcIw .mbr-text {
  text-align: center;
}
.cid-uc6uAROcIw .mbr-text {
  color: #000000;
}
.cid-uuNQbzkDAD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/stagearenacrowd.png-446x264.webp");
}
.cid-uuNQbzkDAD .video-wrapper iframe {
  width: 100%;
}
.cid-uuNQbzkDAD .mbr-section-title,
.cid-uuNQbzkDAD .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uuNQbzkDAD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uuNQbzkDAD .mbr-text {
  color: #ffffff;
}
.cid-uuNQbzkDAD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uuNQbzkDAD .mbr-description {
  color: #000000;
}
.cid-uuNQbzkDAD .mbr-section-title {
  color: #ffffff;
}
.cid-t6hZ3aOnnT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/stagearenacrowd.png-446x264.webp");
}
.cid-t6hZ3aOnnT .video-wrapper iframe {
  width: 100%;
}
.cid-t6hZ3aOnnT .mbr-section-title,
.cid-t6hZ3aOnnT .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t6hZ3aOnnT .text-wrapper {
    padding: 2rem;
  }
}
.cid-t6hZ3aOnnT .mbr-text {
  color: #000000;
}
.cid-t6hZ3aOnnT .mbr-section-subtitle {
  color: #000000;
}
.cid-t6hZ3aOnnT .mbr-description {
  color: #ffffff;
}
.cid-t6hZ3aOnnT .mbr-section-title {
  color: #000000;
}
.cid-tdcqIqxFLW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/stagearenacrowd.png-446x264.webp");
}
.cid-tdcqIqxFLW .video-wrapper iframe {
  width: 100%;
}
.cid-tdcqIqxFLW .mbr-section-title,
.cid-tdcqIqxFLW .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tdcqIqxFLW .text-wrapper {
    padding: 2rem;
  }
}
.cid-tdcqIqxFLW .mbr-text {
  color: #000000;
}
.cid-tdcqIqxFLW .mbr-section-subtitle {
  color: #000000;
}
.cid-tdcqIqxFLW .mbr-description {
  color: #ffffff;
}
.cid-tdcqIqxFLW .mbr-section-title {
  color: #000000;
}
.cid-tdcy51UDj2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/stagearenacrowd.png-446x264.webp");
}
.cid-tdcy51UDj2 .video-wrapper iframe {
  width: 100%;
}
.cid-tdcy51UDj2 .mbr-section-title,
.cid-tdcy51UDj2 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tdcy51UDj2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tdcy51UDj2 .mbr-text {
  color: #000000;
}
.cid-tdcy51UDj2 .mbr-section-subtitle {
  color: #000000;
}
.cid-tdcy51UDj2 .mbr-description {
  color: #ffffff;
}
.cid-tdcy51UDj2 .mbr-section-title {
  color: #000000;
}
.cid-uyyw4tRqQT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/stagearenacrowd.png-446x264.webp");
}
.cid-uyyw4tRqQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyw4tRqQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uyyw4tRqQT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyyw4tRqQT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyyw4tRqQT .text-wrapper {
    padding: 2rem;
  }
}
.cid-txJCxJbau7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/stagearenacrowd.png-446x264.webp");
}
.cid-txJCxJbau7 .video-wrapper iframe {
  width: 100%;
}
.cid-txJCxJbau7 .mbr-section-title,
.cid-txJCxJbau7 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txJCxJbau7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-txJCxJbau7 .mbr-text {
  color: #000000;
}
.cid-txJCxJbau7 .mbr-section-subtitle {
  color: #000000;
}
.cid-txJCxJbau7 .mbr-description {
  color: #ffffff;
}
.cid-txJCxJbau7 .mbr-section-title {
  color: #000000;
}
.cid-uyyvCa9sE7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyvCa9sE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyvCa9sE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyvCa9sE7 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyvCa9sE7 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyvCa9sE7 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyvCa9sE7 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyvCa9sE7 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyvCa9sE7 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyvCa9sE7 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyvCa9sE7 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyvCa9sE7 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyvCa9sE7 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyvCa9sE7 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyvCa9sE7 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyvCa9sE7 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyvCa9sE7 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyvCa9sE7 [class^="socicon-"]:before,
.cid-uyyvCa9sE7 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyvCa9sE7 .mbr-section-title,
.cid-uyyvCa9sE7 .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCSbHJnEHh {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/pile-of-envelopes.webp");
}
.cid-sCSbHJnEHh .mbr-overlay {
  background-color: #353535;
  opacity: 0.6;
}
.cid-sCSbHJnEHh form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sCSbHJnEHh form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sCSbHJnEHh form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sCSbHJnEHh .mbr-section-title {
  color: #ffffff;
}
.cid-sCSbHJnEHh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxP6jfNBAJ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/writing-on-paper.webp");
}
.cid-uxP6jfNBAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxP6jfNBAJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua9vgMhEWx {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/writing-on-paper.webp");
}
.cid-ua9vgMhEWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua9vgMhEWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua9vgMhEWx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua9vgMhEWx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ua9vgMhEWx .text-wrapper {
    padding: 2rem;
  }
}
.cid-ua9vgMhEWx .mbr-description {
  color: #000000;
}
.cid-ua9vgMhEWx .mbr-text {
  color: #000000;
}
.cid-ua9vgMhEWx .mbr-section-title {
  color: #000000;
}
.cid-ua9vZjGfDR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/writing-on-paper.webp");
}
.cid-ua9vZjGfDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua9vZjGfDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua9vZjGfDR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua9vZjGfDR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ua9vZjGfDR .text-wrapper {
    padding: 2rem;
  }
}
.cid-ua9vZjGfDR .mbr-section-title {
  color: #000000;
}
.cid-ua9vZjGfDR .mbr-text {
  color: #000000;
}
.cid-ua9vZjGfDR .mbr-description {
  color: #000000;
}
.cid-ua9u4I03TD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/writing-on-paper.webp");
}
.cid-ua9u4I03TD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua9u4I03TD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua9u4I03TD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua9u4I03TD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ua9u4I03TD .text-wrapper {
    padding: 2rem;
  }
}
.cid-ua9u4I03TD .mbr-section-title {
  color: #000000;
}
.cid-ua9u4I03TD .mbr-text {
  color: #000000;
}
.cid-ua9u4I03TD .mbr-description {
  color: #000000;
}
.cid-ua9x6W65Iy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/writing-on-paper.webp");
}
.cid-ua9x6W65Iy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua9x6W65Iy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua9x6W65Iy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua9x6W65Iy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ua9x6W65Iy .text-wrapper {
    padding: 2rem;
  }
}
.cid-ua9x6W65Iy .mbr-section-title {
  color: #000000;
}
.cid-ua9x6W65Iy .mbr-text {
  color: #000000;
}
.cid-ua9x6W65Iy .mbr-description {
  color: #000000;
}
.cid-uyVcpkbB5i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/writing-on-paper.webp");
}
.cid-uyVcpkbB5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyVcpkbB5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uyVcpkbB5i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyVcpkbB5i img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyVcpkbB5i .text-wrapper {
    padding: 2rem;
  }
}
.cid-uyyALV3wqB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/writing-on-paper.webp");
}
.cid-uyyALV3wqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyALV3wqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uyyALV3wqB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyyALV3wqB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyyALV3wqB .text-wrapper {
    padding: 2rem;
  }
}
.cid-uSV82YnNxe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/writing-on-paper-1.webp");
}
.cid-uSV82YnNxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSV82YnNxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSV82YnNxe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSV82YnNxe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uSV82YnNxe .text-wrapper {
    padding: 2rem;
  }
}
.cid-uyyAyWoOb6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyAyWoOb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyAyWoOb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyAyWoOb6 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyAyWoOb6 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyAyWoOb6 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyAyWoOb6 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyAyWoOb6 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyAyWoOb6 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyAyWoOb6 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyAyWoOb6 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyAyWoOb6 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyAyWoOb6 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyAyWoOb6 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyAyWoOb6 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyAyWoOb6 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyAyWoOb6 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyAyWoOb6 [class^="socicon-"]:before,
.cid-uyyAyWoOb6 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyAyWoOb6 .mbr-section-title,
.cid-uyyAyWoOb6 .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqjwzqBEF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqjwzqBEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqjwzqBEF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqjwzqBEF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqjwzqBEF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqjwzqBEF .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqjykGgle.popup-builder {
  background-color: #ffffff;
}
.cid-uzqjykGgle.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqjykGgle.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqjykGgle .modal-content,
.cid-uzqjykGgle .modal-dialog {
  height: auto;
}
.cid-uzqjykGgle .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqjykGgle .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqjykGgle .form-wrapper .mbr-form .form-group,
  .cid-uzqjykGgle .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqjykGgle .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqjykGgle .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqjykGgle .mbr-text {
  text-align: center;
}
.cid-uzqjykGgle .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqjykGgle .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqjykGgle .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqjykGgle .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqjykGgle .modal-open {
  overflow: hidden;
}
.cid-uzqjykGgle .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqjykGgle .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqjykGgle .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqjykGgle .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqjykGgle .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqjykGgle .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqjykGgle .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqjykGgle .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqjykGgle .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqjykGgle .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqjykGgle .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqjykGgle .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqjykGgle .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqjykGgle .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqjykGgle .modal-header {
    padding: 1rem;
  }
}
.cid-uzqjykGgle .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqjykGgle .modal-header .close svg {
  fill: #353535;
}
.cid-uzqjykGgle .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqjykGgle .modal-header .close:focus {
  outline: none;
}
.cid-uzqjykGgle .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqjykGgle .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqjykGgle .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqjykGgle .modal-body {
    padding: 1rem;
  }
}
.cid-uzqjykGgle .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqjykGgle .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqjykGgle .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqjykGgle .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqjykGgle .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqjykGgle .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqjykGgle .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqjykGgle .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqjykGgle .modal-lg,
  .cid-uzqjykGgle .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqjykGgle .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqjykGgle .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqjykGgle .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqjykGgle .form-group {
  margin-bottom: 1rem;
}
.cid-uzqjykGgle .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqjykGgle .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqjykGgle .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqjykGgle .mbr-section-btn {
  margin: 0;
}
.cid-uzqjykGgle .mbr-section-btn .btn {
  margin: 0;
}
.cid-ua9ChjyLyl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ua9ChjyLyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua9ChjyLyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua9ChjyLyl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua9ChjyLyl .row {
  flex-direction: row-reverse;
}
.cid-ua9ChjyLyl img {
  width: 100%;
}
.cid-ua9CijC6SY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ua9CijC6SY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua9CijC6SY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua9CijC6SY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua9CijC6SY .row {
  flex-direction: row-reverse;
}
.cid-ua9CijC6SY img {
  width: 100%;
}
.cid-uyyDEs45mC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyDEs45mC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyDEs45mC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyDEs45mC .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyDEs45mC .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyDEs45mC .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyDEs45mC .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyDEs45mC .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyDEs45mC .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyDEs45mC .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyDEs45mC .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyDEs45mC .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyDEs45mC .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyDEs45mC .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyDEs45mC .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyDEs45mC .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyDEs45mC .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyDEs45mC [class^="socicon-"]:before,
.cid-uyyDEs45mC [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyDEs45mC .mbr-section-title,
.cid-uyyDEs45mC .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqlAlOr8R {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqlAlOr8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqlAlOr8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqlAlOr8R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqlAlOr8R img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqlAlOr8R .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqlC4XQ3X.popup-builder {
  background-color: #ffffff;
}
.cid-uzqlC4XQ3X.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqlC4XQ3X.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqlC4XQ3X .modal-content,
.cid-uzqlC4XQ3X .modal-dialog {
  height: auto;
}
.cid-uzqlC4XQ3X .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqlC4XQ3X .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqlC4XQ3X .form-wrapper .mbr-form .form-group,
  .cid-uzqlC4XQ3X .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqlC4XQ3X .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqlC4XQ3X .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqlC4XQ3X .mbr-text {
  text-align: center;
}
.cid-uzqlC4XQ3X .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqlC4XQ3X .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqlC4XQ3X .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqlC4XQ3X .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqlC4XQ3X .modal-open {
  overflow: hidden;
}
.cid-uzqlC4XQ3X .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqlC4XQ3X .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqlC4XQ3X .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqlC4XQ3X .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqlC4XQ3X .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqlC4XQ3X .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqlC4XQ3X .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqlC4XQ3X .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqlC4XQ3X .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqlC4XQ3X .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqlC4XQ3X .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqlC4XQ3X .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqlC4XQ3X .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqlC4XQ3X .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqlC4XQ3X .modal-header {
    padding: 1rem;
  }
}
.cid-uzqlC4XQ3X .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqlC4XQ3X .modal-header .close svg {
  fill: #353535;
}
.cid-uzqlC4XQ3X .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqlC4XQ3X .modal-header .close:focus {
  outline: none;
}
.cid-uzqlC4XQ3X .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqlC4XQ3X .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqlC4XQ3X .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqlC4XQ3X .modal-body {
    padding: 1rem;
  }
}
.cid-uzqlC4XQ3X .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqlC4XQ3X .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqlC4XQ3X .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqlC4XQ3X .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqlC4XQ3X .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqlC4XQ3X .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqlC4XQ3X .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqlC4XQ3X .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqlC4XQ3X .modal-lg,
  .cid-uzqlC4XQ3X .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqlC4XQ3X .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqlC4XQ3X .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqlC4XQ3X .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqlC4XQ3X .form-group {
  margin-bottom: 1rem;
}
.cid-uzqlC4XQ3X .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqlC4XQ3X .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqlC4XQ3X .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqlC4XQ3X .mbr-section-btn {
  margin: 0;
}
.cid-uzqlC4XQ3X .mbr-section-btn .btn {
  margin: 0;
}
.cid-ua9CWbx98E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ua9CWbx98E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua9CWbx98E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua9CWbx98E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua9CWbx98E .row {
  flex-direction: row-reverse;
}
.cid-ua9CWbx98E img {
  width: 100%;
}
.cid-ua9CXeRQ3G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ua9CXeRQ3G .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua9CXeRQ3G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua9CXeRQ3G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua9CXeRQ3G .row {
  flex-direction: row-reverse;
}
.cid-ua9CXeRQ3G img {
  width: 100%;
}
.cid-uyyDThfN4v {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyDThfN4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyDThfN4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyDThfN4v .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyDThfN4v .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyDThfN4v .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyDThfN4v .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyDThfN4v .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyDThfN4v .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyDThfN4v .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyDThfN4v .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyDThfN4v .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyDThfN4v .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyDThfN4v .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyDThfN4v .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyDThfN4v .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyDThfN4v .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyDThfN4v [class^="socicon-"]:before,
.cid-uyyDThfN4v [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyDThfN4v .mbr-section-title,
.cid-uyyDThfN4v .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqu8ar2h4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqu8ar2h4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqu8ar2h4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqu8ar2h4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqu8ar2h4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqu8ar2h4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqua94TZi.popup-builder {
  background-color: #ffffff;
}
.cid-uzqua94TZi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqua94TZi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqua94TZi .modal-content,
.cid-uzqua94TZi .modal-dialog {
  height: auto;
}
.cid-uzqua94TZi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqua94TZi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqua94TZi .form-wrapper .mbr-form .form-group,
  .cid-uzqua94TZi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqua94TZi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqua94TZi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqua94TZi .mbr-text {
  text-align: center;
}
.cid-uzqua94TZi .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqua94TZi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqua94TZi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqua94TZi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqua94TZi .modal-open {
  overflow: hidden;
}
.cid-uzqua94TZi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqua94TZi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqua94TZi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqua94TZi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqua94TZi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqua94TZi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqua94TZi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqua94TZi .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqua94TZi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqua94TZi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqua94TZi .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqua94TZi .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqua94TZi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqua94TZi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqua94TZi .modal-header {
    padding: 1rem;
  }
}
.cid-uzqua94TZi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqua94TZi .modal-header .close svg {
  fill: #353535;
}
.cid-uzqua94TZi .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqua94TZi .modal-header .close:focus {
  outline: none;
}
.cid-uzqua94TZi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqua94TZi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqua94TZi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqua94TZi .modal-body {
    padding: 1rem;
  }
}
.cid-uzqua94TZi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqua94TZi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqua94TZi .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqua94TZi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqua94TZi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqua94TZi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqua94TZi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqua94TZi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqua94TZi .modal-lg,
  .cid-uzqua94TZi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqua94TZi .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqua94TZi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqua94TZi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqua94TZi .form-group {
  margin-bottom: 1rem;
}
.cid-uzqua94TZi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqua94TZi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqua94TZi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqua94TZi .mbr-section-btn {
  margin: 0;
}
.cid-uzqua94TZi .mbr-section-btn .btn {
  margin: 0;
}
.cid-ua9Dzf7Y0g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ua9Dzf7Y0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua9Dzf7Y0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua9Dzf7Y0g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua9Dzf7Y0g .row {
  flex-direction: row-reverse;
}
.cid-ua9Dzf7Y0g img {
  width: 100%;
}
.cid-uyyE78mEKo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyE78mEKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyE78mEKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyE78mEKo .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyE78mEKo .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyE78mEKo .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyE78mEKo .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyE78mEKo .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyE78mEKo .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyE78mEKo .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyE78mEKo .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyE78mEKo .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyE78mEKo .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyE78mEKo .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyE78mEKo .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyE78mEKo .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyE78mEKo .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyE78mEKo [class^="socicon-"]:before,
.cid-uyyE78mEKo [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyE78mEKo .mbr-section-title,
.cid-uyyE78mEKo .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqvmFYkRc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqvmFYkRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqvmFYkRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqvmFYkRc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqvmFYkRc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqvmFYkRc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqvodD3xB.popup-builder {
  background-color: #ffffff;
}
.cid-uzqvodD3xB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqvodD3xB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqvodD3xB .modal-content,
.cid-uzqvodD3xB .modal-dialog {
  height: auto;
}
.cid-uzqvodD3xB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqvodD3xB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqvodD3xB .form-wrapper .mbr-form .form-group,
  .cid-uzqvodD3xB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqvodD3xB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqvodD3xB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqvodD3xB .mbr-text {
  text-align: center;
}
.cid-uzqvodD3xB .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqvodD3xB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqvodD3xB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqvodD3xB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqvodD3xB .modal-open {
  overflow: hidden;
}
.cid-uzqvodD3xB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqvodD3xB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqvodD3xB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqvodD3xB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqvodD3xB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqvodD3xB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqvodD3xB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqvodD3xB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqvodD3xB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqvodD3xB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqvodD3xB .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqvodD3xB .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqvodD3xB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqvodD3xB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqvodD3xB .modal-header {
    padding: 1rem;
  }
}
.cid-uzqvodD3xB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqvodD3xB .modal-header .close svg {
  fill: #353535;
}
.cid-uzqvodD3xB .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqvodD3xB .modal-header .close:focus {
  outline: none;
}
.cid-uzqvodD3xB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqvodD3xB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqvodD3xB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqvodD3xB .modal-body {
    padding: 1rem;
  }
}
.cid-uzqvodD3xB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqvodD3xB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqvodD3xB .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqvodD3xB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqvodD3xB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqvodD3xB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqvodD3xB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqvodD3xB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqvodD3xB .modal-lg,
  .cid-uzqvodD3xB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqvodD3xB .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqvodD3xB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqvodD3xB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqvodD3xB .form-group {
  margin-bottom: 1rem;
}
.cid-uzqvodD3xB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqvodD3xB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqvodD3xB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqvodD3xB .mbr-section-btn {
  margin: 0;
}
.cid-uzqvodD3xB .mbr-section-btn .btn {
  margin: 0;
}
.cid-ua9ElrFyjM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ua9ElrFyjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua9ElrFyjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua9ElrFyjM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua9ElrFyjM .row {
  flex-direction: row-reverse;
}
.cid-ua9ElrFyjM img {
  width: 100%;
}
.cid-uyyEn6V6aK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyEn6V6aK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyEn6V6aK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyEn6V6aK .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyEn6V6aK .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyEn6V6aK .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyEn6V6aK .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyEn6V6aK .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyEn6V6aK .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyEn6V6aK .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyEn6V6aK .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyEn6V6aK .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyEn6V6aK .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyEn6V6aK .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyEn6V6aK .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyEn6V6aK .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyEn6V6aK .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyEn6V6aK [class^="socicon-"]:before,
.cid-uyyEn6V6aK [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyEn6V6aK .mbr-section-title,
.cid-uyyEn6V6aK .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqzqxuci0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqzqxuci0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqzqxuci0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqzqxuci0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqzqxuci0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqzqxuci0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqzrVFWmO.popup-builder {
  background-color: #ffffff;
}
.cid-uzqzrVFWmO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqzrVFWmO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqzrVFWmO .modal-content,
.cid-uzqzrVFWmO .modal-dialog {
  height: auto;
}
.cid-uzqzrVFWmO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqzrVFWmO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqzrVFWmO .form-wrapper .mbr-form .form-group,
  .cid-uzqzrVFWmO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqzrVFWmO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqzrVFWmO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqzrVFWmO .mbr-text {
  text-align: center;
}
.cid-uzqzrVFWmO .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqzrVFWmO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqzrVFWmO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqzrVFWmO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqzrVFWmO .modal-open {
  overflow: hidden;
}
.cid-uzqzrVFWmO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqzrVFWmO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqzrVFWmO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqzrVFWmO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqzrVFWmO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqzrVFWmO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqzrVFWmO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqzrVFWmO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqzrVFWmO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqzrVFWmO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqzrVFWmO .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqzrVFWmO .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqzrVFWmO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqzrVFWmO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqzrVFWmO .modal-header {
    padding: 1rem;
  }
}
.cid-uzqzrVFWmO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqzrVFWmO .modal-header .close svg {
  fill: #353535;
}
.cid-uzqzrVFWmO .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqzrVFWmO .modal-header .close:focus {
  outline: none;
}
.cid-uzqzrVFWmO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqzrVFWmO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqzrVFWmO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqzrVFWmO .modal-body {
    padding: 1rem;
  }
}
.cid-uzqzrVFWmO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqzrVFWmO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqzrVFWmO .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqzrVFWmO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqzrVFWmO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqzrVFWmO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqzrVFWmO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqzrVFWmO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqzrVFWmO .modal-lg,
  .cid-uzqzrVFWmO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqzrVFWmO .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqzrVFWmO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqzrVFWmO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqzrVFWmO .form-group {
  margin-bottom: 1rem;
}
.cid-uzqzrVFWmO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqzrVFWmO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqzrVFWmO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqzrVFWmO .mbr-section-btn {
  margin: 0;
}
.cid-uzqzrVFWmO .mbr-section-btn .btn {
  margin: 0;
}
.cid-uadciUeb6h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uadciUeb6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uadciUeb6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uadciUeb6h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uadciUeb6h .row {
  flex-direction: row-reverse;
}
.cid-uadciUeb6h img {
  width: 100%;
}
.cid-uad32GTMcz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uad32GTMcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uad32GTMcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uad32GTMcz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uad32GTMcz .row {
  flex-direction: row-reverse;
}
.cid-uad32GTMcz img {
  width: 100%;
}
.cid-uad346tFTG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uad346tFTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uad346tFTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uad346tFTG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uad346tFTG .row {
  flex-direction: row-reverse;
}
.cid-uad346tFTG img {
  width: 100%;
}
.cid-uyyEJWujYj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyEJWujYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyEJWujYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyEJWujYj .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyEJWujYj .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyEJWujYj .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyEJWujYj .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyEJWujYj .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyEJWujYj .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyEJWujYj .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyEJWujYj .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyEJWujYj .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyEJWujYj .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyEJWujYj .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyEJWujYj .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyEJWujYj .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyEJWujYj .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyEJWujYj [class^="socicon-"]:before,
.cid-uyyEJWujYj [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyEJWujYj .mbr-section-title,
.cid-uyyEJWujYj .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzq9d6wuOP {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzq9d6wuOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzq9d6wuOP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzq9d6wuOP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzq9d6wuOP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzq9d6wuOP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqavOqCZj.popup-builder {
  background-color: #ffffff;
}
.cid-uzqavOqCZj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqavOqCZj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqavOqCZj .modal-content,
.cid-uzqavOqCZj .modal-dialog {
  height: auto;
}
.cid-uzqavOqCZj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqavOqCZj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqavOqCZj .form-wrapper .mbr-form .form-group,
  .cid-uzqavOqCZj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqavOqCZj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqavOqCZj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqavOqCZj .mbr-text {
  text-align: center;
}
.cid-uzqavOqCZj .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqavOqCZj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqavOqCZj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqavOqCZj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqavOqCZj .modal-open {
  overflow: hidden;
}
.cid-uzqavOqCZj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqavOqCZj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqavOqCZj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqavOqCZj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqavOqCZj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqavOqCZj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqavOqCZj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqavOqCZj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqavOqCZj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqavOqCZj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqavOqCZj .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqavOqCZj .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqavOqCZj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqavOqCZj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqavOqCZj .modal-header {
    padding: 1rem;
  }
}
.cid-uzqavOqCZj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqavOqCZj .modal-header .close svg {
  fill: #353535;
}
.cid-uzqavOqCZj .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqavOqCZj .modal-header .close:focus {
  outline: none;
}
.cid-uzqavOqCZj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqavOqCZj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqavOqCZj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqavOqCZj .modal-body {
    padding: 1rem;
  }
}
.cid-uzqavOqCZj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqavOqCZj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqavOqCZj .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqavOqCZj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqavOqCZj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqavOqCZj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqavOqCZj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqavOqCZj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqavOqCZj .modal-lg,
  .cid-uzqavOqCZj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqavOqCZj .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqavOqCZj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqavOqCZj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqavOqCZj .form-group {
  margin-bottom: 1rem;
}
.cid-uzqavOqCZj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqavOqCZj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqavOqCZj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqavOqCZj .mbr-section-btn {
  margin: 0;
}
.cid-uzqavOqCZj .mbr-section-btn .btn {
  margin: 0;
}
.cid-ua9Blbspkj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ua9Blbspkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua9Blbspkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua9Blbspkj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua9Blbspkj .row {
  flex-direction: row-reverse;
}
.cid-ua9Blbspkj img {
  width: 100%;
}
.cid-ua9BmbtUd3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ua9BmbtUd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua9BmbtUd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua9BmbtUd3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua9BmbtUd3 .row {
  flex-direction: row-reverse;
}
.cid-ua9BmbtUd3 img {
  width: 100%;
}
.cid-uyyCXLjCW2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyCXLjCW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyCXLjCW2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyCXLjCW2 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyCXLjCW2 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyCXLjCW2 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyCXLjCW2 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyCXLjCW2 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyCXLjCW2 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyCXLjCW2 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyCXLjCW2 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyCXLjCW2 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyCXLjCW2 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyCXLjCW2 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyCXLjCW2 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyCXLjCW2 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyCXLjCW2 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyCXLjCW2 [class^="socicon-"]:before,
.cid-uyyCXLjCW2 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyCXLjCW2 .mbr-section-title,
.cid-uyyCXLjCW2 .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqAKXszpL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqAKXszpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqAKXszpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqAKXszpL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqAKXszpL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqAKXszpL .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqAMjr1P2.popup-builder {
  background-color: #ffffff;
}
.cid-uzqAMjr1P2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqAMjr1P2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqAMjr1P2 .modal-content,
.cid-uzqAMjr1P2 .modal-dialog {
  height: auto;
}
.cid-uzqAMjr1P2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqAMjr1P2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqAMjr1P2 .form-wrapper .mbr-form .form-group,
  .cid-uzqAMjr1P2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqAMjr1P2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqAMjr1P2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqAMjr1P2 .mbr-text {
  text-align: center;
}
.cid-uzqAMjr1P2 .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqAMjr1P2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqAMjr1P2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqAMjr1P2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqAMjr1P2 .modal-open {
  overflow: hidden;
}
.cid-uzqAMjr1P2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqAMjr1P2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqAMjr1P2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqAMjr1P2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqAMjr1P2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqAMjr1P2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqAMjr1P2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqAMjr1P2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqAMjr1P2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqAMjr1P2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqAMjr1P2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqAMjr1P2 .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqAMjr1P2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqAMjr1P2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqAMjr1P2 .modal-header {
    padding: 1rem;
  }
}
.cid-uzqAMjr1P2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqAMjr1P2 .modal-header .close svg {
  fill: #353535;
}
.cid-uzqAMjr1P2 .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqAMjr1P2 .modal-header .close:focus {
  outline: none;
}
.cid-uzqAMjr1P2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqAMjr1P2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqAMjr1P2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqAMjr1P2 .modal-body {
    padding: 1rem;
  }
}
.cid-uzqAMjr1P2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqAMjr1P2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqAMjr1P2 .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqAMjr1P2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqAMjr1P2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqAMjr1P2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqAMjr1P2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqAMjr1P2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqAMjr1P2 .modal-lg,
  .cid-uzqAMjr1P2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqAMjr1P2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqAMjr1P2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqAMjr1P2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqAMjr1P2 .form-group {
  margin-bottom: 1rem;
}
.cid-uzqAMjr1P2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqAMjr1P2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqAMjr1P2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqAMjr1P2 .mbr-section-btn {
  margin: 0;
}
.cid-uzqAMjr1P2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ua9HdxqYJX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ua9HdxqYJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua9HdxqYJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua9HdxqYJX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua9HdxqYJX .row {
  flex-direction: row-reverse;
}
.cid-ua9HdxqYJX img {
  width: 100%;
}
.cid-ua9HeT9CfU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ua9HeT9CfU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua9HeT9CfU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua9HeT9CfU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua9HeT9CfU .row {
  flex-direction: row-reverse;
}
.cid-ua9HeT9CfU img {
  width: 100%;
}
.cid-uyyEVZgilA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyEVZgilA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyEVZgilA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyEVZgilA .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyEVZgilA .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyEVZgilA .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyEVZgilA .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyEVZgilA .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyEVZgilA .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyEVZgilA .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyEVZgilA .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyEVZgilA .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyEVZgilA .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyEVZgilA .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyEVZgilA .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyEVZgilA .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyEVZgilA .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyEVZgilA [class^="socicon-"]:before,
.cid-uyyEVZgilA [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyEVZgilA .mbr-section-title,
.cid-uyyEVZgilA .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqBToA7xU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqBToA7xU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqBToA7xU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqBToA7xU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqBToA7xU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqBToA7xU .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqBUQKtyi.popup-builder {
  background-color: #ffffff;
}
.cid-uzqBUQKtyi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqBUQKtyi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqBUQKtyi .modal-content,
.cid-uzqBUQKtyi .modal-dialog {
  height: auto;
}
.cid-uzqBUQKtyi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqBUQKtyi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqBUQKtyi .form-wrapper .mbr-form .form-group,
  .cid-uzqBUQKtyi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqBUQKtyi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqBUQKtyi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqBUQKtyi .mbr-text {
  text-align: center;
}
.cid-uzqBUQKtyi .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqBUQKtyi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqBUQKtyi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqBUQKtyi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqBUQKtyi .modal-open {
  overflow: hidden;
}
.cid-uzqBUQKtyi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqBUQKtyi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqBUQKtyi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqBUQKtyi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqBUQKtyi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqBUQKtyi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqBUQKtyi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqBUQKtyi .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqBUQKtyi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqBUQKtyi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqBUQKtyi .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqBUQKtyi .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqBUQKtyi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqBUQKtyi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqBUQKtyi .modal-header {
    padding: 1rem;
  }
}
.cid-uzqBUQKtyi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqBUQKtyi .modal-header .close svg {
  fill: #353535;
}
.cid-uzqBUQKtyi .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqBUQKtyi .modal-header .close:focus {
  outline: none;
}
.cid-uzqBUQKtyi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqBUQKtyi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqBUQKtyi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqBUQKtyi .modal-body {
    padding: 1rem;
  }
}
.cid-uzqBUQKtyi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqBUQKtyi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqBUQKtyi .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqBUQKtyi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqBUQKtyi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqBUQKtyi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqBUQKtyi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqBUQKtyi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqBUQKtyi .modal-lg,
  .cid-uzqBUQKtyi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqBUQKtyi .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqBUQKtyi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqBUQKtyi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqBUQKtyi .form-group {
  margin-bottom: 1rem;
}
.cid-uzqBUQKtyi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqBUQKtyi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqBUQKtyi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqBUQKtyi .mbr-section-btn {
  margin: 0;
}
.cid-uzqBUQKtyi .mbr-section-btn .btn {
  margin: 0;
}
.cid-uacz2C7TYl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacz2C7TYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacz2C7TYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacz2C7TYl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacz2C7TYl .row {
  flex-direction: row-reverse;
}
.cid-uacz2C7TYl img {
  width: 100%;
}
.cid-uaczbpfYrZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uaczbpfYrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaczbpfYrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaczbpfYrZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaczbpfYrZ .row {
  flex-direction: row-reverse;
}
.cid-uaczbpfYrZ img {
  width: 100%;
}
.cid-uaczyVNRS8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uaczyVNRS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaczyVNRS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaczyVNRS8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaczyVNRS8 .row {
  flex-direction: row-reverse;
}
.cid-uaczyVNRS8 img {
  width: 100%;
}
.cid-uyyF4YVqsJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyF4YVqsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyF4YVqsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyF4YVqsJ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyF4YVqsJ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyF4YVqsJ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyF4YVqsJ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyF4YVqsJ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyF4YVqsJ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyF4YVqsJ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyF4YVqsJ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyF4YVqsJ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyF4YVqsJ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyF4YVqsJ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyF4YVqsJ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyF4YVqsJ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyF4YVqsJ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyF4YVqsJ [class^="socicon-"]:before,
.cid-uyyF4YVqsJ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyF4YVqsJ .mbr-section-title,
.cid-uyyF4YVqsJ .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqFyzqfFA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqFyzqfFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqFyzqfFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqFyzqfFA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqFyzqfFA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqFyzqfFA .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqFzPUdbt.popup-builder {
  background-color: #ffffff;
}
.cid-uzqFzPUdbt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqFzPUdbt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqFzPUdbt .modal-content,
.cid-uzqFzPUdbt .modal-dialog {
  height: auto;
}
.cid-uzqFzPUdbt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqFzPUdbt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqFzPUdbt .form-wrapper .mbr-form .form-group,
  .cid-uzqFzPUdbt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqFzPUdbt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqFzPUdbt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqFzPUdbt .mbr-text {
  text-align: center;
}
.cid-uzqFzPUdbt .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqFzPUdbt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqFzPUdbt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqFzPUdbt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqFzPUdbt .modal-open {
  overflow: hidden;
}
.cid-uzqFzPUdbt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqFzPUdbt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqFzPUdbt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqFzPUdbt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqFzPUdbt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqFzPUdbt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqFzPUdbt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqFzPUdbt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqFzPUdbt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqFzPUdbt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqFzPUdbt .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqFzPUdbt .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqFzPUdbt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqFzPUdbt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqFzPUdbt .modal-header {
    padding: 1rem;
  }
}
.cid-uzqFzPUdbt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqFzPUdbt .modal-header .close svg {
  fill: #353535;
}
.cid-uzqFzPUdbt .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqFzPUdbt .modal-header .close:focus {
  outline: none;
}
.cid-uzqFzPUdbt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqFzPUdbt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqFzPUdbt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqFzPUdbt .modal-body {
    padding: 1rem;
  }
}
.cid-uzqFzPUdbt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqFzPUdbt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqFzPUdbt .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqFzPUdbt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqFzPUdbt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqFzPUdbt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqFzPUdbt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqFzPUdbt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqFzPUdbt .modal-lg,
  .cid-uzqFzPUdbt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqFzPUdbt .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqFzPUdbt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqFzPUdbt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqFzPUdbt .form-group {
  margin-bottom: 1rem;
}
.cid-uzqFzPUdbt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqFzPUdbt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqFzPUdbt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqFzPUdbt .mbr-section-btn {
  margin: 0;
}
.cid-uzqFzPUdbt .mbr-section-btn .btn {
  margin: 0;
}
.cid-uacCvS1jsM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacCvS1jsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacCvS1jsM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacCvS1jsM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacCvS1jsM .row {
  flex-direction: row-reverse;
}
.cid-uacCvS1jsM img {
  width: 100%;
}
.cid-uacCx7YeTs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacCx7YeTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacCx7YeTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacCx7YeTs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacCx7YeTs .row {
  flex-direction: row-reverse;
}
.cid-uacCx7YeTs img {
  width: 100%;
}
.cid-uacCycxrug {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacCycxrug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacCycxrug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacCycxrug .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacCycxrug .row {
  flex-direction: row-reverse;
}
.cid-uacCycxrug img {
  width: 100%;
}
.cid-uyyFJu6cLl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyFJu6cLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyFJu6cLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyFJu6cLl .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyFJu6cLl .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyFJu6cLl .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyFJu6cLl .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyFJu6cLl .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyFJu6cLl .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyFJu6cLl .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyFJu6cLl .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyFJu6cLl .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyFJu6cLl .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyFJu6cLl .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyFJu6cLl .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyFJu6cLl .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyFJu6cLl .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyFJu6cLl [class^="socicon-"]:before,
.cid-uyyFJu6cLl [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyFJu6cLl .mbr-section-title,
.cid-uyyFJu6cLl .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqH1e2Ci5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqH1e2Ci5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqH1e2Ci5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqH1e2Ci5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqH1e2Ci5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqH1e2Ci5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqH318AjV.popup-builder {
  background-color: #ffffff;
}
.cid-uzqH318AjV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqH318AjV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqH318AjV .modal-content,
.cid-uzqH318AjV .modal-dialog {
  height: auto;
}
.cid-uzqH318AjV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqH318AjV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqH318AjV .form-wrapper .mbr-form .form-group,
  .cid-uzqH318AjV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqH318AjV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqH318AjV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqH318AjV .mbr-text {
  text-align: center;
}
.cid-uzqH318AjV .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqH318AjV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqH318AjV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqH318AjV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqH318AjV .modal-open {
  overflow: hidden;
}
.cid-uzqH318AjV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqH318AjV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqH318AjV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqH318AjV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqH318AjV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqH318AjV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqH318AjV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqH318AjV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqH318AjV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqH318AjV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqH318AjV .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqH318AjV .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqH318AjV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqH318AjV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqH318AjV .modal-header {
    padding: 1rem;
  }
}
.cid-uzqH318AjV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqH318AjV .modal-header .close svg {
  fill: #353535;
}
.cid-uzqH318AjV .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqH318AjV .modal-header .close:focus {
  outline: none;
}
.cid-uzqH318AjV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqH318AjV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqH318AjV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqH318AjV .modal-body {
    padding: 1rem;
  }
}
.cid-uzqH318AjV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqH318AjV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqH318AjV .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqH318AjV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqH318AjV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqH318AjV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqH318AjV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqH318AjV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqH318AjV .modal-lg,
  .cid-uzqH318AjV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqH318AjV .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqH318AjV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqH318AjV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqH318AjV .form-group {
  margin-bottom: 1rem;
}
.cid-uzqH318AjV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqH318AjV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqH318AjV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqH318AjV .mbr-section-btn {
  margin: 0;
}
.cid-uzqH318AjV .mbr-section-btn .btn {
  margin: 0;
}
.cid-uacFjkaGOn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacFjkaGOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacFjkaGOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacFjkaGOn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacFjkaGOn .row {
  flex-direction: row-reverse;
}
.cid-uacFjkaGOn img {
  width: 100%;
}
.cid-uacFklT3Pf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacFklT3Pf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacFklT3Pf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacFklT3Pf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacFklT3Pf .row {
  flex-direction: row-reverse;
}
.cid-uacFklT3Pf img {
  width: 100%;
}
.cid-uacFDh0Iln {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacFDh0Iln .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacFDh0Iln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacFDh0Iln .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacFDh0Iln .row {
  flex-direction: row-reverse;
}
.cid-uacFDh0Iln img {
  width: 100%;
}
.cid-uacFMaHQkr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacFMaHQkr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacFMaHQkr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacFMaHQkr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacFMaHQkr .row {
  flex-direction: row-reverse;
}
.cid-uacFMaHQkr img {
  width: 100%;
}
.cid-uyyFV2HI4P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyFV2HI4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyFV2HI4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyFV2HI4P .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyFV2HI4P .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyFV2HI4P .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyFV2HI4P .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyFV2HI4P .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyFV2HI4P .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyFV2HI4P .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyFV2HI4P .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyFV2HI4P .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyFV2HI4P .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyFV2HI4P .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyFV2HI4P .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyFV2HI4P .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyFV2HI4P .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyFV2HI4P [class^="socicon-"]:before,
.cid-uyyFV2HI4P [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyFV2HI4P .mbr-section-title,
.cid-uyyFV2HI4P .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqJk2tDix {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqJk2tDix .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqJk2tDix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqJk2tDix .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqJk2tDix img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqJk2tDix .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqJllrfRt.popup-builder {
  background-color: #ffffff;
}
.cid-uzqJllrfRt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqJllrfRt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqJllrfRt .modal-content,
.cid-uzqJllrfRt .modal-dialog {
  height: auto;
}
.cid-uzqJllrfRt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqJllrfRt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqJllrfRt .form-wrapper .mbr-form .form-group,
  .cid-uzqJllrfRt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqJllrfRt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqJllrfRt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqJllrfRt .mbr-text {
  text-align: center;
}
.cid-uzqJllrfRt .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqJllrfRt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqJllrfRt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqJllrfRt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqJllrfRt .modal-open {
  overflow: hidden;
}
.cid-uzqJllrfRt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqJllrfRt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqJllrfRt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqJllrfRt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqJllrfRt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqJllrfRt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqJllrfRt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqJllrfRt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqJllrfRt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqJllrfRt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqJllrfRt .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqJllrfRt .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqJllrfRt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqJllrfRt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqJllrfRt .modal-header {
    padding: 1rem;
  }
}
.cid-uzqJllrfRt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqJllrfRt .modal-header .close svg {
  fill: #353535;
}
.cid-uzqJllrfRt .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqJllrfRt .modal-header .close:focus {
  outline: none;
}
.cid-uzqJllrfRt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqJllrfRt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqJllrfRt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqJllrfRt .modal-body {
    padding: 1rem;
  }
}
.cid-uzqJllrfRt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqJllrfRt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqJllrfRt .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqJllrfRt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqJllrfRt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqJllrfRt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqJllrfRt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqJllrfRt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqJllrfRt .modal-lg,
  .cid-uzqJllrfRt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqJllrfRt .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqJllrfRt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqJllrfRt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqJllrfRt .form-group {
  margin-bottom: 1rem;
}
.cid-uzqJllrfRt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqJllrfRt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqJllrfRt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqJllrfRt .mbr-section-btn {
  margin: 0;
}
.cid-uzqJllrfRt .mbr-section-btn .btn {
  margin: 0;
}
.cid-uacHg0uScv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacHg0uScv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacHg0uScv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacHg0uScv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacHg0uScv .row {
  flex-direction: row-reverse;
}
.cid-uacHg0uScv img {
  width: 100%;
}
.cid-uacHgUlvcQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacHgUlvcQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacHgUlvcQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacHgUlvcQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacHgUlvcQ .row {
  flex-direction: row-reverse;
}
.cid-uacHgUlvcQ img {
  width: 100%;
}
.cid-uacHim0ZY8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacHim0ZY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacHim0ZY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacHim0ZY8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacHim0ZY8 .row {
  flex-direction: row-reverse;
}
.cid-uacHim0ZY8 img {
  width: 100%;
}
.cid-uyyGWrEIU5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyGWrEIU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyGWrEIU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyGWrEIU5 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyGWrEIU5 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyGWrEIU5 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyGWrEIU5 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyGWrEIU5 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyGWrEIU5 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyGWrEIU5 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyGWrEIU5 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyGWrEIU5 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyGWrEIU5 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyGWrEIU5 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyGWrEIU5 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyGWrEIU5 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyGWrEIU5 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyGWrEIU5 [class^="socicon-"]:before,
.cid-uyyGWrEIU5 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyGWrEIU5 .mbr-section-title,
.cid-uyyGWrEIU5 .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqIjsgLlE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqIjsgLlE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqIjsgLlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqIjsgLlE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqIjsgLlE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqIjsgLlE .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqIkW5DHw.popup-builder {
  background-color: #ffffff;
}
.cid-uzqIkW5DHw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqIkW5DHw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqIkW5DHw .modal-content,
.cid-uzqIkW5DHw .modal-dialog {
  height: auto;
}
.cid-uzqIkW5DHw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqIkW5DHw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqIkW5DHw .form-wrapper .mbr-form .form-group,
  .cid-uzqIkW5DHw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqIkW5DHw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqIkW5DHw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqIkW5DHw .mbr-text {
  text-align: center;
}
.cid-uzqIkW5DHw .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqIkW5DHw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqIkW5DHw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqIkW5DHw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqIkW5DHw .modal-open {
  overflow: hidden;
}
.cid-uzqIkW5DHw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqIkW5DHw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqIkW5DHw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqIkW5DHw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqIkW5DHw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqIkW5DHw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqIkW5DHw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqIkW5DHw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqIkW5DHw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqIkW5DHw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqIkW5DHw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqIkW5DHw .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqIkW5DHw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqIkW5DHw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqIkW5DHw .modal-header {
    padding: 1rem;
  }
}
.cid-uzqIkW5DHw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqIkW5DHw .modal-header .close svg {
  fill: #353535;
}
.cid-uzqIkW5DHw .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqIkW5DHw .modal-header .close:focus {
  outline: none;
}
.cid-uzqIkW5DHw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqIkW5DHw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqIkW5DHw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqIkW5DHw .modal-body {
    padding: 1rem;
  }
}
.cid-uzqIkW5DHw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqIkW5DHw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqIkW5DHw .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqIkW5DHw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqIkW5DHw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqIkW5DHw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqIkW5DHw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqIkW5DHw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqIkW5DHw .modal-lg,
  .cid-uzqIkW5DHw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqIkW5DHw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqIkW5DHw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqIkW5DHw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqIkW5DHw .form-group {
  margin-bottom: 1rem;
}
.cid-uzqIkW5DHw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqIkW5DHw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqIkW5DHw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqIkW5DHw .mbr-section-btn {
  margin: 0;
}
.cid-uzqIkW5DHw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uacGlo2pJc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacGlo2pJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacGlo2pJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacGlo2pJc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacGlo2pJc .row {
  flex-direction: row-reverse;
}
.cid-uacGlo2pJc img {
  width: 100%;
}
.cid-uacGmu48fg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacGmu48fg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacGmu48fg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacGmu48fg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacGmu48fg .row {
  flex-direction: row-reverse;
}
.cid-uacGmu48fg img {
  width: 100%;
}
.cid-uacGGLzjXw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacGGLzjXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacGGLzjXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacGGLzjXw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacGGLzjXw .row {
  flex-direction: row-reverse;
}
.cid-uacGGLzjXw img {
  width: 100%;
}
.cid-uyyGF69R6N {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyGF69R6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyGF69R6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyGF69R6N .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyGF69R6N .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyGF69R6N .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyGF69R6N .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyGF69R6N .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyGF69R6N .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyGF69R6N .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyGF69R6N .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyGF69R6N .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyGF69R6N .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyGF69R6N .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyGF69R6N .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyGF69R6N .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyGF69R6N .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyGF69R6N [class^="socicon-"]:before,
.cid-uyyGF69R6N [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyGF69R6N .mbr-section-title,
.cid-uyyGF69R6N .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFtWnQ0JeI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/stacks-of-guitar-wood.webp");
}
.cid-tFtWnQ0JeI .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tFtWnQ0JeI .card {
    margin-bottom: 2rem!important;
  }
  .cid-tFtWnQ0JeI .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tFtWnQ0JeI .link-wrap {
    align-items: center;
  }
}
.cid-tFtWnQ0JeI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tFtWnQ0JeI .card-title,
.cid-tFtWnQ0JeI .card-box {
  color: #000000;
  text-align: center;
}
.cid-tFtWnQ0JeI .mbr-text,
.cid-tFtWnQ0JeI .link-wrap,
.cid-tFtWnQ0JeI .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uyyzF74unw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyzF74unw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyzF74unw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyzF74unw .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyzF74unw .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyzF74unw .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyzF74unw .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyzF74unw .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyzF74unw .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyzF74unw .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyzF74unw .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyzF74unw .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyzF74unw .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyzF74unw .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyzF74unw .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyzF74unw .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyzF74unw .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyzF74unw [class^="socicon-"]:before,
.cid-uyyzF74unw [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyzF74unw .mbr-section-title,
.cid-uyyzF74unw .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqLvwFagD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqLvwFagD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqLvwFagD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqLvwFagD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqLvwFagD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqLvwFagD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqLwWLFjI.popup-builder {
  background-color: #ffffff;
}
.cid-uzqLwWLFjI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqLwWLFjI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqLwWLFjI .modal-content,
.cid-uzqLwWLFjI .modal-dialog {
  height: auto;
}
.cid-uzqLwWLFjI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqLwWLFjI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqLwWLFjI .form-wrapper .mbr-form .form-group,
  .cid-uzqLwWLFjI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqLwWLFjI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqLwWLFjI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqLwWLFjI .mbr-text {
  text-align: center;
}
.cid-uzqLwWLFjI .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqLwWLFjI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqLwWLFjI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqLwWLFjI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqLwWLFjI .modal-open {
  overflow: hidden;
}
.cid-uzqLwWLFjI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqLwWLFjI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqLwWLFjI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqLwWLFjI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqLwWLFjI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqLwWLFjI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqLwWLFjI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqLwWLFjI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqLwWLFjI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqLwWLFjI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqLwWLFjI .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqLwWLFjI .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqLwWLFjI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqLwWLFjI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqLwWLFjI .modal-header {
    padding: 1rem;
  }
}
.cid-uzqLwWLFjI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqLwWLFjI .modal-header .close svg {
  fill: #353535;
}
.cid-uzqLwWLFjI .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqLwWLFjI .modal-header .close:focus {
  outline: none;
}
.cid-uzqLwWLFjI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqLwWLFjI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqLwWLFjI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqLwWLFjI .modal-body {
    padding: 1rem;
  }
}
.cid-uzqLwWLFjI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqLwWLFjI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqLwWLFjI .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqLwWLFjI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqLwWLFjI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqLwWLFjI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqLwWLFjI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqLwWLFjI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqLwWLFjI .modal-lg,
  .cid-uzqLwWLFjI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqLwWLFjI .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqLwWLFjI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqLwWLFjI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqLwWLFjI .form-group {
  margin-bottom: 1rem;
}
.cid-uzqLwWLFjI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqLwWLFjI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqLwWLFjI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqLwWLFjI .mbr-section-btn {
  margin: 0;
}
.cid-uzqLwWLFjI .mbr-section-btn .btn {
  margin: 0;
}
.cid-uacIZBHqsd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacIZBHqsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacIZBHqsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacIZBHqsd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacIZBHqsd .row {
  flex-direction: row-reverse;
}
.cid-uacIZBHqsd img {
  width: 100%;
}
.cid-uacJ0xSTfb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacJ0xSTfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacJ0xSTfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacJ0xSTfb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacJ0xSTfb .row {
  flex-direction: row-reverse;
}
.cid-uacJ0xSTfb img {
  width: 100%;
}
.cid-uacJ1nKnf9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacJ1nKnf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacJ1nKnf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacJ1nKnf9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacJ1nKnf9 .row {
  flex-direction: row-reverse;
}
.cid-uacJ1nKnf9 img {
  width: 100%;
}
.cid-uacJGrjrA1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacJGrjrA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacJGrjrA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacJGrjrA1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacJGrjrA1 .row {
  flex-direction: row-reverse;
}
.cid-uacJGrjrA1 img {
  width: 100%;
}
.cid-uyyJ3rCco3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyJ3rCco3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyJ3rCco3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyJ3rCco3 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyJ3rCco3 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyJ3rCco3 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyJ3rCco3 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyJ3rCco3 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyJ3rCco3 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyJ3rCco3 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyJ3rCco3 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyJ3rCco3 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyJ3rCco3 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyJ3rCco3 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyJ3rCco3 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyJ3rCco3 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyJ3rCco3 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyJ3rCco3 [class^="socicon-"]:before,
.cid-uyyJ3rCco3 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyJ3rCco3 .mbr-section-title,
.cid-uyyJ3rCco3 .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqN48Y1jt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqN48Y1jt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqN48Y1jt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqN48Y1jt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqN48Y1jt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqN48Y1jt .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqN5xUH9i.popup-builder {
  background-color: #ffffff;
}
.cid-uzqN5xUH9i.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqN5xUH9i.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqN5xUH9i .modal-content,
.cid-uzqN5xUH9i .modal-dialog {
  height: auto;
}
.cid-uzqN5xUH9i .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqN5xUH9i .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqN5xUH9i .form-wrapper .mbr-form .form-group,
  .cid-uzqN5xUH9i .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqN5xUH9i .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqN5xUH9i .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqN5xUH9i .mbr-text {
  text-align: center;
}
.cid-uzqN5xUH9i .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqN5xUH9i .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqN5xUH9i .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqN5xUH9i .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqN5xUH9i .modal-open {
  overflow: hidden;
}
.cid-uzqN5xUH9i .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqN5xUH9i .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqN5xUH9i .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqN5xUH9i .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqN5xUH9i .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqN5xUH9i .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqN5xUH9i .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqN5xUH9i .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqN5xUH9i .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqN5xUH9i .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqN5xUH9i .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqN5xUH9i .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqN5xUH9i .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqN5xUH9i .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqN5xUH9i .modal-header {
    padding: 1rem;
  }
}
.cid-uzqN5xUH9i .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqN5xUH9i .modal-header .close svg {
  fill: #353535;
}
.cid-uzqN5xUH9i .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqN5xUH9i .modal-header .close:focus {
  outline: none;
}
.cid-uzqN5xUH9i .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqN5xUH9i .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqN5xUH9i .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqN5xUH9i .modal-body {
    padding: 1rem;
  }
}
.cid-uzqN5xUH9i .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqN5xUH9i .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqN5xUH9i .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqN5xUH9i .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqN5xUH9i .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqN5xUH9i .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqN5xUH9i .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqN5xUH9i .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqN5xUH9i .modal-lg,
  .cid-uzqN5xUH9i .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqN5xUH9i .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqN5xUH9i .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqN5xUH9i .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqN5xUH9i .form-group {
  margin-bottom: 1rem;
}
.cid-uzqN5xUH9i .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqN5xUH9i .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqN5xUH9i .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqN5xUH9i .mbr-section-btn {
  margin: 0;
}
.cid-uzqN5xUH9i .mbr-section-btn .btn {
  margin: 0;
}
.cid-uacKgtB0l8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacKgtB0l8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacKgtB0l8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacKgtB0l8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacKgtB0l8 .row {
  flex-direction: row-reverse;
}
.cid-uacKgtB0l8 img {
  width: 100%;
}
.cid-uacKhgExf4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacKhgExf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacKhgExf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacKhgExf4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacKhgExf4 .row {
  flex-direction: row-reverse;
}
.cid-uacKhgExf4 img {
  width: 100%;
}
.cid-uacKiFB92a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacKiFB92a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacKiFB92a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacKiFB92a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacKiFB92a .row {
  flex-direction: row-reverse;
}
.cid-uacKiFB92a img {
  width: 100%;
}
.cid-uyyJgHxm9v {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyJgHxm9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyJgHxm9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyJgHxm9v .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyJgHxm9v .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyJgHxm9v .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyJgHxm9v .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyJgHxm9v .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyJgHxm9v .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyJgHxm9v .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyJgHxm9v .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyJgHxm9v .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyJgHxm9v .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyJgHxm9v .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyJgHxm9v .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyJgHxm9v .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyJgHxm9v .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyJgHxm9v [class^="socicon-"]:before,
.cid-uyyJgHxm9v [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyJgHxm9v .mbr-section-title,
.cid-uyyJgHxm9v .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqKccEi2Y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqKccEi2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqKccEi2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqKccEi2Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqKccEi2Y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqKccEi2Y .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqKdqS3cn.popup-builder {
  background-color: #ffffff;
}
.cid-uzqKdqS3cn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqKdqS3cn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqKdqS3cn .modal-content,
.cid-uzqKdqS3cn .modal-dialog {
  height: auto;
}
.cid-uzqKdqS3cn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqKdqS3cn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqKdqS3cn .form-wrapper .mbr-form .form-group,
  .cid-uzqKdqS3cn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqKdqS3cn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqKdqS3cn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqKdqS3cn .mbr-text {
  text-align: center;
}
.cid-uzqKdqS3cn .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqKdqS3cn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqKdqS3cn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqKdqS3cn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqKdqS3cn .modal-open {
  overflow: hidden;
}
.cid-uzqKdqS3cn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqKdqS3cn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqKdqS3cn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqKdqS3cn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqKdqS3cn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqKdqS3cn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqKdqS3cn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqKdqS3cn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqKdqS3cn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqKdqS3cn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqKdqS3cn .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqKdqS3cn .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqKdqS3cn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqKdqS3cn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqKdqS3cn .modal-header {
    padding: 1rem;
  }
}
.cid-uzqKdqS3cn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqKdqS3cn .modal-header .close svg {
  fill: #353535;
}
.cid-uzqKdqS3cn .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqKdqS3cn .modal-header .close:focus {
  outline: none;
}
.cid-uzqKdqS3cn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqKdqS3cn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqKdqS3cn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqKdqS3cn .modal-body {
    padding: 1rem;
  }
}
.cid-uzqKdqS3cn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqKdqS3cn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqKdqS3cn .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqKdqS3cn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqKdqS3cn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqKdqS3cn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqKdqS3cn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqKdqS3cn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqKdqS3cn .modal-lg,
  .cid-uzqKdqS3cn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqKdqS3cn .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqKdqS3cn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqKdqS3cn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqKdqS3cn .form-group {
  margin-bottom: 1rem;
}
.cid-uzqKdqS3cn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqKdqS3cn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqKdqS3cn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqKdqS3cn .mbr-section-btn {
  margin: 0;
}
.cid-uzqKdqS3cn .mbr-section-btn .btn {
  margin: 0;
}
.cid-uacI7WPtjR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacI7WPtjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacI7WPtjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacI7WPtjR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacI7WPtjR .row {
  flex-direction: row-reverse;
}
.cid-uacI7WPtjR img {
  width: 100%;
}
.cid-uacI90GshO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacI90GshO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacI90GshO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacI90GshO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacI90GshO .row {
  flex-direction: row-reverse;
}
.cid-uacI90GshO img {
  width: 100%;
}
.cid-uyyHUoCtnO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyHUoCtnO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyHUoCtnO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyHUoCtnO .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyHUoCtnO .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyHUoCtnO .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyHUoCtnO .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyHUoCtnO .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyHUoCtnO .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyHUoCtnO .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyHUoCtnO .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyHUoCtnO .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyHUoCtnO .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyHUoCtnO .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyHUoCtnO .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyHUoCtnO .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyHUoCtnO .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyHUoCtnO [class^="socicon-"]:before,
.cid-uyyHUoCtnO [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyHUoCtnO .mbr-section-title,
.cid-uyyHUoCtnO .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqO7OlIUk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqO7OlIUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqO7OlIUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqO7OlIUk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqO7OlIUk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqO7OlIUk .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqO97KQRl.popup-builder {
  background-color: #ffffff;
}
.cid-uzqO97KQRl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqO97KQRl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqO97KQRl .modal-content,
.cid-uzqO97KQRl .modal-dialog {
  height: auto;
}
.cid-uzqO97KQRl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqO97KQRl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqO97KQRl .form-wrapper .mbr-form .form-group,
  .cid-uzqO97KQRl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqO97KQRl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqO97KQRl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqO97KQRl .mbr-text {
  text-align: center;
}
.cid-uzqO97KQRl .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqO97KQRl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqO97KQRl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqO97KQRl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqO97KQRl .modal-open {
  overflow: hidden;
}
.cid-uzqO97KQRl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqO97KQRl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqO97KQRl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqO97KQRl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqO97KQRl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqO97KQRl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqO97KQRl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqO97KQRl .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqO97KQRl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqO97KQRl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqO97KQRl .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqO97KQRl .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqO97KQRl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqO97KQRl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqO97KQRl .modal-header {
    padding: 1rem;
  }
}
.cid-uzqO97KQRl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqO97KQRl .modal-header .close svg {
  fill: #353535;
}
.cid-uzqO97KQRl .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqO97KQRl .modal-header .close:focus {
  outline: none;
}
.cid-uzqO97KQRl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqO97KQRl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqO97KQRl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqO97KQRl .modal-body {
    padding: 1rem;
  }
}
.cid-uzqO97KQRl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqO97KQRl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqO97KQRl .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqO97KQRl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqO97KQRl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqO97KQRl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqO97KQRl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqO97KQRl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqO97KQRl .modal-lg,
  .cid-uzqO97KQRl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqO97KQRl .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqO97KQRl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqO97KQRl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqO97KQRl .form-group {
  margin-bottom: 1rem;
}
.cid-uzqO97KQRl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqO97KQRl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqO97KQRl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqO97KQRl .mbr-section-btn {
  margin: 0;
}
.cid-uzqO97KQRl .mbr-section-btn .btn {
  margin: 0;
}
.cid-uacLgogW0J {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacLgogW0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacLgogW0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacLgogW0J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacLgogW0J .row {
  flex-direction: row-reverse;
}
.cid-uacLgogW0J img {
  width: 100%;
}
.cid-uacLhfzFj6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacLhfzFj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacLhfzFj6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacLhfzFj6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacLhfzFj6 .row {
  flex-direction: row-reverse;
}
.cid-uacLhfzFj6 img {
  width: 100%;
}
.cid-uacLi5Zi8Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacLi5Zi8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacLi5Zi8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacLi5Zi8Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacLi5Zi8Y .row {
  flex-direction: row-reverse;
}
.cid-uacLi5Zi8Y img {
  width: 100%;
}
.cid-uacLHRj3mi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacLHRj3mi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacLHRj3mi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacLHRj3mi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacLHRj3mi .row {
  flex-direction: row-reverse;
}
.cid-uacLHRj3mi img {
  width: 100%;
}
.cid-uacLQCoQ5D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacLQCoQ5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacLQCoQ5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacLQCoQ5D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacLQCoQ5D .row {
  flex-direction: row-reverse;
}
.cid-uacLQCoQ5D img {
  width: 100%;
}
.cid-uyyJRpcRha {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyJRpcRha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyJRpcRha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyJRpcRha .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyJRpcRha .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyJRpcRha .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyJRpcRha .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyJRpcRha .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyJRpcRha .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyJRpcRha .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyJRpcRha .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyJRpcRha .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyJRpcRha .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyJRpcRha .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyJRpcRha .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyJRpcRha .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyJRpcRha .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyJRpcRha [class^="socicon-"]:before,
.cid-uyyJRpcRha [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyJRpcRha .mbr-section-title,
.cid-uyyJRpcRha .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua1kGVoApX {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/printedcurcuitboard.webp");
}
.cid-ua1kGVoApX .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ua1kGVoApX .card {
    margin-bottom: 2rem!important;
  }
  .cid-ua1kGVoApX .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ua1kGVoApX .link-wrap {
    align-items: center;
  }
}
.cid-ua1kGVoApX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ua1kGVoApX .card-title,
.cid-ua1kGVoApX .card-box {
  color: #000000;
  text-align: center;
}
.cid-ua1kGVoApX .mbr-text,
.cid-ua1kGVoApX .link-wrap,
.cid-ua1kGVoApX .mbr-section-btn {
  text-align: left;
}
.cid-uyyW3ZUQkQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyW3ZUQkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyW3ZUQkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyW3ZUQkQ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyW3ZUQkQ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyW3ZUQkQ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyW3ZUQkQ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyW3ZUQkQ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyW3ZUQkQ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyW3ZUQkQ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyW3ZUQkQ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyW3ZUQkQ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyW3ZUQkQ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyW3ZUQkQ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyW3ZUQkQ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyW3ZUQkQ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyW3ZUQkQ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyW3ZUQkQ [class^="socicon-"]:before,
.cid-uyyW3ZUQkQ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyW3ZUQkQ .mbr-section-title,
.cid-uyyW3ZUQkQ .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua8Kpz713D {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20200812-194852-2000x3394.webp");
}
.cid-ua8Kpz713D .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua8Kpz713D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua8Kpz713D .video-wrapper iframe {
  width: 100%;
}
.cid-ua8Kpz713D .mbr-section-title,
.cid-ua8Kpz713D .mbr-section-subtitle,
.cid-ua8Kpz713D .mbr-text {
  text-align: center;
}
.cid-ua8Kpz713D .mbr-section-title {
  color: #000000;
}
.cid-ua8Kpz713D .mbr-section-subtitle {
  color: #000000;
}
.cid-ua8Kpz713D .mbr-text {
  color: #000000;
}
.cid-ua8KriFEZp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20200812-194852-2000x3394.webp");
}
.cid-ua8KriFEZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua8KriFEZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua8KriFEZp .video-wrapper iframe {
  width: 100%;
}
.cid-ua8KriFEZp .mbr-section-title,
.cid-ua8KriFEZp .mbr-section-subtitle,
.cid-ua8KriFEZp .mbr-text {
  text-align: center;
}
.cid-ua8KriFEZp .mbr-text {
  color: #000000;
}
.cid-ua8Miuknwq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/20200812-194852-2000x3394.webp");
}
.cid-ua8Miuknwq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua8Miuknwq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua8Miuknwq .video-wrapper iframe {
  width: 100%;
}
.cid-ua8Miuknwq .mbr-section-title,
.cid-ua8Miuknwq .mbr-section-subtitle,
.cid-ua8Miuknwq .mbr-text {
  text-align: center;
}
.cid-ua8Miuknwq .mbr-text {
  color: #000000;
}
.cid-uyz2kG7oIu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyz2kG7oIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyz2kG7oIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyz2kG7oIu .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyz2kG7oIu .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyz2kG7oIu .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyz2kG7oIu .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyz2kG7oIu .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyz2kG7oIu .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyz2kG7oIu .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyz2kG7oIu .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyz2kG7oIu .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyz2kG7oIu .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyz2kG7oIu .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyz2kG7oIu .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyz2kG7oIu .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyz2kG7oIu .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyz2kG7oIu [class^="socicon-"]:before,
.cid-uyz2kG7oIu [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyz2kG7oIu .mbr-section-title,
.cid-uyz2kG7oIu .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqEk7dP0U {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqEk7dP0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqEk7dP0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqEk7dP0U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqEk7dP0U img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqEk7dP0U .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqElY0qgo.popup-builder {
  background-color: #ffffff;
}
.cid-uzqElY0qgo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqElY0qgo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqElY0qgo .modal-content,
.cid-uzqElY0qgo .modal-dialog {
  height: auto;
}
.cid-uzqElY0qgo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqElY0qgo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqElY0qgo .form-wrapper .mbr-form .form-group,
  .cid-uzqElY0qgo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqElY0qgo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqElY0qgo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqElY0qgo .mbr-text {
  text-align: center;
}
.cid-uzqElY0qgo .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqElY0qgo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqElY0qgo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqElY0qgo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqElY0qgo .modal-open {
  overflow: hidden;
}
.cid-uzqElY0qgo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqElY0qgo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqElY0qgo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqElY0qgo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqElY0qgo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqElY0qgo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqElY0qgo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqElY0qgo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqElY0qgo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqElY0qgo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqElY0qgo .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqElY0qgo .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqElY0qgo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqElY0qgo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqElY0qgo .modal-header {
    padding: 1rem;
  }
}
.cid-uzqElY0qgo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqElY0qgo .modal-header .close svg {
  fill: #353535;
}
.cid-uzqElY0qgo .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqElY0qgo .modal-header .close:focus {
  outline: none;
}
.cid-uzqElY0qgo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqElY0qgo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqElY0qgo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqElY0qgo .modal-body {
    padding: 1rem;
  }
}
.cid-uzqElY0qgo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqElY0qgo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqElY0qgo .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqElY0qgo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqElY0qgo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqElY0qgo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqElY0qgo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqElY0qgo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqElY0qgo .modal-lg,
  .cid-uzqElY0qgo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqElY0qgo .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqElY0qgo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqElY0qgo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqElY0qgo .form-group {
  margin-bottom: 1rem;
}
.cid-uzqElY0qgo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqElY0qgo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqElY0qgo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqElY0qgo .mbr-section-btn {
  margin: 0;
}
.cid-uzqElY0qgo .mbr-section-btn .btn {
  margin: 0;
}
.cid-uacEGIMCa0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacEGIMCa0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacEGIMCa0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacEGIMCa0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacEGIMCa0 .row {
  flex-direction: row-reverse;
}
.cid-uacEGIMCa0 img {
  width: 100%;
}
.cid-uacEHHFqw1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacEHHFqw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacEHHFqw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacEHHFqw1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacEHHFqw1 .row {
  flex-direction: row-reverse;
}
.cid-uacEHHFqw1 img {
  width: 100%;
}
.cid-uyyFzHeFmE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyFzHeFmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyFzHeFmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyFzHeFmE .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyFzHeFmE .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyFzHeFmE .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyFzHeFmE .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyFzHeFmE .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyFzHeFmE .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyFzHeFmE .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyFzHeFmE .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyFzHeFmE .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyFzHeFmE .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyFzHeFmE .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyFzHeFmE .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyFzHeFmE .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyFzHeFmE .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyFzHeFmE [class^="socicon-"]:before,
.cid-uyyFzHeFmE [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyFzHeFmE .mbr-section-title,
.cid-uyyFzHeFmE .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubEIRJukAh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wallofguitars.webp");
}
.cid-ubEIRJukAh .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-ubEIRJukAh img,
.cid-ubEIRJukAh .item-img {
  width: 100%;
}
.cid-ubEIRJukAh .item:focus,
.cid-ubEIRJukAh span:focus {
  outline: none;
}
.cid-ubEIRJukAh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubEIRJukAh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubEIRJukAh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubEIRJukAh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ubEIRJukAh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubEIRJukAh .mbr-section-title {
  color: #000000;
}
.cid-ubEIRJukAh .mbr-text,
.cid-ubEIRJukAh .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ubEIRJukAh .item-title {
  text-align: center;
  color: #e9ce8f;
}
.cid-ubEIRJukAh .item-subtitle {
  text-align: center;
}
.cid-ubEIRJukAh .mbr-section-subtitle {
  color: #000000;
}
.cid-ubELNoVtOr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wallofguitars.webp");
}
.cid-ubELNoVtOr .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-ubELNoVtOr img,
.cid-ubELNoVtOr .item-img {
  width: 100%;
}
.cid-ubELNoVtOr .item:focus,
.cid-ubELNoVtOr span:focus {
  outline: none;
}
.cid-ubELNoVtOr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubELNoVtOr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubELNoVtOr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubELNoVtOr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ubELNoVtOr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubELNoVtOr .mbr-section-title {
  color: #ffffff;
}
.cid-ubELNoVtOr .mbr-text,
.cid-ubELNoVtOr .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ubELNoVtOr .item-title {
  text-align: center;
  color: #e9ce8f;
}
.cid-ubELNoVtOr .item-subtitle {
  text-align: center;
}
.cid-uc6Cio7BkW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/wallofguitars.webp");
}
.cid-uc6Cio7BkW .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uc6Cio7BkW img,
.cid-uc6Cio7BkW .item-img {
  width: 100%;
}
.cid-uc6Cio7BkW .item:focus,
.cid-uc6Cio7BkW span:focus {
  outline: none;
}
.cid-uc6Cio7BkW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uc6Cio7BkW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uc6Cio7BkW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uc6Cio7BkW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uc6Cio7BkW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uc6Cio7BkW .mbr-section-title {
  color: #232323;
}
.cid-uc6Cio7BkW .mbr-text,
.cid-uc6Cio7BkW .mbr-section-btn {
  text-align: left;
}
.cid-uc6Cio7BkW .item-title {
  text-align: center;
  color: #e9ce8f;
}
.cid-uc6Cio7BkW .item-subtitle {
  text-align: center;
}
.cid-uc6CjW6Ldw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/wallofguitars.webp");
}
.cid-uc6CjW6Ldw .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uc6CjW6Ldw img,
.cid-uc6CjW6Ldw .item-img {
  width: 100%;
}
.cid-uc6CjW6Ldw .item:focus,
.cid-uc6CjW6Ldw span:focus {
  outline: none;
}
.cid-uc6CjW6Ldw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uc6CjW6Ldw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uc6CjW6Ldw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uc6CjW6Ldw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uc6CjW6Ldw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uc6CjW6Ldw .mbr-section-title {
  color: #232323;
}
.cid-uc6CjW6Ldw .mbr-text,
.cid-uc6CjW6Ldw .mbr-section-btn {
  text-align: left;
}
.cid-uc6CjW6Ldw .item-title {
  text-align: center;
  color: #e9ce8f;
}
.cid-uc6CjW6Ldw .item-subtitle {
  text-align: center;
}
.cid-uc6Cl05E4f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/wallofguitars.webp");
}
.cid-uc6Cl05E4f .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uc6Cl05E4f img,
.cid-uc6Cl05E4f .item-img {
  width: 100%;
}
.cid-uc6Cl05E4f .item:focus,
.cid-uc6Cl05E4f span:focus {
  outline: none;
}
.cid-uc6Cl05E4f .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uc6Cl05E4f .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uc6Cl05E4f .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uc6Cl05E4f .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uc6Cl05E4f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uc6Cl05E4f .mbr-section-title {
  color: #232323;
}
.cid-uc6Cl05E4f .mbr-text,
.cid-uc6Cl05E4f .mbr-section-btn {
  text-align: left;
}
.cid-uc6Cl05E4f .item-title {
  text-align: center;
  color: #e9ce8f;
}
.cid-uc6Cl05E4f .item-subtitle {
  text-align: center;
}
.cid-uuMPWETbax {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wallofguitars.webp");
}
.cid-uuMPWETbax .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uuMPWETbax img,
.cid-uuMPWETbax .item-img {
  width: 100%;
}
.cid-uuMPWETbax .item:focus,
.cid-uuMPWETbax span:focus {
  outline: none;
}
.cid-uuMPWETbax .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uuMPWETbax .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uuMPWETbax .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uuMPWETbax .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uuMPWETbax .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uuMPWETbax .mbr-section-title {
  color: #ffffff;
}
.cid-uuMPWETbax .mbr-text,
.cid-uuMPWETbax .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uuMPWETbax .item-title {
  text-align: center;
  color: #e9ce8f;
}
.cid-uuMPWETbax .item-subtitle {
  text-align: center;
}
.cid-uyySTTMiXl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyySTTMiXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyySTTMiXl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyySTTMiXl .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyySTTMiXl .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyySTTMiXl .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyySTTMiXl .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyySTTMiXl .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyySTTMiXl .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyySTTMiXl .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyySTTMiXl .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyySTTMiXl .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyySTTMiXl .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyySTTMiXl .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyySTTMiXl .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyySTTMiXl .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyySTTMiXl .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyySTTMiXl [class^="socicon-"]:before,
.cid-uyySTTMiXl [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyySTTMiXl .mbr-section-title,
.cid-uyySTTMiXl .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqPsbYurF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqPsbYurF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqPsbYurF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqPsbYurF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqPsbYurF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqPsbYurF .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqPuHlBGB.popup-builder {
  background-color: #ffffff;
}
.cid-uzqPuHlBGB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqPuHlBGB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqPuHlBGB .modal-content,
.cid-uzqPuHlBGB .modal-dialog {
  height: auto;
}
.cid-uzqPuHlBGB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqPuHlBGB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqPuHlBGB .form-wrapper .mbr-form .form-group,
  .cid-uzqPuHlBGB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqPuHlBGB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqPuHlBGB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqPuHlBGB .mbr-text {
  text-align: center;
}
.cid-uzqPuHlBGB .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqPuHlBGB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqPuHlBGB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqPuHlBGB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqPuHlBGB .modal-open {
  overflow: hidden;
}
.cid-uzqPuHlBGB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqPuHlBGB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqPuHlBGB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqPuHlBGB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqPuHlBGB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqPuHlBGB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqPuHlBGB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqPuHlBGB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqPuHlBGB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqPuHlBGB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqPuHlBGB .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqPuHlBGB .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqPuHlBGB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqPuHlBGB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqPuHlBGB .modal-header {
    padding: 1rem;
  }
}
.cid-uzqPuHlBGB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqPuHlBGB .modal-header .close svg {
  fill: #353535;
}
.cid-uzqPuHlBGB .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqPuHlBGB .modal-header .close:focus {
  outline: none;
}
.cid-uzqPuHlBGB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqPuHlBGB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqPuHlBGB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqPuHlBGB .modal-body {
    padding: 1rem;
  }
}
.cid-uzqPuHlBGB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqPuHlBGB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqPuHlBGB .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqPuHlBGB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqPuHlBGB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqPuHlBGB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqPuHlBGB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqPuHlBGB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqPuHlBGB .modal-lg,
  .cid-uzqPuHlBGB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqPuHlBGB .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqPuHlBGB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqPuHlBGB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqPuHlBGB .form-group {
  margin-bottom: 1rem;
}
.cid-uzqPuHlBGB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqPuHlBGB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqPuHlBGB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqPuHlBGB .mbr-section-btn {
  margin: 0;
}
.cid-uzqPuHlBGB .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujotYOWJEX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ujotYOWJEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujotYOWJEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujotYOWJEX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujotYOWJEX .row {
  flex-direction: row-reverse;
}
.cid-ujotYOWJEX img {
  width: 100%;
}
.cid-ujotYQaqPj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ujotYQaqPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujotYQaqPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujotYQaqPj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujotYQaqPj .row {
  flex-direction: row-reverse;
}
.cid-ujotYQaqPj img {
  width: 100%;
}
.cid-ujotYRmmlF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ujotYRmmlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujotYRmmlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujotYRmmlF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujotYRmmlF .row {
  flex-direction: row-reverse;
}
.cid-ujotYRmmlF img {
  width: 100%;
}
.cid-ujotYSyGaX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ujotYSyGaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujotYSyGaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujotYSyGaX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujotYSyGaX .row {
  flex-direction: row-reverse;
}
.cid-ujotYSyGaX img {
  width: 100%;
}
.cid-uyyMivBQ9h {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyMivBQ9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyMivBQ9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyMivBQ9h .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyMivBQ9h .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyMivBQ9h .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyMivBQ9h .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyMivBQ9h .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyMivBQ9h .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyMivBQ9h .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyMivBQ9h .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyMivBQ9h .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyMivBQ9h .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyMivBQ9h .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyMivBQ9h .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyMivBQ9h .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyMivBQ9h .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyMivBQ9h [class^="socicon-"]:before,
.cid-uyyMivBQ9h [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyMivBQ9h .mbr-section-title,
.cid-uyyMivBQ9h .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqQShVHcc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqQShVHcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqQShVHcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqQShVHcc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqQShVHcc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqQShVHcc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqQTCDuZR.popup-builder {
  background-color: #ffffff;
}
.cid-uzqQTCDuZR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqQTCDuZR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqQTCDuZR .modal-content,
.cid-uzqQTCDuZR .modal-dialog {
  height: auto;
}
.cid-uzqQTCDuZR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqQTCDuZR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqQTCDuZR .form-wrapper .mbr-form .form-group,
  .cid-uzqQTCDuZR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqQTCDuZR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqQTCDuZR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqQTCDuZR .mbr-text {
  text-align: center;
}
.cid-uzqQTCDuZR .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqQTCDuZR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqQTCDuZR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqQTCDuZR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqQTCDuZR .modal-open {
  overflow: hidden;
}
.cid-uzqQTCDuZR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqQTCDuZR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqQTCDuZR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqQTCDuZR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqQTCDuZR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqQTCDuZR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqQTCDuZR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqQTCDuZR .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqQTCDuZR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqQTCDuZR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqQTCDuZR .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqQTCDuZR .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqQTCDuZR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqQTCDuZR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqQTCDuZR .modal-header {
    padding: 1rem;
  }
}
.cid-uzqQTCDuZR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqQTCDuZR .modal-header .close svg {
  fill: #353535;
}
.cid-uzqQTCDuZR .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqQTCDuZR .modal-header .close:focus {
  outline: none;
}
.cid-uzqQTCDuZR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqQTCDuZR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqQTCDuZR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqQTCDuZR .modal-body {
    padding: 1rem;
  }
}
.cid-uzqQTCDuZR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqQTCDuZR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqQTCDuZR .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqQTCDuZR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqQTCDuZR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqQTCDuZR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqQTCDuZR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqQTCDuZR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqQTCDuZR .modal-lg,
  .cid-uzqQTCDuZR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqQTCDuZR .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqQTCDuZR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqQTCDuZR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqQTCDuZR .form-group {
  margin-bottom: 1rem;
}
.cid-uzqQTCDuZR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqQTCDuZR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqQTCDuZR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqQTCDuZR .mbr-section-btn {
  margin: 0;
}
.cid-uzqQTCDuZR .mbr-section-btn .btn {
  margin: 0;
}
.cid-uuMnmC0P4m {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uuMnmC0P4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMnmC0P4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uuMnmC0P4m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuMnmC0P4m .row {
  flex-direction: row-reverse;
}
.cid-uuMnmC0P4m img {
  width: 100%;
}
.cid-uuMnmDfOHq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uuMnmDfOHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMnmDfOHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uuMnmDfOHq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuMnmDfOHq .row {
  flex-direction: row-reverse;
}
.cid-uuMnmDfOHq img {
  width: 100%;
}
.cid-uuMnmEqnep {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uuMnmEqnep .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMnmEqnep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uuMnmEqnep .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuMnmEqnep .row {
  flex-direction: row-reverse;
}
.cid-uuMnmEqnep img {
  width: 100%;
}
.cid-uuMnmFye8f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uuMnmFye8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMnmFye8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uuMnmFye8f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuMnmFye8f .row {
  flex-direction: row-reverse;
}
.cid-uuMnmFye8f img {
  width: 100%;
}
.cid-uuMnmGVNzF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uuMnmGVNzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuMnmGVNzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uuMnmGVNzF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuMnmGVNzF .row {
  flex-direction: row-reverse;
}
.cid-uuMnmGVNzF img {
  width: 100%;
}
.cid-uuMorTY5pV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uuMorTY5pV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuMorTY5pV .row {
  flex-direction: row-reverse;
}
.cid-uuMorTY5pV img {
  width: 100%;
}
.cid-uuMorTY5pV .mbr-text {
  color: #ffffff;
}
.cid-uuMoIyG4gH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uuMoIyG4gH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuMoIyG4gH .row {
  flex-direction: row-reverse;
}
.cid-uuMoIyG4gH img {
  width: 100%;
}
.cid-uuMoIyG4gH .mbr-text {
  color: #ffffff;
}
.cid-uyyP3VIh8z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyP3VIh8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyP3VIh8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyP3VIh8z .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyP3VIh8z .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyP3VIh8z .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyP3VIh8z .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyP3VIh8z .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyP3VIh8z .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyP3VIh8z .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyP3VIh8z .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyP3VIh8z .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyP3VIh8z .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyP3VIh8z .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyP3VIh8z .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyP3VIh8z .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyP3VIh8z .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyP3VIh8z [class^="socicon-"]:before,
.cid-uyyP3VIh8z [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyP3VIh8z .mbr-section-title,
.cid-uyyP3VIh8z .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxJtMLbybC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/shakinghands-1.webp");
}
.cid-uxJtMLbybC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxJtMLbybC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxJtMLbybC .mbr-section-title {
  color: #000000;
}
.cid-uxJtMLbybC .mbr-section-subtitle {
  color: #000000;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxNyCHaOcR {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wallofguitars.webp");
}
.cid-uxNyCHaOcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxNyCHaOcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uxNyCHaOcR .container {
    max-width: 1400px;
  }
}
.cid-uxNyCHaOcR .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uxNyCHaOcR .row {
  justify-content: center;
}
.cid-uxNyCHaOcR .mbr-section-title {
  color: #000000;
}
.cid-uxNyCHaOcR .mbr-section-subtitle {
  color: #000000;
}
.cid-uxN5L6NkPu {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/wallofguitars.webp");
}
.cid-uxN5L6NkPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxN5L6NkPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uxN5L6NkPu .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uxN5L6NkPu .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxN5L6NkPu .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uxN5L6NkPu .item-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uxN5L6NkPu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxN5L6NkPu .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uxN5L6NkPu .price {
  text-align: center;
}
.cid-uzp4mybAc8.popup-builder {
  background-color: #ffffff;
}
.cid-uzp4mybAc8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzp4mybAc8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzp4mybAc8 .modal-content,
.cid-uzp4mybAc8 .modal-dialog {
  height: auto;
}
.cid-uzp4mybAc8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzp4mybAc8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzp4mybAc8 .form-wrapper .mbr-form .form-group,
  .cid-uzp4mybAc8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzp4mybAc8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzp4mybAc8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzp4mybAc8 .mbr-text {
  text-align: center;
}
.cid-uzp4mybAc8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uzp4mybAc8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzp4mybAc8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzp4mybAc8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzp4mybAc8 .modal-open {
  overflow: hidden;
}
.cid-uzp4mybAc8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzp4mybAc8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzp4mybAc8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzp4mybAc8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzp4mybAc8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzp4mybAc8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzp4mybAc8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzp4mybAc8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzp4mybAc8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzp4mybAc8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzp4mybAc8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzp4mybAc8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uzp4mybAc8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzp4mybAc8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzp4mybAc8 .modal-header {
    padding: 1rem;
  }
}
.cid-uzp4mybAc8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzp4mybAc8 .modal-header .close svg {
  fill: #353535;
}
.cid-uzp4mybAc8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uzp4mybAc8 .modal-header .close:focus {
  outline: none;
}
.cid-uzp4mybAc8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzp4mybAc8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzp4mybAc8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzp4mybAc8 .modal-body {
    padding: 1rem;
  }
}
.cid-uzp4mybAc8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzp4mybAc8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzp4mybAc8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uzp4mybAc8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzp4mybAc8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzp4mybAc8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzp4mybAc8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzp4mybAc8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzp4mybAc8 .modal-lg,
  .cid-uzp4mybAc8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzp4mybAc8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzp4mybAc8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzp4mybAc8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzp4mybAc8 .form-group {
  margin-bottom: 1rem;
}
.cid-uzp4mybAc8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzp4mybAc8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzp4mybAc8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzp4mybAc8 .mbr-section-btn {
  margin: 0;
}
.cid-uzp4mybAc8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uzp6fo2aKe.popup-builder {
  background-color: #ffffff;
}
.cid-uzp6fo2aKe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzp6fo2aKe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzp6fo2aKe .modal-content,
.cid-uzp6fo2aKe .modal-dialog {
  height: auto;
}
.cid-uzp6fo2aKe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzp6fo2aKe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzp6fo2aKe .form-wrapper .mbr-form .form-group,
  .cid-uzp6fo2aKe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzp6fo2aKe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzp6fo2aKe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzp6fo2aKe .mbr-text {
  text-align: center;
}
.cid-uzp6fo2aKe .pt-0 {
  padding-top: 0 !important;
}
.cid-uzp6fo2aKe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzp6fo2aKe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzp6fo2aKe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzp6fo2aKe .modal-open {
  overflow: hidden;
}
.cid-uzp6fo2aKe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzp6fo2aKe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzp6fo2aKe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzp6fo2aKe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzp6fo2aKe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzp6fo2aKe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzp6fo2aKe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzp6fo2aKe .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzp6fo2aKe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzp6fo2aKe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzp6fo2aKe .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzp6fo2aKe .modal-backdrop.show {
  opacity: .5;
}
.cid-uzp6fo2aKe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzp6fo2aKe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzp6fo2aKe .modal-header {
    padding: 1rem;
  }
}
.cid-uzp6fo2aKe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzp6fo2aKe .modal-header .close svg {
  fill: #353535;
}
.cid-uzp6fo2aKe .modal-header .close:hover {
  opacity: 1;
}
.cid-uzp6fo2aKe .modal-header .close:focus {
  outline: none;
}
.cid-uzp6fo2aKe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzp6fo2aKe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzp6fo2aKe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzp6fo2aKe .modal-body {
    padding: 1rem;
  }
}
.cid-uzp6fo2aKe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzp6fo2aKe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzp6fo2aKe .modal-footer {
    padding: 1rem;
  }
}
.cid-uzp6fo2aKe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzp6fo2aKe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzp6fo2aKe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzp6fo2aKe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzp6fo2aKe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzp6fo2aKe .modal-lg,
  .cid-uzp6fo2aKe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzp6fo2aKe .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzp6fo2aKe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzp6fo2aKe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzp6fo2aKe .form-group {
  margin-bottom: 1rem;
}
.cid-uzp6fo2aKe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzp6fo2aKe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzp6fo2aKe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzp6fo2aKe .mbr-section-btn {
  margin: 0;
}
.cid-uzp6fo2aKe .mbr-section-btn .btn {
  margin: 0;
}
.cid-uzp6DNBYhT.popup-builder {
  background-color: #ffffff;
}
.cid-uzp6DNBYhT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzp6DNBYhT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzp6DNBYhT .modal-content,
.cid-uzp6DNBYhT .modal-dialog {
  height: auto;
}
.cid-uzp6DNBYhT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzp6DNBYhT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzp6DNBYhT .form-wrapper .mbr-form .form-group,
  .cid-uzp6DNBYhT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzp6DNBYhT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzp6DNBYhT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzp6DNBYhT .mbr-text {
  text-align: center;
}
.cid-uzp6DNBYhT .pt-0 {
  padding-top: 0 !important;
}
.cid-uzp6DNBYhT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzp6DNBYhT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzp6DNBYhT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzp6DNBYhT .modal-open {
  overflow: hidden;
}
.cid-uzp6DNBYhT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzp6DNBYhT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzp6DNBYhT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzp6DNBYhT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzp6DNBYhT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzp6DNBYhT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzp6DNBYhT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzp6DNBYhT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzp6DNBYhT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzp6DNBYhT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzp6DNBYhT .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzp6DNBYhT .modal-backdrop.show {
  opacity: .5;
}
.cid-uzp6DNBYhT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzp6DNBYhT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzp6DNBYhT .modal-header {
    padding: 1rem;
  }
}
.cid-uzp6DNBYhT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzp6DNBYhT .modal-header .close svg {
  fill: #353535;
}
.cid-uzp6DNBYhT .modal-header .close:hover {
  opacity: 1;
}
.cid-uzp6DNBYhT .modal-header .close:focus {
  outline: none;
}
.cid-uzp6DNBYhT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzp6DNBYhT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzp6DNBYhT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzp6DNBYhT .modal-body {
    padding: 1rem;
  }
}
.cid-uzp6DNBYhT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzp6DNBYhT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzp6DNBYhT .modal-footer {
    padding: 1rem;
  }
}
.cid-uzp6DNBYhT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzp6DNBYhT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzp6DNBYhT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzp6DNBYhT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzp6DNBYhT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzp6DNBYhT .modal-lg,
  .cid-uzp6DNBYhT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzp6DNBYhT .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzp6DNBYhT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzp6DNBYhT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzp6DNBYhT .form-group {
  margin-bottom: 1rem;
}
.cid-uzp6DNBYhT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzp6DNBYhT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzp6DNBYhT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzp6DNBYhT .mbr-section-btn {
  margin: 0;
}
.cid-uzp6DNBYhT .mbr-section-btn .btn {
  margin: 0;
}
.cid-uzp75FucIu.popup-builder {
  background-color: #ffffff;
}
.cid-uzp75FucIu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzp75FucIu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzp75FucIu .modal-content,
.cid-uzp75FucIu .modal-dialog {
  height: auto;
}
.cid-uzp75FucIu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzp75FucIu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzp75FucIu .form-wrapper .mbr-form .form-group,
  .cid-uzp75FucIu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzp75FucIu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzp75FucIu .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzp75FucIu .mbr-text {
  text-align: center;
}
.cid-uzp75FucIu .pt-0 {
  padding-top: 0 !important;
}
.cid-uzp75FucIu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzp75FucIu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzp75FucIu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzp75FucIu .modal-open {
  overflow: hidden;
}
.cid-uzp75FucIu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzp75FucIu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzp75FucIu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzp75FucIu .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzp75FucIu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzp75FucIu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzp75FucIu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzp75FucIu .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzp75FucIu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzp75FucIu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzp75FucIu .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzp75FucIu .modal-backdrop.show {
  opacity: .5;
}
.cid-uzp75FucIu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzp75FucIu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzp75FucIu .modal-header {
    padding: 1rem;
  }
}
.cid-uzp75FucIu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzp75FucIu .modal-header .close svg {
  fill: #353535;
}
.cid-uzp75FucIu .modal-header .close:hover {
  opacity: 1;
}
.cid-uzp75FucIu .modal-header .close:focus {
  outline: none;
}
.cid-uzp75FucIu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzp75FucIu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzp75FucIu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzp75FucIu .modal-body {
    padding: 1rem;
  }
}
.cid-uzp75FucIu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzp75FucIu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzp75FucIu .modal-footer {
    padding: 1rem;
  }
}
.cid-uzp75FucIu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzp75FucIu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzp75FucIu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzp75FucIu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzp75FucIu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzp75FucIu .modal-lg,
  .cid-uzp75FucIu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzp75FucIu .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzp75FucIu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzp75FucIu .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzp75FucIu .form-group {
  margin-bottom: 1rem;
}
.cid-uzp75FucIu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzp75FucIu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzp75FucIu .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzp75FucIu .mbr-section-btn {
  margin: 0;
}
.cid-uzp75FucIu .mbr-section-btn .btn {
  margin: 0;
}
.cid-uzp7AP8UIF.popup-builder {
  background-color: #ffffff;
}
.cid-uzp7AP8UIF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzp7AP8UIF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzp7AP8UIF .modal-content,
.cid-uzp7AP8UIF .modal-dialog {
  height: auto;
}
.cid-uzp7AP8UIF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzp7AP8UIF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzp7AP8UIF .form-wrapper .mbr-form .form-group,
  .cid-uzp7AP8UIF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzp7AP8UIF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzp7AP8UIF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzp7AP8UIF .mbr-text {
  text-align: center;
}
.cid-uzp7AP8UIF .pt-0 {
  padding-top: 0 !important;
}
.cid-uzp7AP8UIF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzp7AP8UIF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzp7AP8UIF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzp7AP8UIF .modal-open {
  overflow: hidden;
}
.cid-uzp7AP8UIF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzp7AP8UIF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzp7AP8UIF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzp7AP8UIF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzp7AP8UIF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzp7AP8UIF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzp7AP8UIF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzp7AP8UIF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzp7AP8UIF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzp7AP8UIF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzp7AP8UIF .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzp7AP8UIF .modal-backdrop.show {
  opacity: .5;
}
.cid-uzp7AP8UIF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzp7AP8UIF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzp7AP8UIF .modal-header {
    padding: 1rem;
  }
}
.cid-uzp7AP8UIF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzp7AP8UIF .modal-header .close svg {
  fill: #353535;
}
.cid-uzp7AP8UIF .modal-header .close:hover {
  opacity: 1;
}
.cid-uzp7AP8UIF .modal-header .close:focus {
  outline: none;
}
.cid-uzp7AP8UIF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzp7AP8UIF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzp7AP8UIF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzp7AP8UIF .modal-body {
    padding: 1rem;
  }
}
.cid-uzp7AP8UIF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzp7AP8UIF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzp7AP8UIF .modal-footer {
    padding: 1rem;
  }
}
.cid-uzp7AP8UIF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzp7AP8UIF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzp7AP8UIF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzp7AP8UIF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzp7AP8UIF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzp7AP8UIF .modal-lg,
  .cid-uzp7AP8UIF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzp7AP8UIF .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzp7AP8UIF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzp7AP8UIF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzp7AP8UIF .form-group {
  margin-bottom: 1rem;
}
.cid-uzp7AP8UIF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzp7AP8UIF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzp7AP8UIF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzp7AP8UIF .mbr-section-btn {
  margin: 0;
}
.cid-uzp7AP8UIF .mbr-section-btn .btn {
  margin: 0;
}
.cid-uyyTSfVDMH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyTSfVDMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyTSfVDMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyTSfVDMH .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyTSfVDMH .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyTSfVDMH .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyTSfVDMH .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyTSfVDMH .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyTSfVDMH .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyTSfVDMH .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyTSfVDMH .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyTSfVDMH .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyTSfVDMH .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyTSfVDMH .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyTSfVDMH .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyTSfVDMH .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyTSfVDMH .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyTSfVDMH [class^="socicon-"]:before,
.cid-uyyTSfVDMH [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyTSfVDMH .mbr-section-title,
.cid-uyyTSfVDMH .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyah7G4xHz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wallofcases.webp");
}
.cid-uyah7G4xHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyah7G4xHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyah7G4xHz .mbr-section-title {
  color: #000000;
}
.cid-uynfzbKIrQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a1a0a0;
}
.cid-uynfzbKIrQ .line {
  background-color: #fd1b04;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uynfzbKIrQ .mbr-text {
  color: #fd1b04;
}
.cid-uyah7H8f1B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wallofcases.webp");
}
.cid-uyah7H8f1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyah7H8f1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uyah7H8f1B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyah7H8f1B .row {
  flex-direction: row-reverse;
}
.cid-uyah7H8f1B img {
  width: 100%;
}
.cid-uyah7H8f1B .mbr-description {
  color: #fd1b04;
}
.cid-uymzlACMsY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/wallofcases.webp");
}
.cid-uymzlACMsY .mbr-overlay {
  background: #bbbbbb;
  opacity: 0.7;
}
.cid-uymzlACMsY img,
.cid-uymzlACMsY .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uymzlACMsY .item:focus,
.cid-uymzlACMsY span:focus {
  outline: none;
}
.cid-uymzlACMsY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uymzlACMsY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uymzlACMsY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uymzlACMsY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uymzlACMsY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uymzlACMsY .mbr-section-title {
  color: #232323;
}
.cid-uymzlACMsY .mbr-text,
.cid-uymzlACMsY .mbr-section-btn {
  text-align: left;
}
.cid-uymzlACMsY .item-title {
  text-align: center;
}
.cid-uymzlACMsY .item-subtitle {
  text-align: center;
}
.cid-uzpG2eOYhJ.popup-builder {
  background-color: #ffffff;
}
.cid-uzpG2eOYhJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzpG2eOYhJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzpG2eOYhJ .modal-content,
.cid-uzpG2eOYhJ .modal-dialog {
  height: auto;
}
.cid-uzpG2eOYhJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzpG2eOYhJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzpG2eOYhJ .form-wrapper .mbr-form .form-group,
  .cid-uzpG2eOYhJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzpG2eOYhJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzpG2eOYhJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzpG2eOYhJ .mbr-text {
  text-align: center;
}
.cid-uzpG2eOYhJ .pt-0 {
  padding-top: 0 !important;
}
.cid-uzpG2eOYhJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzpG2eOYhJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzpG2eOYhJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzpG2eOYhJ .modal-open {
  overflow: hidden;
}
.cid-uzpG2eOYhJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzpG2eOYhJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzpG2eOYhJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzpG2eOYhJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzpG2eOYhJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzpG2eOYhJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzpG2eOYhJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzpG2eOYhJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzpG2eOYhJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzpG2eOYhJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzpG2eOYhJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzpG2eOYhJ .modal-backdrop.show {
  opacity: .5;
}
.cid-uzpG2eOYhJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzpG2eOYhJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpG2eOYhJ .modal-header {
    padding: 1rem;
  }
}
.cid-uzpG2eOYhJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzpG2eOYhJ .modal-header .close svg {
  fill: #353535;
}
.cid-uzpG2eOYhJ .modal-header .close:hover {
  opacity: 1;
}
.cid-uzpG2eOYhJ .modal-header .close:focus {
  outline: none;
}
.cid-uzpG2eOYhJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzpG2eOYhJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzpG2eOYhJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpG2eOYhJ .modal-body {
    padding: 1rem;
  }
}
.cid-uzpG2eOYhJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzpG2eOYhJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpG2eOYhJ .modal-footer {
    padding: 1rem;
  }
}
.cid-uzpG2eOYhJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzpG2eOYhJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzpG2eOYhJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzpG2eOYhJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzpG2eOYhJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzpG2eOYhJ .modal-lg,
  .cid-uzpG2eOYhJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzpG2eOYhJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzpG2eOYhJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzpG2eOYhJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzpG2eOYhJ .form-group {
  margin-bottom: 1rem;
}
.cid-uzpG2eOYhJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzpG2eOYhJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzpG2eOYhJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzpG2eOYhJ .mbr-section-btn {
  margin: 0;
}
.cid-uzpG2eOYhJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uzpIeNUQ58.popup-builder {
  background-color: #ffffff;
}
.cid-uzpIeNUQ58.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzpIeNUQ58.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzpIeNUQ58 .modal-content,
.cid-uzpIeNUQ58 .modal-dialog {
  height: auto;
}
.cid-uzpIeNUQ58 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzpIeNUQ58 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzpIeNUQ58 .form-wrapper .mbr-form .form-group,
  .cid-uzpIeNUQ58 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzpIeNUQ58 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzpIeNUQ58 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzpIeNUQ58 .mbr-text {
  text-align: center;
}
.cid-uzpIeNUQ58 .pt-0 {
  padding-top: 0 !important;
}
.cid-uzpIeNUQ58 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzpIeNUQ58 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzpIeNUQ58 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzpIeNUQ58 .modal-open {
  overflow: hidden;
}
.cid-uzpIeNUQ58 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzpIeNUQ58 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzpIeNUQ58 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzpIeNUQ58 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzpIeNUQ58 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzpIeNUQ58 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzpIeNUQ58 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzpIeNUQ58 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzpIeNUQ58 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzpIeNUQ58 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzpIeNUQ58 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzpIeNUQ58 .modal-backdrop.show {
  opacity: .5;
}
.cid-uzpIeNUQ58 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzpIeNUQ58 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpIeNUQ58 .modal-header {
    padding: 1rem;
  }
}
.cid-uzpIeNUQ58 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzpIeNUQ58 .modal-header .close svg {
  fill: #353535;
}
.cid-uzpIeNUQ58 .modal-header .close:hover {
  opacity: 1;
}
.cid-uzpIeNUQ58 .modal-header .close:focus {
  outline: none;
}
.cid-uzpIeNUQ58 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzpIeNUQ58 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzpIeNUQ58 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpIeNUQ58 .modal-body {
    padding: 1rem;
  }
}
.cid-uzpIeNUQ58 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzpIeNUQ58 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpIeNUQ58 .modal-footer {
    padding: 1rem;
  }
}
.cid-uzpIeNUQ58 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzpIeNUQ58 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzpIeNUQ58 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzpIeNUQ58 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzpIeNUQ58 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzpIeNUQ58 .modal-lg,
  .cid-uzpIeNUQ58 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzpIeNUQ58 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzpIeNUQ58 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzpIeNUQ58 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzpIeNUQ58 .form-group {
  margin-bottom: 1rem;
}
.cid-uzpIeNUQ58 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzpIeNUQ58 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzpIeNUQ58 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzpIeNUQ58 .mbr-section-btn {
  margin: 0;
}
.cid-uzpIeNUQ58 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uzpILToIqh.popup-builder {
  background-color: #ffffff;
}
.cid-uzpILToIqh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzpILToIqh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzpILToIqh .modal-content,
.cid-uzpILToIqh .modal-dialog {
  height: auto;
}
.cid-uzpILToIqh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzpILToIqh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzpILToIqh .form-wrapper .mbr-form .form-group,
  .cid-uzpILToIqh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzpILToIqh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzpILToIqh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzpILToIqh .mbr-text {
  text-align: center;
}
.cid-uzpILToIqh .pt-0 {
  padding-top: 0 !important;
}
.cid-uzpILToIqh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzpILToIqh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzpILToIqh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzpILToIqh .modal-open {
  overflow: hidden;
}
.cid-uzpILToIqh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzpILToIqh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzpILToIqh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzpILToIqh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzpILToIqh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzpILToIqh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzpILToIqh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzpILToIqh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzpILToIqh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzpILToIqh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzpILToIqh .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzpILToIqh .modal-backdrop.show {
  opacity: .5;
}
.cid-uzpILToIqh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzpILToIqh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpILToIqh .modal-header {
    padding: 1rem;
  }
}
.cid-uzpILToIqh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzpILToIqh .modal-header .close svg {
  fill: #353535;
}
.cid-uzpILToIqh .modal-header .close:hover {
  opacity: 1;
}
.cid-uzpILToIqh .modal-header .close:focus {
  outline: none;
}
.cid-uzpILToIqh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzpILToIqh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzpILToIqh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpILToIqh .modal-body {
    padding: 1rem;
  }
}
.cid-uzpILToIqh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzpILToIqh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpILToIqh .modal-footer {
    padding: 1rem;
  }
}
.cid-uzpILToIqh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzpILToIqh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzpILToIqh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzpILToIqh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzpILToIqh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzpILToIqh .modal-lg,
  .cid-uzpILToIqh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzpILToIqh .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzpILToIqh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzpILToIqh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzpILToIqh .form-group {
  margin-bottom: 1rem;
}
.cid-uzpILToIqh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzpILToIqh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzpILToIqh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzpILToIqh .mbr-section-btn {
  margin: 0;
}
.cid-uzpILToIqh .mbr-section-btn .btn {
  margin: 0;
}
.cid-uzpJ3wdWHL.popup-builder {
  background-color: #ffffff;
}
.cid-uzpJ3wdWHL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzpJ3wdWHL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzpJ3wdWHL .modal-content,
.cid-uzpJ3wdWHL .modal-dialog {
  height: auto;
}
.cid-uzpJ3wdWHL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzpJ3wdWHL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzpJ3wdWHL .form-wrapper .mbr-form .form-group,
  .cid-uzpJ3wdWHL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzpJ3wdWHL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzpJ3wdWHL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzpJ3wdWHL .mbr-text {
  text-align: center;
}
.cid-uzpJ3wdWHL .pt-0 {
  padding-top: 0 !important;
}
.cid-uzpJ3wdWHL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzpJ3wdWHL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzpJ3wdWHL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzpJ3wdWHL .modal-open {
  overflow: hidden;
}
.cid-uzpJ3wdWHL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzpJ3wdWHL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzpJ3wdWHL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzpJ3wdWHL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzpJ3wdWHL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzpJ3wdWHL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzpJ3wdWHL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzpJ3wdWHL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzpJ3wdWHL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzpJ3wdWHL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzpJ3wdWHL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzpJ3wdWHL .modal-backdrop.show {
  opacity: .5;
}
.cid-uzpJ3wdWHL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzpJ3wdWHL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpJ3wdWHL .modal-header {
    padding: 1rem;
  }
}
.cid-uzpJ3wdWHL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzpJ3wdWHL .modal-header .close svg {
  fill: #353535;
}
.cid-uzpJ3wdWHL .modal-header .close:hover {
  opacity: 1;
}
.cid-uzpJ3wdWHL .modal-header .close:focus {
  outline: none;
}
.cid-uzpJ3wdWHL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzpJ3wdWHL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzpJ3wdWHL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpJ3wdWHL .modal-body {
    padding: 1rem;
  }
}
.cid-uzpJ3wdWHL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzpJ3wdWHL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpJ3wdWHL .modal-footer {
    padding: 1rem;
  }
}
.cid-uzpJ3wdWHL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzpJ3wdWHL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzpJ3wdWHL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzpJ3wdWHL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzpJ3wdWHL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzpJ3wdWHL .modal-lg,
  .cid-uzpJ3wdWHL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzpJ3wdWHL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzpJ3wdWHL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzpJ3wdWHL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzpJ3wdWHL .form-group {
  margin-bottom: 1rem;
}
.cid-uzpJ3wdWHL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzpJ3wdWHL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzpJ3wdWHL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzpJ3wdWHL .mbr-section-btn {
  margin: 0;
}
.cid-uzpJ3wdWHL .mbr-section-btn .btn {
  margin: 0;
}
.cid-uzpJt7bvXx.popup-builder {
  background-color: #ffffff;
}
.cid-uzpJt7bvXx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzpJt7bvXx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzpJt7bvXx .modal-content,
.cid-uzpJt7bvXx .modal-dialog {
  height: auto;
}
.cid-uzpJt7bvXx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzpJt7bvXx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzpJt7bvXx .form-wrapper .mbr-form .form-group,
  .cid-uzpJt7bvXx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzpJt7bvXx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzpJt7bvXx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzpJt7bvXx .mbr-text {
  text-align: center;
}
.cid-uzpJt7bvXx .pt-0 {
  padding-top: 0 !important;
}
.cid-uzpJt7bvXx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzpJt7bvXx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzpJt7bvXx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzpJt7bvXx .modal-open {
  overflow: hidden;
}
.cid-uzpJt7bvXx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzpJt7bvXx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzpJt7bvXx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzpJt7bvXx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzpJt7bvXx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzpJt7bvXx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzpJt7bvXx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzpJt7bvXx .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzpJt7bvXx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzpJt7bvXx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzpJt7bvXx .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzpJt7bvXx .modal-backdrop.show {
  opacity: .5;
}
.cid-uzpJt7bvXx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzpJt7bvXx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpJt7bvXx .modal-header {
    padding: 1rem;
  }
}
.cid-uzpJt7bvXx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzpJt7bvXx .modal-header .close svg {
  fill: #353535;
}
.cid-uzpJt7bvXx .modal-header .close:hover {
  opacity: 1;
}
.cid-uzpJt7bvXx .modal-header .close:focus {
  outline: none;
}
.cid-uzpJt7bvXx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzpJt7bvXx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzpJt7bvXx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpJt7bvXx .modal-body {
    padding: 1rem;
  }
}
.cid-uzpJt7bvXx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzpJt7bvXx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpJt7bvXx .modal-footer {
    padding: 1rem;
  }
}
.cid-uzpJt7bvXx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzpJt7bvXx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzpJt7bvXx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzpJt7bvXx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzpJt7bvXx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzpJt7bvXx .modal-lg,
  .cid-uzpJt7bvXx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzpJt7bvXx .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzpJt7bvXx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzpJt7bvXx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzpJt7bvXx .form-group {
  margin-bottom: 1rem;
}
.cid-uzpJt7bvXx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzpJt7bvXx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzpJt7bvXx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzpJt7bvXx .mbr-section-btn {
  margin: 0;
}
.cid-uzpJt7bvXx .mbr-section-btn .btn {
  margin: 0;
}
.cid-uzpJQ5wfqn.popup-builder {
  background-color: #ffffff;
}
.cid-uzpJQ5wfqn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzpJQ5wfqn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzpJQ5wfqn .modal-content,
.cid-uzpJQ5wfqn .modal-dialog {
  height: auto;
}
.cid-uzpJQ5wfqn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzpJQ5wfqn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzpJQ5wfqn .form-wrapper .mbr-form .form-group,
  .cid-uzpJQ5wfqn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzpJQ5wfqn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzpJQ5wfqn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzpJQ5wfqn .mbr-text {
  text-align: center;
}
.cid-uzpJQ5wfqn .pt-0 {
  padding-top: 0 !important;
}
.cid-uzpJQ5wfqn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzpJQ5wfqn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzpJQ5wfqn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzpJQ5wfqn .modal-open {
  overflow: hidden;
}
.cid-uzpJQ5wfqn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzpJQ5wfqn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzpJQ5wfqn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzpJQ5wfqn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzpJQ5wfqn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzpJQ5wfqn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzpJQ5wfqn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzpJQ5wfqn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzpJQ5wfqn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzpJQ5wfqn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzpJQ5wfqn .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzpJQ5wfqn .modal-backdrop.show {
  opacity: .5;
}
.cid-uzpJQ5wfqn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzpJQ5wfqn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpJQ5wfqn .modal-header {
    padding: 1rem;
  }
}
.cid-uzpJQ5wfqn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzpJQ5wfqn .modal-header .close svg {
  fill: #353535;
}
.cid-uzpJQ5wfqn .modal-header .close:hover {
  opacity: 1;
}
.cid-uzpJQ5wfqn .modal-header .close:focus {
  outline: none;
}
.cid-uzpJQ5wfqn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzpJQ5wfqn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzpJQ5wfqn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpJQ5wfqn .modal-body {
    padding: 1rem;
  }
}
.cid-uzpJQ5wfqn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzpJQ5wfqn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpJQ5wfqn .modal-footer {
    padding: 1rem;
  }
}
.cid-uzpJQ5wfqn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzpJQ5wfqn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzpJQ5wfqn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzpJQ5wfqn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzpJQ5wfqn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzpJQ5wfqn .modal-lg,
  .cid-uzpJQ5wfqn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzpJQ5wfqn .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzpJQ5wfqn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzpJQ5wfqn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzpJQ5wfqn .form-group {
  margin-bottom: 1rem;
}
.cid-uzpJQ5wfqn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzpJQ5wfqn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzpJQ5wfqn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzpJQ5wfqn .mbr-section-btn {
  margin: 0;
}
.cid-uzpJQ5wfqn .mbr-section-btn .btn {
  margin: 0;
}
.cid-uzpKe4PNYm.popup-builder {
  background-color: #ffffff;
}
.cid-uzpKe4PNYm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzpKe4PNYm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzpKe4PNYm .modal-content,
.cid-uzpKe4PNYm .modal-dialog {
  height: auto;
}
.cid-uzpKe4PNYm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzpKe4PNYm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzpKe4PNYm .form-wrapper .mbr-form .form-group,
  .cid-uzpKe4PNYm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzpKe4PNYm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzpKe4PNYm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzpKe4PNYm .mbr-text {
  text-align: center;
}
.cid-uzpKe4PNYm .pt-0 {
  padding-top: 0 !important;
}
.cid-uzpKe4PNYm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzpKe4PNYm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzpKe4PNYm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzpKe4PNYm .modal-open {
  overflow: hidden;
}
.cid-uzpKe4PNYm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzpKe4PNYm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzpKe4PNYm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzpKe4PNYm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzpKe4PNYm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzpKe4PNYm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzpKe4PNYm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzpKe4PNYm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzpKe4PNYm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzpKe4PNYm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzpKe4PNYm .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzpKe4PNYm .modal-backdrop.show {
  opacity: .5;
}
.cid-uzpKe4PNYm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzpKe4PNYm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpKe4PNYm .modal-header {
    padding: 1rem;
  }
}
.cid-uzpKe4PNYm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzpKe4PNYm .modal-header .close svg {
  fill: #353535;
}
.cid-uzpKe4PNYm .modal-header .close:hover {
  opacity: 1;
}
.cid-uzpKe4PNYm .modal-header .close:focus {
  outline: none;
}
.cid-uzpKe4PNYm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzpKe4PNYm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzpKe4PNYm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpKe4PNYm .modal-body {
    padding: 1rem;
  }
}
.cid-uzpKe4PNYm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzpKe4PNYm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpKe4PNYm .modal-footer {
    padding: 1rem;
  }
}
.cid-uzpKe4PNYm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzpKe4PNYm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzpKe4PNYm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzpKe4PNYm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzpKe4PNYm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzpKe4PNYm .modal-lg,
  .cid-uzpKe4PNYm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzpKe4PNYm .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzpKe4PNYm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzpKe4PNYm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzpKe4PNYm .form-group {
  margin-bottom: 1rem;
}
.cid-uzpKe4PNYm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzpKe4PNYm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzpKe4PNYm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzpKe4PNYm .mbr-section-btn {
  margin: 0;
}
.cid-uzpKe4PNYm .mbr-section-btn .btn {
  margin: 0;
}
.cid-uzpKT6cy56.popup-builder {
  background-color: #ffffff;
}
.cid-uzpKT6cy56.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzpKT6cy56.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzpKT6cy56 .modal-content,
.cid-uzpKT6cy56 .modal-dialog {
  height: auto;
}
.cid-uzpKT6cy56 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzpKT6cy56 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzpKT6cy56 .form-wrapper .mbr-form .form-group,
  .cid-uzpKT6cy56 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzpKT6cy56 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzpKT6cy56 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzpKT6cy56 .mbr-text {
  text-align: center;
}
.cid-uzpKT6cy56 .pt-0 {
  padding-top: 0 !important;
}
.cid-uzpKT6cy56 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzpKT6cy56 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzpKT6cy56 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzpKT6cy56 .modal-open {
  overflow: hidden;
}
.cid-uzpKT6cy56 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzpKT6cy56 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzpKT6cy56 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzpKT6cy56 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzpKT6cy56 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzpKT6cy56 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzpKT6cy56 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzpKT6cy56 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzpKT6cy56 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzpKT6cy56 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzpKT6cy56 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzpKT6cy56 .modal-backdrop.show {
  opacity: .5;
}
.cid-uzpKT6cy56 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzpKT6cy56 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpKT6cy56 .modal-header {
    padding: 1rem;
  }
}
.cid-uzpKT6cy56 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzpKT6cy56 .modal-header .close svg {
  fill: #353535;
}
.cid-uzpKT6cy56 .modal-header .close:hover {
  opacity: 1;
}
.cid-uzpKT6cy56 .modal-header .close:focus {
  outline: none;
}
.cid-uzpKT6cy56 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzpKT6cy56 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzpKT6cy56 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpKT6cy56 .modal-body {
    padding: 1rem;
  }
}
.cid-uzpKT6cy56 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzpKT6cy56 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpKT6cy56 .modal-footer {
    padding: 1rem;
  }
}
.cid-uzpKT6cy56 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzpKT6cy56 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzpKT6cy56 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzpKT6cy56 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzpKT6cy56 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzpKT6cy56 .modal-lg,
  .cid-uzpKT6cy56 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzpKT6cy56 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzpKT6cy56 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzpKT6cy56 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzpKT6cy56 .form-group {
  margin-bottom: 1rem;
}
.cid-uzpKT6cy56 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzpKT6cy56 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzpKT6cy56 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzpKT6cy56 .mbr-section-btn {
  margin: 0;
}
.cid-uzpKT6cy56 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uyyZaBFdy4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyZaBFdy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyZaBFdy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyZaBFdy4 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyZaBFdy4 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyZaBFdy4 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyZaBFdy4 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyZaBFdy4 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyZaBFdy4 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyZaBFdy4 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyZaBFdy4 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyZaBFdy4 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyZaBFdy4 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyZaBFdy4 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyZaBFdy4 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyZaBFdy4 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyZaBFdy4 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyZaBFdy4 [class^="socicon-"]:before,
.cid-uyyZaBFdy4 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyZaBFdy4 .mbr-section-title,
.cid-uyyZaBFdy4 .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz1NfRujG9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebc634;
}
.cid-uz1NfRujG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz1NfRujG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uz1NfRujG9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz1NfRujG9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz1NfRujG9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz1NfRujG9 .mbr-section-title {
  text-align: center;
}
.cid-uz1NfRujG9 .mbr-text {
  text-align: center;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uAIURRnSFk.popup-builder {
  background-color: #ffffff;
}
.cid-uAIURRnSFk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAIURRnSFk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAIURRnSFk .modal-content,
.cid-uAIURRnSFk .modal-dialog {
  height: auto;
}
.cid-uAIURRnSFk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAIURRnSFk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAIURRnSFk .form-wrapper .mbr-form .form-group,
  .cid-uAIURRnSFk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAIURRnSFk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAIURRnSFk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAIURRnSFk .mbr-text {
  text-align: center;
}
.cid-uAIURRnSFk .pt-0 {
  padding-top: 0 !important;
}
.cid-uAIURRnSFk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAIURRnSFk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAIURRnSFk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAIURRnSFk .modal-open {
  overflow: hidden;
}
.cid-uAIURRnSFk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAIURRnSFk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAIURRnSFk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAIURRnSFk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAIURRnSFk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAIURRnSFk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAIURRnSFk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAIURRnSFk .modal-content {
  background: #e9ce8f;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAIURRnSFk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAIURRnSFk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAIURRnSFk .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAIURRnSFk .modal-backdrop.show {
  opacity: .5;
}
.cid-uAIURRnSFk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAIURRnSFk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIURRnSFk .modal-header {
    padding: 1rem;
  }
}
.cid-uAIURRnSFk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAIURRnSFk .modal-header .close svg {
  fill: #353535;
}
.cid-uAIURRnSFk .modal-header .close:hover {
  opacity: 1;
}
.cid-uAIURRnSFk .modal-header .close:focus {
  outline: none;
}
.cid-uAIURRnSFk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fd1b04;
}
.cid-uAIURRnSFk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAIURRnSFk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIURRnSFk .modal-body {
    padding: 1rem;
  }
}
.cid-uAIURRnSFk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAIURRnSFk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAIURRnSFk .modal-footer {
    padding: 1rem;
  }
}
.cid-uAIURRnSFk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAIURRnSFk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAIURRnSFk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAIURRnSFk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAIURRnSFk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAIURRnSFk .modal-lg,
  .cid-uAIURRnSFk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAIURRnSFk .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAIURRnSFk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAIURRnSFk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAIURRnSFk .form-group {
  margin-bottom: 1rem;
}
.cid-uAIURRnSFk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAIURRnSFk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAIURRnSFk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAIURRnSFk .mbr-section-btn {
  margin: 0;
}
.cid-uAIURRnSFk .mbr-section-btn .btn {
  margin: 0;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uy0B9KYhVc {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wallofcases.webp");
}
.cid-uy0B9KYhVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy0B9KYhVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy0B9KYhVc .mbr-section-title {
  color: #000000;
}
.cid-uzq2Y4TJsC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wallofcases.webp");
}
.cid-uzq2Y4TJsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzq2Y4TJsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzq2Y4TJsC .mbr-section-title {
  color: #fd1b04;
}
.cid-uyPG20e8i3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wallofcases-1.webp");
}
.cid-uyPG20e8i3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyPG20e8i3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uyPG20e8i3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyPG20e8i3 .row {
  flex-direction: row-reverse;
}
.cid-uyPG20e8i3 img {
  width: 100%;
}
.cid-uzq40lhTOS.popup-builder {
  background-color: #ffffff;
}
.cid-uzq40lhTOS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzq40lhTOS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzq40lhTOS .modal-content,
.cid-uzq40lhTOS .modal-dialog {
  height: auto;
}
.cid-uzq40lhTOS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzq40lhTOS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzq40lhTOS .form-wrapper .mbr-form .form-group,
  .cid-uzq40lhTOS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzq40lhTOS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzq40lhTOS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzq40lhTOS .mbr-text {
  text-align: center;
}
.cid-uzq40lhTOS .pt-0 {
  padding-top: 0 !important;
}
.cid-uzq40lhTOS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzq40lhTOS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzq40lhTOS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzq40lhTOS .modal-open {
  overflow: hidden;
}
.cid-uzq40lhTOS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzq40lhTOS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzq40lhTOS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzq40lhTOS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzq40lhTOS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzq40lhTOS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzq40lhTOS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzq40lhTOS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzq40lhTOS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzq40lhTOS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzq40lhTOS .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzq40lhTOS .modal-backdrop.show {
  opacity: .5;
}
.cid-uzq40lhTOS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzq40lhTOS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzq40lhTOS .modal-header {
    padding: 1rem;
  }
}
.cid-uzq40lhTOS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzq40lhTOS .modal-header .close svg {
  fill: #353535;
}
.cid-uzq40lhTOS .modal-header .close:hover {
  opacity: 1;
}
.cid-uzq40lhTOS .modal-header .close:focus {
  outline: none;
}
.cid-uzq40lhTOS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzq40lhTOS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzq40lhTOS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzq40lhTOS .modal-body {
    padding: 1rem;
  }
}
.cid-uzq40lhTOS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzq40lhTOS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzq40lhTOS .modal-footer {
    padding: 1rem;
  }
}
.cid-uzq40lhTOS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzq40lhTOS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzq40lhTOS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzq40lhTOS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzq40lhTOS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzq40lhTOS .modal-lg,
  .cid-uzq40lhTOS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzq40lhTOS .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzq40lhTOS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzq40lhTOS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzq40lhTOS .form-group {
  margin-bottom: 1rem;
}
.cid-uzq40lhTOS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzq40lhTOS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzq40lhTOS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzq40lhTOS .mbr-section-btn {
  margin: 0;
}
.cid-uzq40lhTOS .mbr-section-btn .btn {
  margin: 0;
}
.cid-uy0mSeRQ8O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/wallofcases-1.webp");
}
.cid-uy0mSeRQ8O .mbr-overlay {
  background: #bbbbbb;
  opacity: 0.5;
}
.cid-uy0mSeRQ8O img,
.cid-uy0mSeRQ8O .item-img {
  width: 100%;
}
.cid-uy0mSeRQ8O .item:focus,
.cid-uy0mSeRQ8O span:focus {
  outline: none;
}
.cid-uy0mSeRQ8O .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uy0mSeRQ8O .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uy0mSeRQ8O .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uy0mSeRQ8O .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uy0mSeRQ8O .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uy0mSeRQ8O .mbr-section-title {
  color: #232323;
}
.cid-uy0mSeRQ8O .mbr-text,
.cid-uy0mSeRQ8O .mbr-section-btn {
  text-align: left;
}
.cid-uy0mSeRQ8O .item-title {
  text-align: center;
}
.cid-uy0mSeRQ8O .item-subtitle {
  text-align: center;
}
.cid-uy0BcOlaz7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wallofcases.webp");
}
.cid-uy0BcOlaz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy0BcOlaz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uy0BcOlaz7 .mbr-section-title {
  color: #fd1b04;
}
.cid-uyPGAhLYEl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wallofcases-1.webp");
}
.cid-uyPGAhLYEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyPGAhLYEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uyPGAhLYEl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyPGAhLYEl .row {
  flex-direction: row-reverse;
}
.cid-uyPGAhLYEl img {
  width: 100%;
}
.cid-uzq5dtzHMP.popup-builder {
  background-color: #ffffff;
}
.cid-uzq5dtzHMP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzq5dtzHMP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzq5dtzHMP .modal-content,
.cid-uzq5dtzHMP .modal-dialog {
  height: auto;
}
.cid-uzq5dtzHMP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzq5dtzHMP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzq5dtzHMP .form-wrapper .mbr-form .form-group,
  .cid-uzq5dtzHMP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzq5dtzHMP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzq5dtzHMP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzq5dtzHMP .mbr-text {
  text-align: center;
}
.cid-uzq5dtzHMP .pt-0 {
  padding-top: 0 !important;
}
.cid-uzq5dtzHMP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzq5dtzHMP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzq5dtzHMP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzq5dtzHMP .modal-open {
  overflow: hidden;
}
.cid-uzq5dtzHMP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzq5dtzHMP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzq5dtzHMP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzq5dtzHMP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzq5dtzHMP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzq5dtzHMP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzq5dtzHMP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzq5dtzHMP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzq5dtzHMP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzq5dtzHMP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzq5dtzHMP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzq5dtzHMP .modal-backdrop.show {
  opacity: .5;
}
.cid-uzq5dtzHMP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzq5dtzHMP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzq5dtzHMP .modal-header {
    padding: 1rem;
  }
}
.cid-uzq5dtzHMP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzq5dtzHMP .modal-header .close svg {
  fill: #353535;
}
.cid-uzq5dtzHMP .modal-header .close:hover {
  opacity: 1;
}
.cid-uzq5dtzHMP .modal-header .close:focus {
  outline: none;
}
.cid-uzq5dtzHMP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzq5dtzHMP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzq5dtzHMP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzq5dtzHMP .modal-body {
    padding: 1rem;
  }
}
.cid-uzq5dtzHMP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzq5dtzHMP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzq5dtzHMP .modal-footer {
    padding: 1rem;
  }
}
.cid-uzq5dtzHMP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzq5dtzHMP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzq5dtzHMP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzq5dtzHMP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzq5dtzHMP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzq5dtzHMP .modal-lg,
  .cid-uzq5dtzHMP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzq5dtzHMP .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzq5dtzHMP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzq5dtzHMP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzq5dtzHMP .form-group {
  margin-bottom: 1rem;
}
.cid-uzq5dtzHMP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzq5dtzHMP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzq5dtzHMP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzq5dtzHMP .mbr-section-btn {
  margin: 0;
}
.cid-uzq5dtzHMP .mbr-section-btn .btn {
  margin: 0;
}
.cid-uy0vT3TIYV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wallofcases-1.webp");
}
.cid-uy0vT3TIYV .mbr-overlay {
  background: #bbbbbb;
  opacity: 0.5;
}
.cid-uy0vT3TIYV img,
.cid-uy0vT3TIYV .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uy0vT3TIYV .item:focus,
.cid-uy0vT3TIYV span:focus {
  outline: none;
}
.cid-uy0vT3TIYV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uy0vT3TIYV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uy0vT3TIYV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uy0vT3TIYV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uy0vT3TIYV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uy0vT3TIYV .mbr-section-title {
  color: #232323;
}
.cid-uy0vT3TIYV .mbr-text,
.cid-uy0vT3TIYV .mbr-section-btn {
  text-align: left;
}
.cid-uy0vT3TIYV .item-title {
  text-align: center;
}
.cid-uy0vT3TIYV .item-subtitle {
  text-align: center;
}
.cid-uyyt90FDq6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyt90FDq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyt90FDq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyt90FDq6 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyt90FDq6 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyt90FDq6 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyt90FDq6 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyt90FDq6 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyt90FDq6 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyt90FDq6 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyt90FDq6 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyt90FDq6 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyt90FDq6 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyt90FDq6 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyt90FDq6 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyt90FDq6 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyt90FDq6 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyt90FDq6 [class^="socicon-"]:before,
.cid-uyyt90FDq6 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyt90FDq6 .mbr-section-title,
.cid-uyyt90FDq6 .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyoCqcaVSj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wallofcases-1.webp");
}
.cid-uyoCqcaVSj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyoCqcaVSj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyoCqcaVSj .mbr-section-title {
  color: #000000;
}
.cid-uzpW3nFYw7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wallofcases.webp");
}
.cid-uzpW3nFYw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzpW3nFYw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzpW3nFYw7 .mbr-section-title {
  color: #fd1b04;
}
.cid-uyPHpfSpPh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wallofcases.webp");
}
.cid-uyPHpfSpPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyPHpfSpPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uyPHpfSpPh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyPHpfSpPh .row {
  flex-direction: row-reverse;
}
.cid-uyPHpfSpPh img {
  width: 100%;
}
.cid-uyPHpfSpPh .mbr-description {
  color: #fd1b04;
}
.cid-uzpXHR7Kjh.popup-builder {
  background-color: #ffffff;
}
.cid-uzpXHR7Kjh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzpXHR7Kjh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzpXHR7Kjh .modal-content,
.cid-uzpXHR7Kjh .modal-dialog {
  height: auto;
}
.cid-uzpXHR7Kjh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzpXHR7Kjh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzpXHR7Kjh .form-wrapper .mbr-form .form-group,
  .cid-uzpXHR7Kjh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzpXHR7Kjh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzpXHR7Kjh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzpXHR7Kjh .mbr-text {
  text-align: center;
}
.cid-uzpXHR7Kjh .pt-0 {
  padding-top: 0 !important;
}
.cid-uzpXHR7Kjh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzpXHR7Kjh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzpXHR7Kjh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzpXHR7Kjh .modal-open {
  overflow: hidden;
}
.cid-uzpXHR7Kjh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzpXHR7Kjh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzpXHR7Kjh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzpXHR7Kjh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzpXHR7Kjh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzpXHR7Kjh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzpXHR7Kjh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzpXHR7Kjh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzpXHR7Kjh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzpXHR7Kjh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzpXHR7Kjh .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzpXHR7Kjh .modal-backdrop.show {
  opacity: .5;
}
.cid-uzpXHR7Kjh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzpXHR7Kjh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpXHR7Kjh .modal-header {
    padding: 1rem;
  }
}
.cid-uzpXHR7Kjh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzpXHR7Kjh .modal-header .close svg {
  fill: #353535;
}
.cid-uzpXHR7Kjh .modal-header .close:hover {
  opacity: 1;
}
.cid-uzpXHR7Kjh .modal-header .close:focus {
  outline: none;
}
.cid-uzpXHR7Kjh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzpXHR7Kjh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzpXHR7Kjh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpXHR7Kjh .modal-body {
    padding: 1rem;
  }
}
.cid-uzpXHR7Kjh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzpXHR7Kjh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpXHR7Kjh .modal-footer {
    padding: 1rem;
  }
}
.cid-uzpXHR7Kjh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzpXHR7Kjh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzpXHR7Kjh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzpXHR7Kjh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzpXHR7Kjh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzpXHR7Kjh .modal-lg,
  .cid-uzpXHR7Kjh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzpXHR7Kjh .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzpXHR7Kjh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzpXHR7Kjh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzpXHR7Kjh .form-group {
  margin-bottom: 1rem;
}
.cid-uzpXHR7Kjh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzpXHR7Kjh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzpXHR7Kjh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzpXHR7Kjh .mbr-section-btn {
  margin: 0;
}
.cid-uzpXHR7Kjh .mbr-section-btn .btn {
  margin: 0;
}
.cid-uyoCqemRW2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/wallofcases.webp");
}
.cid-uyoCqemRW2 .mbr-overlay {
  background: #bbbbbb;
  opacity: 0.7;
}
.cid-uyoCqemRW2 img,
.cid-uyoCqemRW2 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyoCqemRW2 .item:focus,
.cid-uyoCqemRW2 span:focus {
  outline: none;
}
.cid-uyoCqemRW2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyoCqemRW2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyoCqemRW2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyoCqemRW2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyoCqemRW2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyoCqemRW2 .mbr-section-title {
  color: #232323;
}
.cid-uyoCqemRW2 .mbr-text,
.cid-uyoCqemRW2 .mbr-section-btn {
  text-align: left;
}
.cid-uyoCqemRW2 .item-title {
  text-align: center;
}
.cid-uyoCqemRW2 .item-subtitle {
  text-align: center;
}
.cid-uyoCqfzslG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wallofcases.webp");
}
.cid-uyoCqfzslG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyoCqfzslG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyoCqfzslG .mbr-section-title {
  color: #fd1b04;
}
.cid-uyPHGAfPoU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/wallofcases.webp");
}
.cid-uyPHGAfPoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyPHGAfPoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uyPHGAfPoU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyPHGAfPoU .row {
  flex-direction: row-reverse;
}
.cid-uyPHGAfPoU img {
  width: 100%;
}
.cid-uyPHGAfPoU .mbr-description {
  color: #fd1b04;
}
.cid-uzpYRAPD0D.popup-builder {
  background-color: #ffffff;
}
.cid-uzpYRAPD0D.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzpYRAPD0D.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzpYRAPD0D .modal-content,
.cid-uzpYRAPD0D .modal-dialog {
  height: auto;
}
.cid-uzpYRAPD0D .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzpYRAPD0D .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzpYRAPD0D .form-wrapper .mbr-form .form-group,
  .cid-uzpYRAPD0D .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzpYRAPD0D .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzpYRAPD0D .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzpYRAPD0D .mbr-text {
  text-align: center;
}
.cid-uzpYRAPD0D .pt-0 {
  padding-top: 0 !important;
}
.cid-uzpYRAPD0D .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzpYRAPD0D .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzpYRAPD0D .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzpYRAPD0D .modal-open {
  overflow: hidden;
}
.cid-uzpYRAPD0D .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzpYRAPD0D .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzpYRAPD0D .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzpYRAPD0D .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzpYRAPD0D .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzpYRAPD0D .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzpYRAPD0D .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzpYRAPD0D .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzpYRAPD0D .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzpYRAPD0D .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzpYRAPD0D .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzpYRAPD0D .modal-backdrop.show {
  opacity: .5;
}
.cid-uzpYRAPD0D .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzpYRAPD0D .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpYRAPD0D .modal-header {
    padding: 1rem;
  }
}
.cid-uzpYRAPD0D .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzpYRAPD0D .modal-header .close svg {
  fill: #353535;
}
.cid-uzpYRAPD0D .modal-header .close:hover {
  opacity: 1;
}
.cid-uzpYRAPD0D .modal-header .close:focus {
  outline: none;
}
.cid-uzpYRAPD0D .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzpYRAPD0D .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzpYRAPD0D .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpYRAPD0D .modal-body {
    padding: 1rem;
  }
}
.cid-uzpYRAPD0D .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzpYRAPD0D .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzpYRAPD0D .modal-footer {
    padding: 1rem;
  }
}
.cid-uzpYRAPD0D .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzpYRAPD0D .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzpYRAPD0D .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzpYRAPD0D .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzpYRAPD0D .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzpYRAPD0D .modal-lg,
  .cid-uzpYRAPD0D .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzpYRAPD0D .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzpYRAPD0D .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzpYRAPD0D .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzpYRAPD0D .form-group {
  margin-bottom: 1rem;
}
.cid-uzpYRAPD0D .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzpYRAPD0D .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzpYRAPD0D .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzpYRAPD0D .mbr-section-btn {
  margin: 0;
}
.cid-uzpYRAPD0D .mbr-section-btn .btn {
  margin: 0;
}
.cid-uyoCqhHeMQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/wallofcases.webp");
}
.cid-uyoCqhHeMQ .mbr-overlay {
  background: #bbbbbb;
  opacity: 0.5;
}
.cid-uyoCqhHeMQ img,
.cid-uyoCqhHeMQ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyoCqhHeMQ .item:focus,
.cid-uyoCqhHeMQ span:focus {
  outline: none;
}
.cid-uyoCqhHeMQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyoCqhHeMQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyoCqhHeMQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyoCqhHeMQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyoCqhHeMQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyoCqhHeMQ .mbr-section-title {
  color: #232323;
}
.cid-uyoCqhHeMQ .mbr-text,
.cid-uyoCqhHeMQ .mbr-section-btn {
  text-align: left;
}
.cid-uyoCqhHeMQ .item-title {
  text-align: center;
}
.cid-uyoCqhHeMQ .item-subtitle {
  text-align: center;
}
.cid-uyoMfika6a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/wallofcases.webp");
}
.cid-uyoMfika6a .mbr-overlay {
  background: #bbbbbb;
  opacity: 0.5;
}
.cid-uyoMfika6a img,
.cid-uyoMfika6a .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uyoMfika6a .item:focus,
.cid-uyoMfika6a span:focus {
  outline: none;
}
.cid-uyoMfika6a .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyoMfika6a .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyoMfika6a .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyoMfika6a .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyoMfika6a .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyoMfika6a .mbr-section-title {
  color: #232323;
}
.cid-uyoMfika6a .mbr-text,
.cid-uyoMfika6a .mbr-section-btn {
  text-align: left;
}
.cid-uyoMfika6a .item-title {
  text-align: center;
}
.cid-uyoMfika6a .item-subtitle {
  text-align: center;
}
.cid-uyyu217942 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyu217942 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyu217942 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyu217942 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyu217942 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyu217942 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyu217942 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyu217942 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyu217942 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyu217942 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyu217942 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyu217942 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyu217942 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyu217942 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyu217942 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyu217942 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyu217942 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyu217942 [class^="socicon-"]:before,
.cid-uyyu217942 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyu217942 .mbr-section-title,
.cid-uyyu217942 .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyLg8pdyp1 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/pile-of-envelopes.webp");
}
.cid-uyLg8pdyp1 .mbr-overlay {
  background-color: #353535;
  opacity: 0.8;
}
.cid-uyLg8pdyp1 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uyLg8pdyp1 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uyLg8pdyp1 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uyLg8pdyp1 .mbr-section-title {
  color: #ffffff;
}
.cid-uyLg8pdyp1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqDmwoNOV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqDmwoNOV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqDmwoNOV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqDmwoNOV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqDmwoNOV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqDmwoNOV .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqDnROKQz.popup-builder {
  background-color: #ffffff;
}
.cid-uzqDnROKQz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqDnROKQz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqDnROKQz .modal-content,
.cid-uzqDnROKQz .modal-dialog {
  height: auto;
}
.cid-uzqDnROKQz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqDnROKQz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqDnROKQz .form-wrapper .mbr-form .form-group,
  .cid-uzqDnROKQz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqDnROKQz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqDnROKQz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqDnROKQz .mbr-text {
  text-align: center;
}
.cid-uzqDnROKQz .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqDnROKQz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqDnROKQz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqDnROKQz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqDnROKQz .modal-open {
  overflow: hidden;
}
.cid-uzqDnROKQz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqDnROKQz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqDnROKQz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqDnROKQz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqDnROKQz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqDnROKQz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqDnROKQz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqDnROKQz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqDnROKQz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqDnROKQz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqDnROKQz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqDnROKQz .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqDnROKQz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqDnROKQz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqDnROKQz .modal-header {
    padding: 1rem;
  }
}
.cid-uzqDnROKQz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqDnROKQz .modal-header .close svg {
  fill: #353535;
}
.cid-uzqDnROKQz .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqDnROKQz .modal-header .close:focus {
  outline: none;
}
.cid-uzqDnROKQz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqDnROKQz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqDnROKQz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqDnROKQz .modal-body {
    padding: 1rem;
  }
}
.cid-uzqDnROKQz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqDnROKQz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqDnROKQz .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqDnROKQz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqDnROKQz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqDnROKQz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqDnROKQz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqDnROKQz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqDnROKQz .modal-lg,
  .cid-uzqDnROKQz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqDnROKQz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqDnROKQz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqDnROKQz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqDnROKQz .form-group {
  margin-bottom: 1rem;
}
.cid-uzqDnROKQz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqDnROKQz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqDnROKQz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqDnROKQz .mbr-section-btn {
  margin: 0;
}
.cid-uzqDnROKQz .mbr-section-btn .btn {
  margin: 0;
}
.cid-uacAxFQfFx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacAxFQfFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacAxFQfFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacAxFQfFx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacAxFQfFx .row {
  flex-direction: row-reverse;
}
.cid-uacAxFQfFx img {
  width: 100%;
}
.cid-uacAzhioLV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacAzhioLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacAzhioLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacAzhioLV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacAzhioLV .row {
  flex-direction: row-reverse;
}
.cid-uacAzhioLV img {
  width: 100%;
}
.cid-uacBL8Ql0j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacBL8Ql0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacBL8Ql0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uacBL8Ql0j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacBL8Ql0j .row {
  flex-direction: row-reverse;
}
.cid-uacBL8Ql0j img {
  width: 100%;
}
.cid-uyyFkAr8tQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyFkAr8tQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyFkAr8tQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyFkAr8tQ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyFkAr8tQ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyFkAr8tQ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyFkAr8tQ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyFkAr8tQ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyFkAr8tQ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyFkAr8tQ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyFkAr8tQ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyFkAr8tQ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyFkAr8tQ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyFkAr8tQ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyFkAr8tQ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyFkAr8tQ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyFkAr8tQ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyFkAr8tQ [class^="socicon-"]:before,
.cid-uyyFkAr8tQ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyFkAr8tQ .mbr-section-title,
.cid-uyyFkAr8tQ .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxX5RrtcAa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/printedcurcuitboard-1.webp");
}
.cid-uxX5RrtcAa .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uxX5RrtcAa img,
.cid-uxX5RrtcAa .item-img {
  width: 100%;
}
.cid-uxX5RrtcAa .item:focus,
.cid-uxX5RrtcAa span:focus {
  outline: none;
}
.cid-uxX5RrtcAa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uxX5RrtcAa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uxX5RrtcAa .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uxX5RrtcAa .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxX5RrtcAa .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uxX5RrtcAa .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uxX5RrtcAa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uxX5RrtcAa .mbr-section-title {
  color: #000000;
}
.cid-uxX5RrtcAa .mbr-text,
.cid-uxX5RrtcAa .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uxX5RrtcAa .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uxX5RrtcAa .item-subtitle {
  text-align: center;
}
.cid-uxX5RrtcAa .mbr-section-subtitle {
  color: #000000;
}
.cid-uxX5VBHMCd {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/printedcurcuitboard-2.webp");
}
.cid-uxX5VBHMCd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxX5VBHMCd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxX5VBHMCd .video-wrapper iframe {
  width: 100%;
}
.cid-uxX5VBHMCd .mbr-section-title,
.cid-uxX5VBHMCd .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uxX5VBHMCd .text-wrapper {
    padding: 2rem;
  }
}
.cid-uyyVg3Tnap {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyVg3Tnap .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyVg3Tnap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyVg3Tnap .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyVg3Tnap .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyVg3Tnap .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyVg3Tnap .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyVg3Tnap .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyVg3Tnap .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyVg3Tnap .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyVg3Tnap .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyVg3Tnap .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyVg3Tnap .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyVg3Tnap .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyVg3Tnap .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyVg3Tnap .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyVg3Tnap .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyVg3Tnap [class^="socicon-"]:before,
.cid-uyyVg3Tnap [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyVg3Tnap .mbr-section-title,
.cid-uyyVg3Tnap .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzqwsq6Fvg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uzqwsq6Fvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqwsq6Fvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzqwsq6Fvg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzqwsq6Fvg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzqwsq6Fvg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzqwtTj7FA.popup-builder {
  background-color: #ffffff;
}
.cid-uzqwtTj7FA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzqwtTj7FA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzqwtTj7FA .modal-content,
.cid-uzqwtTj7FA .modal-dialog {
  height: auto;
}
.cid-uzqwtTj7FA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzqwtTj7FA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzqwtTj7FA .form-wrapper .mbr-form .form-group,
  .cid-uzqwtTj7FA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzqwtTj7FA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzqwtTj7FA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzqwtTj7FA .mbr-text {
  text-align: center;
}
.cid-uzqwtTj7FA .pt-0 {
  padding-top: 0 !important;
}
.cid-uzqwtTj7FA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzqwtTj7FA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzqwtTj7FA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzqwtTj7FA .modal-open {
  overflow: hidden;
}
.cid-uzqwtTj7FA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzqwtTj7FA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzqwtTj7FA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzqwtTj7FA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzqwtTj7FA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzqwtTj7FA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzqwtTj7FA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzqwtTj7FA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzqwtTj7FA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzqwtTj7FA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzqwtTj7FA .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzqwtTj7FA .modal-backdrop.show {
  opacity: .5;
}
.cid-uzqwtTj7FA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzqwtTj7FA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqwtTj7FA .modal-header {
    padding: 1rem;
  }
}
.cid-uzqwtTj7FA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzqwtTj7FA .modal-header .close svg {
  fill: #353535;
}
.cid-uzqwtTj7FA .modal-header .close:hover {
  opacity: 1;
}
.cid-uzqwtTj7FA .modal-header .close:focus {
  outline: none;
}
.cid-uzqwtTj7FA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzqwtTj7FA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzqwtTj7FA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqwtTj7FA .modal-body {
    padding: 1rem;
  }
}
.cid-uzqwtTj7FA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzqwtTj7FA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzqwtTj7FA .modal-footer {
    padding: 1rem;
  }
}
.cid-uzqwtTj7FA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzqwtTj7FA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzqwtTj7FA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzqwtTj7FA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzqwtTj7FA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzqwtTj7FA .modal-lg,
  .cid-uzqwtTj7FA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzqwtTj7FA .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzqwtTj7FA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzqwtTj7FA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzqwtTj7FA .form-group {
  margin-bottom: 1rem;
}
.cid-uzqwtTj7FA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzqwtTj7FA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzqwtTj7FA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzqwtTj7FA .mbr-section-btn {
  margin: 0;
}
.cid-uzqwtTj7FA .mbr-section-btn .btn {
  margin: 0;
}
.cid-ua9FhXPxMP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ua9FhXPxMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua9FhXPxMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ua9FhXPxMP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua9FhXPxMP .row {
  flex-direction: row-reverse;
}
.cid-ua9FhXPxMP img {
  width: 100%;
}
.cid-uyyEz9BOps {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uyyEz9BOps .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyyEz9BOps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyyEz9BOps .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uyyEz9BOps .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uyyEz9BOps .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uyyEz9BOps .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uyyEz9BOps .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uyyEz9BOps .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uyyEz9BOps .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uyyEz9BOps .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uyyEz9BOps .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uyyEz9BOps .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uyyEz9BOps .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uyyEz9BOps .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uyyEz9BOps .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uyyEz9BOps .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uyyEz9BOps [class^="socicon-"]:before,
.cid-uyyEz9BOps [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uyyEz9BOps .mbr-section-title,
.cid-uyyEz9BOps .mbr-social-likes {
  color: #ffffff;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uypccVYCu6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uypccVYCu6 blockquote {
  border-color: #fd1b04;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uzqsK6btP8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzqsK6btP8 nav.navbar {
  position: fixed;
}
.cid-uzqsK6btP8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzqsK6btP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzqsK6btP8 .dropdown-item:hover,
.cid-uzqsK6btP8 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uzqsK6btP8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzqsK6btP8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzqsK6btP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzqsK6btP8 .nav-link {
  position: relative;
}
.cid-uzqsK6btP8 .container {
  display: flex;
  margin: auto;
}
.cid-uzqsK6btP8 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown-menu,
.cid-uzqsK6btP8 .navbar.opened {
  background: #353535 !important;
}
.cid-uzqsK6btP8 .nav-item:focus,
.cid-uzqsK6btP8 .nav-link:focus {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzqsK6btP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzqsK6btP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzqsK6btP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzqsK6btP8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzqsK6btP8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzqsK6btP8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzqsK6btP8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar.collapsed {
  justify-content: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzqsK6btP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzqsK6btP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzqsK6btP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzqsK6btP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzqsK6btP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzqsK6btP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzqsK6btP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzqsK6btP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzqsK6btP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzqsK6btP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzqsK6btP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzqsK6btP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzqsK6btP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzqsK6btP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzqsK6btP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzqsK6btP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzqsK6btP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzqsK6btP8 .dropdown-item.active,
.cid-uzqsK6btP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzqsK6btP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzqsK6btP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzqsK6btP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzqsK6btP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzqsK6btP8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzqsK6btP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzqsK6btP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzqsK6btP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzqsK6btP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzqsK6btP8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzqsK6btP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzqsK6btP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzqsK6btP8 .navbar {
    height: 70px;
  }
  .cid-uzqsK6btP8 .navbar.opened {
    height: auto;
  }
  .cid-uzqsK6btP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyp7G7zWt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uyp7G7zWt1 blockquote {
  border-color: #fd1b04;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uzAyHCdExj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uzAyHCdExj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzAyHCdExj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzAyHCdExj .copyright {
  color: #ffffff;
}
.cid-uzAyHCdExj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzAyHCdExj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uzAyHCdExj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzAyHCdExj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzAyHCdExj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzAyHCdExj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzAyHCdExj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uzAyHCdExj .row-links-soc,
.cid-uzAyHCdExj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uzAyHCdExj .copyright,
.cid-uzAyHCdExj .line {
  color: #ffffff;
}
.cid-uzAyHCdExj .row-links-soc {
  color: #ffffff;
}
.cid-uJHdu3Hi2x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJHdu3Hi2x nav.navbar {
  position: fixed;
}
.cid-uJHdu3Hi2x .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJHdu3Hi2x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJHdu3Hi2x .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJHdu3Hi2x .dropdown-item:hover,
.cid-uJHdu3Hi2x .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uJHdu3Hi2x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJHdu3Hi2x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJHdu3Hi2x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJHdu3Hi2x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJHdu3Hi2x .nav-link {
  position: relative;
}
.cid-uJHdu3Hi2x .container {
  display: flex;
  margin: auto;
}
.cid-uJHdu3Hi2x .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJHdu3Hi2x .dropdown-menu,
.cid-uJHdu3Hi2x .navbar.opened {
  background: #353535 !important;
}
.cid-uJHdu3Hi2x .nav-item:focus,
.cid-uJHdu3Hi2x .nav-link:focus {
  outline: none;
}
.cid-uJHdu3Hi2x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJHdu3Hi2x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJHdu3Hi2x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJHdu3Hi2x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJHdu3Hi2x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJHdu3Hi2x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJHdu3Hi2x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uJHdu3Hi2x .navbar.opened {
  transition: all 0.3s;
}
.cid-uJHdu3Hi2x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJHdu3Hi2x .navbar .navbar-logo img {
  width: auto;
}
.cid-uJHdu3Hi2x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJHdu3Hi2x .navbar.collapsed {
  justify-content: center;
}
.cid-uJHdu3Hi2x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJHdu3Hi2x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJHdu3Hi2x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJHdu3Hi2x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJHdu3Hi2x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJHdu3Hi2x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uJHdu3Hi2x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJHdu3Hi2x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJHdu3Hi2x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJHdu3Hi2x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJHdu3Hi2x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJHdu3Hi2x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJHdu3Hi2x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJHdu3Hi2x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uJHdu3Hi2x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJHdu3Hi2x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJHdu3Hi2x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJHdu3Hi2x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJHdu3Hi2x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJHdu3Hi2x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJHdu3Hi2x .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJHdu3Hi2x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJHdu3Hi2x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJHdu3Hi2x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJHdu3Hi2x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJHdu3Hi2x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJHdu3Hi2x .dropdown-item.active,
.cid-uJHdu3Hi2x .dropdown-item:active {
  background-color: transparent;
}
.cid-uJHdu3Hi2x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJHdu3Hi2x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJHdu3Hi2x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJHdu3Hi2x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uJHdu3Hi2x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJHdu3Hi2x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJHdu3Hi2x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJHdu3Hi2x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJHdu3Hi2x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJHdu3Hi2x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uJHdu3Hi2x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJHdu3Hi2x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJHdu3Hi2x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJHdu3Hi2x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJHdu3Hi2x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJHdu3Hi2x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJHdu3Hi2x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJHdu3Hi2x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJHdu3Hi2x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJHdu3Hi2x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJHdu3Hi2x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJHdu3Hi2x .navbar {
    height: 70px;
  }
  .cid-uJHdu3Hi2x .navbar.opened {
    height: auto;
  }
  .cid-uJHdu3Hi2x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJHdu56fdW.popup-builder {
  background-color: #ffffff;
}
.cid-uJHdu56fdW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uJHdu56fdW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uJHdu56fdW .modal-content,
.cid-uJHdu56fdW .modal-dialog {
  height: auto;
}
.cid-uJHdu56fdW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uJHdu56fdW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uJHdu56fdW .form-wrapper .mbr-form .form-group,
  .cid-uJHdu56fdW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uJHdu56fdW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uJHdu56fdW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJHdu56fdW .mbr-text {
  text-align: center;
}
.cid-uJHdu56fdW .pt-0 {
  padding-top: 0 !important;
}
.cid-uJHdu56fdW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uJHdu56fdW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uJHdu56fdW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uJHdu56fdW .modal-open {
  overflow: hidden;
}
.cid-uJHdu56fdW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uJHdu56fdW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uJHdu56fdW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uJHdu56fdW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uJHdu56fdW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uJHdu56fdW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uJHdu56fdW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uJHdu56fdW .modal-content {
  background: #e9ce8f;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uJHdu56fdW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uJHdu56fdW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uJHdu56fdW .modal-backdrop.fade {
  opacity: 0;
}
.cid-uJHdu56fdW .modal-backdrop.show {
  opacity: .5;
}
.cid-uJHdu56fdW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uJHdu56fdW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJHdu56fdW .modal-header {
    padding: 1rem;
  }
}
.cid-uJHdu56fdW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uJHdu56fdW .modal-header .close svg {
  fill: #353535;
}
.cid-uJHdu56fdW .modal-header .close:hover {
  opacity: 1;
}
.cid-uJHdu56fdW .modal-header .close:focus {
  outline: none;
}
.cid-uJHdu56fdW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fd1b04;
}
.cid-uJHdu56fdW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uJHdu56fdW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJHdu56fdW .modal-body {
    padding: 1rem;
  }
}
.cid-uJHdu56fdW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uJHdu56fdW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJHdu56fdW .modal-footer {
    padding: 1rem;
  }
}
.cid-uJHdu56fdW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uJHdu56fdW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uJHdu56fdW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uJHdu56fdW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uJHdu56fdW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uJHdu56fdW .modal-lg,
  .cid-uJHdu56fdW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uJHdu56fdW .modal-xl {
    max-width: 1140px;
  }
}
.cid-uJHdu56fdW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uJHdu56fdW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uJHdu56fdW .form-group {
  margin-bottom: 1rem;
}
.cid-uJHdu56fdW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uJHdu56fdW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uJHdu56fdW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uJHdu56fdW .mbr-section-btn {
  margin: 0;
}
.cid-uJHdu56fdW .mbr-section-btn .btn {
  margin: 0;
}
.cid-uJHdu6rWyH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/woodgrainbkg4store.jpg-1208x335.webp");
}
.cid-uJHdu6rWyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHdu6rWyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHdu6rWyH .mbr-section-title {
  color: #000000;
}
.cid-uJHdu6rWyH .mbr-section-subtitle {
  color: #000000;
}
#custom-html-qg {
  /* Type valid CSS here */
}
#custom-html-qg div {
  padding: 10px 0;
  color: #777;
  text-align: center;
}
#custom-html-qg p {
  font-size: 60px;
  color: #777;
}
.cid-uJHdu8hQA7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uJHdu8hQA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHdu8hQA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHdu8hQA7 .copyright {
  color: #ffffff;
}
.cid-uJHdu8hQA7 .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uJHdu8hQA7 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uJHdu8hQA7 .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uJHdu8hQA7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uJHdu8hQA7 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uJHdu8hQA7 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uJHdu8hQA7 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uJHdu8hQA7 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uJHdu8hQA7 .row-links-soc,
.cid-uJHdu8hQA7 .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uJHdu8hQA7 .copyright,
.cid-uJHdu8hQA7 .line {
  color: #ffffff;
}
.cid-uJHdu8hQA7 .row-links-soc {
  color: #ffffff;
}
.cid-uJHgfY1Fru {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJHgfY1Fru nav.navbar {
  position: fixed;
}
.cid-uJHgfY1Fru .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJHgfY1Fru .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJHgfY1Fru .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJHgfY1Fru .dropdown-item:hover,
.cid-uJHgfY1Fru .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uJHgfY1Fru .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJHgfY1Fru .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJHgfY1Fru .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJHgfY1Fru .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJHgfY1Fru .nav-link {
  position: relative;
}
.cid-uJHgfY1Fru .container {
  display: flex;
  margin: auto;
}
.cid-uJHgfY1Fru .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJHgfY1Fru .dropdown-menu,
.cid-uJHgfY1Fru .navbar.opened {
  background: #353535 !important;
}
.cid-uJHgfY1Fru .nav-item:focus,
.cid-uJHgfY1Fru .nav-link:focus {
  outline: none;
}
.cid-uJHgfY1Fru .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJHgfY1Fru .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJHgfY1Fru .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJHgfY1Fru .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJHgfY1Fru .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJHgfY1Fru .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJHgfY1Fru .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uJHgfY1Fru .navbar.opened {
  transition: all 0.3s;
}
.cid-uJHgfY1Fru .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJHgfY1Fru .navbar .navbar-logo img {
  width: auto;
}
.cid-uJHgfY1Fru .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJHgfY1Fru .navbar.collapsed {
  justify-content: center;
}
.cid-uJHgfY1Fru .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJHgfY1Fru .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJHgfY1Fru .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJHgfY1Fru .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJHgfY1Fru .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJHgfY1Fru .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uJHgfY1Fru .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJHgfY1Fru .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJHgfY1Fru .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJHgfY1Fru .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJHgfY1Fru .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJHgfY1Fru .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJHgfY1Fru .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJHgfY1Fru .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uJHgfY1Fru .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJHgfY1Fru .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJHgfY1Fru .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJHgfY1Fru .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJHgfY1Fru .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJHgfY1Fru .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJHgfY1Fru .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJHgfY1Fru .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJHgfY1Fru .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJHgfY1Fru .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJHgfY1Fru .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJHgfY1Fru .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJHgfY1Fru .dropdown-item.active,
.cid-uJHgfY1Fru .dropdown-item:active {
  background-color: transparent;
}
.cid-uJHgfY1Fru .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJHgfY1Fru .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJHgfY1Fru .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJHgfY1Fru .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uJHgfY1Fru .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJHgfY1Fru .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJHgfY1Fru ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJHgfY1Fru .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJHgfY1Fru button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJHgfY1Fru button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uJHgfY1Fru button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJHgfY1Fru button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJHgfY1Fru button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJHgfY1Fru button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJHgfY1Fru nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJHgfY1Fru nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJHgfY1Fru nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJHgfY1Fru nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJHgfY1Fru .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJHgfY1Fru a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJHgfY1Fru .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJHgfY1Fru .navbar {
    height: 70px;
  }
  .cid-uJHgfY1Fru .navbar.opened {
    height: auto;
  }
  .cid-uJHgfY1Fru .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJHgfZpFGS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ebc634;
}
.cid-uJHgfZpFGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHgfZpFGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJHgfZpFGS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJHgfZpFGS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJHgfZpFGS .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJHgfZpFGS .mbr-section-title {
  text-align: center;
}
.cid-uJHgfZpFGS .mbr-text {
  text-align: center;
}
.cid-uJHgg0FY5g {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uJHgg0FY5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHgg0FY5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJHgg0FY5g .copyright {
  color: #ffffff;
}
.cid-uJHgg0FY5g .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uJHgg0FY5g .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uJHgg0FY5g .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uJHgg0FY5g .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uJHgg0FY5g .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uJHgg0FY5g .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uJHgg0FY5g .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uJHgg0FY5g .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uJHgg0FY5g .row-links-soc,
.cid-uJHgg0FY5g .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uJHgg0FY5g .copyright,
.cid-uJHgg0FY5g .line {
  color: #ffffff;
}
.cid-uJHgg0FY5g .row-links-soc {
  color: #ffffff;
}
.cid-uJHgg1M9gu.popup-builder {
  background-color: #ffffff;
}
.cid-uJHgg1M9gu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uJHgg1M9gu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uJHgg1M9gu .modal-content,
.cid-uJHgg1M9gu .modal-dialog {
  height: auto;
}
.cid-uJHgg1M9gu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uJHgg1M9gu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uJHgg1M9gu .form-wrapper .mbr-form .form-group,
  .cid-uJHgg1M9gu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uJHgg1M9gu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uJHgg1M9gu .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJHgg1M9gu .mbr-text {
  text-align: center;
}
.cid-uJHgg1M9gu .pt-0 {
  padding-top: 0 !important;
}
.cid-uJHgg1M9gu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uJHgg1M9gu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uJHgg1M9gu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uJHgg1M9gu .modal-open {
  overflow: hidden;
}
.cid-uJHgg1M9gu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uJHgg1M9gu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uJHgg1M9gu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uJHgg1M9gu .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uJHgg1M9gu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uJHgg1M9gu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uJHgg1M9gu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uJHgg1M9gu .modal-content {
  background: #e9ce8f;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uJHgg1M9gu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uJHgg1M9gu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uJHgg1M9gu .modal-backdrop.fade {
  opacity: 0;
}
.cid-uJHgg1M9gu .modal-backdrop.show {
  opacity: .5;
}
.cid-uJHgg1M9gu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uJHgg1M9gu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJHgg1M9gu .modal-header {
    padding: 1rem;
  }
}
.cid-uJHgg1M9gu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uJHgg1M9gu .modal-header .close svg {
  fill: #353535;
}
.cid-uJHgg1M9gu .modal-header .close:hover {
  opacity: 1;
}
.cid-uJHgg1M9gu .modal-header .close:focus {
  outline: none;
}
.cid-uJHgg1M9gu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fd1b04;
}
.cid-uJHgg1M9gu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uJHgg1M9gu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJHgg1M9gu .modal-body {
    padding: 1rem;
  }
}
.cid-uJHgg1M9gu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uJHgg1M9gu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJHgg1M9gu .modal-footer {
    padding: 1rem;
  }
}
.cid-uJHgg1M9gu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uJHgg1M9gu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uJHgg1M9gu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uJHgg1M9gu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uJHgg1M9gu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uJHgg1M9gu .modal-lg,
  .cid-uJHgg1M9gu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uJHgg1M9gu .modal-xl {
    max-width: 1140px;
  }
}
.cid-uJHgg1M9gu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uJHgg1M9gu .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uJHgg1M9gu .form-group {
  margin-bottom: 1rem;
}
.cid-uJHgg1M9gu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uJHgg1M9gu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uJHgg1M9gu .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uJHgg1M9gu .mbr-section-btn {
  margin: 0;
}
.cid-uJHgg1M9gu .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSiTab3Zs5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSiTab3Zs5 nav.navbar {
  position: fixed;
}
.cid-uSiTab3Zs5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSiTab3Zs5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSiTab3Zs5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSiTab3Zs5 .dropdown-item:hover,
.cid-uSiTab3Zs5 .dropdown-item:focus {
  background: #1391cf !important;
  color: white !important;
}
.cid-uSiTab3Zs5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSiTab3Zs5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSiTab3Zs5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSiTab3Zs5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSiTab3Zs5 .nav-link {
  position: relative;
}
.cid-uSiTab3Zs5 .container {
  display: flex;
  margin: auto;
}
.cid-uSiTab3Zs5 .iconfont-wrapper {
  color: #4479d9 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSiTab3Zs5 .dropdown-menu,
.cid-uSiTab3Zs5 .navbar.opened {
  background: #353535 !important;
}
.cid-uSiTab3Zs5 .nav-item:focus,
.cid-uSiTab3Zs5 .nav-link:focus {
  outline: none;
}
.cid-uSiTab3Zs5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSiTab3Zs5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSiTab3Zs5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSiTab3Zs5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSiTab3Zs5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSiTab3Zs5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSiTab3Zs5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uSiTab3Zs5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uSiTab3Zs5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSiTab3Zs5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uSiTab3Zs5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSiTab3Zs5 .navbar.collapsed {
  justify-content: center;
}
.cid-uSiTab3Zs5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSiTab3Zs5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSiTab3Zs5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uSiTab3Zs5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSiTab3Zs5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSiTab3Zs5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uSiTab3Zs5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSiTab3Zs5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSiTab3Zs5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSiTab3Zs5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSiTab3Zs5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSiTab3Zs5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSiTab3Zs5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSiTab3Zs5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uSiTab3Zs5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSiTab3Zs5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSiTab3Zs5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSiTab3Zs5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSiTab3Zs5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSiTab3Zs5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSiTab3Zs5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSiTab3Zs5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSiTab3Zs5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSiTab3Zs5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSiTab3Zs5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSiTab3Zs5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSiTab3Zs5 .dropdown-item.active,
.cid-uSiTab3Zs5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSiTab3Zs5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSiTab3Zs5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSiTab3Zs5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSiTab3Zs5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uSiTab3Zs5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSiTab3Zs5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSiTab3Zs5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSiTab3Zs5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSiTab3Zs5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSiTab3Zs5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uSiTab3Zs5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSiTab3Zs5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSiTab3Zs5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSiTab3Zs5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSiTab3Zs5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSiTab3Zs5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSiTab3Zs5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSiTab3Zs5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSiTab3Zs5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSiTab3Zs5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSiTab3Zs5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSiTab3Zs5 .navbar {
    height: 70px;
  }
  .cid-uSiTab3Zs5 .navbar.opened {
    height: auto;
  }
  .cid-uSiTab3Zs5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSiTacmHie {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/camera-shooting-guitar-pics.webp");
}
.cid-uSiTacmHie .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSiTacmHie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSiTacmHie .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSiTacmHie img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uSiTacmHie .text-wrapper {
    padding: 2rem;
  }
}
.cid-uSlI2GPl1r.popup-builder {
  background-color: #ffffff;
}
.cid-uSlI2GPl1r.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSlI2GPl1r.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSlI2GPl1r .modal-content,
.cid-uSlI2GPl1r .modal-dialog {
  height: auto;
}
.cid-uSlI2GPl1r .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSlI2GPl1r .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSlI2GPl1r .form-wrapper .mbr-form .form-group,
  .cid-uSlI2GPl1r .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSlI2GPl1r .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSlI2GPl1r .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSlI2GPl1r .mbr-text {
  text-align: center;
}
.cid-uSlI2GPl1r .pt-0 {
  padding-top: 0 !important;
}
.cid-uSlI2GPl1r .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSlI2GPl1r .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSlI2GPl1r .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSlI2GPl1r .modal-open {
  overflow: hidden;
}
.cid-uSlI2GPl1r .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSlI2GPl1r .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSlI2GPl1r .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSlI2GPl1r .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSlI2GPl1r .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSlI2GPl1r .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSlI2GPl1r .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSlI2GPl1r .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSlI2GPl1r .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSlI2GPl1r .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSlI2GPl1r .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSlI2GPl1r .modal-backdrop.show {
  opacity: .5;
}
.cid-uSlI2GPl1r .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uSlI2GPl1r .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSlI2GPl1r .modal-header {
    padding: 1rem;
  }
}
.cid-uSlI2GPl1r .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSlI2GPl1r .modal-header .close svg {
  fill: #353535;
}
.cid-uSlI2GPl1r .modal-header .close:hover {
  opacity: 1;
}
.cid-uSlI2GPl1r .modal-header .close:focus {
  outline: none;
}
.cid-uSlI2GPl1r .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-uSlI2GPl1r .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uSlI2GPl1r .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSlI2GPl1r .modal-body {
    padding: 1rem;
  }
}
.cid-uSlI2GPl1r .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSlI2GPl1r .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSlI2GPl1r .modal-footer {
    padding: 1rem;
  }
}
.cid-uSlI2GPl1r .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSlI2GPl1r .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSlI2GPl1r .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSlI2GPl1r .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSlI2GPl1r .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSlI2GPl1r .modal-lg,
  .cid-uSlI2GPl1r .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSlI2GPl1r .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSlI2GPl1r .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSlI2GPl1r .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSlI2GPl1r .form-group {
  margin-bottom: 1rem;
}
.cid-uSlI2GPl1r .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSlI2GPl1r .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSlI2GPl1r .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSlI2GPl1r .mbr-section-btn {
  margin: 0;
}
.cid-uSlI2GPl1r .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSiTaeB5pw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uSiTaeB5pw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSiTaeB5pw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSiTaeB5pw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSiTaeB5pw .row {
  flex-direction: row-reverse;
}
.cid-uSiTaeB5pw img {
  width: 100%;
}
.cid-uSiTafB2uu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uSiTafB2uu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSiTafB2uu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSiTafB2uu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSiTafB2uu .row {
  flex-direction: row-reverse;
}
.cid-uSiTafB2uu img {
  width: 100%;
}
.cid-uSiTagygwC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uSiTagygwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSiTagygwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSiTagygwC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSiTagygwC .row {
  flex-direction: row-reverse;
}
.cid-uSiTagygwC img {
  width: 100%;
}
.cid-uSiTaht65I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uSiTaht65I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSiTaht65I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSiTaht65I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSiTaht65I .row {
  flex-direction: row-reverse;
}
.cid-uSiTaht65I img {
  width: 100%;
}
.cid-uSiTaioWPS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uSiTaioWPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSiTaioWPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSiTaioWPS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSiTaioWPS .row {
  flex-direction: row-reverse;
}
.cid-uSiTaioWPS img {
  width: 100%;
}
.cid-uSiTajkS3k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uSiTajkS3k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSiTajkS3k .row {
  flex-direction: row-reverse;
}
.cid-uSiTajkS3k img {
  width: 100%;
}
.cid-uSiTajkS3k .mbr-text {
  color: #ffffff;
}
.cid-uSiTalg6MR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uSiTalg6MR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSiTalg6MR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSiTalg6MR .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uSiTalg6MR .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uSiTalg6MR .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uSiTalg6MR .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uSiTalg6MR .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uSiTalg6MR .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uSiTalg6MR .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uSiTalg6MR .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uSiTalg6MR .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uSiTalg6MR .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uSiTalg6MR .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uSiTalg6MR .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uSiTalg6MR .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uSiTalg6MR .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uSiTalg6MR [class^="socicon-"]:before,
.cid-uSiTalg6MR [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uSiTalg6MR .mbr-section-title,
.cid-uSiTalg6MR .mbr-social-likes {
  color: #ffffff;
}
.cid-uSiTamprTJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uSiTamprTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSiTamprTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSiTamprTJ .copyright {
  color: #ffffff;
}
.cid-uSiTamprTJ .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uSiTamprTJ .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uSiTamprTJ .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uSiTamprTJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uSiTamprTJ .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uSiTamprTJ .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uSiTamprTJ .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uSiTamprTJ .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uSiTamprTJ .row-links-soc,
.cid-uSiTamprTJ .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uSiTamprTJ .copyright,
.cid-uSiTamprTJ .line {
  color: #ffffff;
}
.cid-uSiTamprTJ .row-links-soc {
  color: #ffffff;
}
