body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Barlow-Bold';
  font-size: 2.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-2 {
  font-family: '33833536951';
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.44rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 0.6rem !important;
  }
}
@media (max-width: 992px) {
  .display-4 {
    font-size: 0.6rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.28rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ff2d55 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c60026;
  color: #c60026;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff2d55;
  border-color: #ff2d55;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff2d55 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff93a8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #57c8ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff2d55;
  border-color: #ff2d55;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff2d55;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff9fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ff2d55;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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: #ff2d55;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff2d55;
  border-bottom-color: #ff2d55;
}
.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: #ff2d55 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #149dcc !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='%23ff2d55' %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-sit5A7sYve .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sit5A7sYve .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sit5A7sYve .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sit5A7sYve .nav-link {
  position: relative;
}
.cid-sit5A7sYve .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sit5A7sYve .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sit5A7sYve .container {
  display: flex;
  margin: auto;
}
.cid-sit5A7sYve .navbar.navbar-short .nav-link,
.cid-sit5A7sYve .navbar.navbar-short .navbar-caption,
.cid-sit5A7sYve .navbar.navbar-short .mbr-iconfont,
.cid-sit5A7sYve .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sit5A7sYve .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sit5A7sYve .navbar-caption {
  padding-right: 3rem;
}
.cid-sit5A7sYve .dropdown-menu,
.cid-sit5A7sYve .navbar.opened {
  background: #000000 !important;
}
.cid-sit5A7sYve .nav-item:focus,
.cid-sit5A7sYve .nav-link:focus {
  outline: none;
}
.cid-sit5A7sYve .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sit5A7sYve .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sit5A7sYve .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sit5A7sYve .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sit5A7sYve .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sit5A7sYve .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sit5A7sYve .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sit5A7sYve .navbar.opened {
  transition: all .3s;
}
.cid-sit5A7sYve .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sit5A7sYve .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sit5A7sYve .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sit5A7sYve .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sit5A7sYve .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sit5A7sYve .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sit5A7sYve .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sit5A7sYve .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: 55%;
}
.cid-sit5A7sYve .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sit5A7sYve .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sit5A7sYve .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sit5A7sYve .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sit5A7sYve .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sit5A7sYve .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sit5A7sYve .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sit5A7sYve .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: 55%;
  }
  .cid-sit5A7sYve .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sit5A7sYve .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sit5A7sYve .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sit5A7sYve .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sit5A7sYve .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sit5A7sYve .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sit5A7sYve .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sit5A7sYve .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sit5A7sYve .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sit5A7sYve .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sit5A7sYve .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sit5A7sYve .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sit5A7sYve .dropdown-item.active,
.cid-sit5A7sYve .dropdown-item:active {
  background-color: transparent;
}
.cid-sit5A7sYve .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sit5A7sYve .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sit5A7sYve .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sit5A7sYve .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sit5A7sYve .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sit5A7sYve .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sit5A7sYve ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sit5A7sYve .navbar-buttons {
  text-align: center;
}
.cid-sit5A7sYve button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sit5A7sYve nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sit5A7sYve nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sit5A7sYve nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sit5A7sYve nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sit5A7sYve .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sit5A7sYve a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sit5A7sYve .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sit5A7sYve .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sit5A7sYve .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sit5A7sYve .navbar {
    height: 77px;
  }
  .cid-sit5A7sYve .navbar.opened {
    height: auto;
  }
  .cid-sit5A7sYve .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sit5G69N4J {
  background-image: url("../../../assets/images/thebeatlesautograph-1505x376.jpg");
}
.cid-sit5G69N4J h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-sit5G69N4J span {
  background-image: url("../../../assets/images/background3.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-sit5G69N4J .mbr-section-title {
  color: #ffffff;
}
.cid-siEqBRFR5I {
  padding-top: 165px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-siEqBRFR5I .nav-tabs .nav-item.open .nav-link:focus,
.cid-siEqBRFR5I .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-siEqBRFR5I h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-siEqBRFR5I h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-siEqBRFR5I .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-siEqBRFR5I .tabs-col {
  overflow: hidden;
}
.cid-siEqBRFR5I .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-siEqBRFR5I .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-siEqBRFR5I .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #000000;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-siEqBRFR5I .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-siEqBRFR5I .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-siEqBRFR5I .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-siEqBRFR5I .nav-tabs .nav-link.active:before {
  background: #000000;
}
.cid-siEqBRFR5I .nav-tabs .nav-link.active:after {
  background: #000000;
}
@media (max-width: 767px) {
  .cid-siEqBRFR5I .nav-tabs {
    flex-direction: row;
  }
  .cid-siEqBRFR5I .mbr-text,
  .cid-siEqBRFR5I .nav-link {
    text-align: center;
  }
  .cid-siEqBRFR5I .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-siEqBRFR5I .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-siEqBRFR5I .nav-item {
    min-width: 100px;
  }
  .cid-siEqBRFR5I .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-siEqBRFR5I H3 {
  color: #ff2d55;
}
.cid-siEqBRFR5I .mbr-section-subtitle,
.cid-siEqBRFR5I .title-align {
  color: #506ab9;
}
.cid-siEqBRFR5I H2 {
  color: #506ab9;
}
.cid-szakFqO5eK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-szakFqO5eK p {
  line-height: 1.6;
}
.cid-szakFqO5eK .card-box {
  width: -webkit-fill-available;
}
.cid-szakFqO5eK .card-img {
  width: auto;
}
.cid-szakFqO5eK .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-szakFqO5eK .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szakFqO5eK .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-szakFqO5eK .card {
  height: 100%;
  margin: auto;
}
.cid-szakFqO5eK img {
  width: 100%;
  heigth: auto;
}
.cid-szakFqO5eK .card-title1 {
  color: #073b4c;
}
.cid-szakFqO5eK .mbr-text1 {
  color: #767676;
}
.cid-szakFqO5eK .card-title2 {
  color: #7f1933;
}
.cid-szakFqO5eK .mbr-text2 {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-szakFqO5eK .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-szakFqO5eK .card-img {
    order: 1;
  }
  .cid-szakFqO5eK .card-box {
    order: 2;
  }
}
.cid-sit6aLs1GX {
  padding-top: 165px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sit6aLs1GX .mbr-text {
  color: #767676;
}
.cid-sit6aLs1GX .card-subtitle {
  margin: 0;
}
.cid-sit6aLs1GX img {
  object-fit: cover;
  height: 100%;
}
.cid-sit6aLs1GX h4 {
  margin: 0;
}
.cid-sit6aLs1GX .card-img {
  height: 300px;
}
.cid-sit6aLs1GX .row {
  justify-content: center;
}
.cid-sit6aLs1GX .card {
  margin-bottom: 2rem;
}
.cid-sit6aLs1GX .mbr-text,
.cid-sit6aLs1GX .link {
  color: #999999;
}
.cid-sit6aLs1GX h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sit6aLs1GX h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sit6aLs1GX .mbr-section-subtitle,
.cid-sit6aLs1GX .title-align {
  color: #000000;
}
.cid-sit6aLs1GX H1 {
  color: #000000;
}
.cid-sit6aLs1GX .card-title,
.cid-sit6aLs1GX .card-img {
  color: #000000;
}
.cid-sxlzbUEB8j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxlzbUEB8j .card-box {
  z-index: 10;
  position: relative;
}
.cid-sxlzbUEB8j .container-fluid {
  padding: 0;
}
.cid-sxlzbUEB8j .card {
  margin: auto;
  min-height: 350px;
}
.cid-sxlzbUEB8j .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sxlzbUEB8j .card1 {
  background-image: url("../../../assets/images/thebeatles-350x300.png");
  z-index: 4;
}
.cid-sxlzbUEB8j .card2 {
  background-image: url("../../../assets/images/thebeatles-350x300.png");
  z-index: 3;
}
.cid-sxlzbUEB8j .card3 {
  background-image: url("../../../assets/images/thebeatles-350x300.png");
  z-index: 2;
}
.cid-sxlzbUEB8j .card4 {
  background-image: url("../../../assets/images/background3-1.jpg");
  z-index: 1;
}
.cid-sxlzbUEB8j h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sxlzbUEB8j .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-sxlzbUEB8j .card-box {
    text-align: center;
  }
}
.cid-sxlzbUEB8j .mbr-text {
  color: #cccccc;
}
.cid-sxlzbUEB8j .card-title,
.cid-sxlzbUEB8j .card-box {
  color: #ffffff;
}
.cid-sit6OeAYc1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sit6OeAYc1 .card-box {
  z-index: 10;
  position: relative;
}
.cid-sit6OeAYc1 .container-fluid {
  padding: 0;
}
.cid-sit6OeAYc1 .card {
  margin: auto;
  min-height: 350px;
}
.cid-sit6OeAYc1 .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sit6OeAYc1 .card1 {
  background-image: url("../../../assets/images/thebeatles-350x300.png");
  z-index: 4;
}
.cid-sit6OeAYc1 .card2 {
  background-image: url("../../../assets/images/thebeatles-350x300.png");
  z-index: 3;
}
.cid-sit6OeAYc1 .card3 {
  background-image: url("../../../assets/images/thebeatles-350x300.png");
  z-index: 2;
}
.cid-sit6OeAYc1 .card4 {
  background-image: url("../../../assets/images/background3.jpg");
  z-index: 1;
}
.cid-sit6OeAYc1 h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sit6OeAYc1 .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-sit6OeAYc1 .card-box {
    text-align: center;
  }
}
.cid-sit6OeAYc1 .mbr-text {
  color: #cccccc;
}
.cid-sit6OeAYc1 .card-title,
.cid-sit6OeAYc1 .card-box {
  color: #ffffff;
}
.cid-sixwYSaiw5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sixwYSaiw5 .card-box {
  z-index: 10;
  position: relative;
}
.cid-sixwYSaiw5 .container-fluid {
  padding: 0;
}
.cid-sixwYSaiw5 .card {
  margin: auto;
  min-height: 350px;
}
.cid-sixwYSaiw5 .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sixwYSaiw5 .card1 {
  background-image: url("../../../assets/images/thebeatles-350x300.png");
  z-index: 4;
}
.cid-sixwYSaiw5 .card2 {
  background-image: url("../../../assets/images/thebeatles-350x300.png");
  z-index: 3;
}
.cid-sixwYSaiw5 .card3 {
  background-image: url("../../../assets/images/thebeatles-350x300.png");
  z-index: 2;
}
.cid-sixwYSaiw5 .card4 {
  background-image: url("../../../assets/images/background3.jpg");
  z-index: 1;
}
.cid-sixwYSaiw5 h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sixwYSaiw5 .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-sixwYSaiw5 .card-box {
    text-align: center;
  }
}
.cid-sixwYSaiw5 .mbr-text {
  color: #cccccc;
}
.cid-sixwYSaiw5 .card-title,
.cid-sixwYSaiw5 .card-box {
  color: #ffffff;
}
.cid-sixwZwTqW0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sixwZwTqW0 .card-box {
  z-index: 10;
  position: relative;
}
.cid-sixwZwTqW0 .container-fluid {
  padding: 0;
}
.cid-sixwZwTqW0 .card {
  margin: auto;
  min-height: 350px;
}
.cid-sixwZwTqW0 .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sixwZwTqW0 .card1 {
  background-image: url("../../../assets/images/signature.png");
  z-index: 4;
}
.cid-sixwZwTqW0 .card2 {
  background-image: url("../../../assets/images/thebeatles-350x300.png");
  z-index: 3;
}
.cid-sixwZwTqW0 .card3 {
  background-image: url("../../../assets/images/thebeatles-350x300.png");
  z-index: 2;
}
.cid-sixwZwTqW0 .card4 {
  background-image: url("../../../assets/images/background3.jpg");
  z-index: 1;
}
.cid-sixwZwTqW0 h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sixwZwTqW0 .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-sixwZwTqW0 .card-box {
    text-align: center;
  }
}
.cid-sixwZwTqW0 .mbr-text {
  color: #cccccc;
}
.cid-sixwZwTqW0 .card-title,
.cid-sixwZwTqW0 .card-box {
  color: #000000;
}
.cid-sixwZwTqW0 .card-title2,
.cid-sixwZwTqW0 .card-box2 {
  color: #ffffff;
}
.cid-siElHHgNA3 {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-siElHHgNA3 .card-box {
  z-index: 10;
  position: relative;
}
.cid-siElHHgNA3 .container-fluid {
  padding: 0;
}
.cid-siElHHgNA3 .card {
  margin: auto;
  min-height: 350px;
}
.cid-siElHHgNA3 .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-siElHHgNA3 .card1 {
  background-image: url("../../../assets/images/thebeatles-350x300.png");
  z-index: 4;
}
.cid-siElHHgNA3 .card2 {
  background-image: url("../../../assets/images/thebeatles-350x300.png");
  z-index: 3;
}
.cid-siElHHgNA3 .card3 {
  background-image: url("../../../assets/images/thebeatles-350x300.png");
  z-index: 2;
}
.cid-siElHHgNA3 .card4 {
  background-image: url("../../../assets/images/background3.jpg");
  z-index: 1;
}
.cid-siElHHgNA3 h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-siElHHgNA3 .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-siElHHgNA3 .card-box {
    text-align: center;
  }
}
.cid-siElHHgNA3 .mbr-text {
  color: #cccccc;
}
.cid-siElHHgNA3 .card-title,
.cid-siElHHgNA3 .card-box {
  color: #ffffff;
}
.cid-siElHHgNA3 P {
  text-align: left;
}
.cid-sit7klXuiP {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sit7klXuiP .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sit7klXuiP .card-img {
  padding-bottom: 2rem;
}
.cid-sit7klXuiP .mbr-text {
  color: #767676;
}
.cid-sit7klXuiP span {
  font-size: 14px;
  color: #ffffff;
}
.cid-sit7klXuiP .mbr-section-btn {
  margin-left: 0;
}
.cid-sit7klXuiP .date span {
  display: inline-block;
  background-color: #149dcc;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sit7klXuiP .card-title {
    text-align: center;
  }
  .cid-sit7klXuiP p.mbr-text,
  .cid-sit7klXuiP p.date {
    text-align: center;
  }
}
.cid-sit7klXuiP H2 {
  color: #ffffff;
}
.cid-sit7klXuiP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sit7klXuiP .card-title,
.cid-sit7klXuiP .card-img {
  color: #ffffff;
}
.cid-sit7klXuiP .mbr-text,
.cid-sit7klXuiP .mbr-section-btn {
  color: #cccccc;
}
.cid-sit9kFYNF1 {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/thebeatlesautograph-1505x376.jpg");
}
.cid-sit9kFYNF1 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sit9kFYNF1 svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sit9kFYNF1 g rect {
  fill: #000000;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sit9kFYNF1 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sit9kFYNF1 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sit9kFYNF1 .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sit9kFYNF1 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sit9kFYNF1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sit9kFYNF1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sit9kFYNF1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sit9kFYNF1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sit9kFYNF1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sit9kFYNF1 .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sit9kFYNF1 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sit9kFYNF1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sit9kFYNF1 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sit9kFYNF1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sit9kFYNF1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sit5A7sYve .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sit5A7sYve .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sit5A7sYve .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sit5A7sYve .nav-link {
  position: relative;
}
.cid-sit5A7sYve .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sit5A7sYve .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sit5A7sYve .container {
  display: flex;
  margin: auto;
}
.cid-sit5A7sYve .navbar.navbar-short .nav-link,
.cid-sit5A7sYve .navbar.navbar-short .navbar-caption,
.cid-sit5A7sYve .navbar.navbar-short .mbr-iconfont,
.cid-sit5A7sYve .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sit5A7sYve .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sit5A7sYve .navbar-caption {
  padding-right: 3rem;
}
.cid-sit5A7sYve .dropdown-menu,
.cid-sit5A7sYve .navbar.opened {
  background: #000000 !important;
}
.cid-sit5A7sYve .nav-item:focus,
.cid-sit5A7sYve .nav-link:focus {
  outline: none;
}
.cid-sit5A7sYve .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sit5A7sYve .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sit5A7sYve .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sit5A7sYve .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sit5A7sYve .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sit5A7sYve .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sit5A7sYve .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sit5A7sYve .navbar.opened {
  transition: all .3s;
}
.cid-sit5A7sYve .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sit5A7sYve .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sit5A7sYve .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sit5A7sYve .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sit5A7sYve .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sit5A7sYve .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sit5A7sYve .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sit5A7sYve .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: 55%;
}
.cid-sit5A7sYve .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sit5A7sYve .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sit5A7sYve .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sit5A7sYve .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sit5A7sYve .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sit5A7sYve .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sit5A7sYve .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sit5A7sYve .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: 55%;
  }
  .cid-sit5A7sYve .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sit5A7sYve .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sit5A7sYve .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sit5A7sYve .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sit5A7sYve .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sit5A7sYve .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sit5A7sYve .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sit5A7sYve .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sit5A7sYve .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sit5A7sYve .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sit5A7sYve .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sit5A7sYve .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sit5A7sYve .dropdown-item.active,
.cid-sit5A7sYve .dropdown-item:active {
  background-color: transparent;
}
.cid-sit5A7sYve .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sit5A7sYve .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sit5A7sYve .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sit5A7sYve .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sit5A7sYve .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sit5A7sYve .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sit5A7sYve ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sit5A7sYve .navbar-buttons {
  text-align: center;
}
.cid-sit5A7sYve button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sit5A7sYve nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sit5A7sYve nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sit5A7sYve nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sit5A7sYve nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sit5A7sYve .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sit5A7sYve a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sit5A7sYve .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sit5A7sYve .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sit5A7sYve .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sit5A7sYve .navbar {
    height: 77px;
  }
  .cid-sit5A7sYve .navbar.opened {
    height: auto;
  }
  .cid-sit5A7sYve .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sitbiJvQUw {
  padding-top: 180px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-sitbiJvQUw .nav-tabs .nav-item.open .nav-link:focus,
.cid-sitbiJvQUw .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sitbiJvQUw .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-sitbiJvQUw .icon-big {
  font-size: 2rem;
  padding-top: 2rem;
  display: inline-block;
  transition: all 0.3s;
}
.cid-sitbiJvQUw .icon-big:hover {
  color: #ff2d55 !important;
}
.cid-sitbiJvQUw .content-col {
  margin: auto 0;
}
.cid-sitbiJvQUw img {
  width: 90%;
  margin: auto;
}
.cid-sitbiJvQUw h6 {
  margin: 0;
}
.cid-sitbiJvQUw h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sitbiJvQUw h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sitbiJvQUw .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-sitbiJvQUw .icon-wrap,
.cid-sitbiJvQUw .date-wrap {
  display: flex;
  align-items: center;
}
.cid-sitbiJvQUw .tabs-col {
  overflow: hidden;
}
.cid-sitbiJvQUw .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-sitbiJvQUw .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-sitbiJvQUw .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-sitbiJvQUw .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-sitbiJvQUw .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-sitbiJvQUw .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-sitbiJvQUw .nav-tabs .nav-link.active:before {
  background: #ffffff;
}
.cid-sitbiJvQUw .nav-tabs .nav-link.active:after {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sitbiJvQUw img {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sitbiJvQUw .nav-tabs {
    flex-direction: row;
  }
  .cid-sitbiJvQUw .mbr-text,
  .cid-sitbiJvQUw .nav-link {
    text-align: center;
  }
  .cid-sitbiJvQUw .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-sitbiJvQUw .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-sitbiJvQUw .nav-item {
    min-width: 100px;
  }
  .cid-sitbiJvQUw .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-sitbiJvQUw P {
  text-align: left;
  color: #808080;
}
.cid-swuRkD0W9l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-swuRkD0W9l .card-icon {
  font-size: 56px;
  color: #000000;
  transition: color 0.3s;
}
.cid-swuRkD0W9l .icon2 {
  color: #000000;
}
.cid-swuRkD0W9l .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-swuRkD0W9l p {
  font-weight: 400;
}
.cid-swuRkD0W9l .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-swuRkD0W9l .line2 {
  background: #f9f295;
}
.cid-swuRkD0W9l .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #3a58b3;
}
.cid-swuRkD0W9l .card-wrapper:hover .link-ico {
  background-color: #000000;
  border-color: #000000;
  color: white;
}
.cid-swuRkD0W9l .card2 {
  background: #3a58b3;
}
.cid-swuRkD0W9l .card-title,
.cid-swuRkD0W9l .card-ico,
.cid-swuRkD0W9l .line-wrap {
  text-align: center;
}
.cid-swuRkD0W9l .mbr-text,
.cid-swuRkD0W9l .card-link {
  text-align: center;
}
.cid-sx5mOS3LGa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sx5mOS3LGa .mbr-text {
  color: #efefef;
}
.cid-sx5mOS3LGa h4 {
  text-align: center;
}
.cid-sx5mOS3LGa p {
  text-align: center;
}
.cid-sx5mOS3LGa .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sx5mOS3LGa .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sx5mOS3LGa .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sx5mOS3LGa .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sx5mOS3LGa .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #3a58b3, #149dcc);
  border-radius: 50%;
}
.cid-sx5mOS3LGa .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sx5mOS3LGa .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff2d55, #149dcc);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sx5mOS3LGa .mbr-section-title,
  .cid-sx5mOS3LGa .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sx5mOS3LGa .mbr-section-title,
.cid-sx5mOS3LGa .underline {
  color: #ffffff;
}
.cid-sx5mOS3LGa .card-title,
.cid-sx5mOS3LGa .card-img {
  color: #ffffff;
}
.cid-szajbyMKfy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-szajbyMKfy .nav-tabs .nav-item.open .nav-link:focus,
.cid-szajbyMKfy .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-szajbyMKfy .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-szajbyMKfy .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-szajbyMKfy .first {
  margin-left: -24px;
}
.cid-szajbyMKfy .nav-tabs .nav-link {
  color: #cccccc;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-szajbyMKfy .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #506ab9;
}
.cid-szajbyMKfy .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #506ab9;
  font-style: normal;
}
.cid-szajbyMKfy P {
  color: #ffffff;
}
.cid-szajbyMKfy H2 {
  color: #efefef;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-szajbyMKfy .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-szajbyMKfy .mbr-text,
  .cid-szajbyMKfy .nav-link {
    text-align: center;
  }
}
.cid-sithQDJ3uK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sithQDJ3uK li {
  list-style: none;
}
.cid-sithQDJ3uK .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-sithQDJ3uK .col-title {
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: center;
}
.cid-sithQDJ3uK .list-col {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-sithQDJ3uK .mbr-iconfont {
  font-size: 1.6rem;
  padding-right: 4rem;
  height: 28px;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: #cccccc !important;
}
.cid-sithQDJ3uK .mbr-iconfont:hover {
  color: #5580ff !important;
}
.cid-sithQDJ3uK .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
.cid-sithQDJ3uK h4 {
  margin: 0;
}
.cid-sithQDJ3uK ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sithQDJ3uK .md-pb {
    padding-bottom: 1rem;
  }
  .cid-sithQDJ3uK .mbr-iconfont {
    padding-right: 1rem;
  }
  .cid-sithQDJ3uK .item-wrap {
    flex-direction: column;
  }
  .cid-sithQDJ3uK .time-wrap {
    min-width: 80px;
    margin-top: .4rem;
  }
}
.cid-sithQDJ3uK .item1 {
  color: #ffffff;
}
.cid-sxbfQRYqhy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sxbfQRYqhy span {
  color: #c1c1c1;
}
.cid-sxbfQRYqhy .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sxbfQRYqhy .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-sxbfQRYqhy .flex-block span {
    margin-left: 2rem;
  }
}
.cid-sxbfQRYqhy .block-quote {
  color: #ffffff;
}
.cid-sitkRtnvCX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sitkRtnvCX .mbr-text {
    text-align: center;
  }
}
.cid-sitkRtnvCX .container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-sitkRtnvCX .media-content {
    max-width: 700px;
    padding: 5rem 2rem;
    margin: auto;
    margin-right: 0;
  }
}
.cid-sitkRtnvCX .media-content {
  padding: 5rem 2rem;
}
.cid-sitkRtnvCX img {
  height: 100%;
  object-fit: cover;
}
.cid-sitkRtnvCX .mbr-figure {
  height: 100%;
}
.cid-sitkRtnvCX .col-lg-5,
.cid-sitkRtnvCX .col-lg-7 {
  padding: 0;
}
.cid-sitkRtnvCX .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sitkRtnvCX .media-content {
    padding: 3rem 1rem;
  }
}
.cid-sitlzjIrvi {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sitlzjIrvi li {
  list-style: none;
}
.cid-sitlzjIrvi .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-sitlzjIrvi .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-sitlzjIrvi h4 {
  margin: 0;
}
.cid-sitlzjIrvi .item {
  color: #57468b;
}
.cid-sitlzjIrvi ul {
  padding: 0;
  margin: 0;
}
.cid-sitlzjIrvi .col-title {
  color: #57468b;
}
.cid-sitlzjIrvi .col-title1 {
  color: #bfceff;
}
.cid-sitlzjIrvi .col-title2 {
  color: #5580ff;
}
.cid-sitlzjIrvi .col-title3 {
  color: #ff8a73;
}
.cid-sitlzjIrvi .col-title4 {
  color: #57468b;
}
.cid-sitlzjIrvi .item1 {
  color: #716c80;
}
.cid-sitlzjIrvi .item2 {
  color: #716c80;
}
.cid-sitlzjIrvi .item3 {
  color: #716c80;
}
.cid-sitlzjIrvi .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-sitlzjIrvi .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sit9kFYNF1 {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/thebeatlesautograph-1505x376.jpg");
}
.cid-sit9kFYNF1 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sit9kFYNF1 svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sit9kFYNF1 g rect {
  fill: #000000;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sit9kFYNF1 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sit9kFYNF1 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sit9kFYNF1 .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sit9kFYNF1 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sit9kFYNF1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sit9kFYNF1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sit9kFYNF1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sit9kFYNF1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sit9kFYNF1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sit9kFYNF1 .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sit9kFYNF1 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sit9kFYNF1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sit9kFYNF1 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sit9kFYNF1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sit9kFYNF1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sit5A7sYve .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sit5A7sYve .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sit5A7sYve .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sit5A7sYve .nav-link {
  position: relative;
}
.cid-sit5A7sYve .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sit5A7sYve .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sit5A7sYve .container {
  display: flex;
  margin: auto;
}
.cid-sit5A7sYve .navbar.navbar-short .nav-link,
.cid-sit5A7sYve .navbar.navbar-short .navbar-caption,
.cid-sit5A7sYve .navbar.navbar-short .mbr-iconfont,
.cid-sit5A7sYve .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sit5A7sYve .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sit5A7sYve .navbar-caption {
  padding-right: 3rem;
}
.cid-sit5A7sYve .dropdown-menu,
.cid-sit5A7sYve .navbar.opened {
  background: #000000 !important;
}
.cid-sit5A7sYve .nav-item:focus,
.cid-sit5A7sYve .nav-link:focus {
  outline: none;
}
.cid-sit5A7sYve .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sit5A7sYve .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sit5A7sYve .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sit5A7sYve .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sit5A7sYve .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sit5A7sYve .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sit5A7sYve .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sit5A7sYve .navbar.opened {
  transition: all .3s;
}
.cid-sit5A7sYve .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sit5A7sYve .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sit5A7sYve .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sit5A7sYve .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sit5A7sYve .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sit5A7sYve .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sit5A7sYve .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sit5A7sYve .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: 55%;
}
.cid-sit5A7sYve .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sit5A7sYve .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sit5A7sYve .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sit5A7sYve .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sit5A7sYve .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sit5A7sYve .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sit5A7sYve .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sit5A7sYve .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: 55%;
  }
  .cid-sit5A7sYve .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sit5A7sYve .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sit5A7sYve .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sit5A7sYve .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sit5A7sYve .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sit5A7sYve .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sit5A7sYve .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sit5A7sYve .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sit5A7sYve .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sit5A7sYve .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sit5A7sYve .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sit5A7sYve .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sit5A7sYve .dropdown-item.active,
.cid-sit5A7sYve .dropdown-item:active {
  background-color: transparent;
}
.cid-sit5A7sYve .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sit5A7sYve .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sit5A7sYve .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sit5A7sYve .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sit5A7sYve .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sit5A7sYve .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sit5A7sYve ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sit5A7sYve .navbar-buttons {
  text-align: center;
}
.cid-sit5A7sYve button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sit5A7sYve nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sit5A7sYve nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sit5A7sYve nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sit5A7sYve nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sit5A7sYve .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sit5A7sYve a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sit5A7sYve .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sit5A7sYve .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sit5A7sYve .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sit5A7sYve .navbar {
    height: 77px;
  }
  .cid-sit5A7sYve .navbar.opened {
    height: auto;
  }
  .cid-sit5A7sYve .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sz9Vbhr8mG {
  padding-top: 180px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sz9Vbhr8mG h3 {
  position: relative;
}
.cid-sz9Vbhr8mG h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sz9Vbhr8mG svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-sz9Vbhr8mG g rect {
  fill: #ff7f9f;
}
.cid-sz9Vbhr8mG H1 {
  color: #efefef;
}
.cid-sz9VzcAMdd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sz9VzcAMdd .cover {
  width: 250px;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-sz9VzcAMdd .btn {
  border-radius: 0;
}
.cid-sz9VzcAMdd .btn .mbr-iconfont {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .cid-sz9VzcAMdd .media-content {
    max-width: 450px;
    margin: auto;
  }
}
.cid-sz9VzcAMdd .icons-wrap {
  display: flex;
}
.cid-sz9VzcAMdd .icons-wrap .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 0.5rem;
}
.cid-sz9VzcAMdd h2 {
  margin: 0;
}
.cid-sz9VzcAMdd .icon-wrap {
  display: flex;
  align-items: center;
  padding-right: 2.5rem;
}
.cid-sz9VzcAMdd .mbr-figure {
  z-index: 2;
  padding: 8rem 2rem;
}
.cid-sz9VzcAMdd .card {
  overflow: hidden;
  height: 100%;
}
.cid-sz9VzcAMdd .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/signature.png");
  filter: blur(15px);
  background-size: cover;
  z-index: 1;
}
.cid-sz9VzcAMdd H4 {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sz9VzcAMdd .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
    padding-bottom: 0.5rem;
    padding-right: 0rem;
  }
  .cid-sz9VzcAMdd .icon-wrap {
    padding-bottom: 0.6rem;
    padding-right: 0rem;
  }
  .cid-sz9VzcAMdd .cover {
    width: 100%;
  }
}
.cid-sz9VzcAMdd .mbr-text,
.cid-sz9VzcAMdd .mbr-section-btn {
  color: #ff2d55;
}
.cid-szV3XZpMBz {
  padding-top: 180px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-szV3XZpMBz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-szV3XZpMBz .container {
  max-width: 1400px;
  padding: 0 3rem;
}
.cid-szV3XZpMBz textarea {
  min-height: 150px;
}
.cid-szV3XZpMBz .row2 {
  justify-content: space-between;
  border: 2px solid #000000;
  padding: 3rem;
}
.cid-szV3XZpMBz h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-szV3XZpMBz h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-szV3XZpMBz form .btn {
  border-radius: 30px;
  margin: 0.18rem;
}
.cid-szV3XZpMBz .form-control,
.cid-szV3XZpMBz .field-input {
  padding: 1rem;
  background-color: transparent;
  border: 2px solid #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-szV3XZpMBz .form-control::-webkit-input-placeholder,
.cid-szV3XZpMBz .field-input::-webkit-input-placeholder,
.cid-szV3XZpMBz .form-control::-webkit-input-placeholder,
.cid-szV3XZpMBz .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-szV3XZpMBz .form-control:-moz-placeholder,
.cid-szV3XZpMBz .field-input:-moz-placeholder,
.cid-szV3XZpMBz .form-control:-moz-placeholder,
.cid-szV3XZpMBz .field-input:-moz-placeholder {
  color: #000000;
}
.cid-szV3XZpMBz .form-control:hover,
.cid-szV3XZpMBz .field-input:hover,
.cid-szV3XZpMBz .form-control:focus,
.cid-szV3XZpMBz .field-input:focus {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-szV3XZpMBz .form-control:hover::-webkit-input-placeholder,
.cid-szV3XZpMBz .field-input:hover::-webkit-input-placeholder,
.cid-szV3XZpMBz .form-control:focus::-webkit-input-placeholder,
.cid-szV3XZpMBz .field-input:focus::-webkit-input-placeholder,
.cid-szV3XZpMBz .form-control:hover::-webkit-input-placeholder,
.cid-szV3XZpMBz .field-input:hover::-webkit-input-placeholder,
.cid-szV3XZpMBz .form-control:focus::-webkit-input-placeholder,
.cid-szV3XZpMBz .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-szV3XZpMBz .form-control:hover:-moz-placeholder,
.cid-szV3XZpMBz .field-input:hover:-moz-placeholder,
.cid-szV3XZpMBz .form-control:focus:-moz-placeholder,
.cid-szV3XZpMBz .field-input:focus:-moz-placeholder,
.cid-szV3XZpMBz .form-control:hover:-moz-placeholder,
.cid-szV3XZpMBz .field-input:hover:-moz-placeholder,
.cid-szV3XZpMBz .form-control:focus:-moz-placeholder,
.cid-szV3XZpMBz .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-szV3XZpMBz .jq-number__spin:hover,
.cid-szV3XZpMBz .jq-number__spin:focus {
  background-color: transparent;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-szV3XZpMBz .jq-number__spin {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-szV3XZpMBz input::-webkit-clear-button {
  display: none;
}
.cid-szV3XZpMBz input::-webkit-inner-spin-button {
  display: none;
}
.cid-szV3XZpMBz input::-webkit-outer-spin-button {
  display: none;
}
.cid-szV3XZpMBz input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-szV3XZpMBz .container {
    padding: 0 2rem;
  }
  .cid-szV3XZpMBz .row2 {
    padding: 1rem 0;
  }
}
.cid-szV3XZpMBz H2 {
  color: #000000;
}
.cid-szV3XZpMBz .mbr-text,
.cid-szV3XZpMBz .mbr-section-btn {
  color: #000000;
}
.cid-sit9kFYNF1 {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/thebeatlesautograph-1505x376.jpg");
}
.cid-sit9kFYNF1 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sit9kFYNF1 svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sit9kFYNF1 g rect {
  fill: #000000;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sit9kFYNF1 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sit9kFYNF1 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sit9kFYNF1 .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sit9kFYNF1 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sit9kFYNF1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sit9kFYNF1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sit9kFYNF1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sit9kFYNF1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sit9kFYNF1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sit9kFYNF1 .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sit9kFYNF1 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sit9kFYNF1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sit9kFYNF1 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sit9kFYNF1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sit9kFYNF1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sit5A7sYve .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sit5A7sYve .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sit5A7sYve .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sit5A7sYve .nav-link {
  position: relative;
}
.cid-sit5A7sYve .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sit5A7sYve .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sit5A7sYve .container {
  display: flex;
  margin: auto;
}
.cid-sit5A7sYve .navbar.navbar-short .nav-link,
.cid-sit5A7sYve .navbar.navbar-short .navbar-caption,
.cid-sit5A7sYve .navbar.navbar-short .mbr-iconfont,
.cid-sit5A7sYve .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sit5A7sYve .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sit5A7sYve .navbar-caption {
  padding-right: 3rem;
}
.cid-sit5A7sYve .dropdown-menu,
.cid-sit5A7sYve .navbar.opened {
  background: #000000 !important;
}
.cid-sit5A7sYve .nav-item:focus,
.cid-sit5A7sYve .nav-link:focus {
  outline: none;
}
.cid-sit5A7sYve .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sit5A7sYve .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sit5A7sYve .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sit5A7sYve .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sit5A7sYve .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sit5A7sYve .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sit5A7sYve .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-sit5A7sYve .navbar.opened {
  transition: all .3s;
}
.cid-sit5A7sYve .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sit5A7sYve .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sit5A7sYve .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sit5A7sYve .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sit5A7sYve .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sit5A7sYve .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sit5A7sYve .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sit5A7sYve .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: 55%;
}
.cid-sit5A7sYve .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sit5A7sYve .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sit5A7sYve .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sit5A7sYve .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sit5A7sYve .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sit5A7sYve .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sit5A7sYve .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sit5A7sYve .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: 55%;
  }
  .cid-sit5A7sYve .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sit5A7sYve .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sit5A7sYve .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sit5A7sYve .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sit5A7sYve .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sit5A7sYve .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sit5A7sYve .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sit5A7sYve .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sit5A7sYve .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sit5A7sYve .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sit5A7sYve .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sit5A7sYve .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sit5A7sYve .dropdown-item.active,
.cid-sit5A7sYve .dropdown-item:active {
  background-color: transparent;
}
.cid-sit5A7sYve .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sit5A7sYve .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sit5A7sYve .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sit5A7sYve .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sit5A7sYve .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sit5A7sYve .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sit5A7sYve ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sit5A7sYve .navbar-buttons {
  text-align: center;
}
.cid-sit5A7sYve button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sit5A7sYve button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sit5A7sYve nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sit5A7sYve nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sit5A7sYve nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sit5A7sYve nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sit5A7sYve .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sit5A7sYve a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sit5A7sYve .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sit5A7sYve .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sit5A7sYve .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sit5A7sYve .navbar {
    height: 77px;
  }
  .cid-sit5A7sYve .navbar.opened {
    height: auto;
  }
  .cid-sit5A7sYve .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sit9kFYNF1 {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/thebeatlesautograph-1505x376.jpg");
}
.cid-sit9kFYNF1 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sit9kFYNF1 svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-sit9kFYNF1 g rect {
  fill: #000000;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sit9kFYNF1 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sit9kFYNF1 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sit9kFYNF1 .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sit9kFYNF1 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sit9kFYNF1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sit9kFYNF1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sit9kFYNF1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sit9kFYNF1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sit9kFYNF1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sit9kFYNF1 .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sit9kFYNF1 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sit9kFYNF1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sit9kFYNF1 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sit9kFYNF1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sit9kFYNF1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-szV4GONZNv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szV4GONZNv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-szV4GONZNv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szV4GONZNv .nav-link {
  position: relative;
}
.cid-szV4GONZNv .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-szV4GONZNv .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-szV4GONZNv .container {
  display: flex;
  margin: auto;
}
.cid-szV4GONZNv .navbar.navbar-short .nav-link,
.cid-szV4GONZNv .navbar.navbar-short .navbar-caption,
.cid-szV4GONZNv .navbar.navbar-short .mbr-iconfont,
.cid-szV4GONZNv .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-szV4GONZNv .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-szV4GONZNv .navbar-caption {
  padding-right: 3rem;
}
.cid-szV4GONZNv .dropdown-menu,
.cid-szV4GONZNv .navbar.opened {
  background: #000000 !important;
}
.cid-szV4GONZNv .nav-item:focus,
.cid-szV4GONZNv .nav-link:focus {
  outline: none;
}
.cid-szV4GONZNv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szV4GONZNv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szV4GONZNv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szV4GONZNv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szV4GONZNv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szV4GONZNv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szV4GONZNv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-szV4GONZNv .navbar.opened {
  transition: all .3s;
}
.cid-szV4GONZNv .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-szV4GONZNv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-szV4GONZNv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szV4GONZNv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szV4GONZNv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-szV4GONZNv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szV4GONZNv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szV4GONZNv .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: 55%;
}
.cid-szV4GONZNv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szV4GONZNv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-szV4GONZNv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-szV4GONZNv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szV4GONZNv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szV4GONZNv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szV4GONZNv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szV4GONZNv .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: 55%;
  }
  .cid-szV4GONZNv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-szV4GONZNv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szV4GONZNv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szV4GONZNv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szV4GONZNv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-szV4GONZNv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-szV4GONZNv .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-szV4GONZNv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-szV4GONZNv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-szV4GONZNv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szV4GONZNv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szV4GONZNv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szV4GONZNv .dropdown-item.active,
.cid-szV4GONZNv .dropdown-item:active {
  background-color: transparent;
}
.cid-szV4GONZNv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szV4GONZNv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szV4GONZNv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szV4GONZNv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-szV4GONZNv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szV4GONZNv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szV4GONZNv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-szV4GONZNv .navbar-buttons {
  text-align: center;
}
.cid-szV4GONZNv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szV4GONZNv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szV4GONZNv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szV4GONZNv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szV4GONZNv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szV4GONZNv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szV4GONZNv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szV4GONZNv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szV4GONZNv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szV4GONZNv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szV4GONZNv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-szV4GONZNv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szV4GONZNv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szV4GONZNv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-szV4GONZNv .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-szV4GONZNv .navbar {
    height: 77px;
  }
  .cid-szV4GONZNv .navbar.opened {
    height: auto;
  }
  .cid-szV4GONZNv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szV4GPOcOb {
  padding-top: 180px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-szV4GPOcOb .nav-tabs .nav-item.open .nav-link:focus,
.cid-szV4GPOcOb .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-szV4GPOcOb .icon-wrap .mbr-iconfont {
  font-size: 1rem;
  padding-right: 0.5rem;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: currentColor;
}
.cid-szV4GPOcOb .icon-big {
  font-size: 2rem;
  padding-top: 2rem;
  display: inline-block;
  transition: all 0.3s;
}
.cid-szV4GPOcOb .icon-big:hover {
  color: #ff2d55 !important;
}
.cid-szV4GPOcOb .content-col {
  margin: auto 0;
}
.cid-szV4GPOcOb img {
  width: 90%;
  margin: auto;
}
.cid-szV4GPOcOb h6 {
  margin: 0;
}
.cid-szV4GPOcOb h4 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-szV4GPOcOb h4:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-szV4GPOcOb .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  justify-content: space-around;
}
.cid-szV4GPOcOb .icon-wrap,
.cid-szV4GPOcOb .date-wrap {
  display: flex;
  align-items: center;
}
.cid-szV4GPOcOb .tabs-col {
  overflow: hidden;
}
.cid-szV4GPOcOb .tab-content {
  border-top: 1px solid lightgray;
  padding: 0rem;
  padding-top: 5rem;
}
.cid-szV4GPOcOb .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 400;
  border: none;
  border-radius: 0;
  position: relative;
}
.cid-szV4GPOcOb .nav-tabs .nav-link:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: white;
  transition: all 0.3s;
  z-index: 9;
}
.cid-szV4GPOcOb .nav-tabs .nav-link:after {
  position: absolute;
  content: '';
  bottom: 0px;
  right: 50%;
  width: 9999px;
  height: 1px;
  transition: all 0.3s;
  background: transparent;
}
.cid-szV4GPOcOb .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-szV4GPOcOb .nav-tabs .nav-link.active {
  font-weight: 400;
  font-style: normal;
}
.cid-szV4GPOcOb .nav-tabs .nav-link.active:before {
  background: #ffffff;
}
.cid-szV4GPOcOb .nav-tabs .nav-link.active:after {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-szV4GPOcOb img {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-szV4GPOcOb .nav-tabs {
    flex-direction: row;
  }
  .cid-szV4GPOcOb .mbr-text,
  .cid-szV4GPOcOb .nav-link {
    text-align: center;
  }
  .cid-szV4GPOcOb .nav-tabs .nav-link {
    margin-bottom: 1rem;
    border: 0;
  }
  .cid-szV4GPOcOb .nav-tabs .nav-link:after {
    content: none;
  }
  .cid-szV4GPOcOb .nav-item {
    min-width: 100px;
  }
  .cid-szV4GPOcOb .tab-content {
    border-top: 0px;
    padding-top: 2rem;
  }
}
.cid-szV4GPOcOb P {
  text-align: left;
  color: #808080;
}
.cid-szV4GQz4UK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-szV4GQz4UK .card-icon {
  font-size: 56px;
  color: #000000;
  transition: color 0.3s;
}
.cid-szV4GQz4UK .icon2 {
  color: #000000;
}
.cid-szV4GQz4UK .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-szV4GQz4UK p {
  font-weight: 400;
}
.cid-szV4GQz4UK .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-szV4GQz4UK .line2 {
  background: #f9f295;
}
.cid-szV4GQz4UK .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #3a58b3;
}
.cid-szV4GQz4UK .card-wrapper:hover .link-ico {
  background-color: #000000;
  border-color: #000000;
  color: white;
}
.cid-szV4GQz4UK .card2 {
  background: #3a58b3;
}
.cid-szV4GQz4UK .card-title,
.cid-szV4GQz4UK .card-ico,
.cid-szV4GQz4UK .line-wrap {
  text-align: center;
}
.cid-szV4GQz4UK .mbr-text,
.cid-szV4GQz4UK .card-link {
  text-align: center;
}
.cid-szV4GR2PYD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-szV4GR2PYD .mbr-text {
  color: #efefef;
}
.cid-szV4GR2PYD h4 {
  text-align: center;
}
.cid-szV4GR2PYD p {
  text-align: center;
}
.cid-szV4GR2PYD .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szV4GR2PYD .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-szV4GR2PYD .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-szV4GR2PYD .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-szV4GR2PYD .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #3a58b3, #149dcc);
  border-radius: 50%;
}
.cid-szV4GR2PYD .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-szV4GR2PYD .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff2d55, #149dcc);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-szV4GR2PYD .mbr-section-title,
  .cid-szV4GR2PYD .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-szV4GR2PYD .mbr-section-title,
.cid-szV4GR2PYD .underline {
  color: #ffffff;
}
.cid-szV4GR2PYD .card-title,
.cid-szV4GR2PYD .card-img {
  color: #ffffff;
}
.cid-szV4GRtmjT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-szV4GRtmjT .nav-tabs .nav-item.open .nav-link:focus,
.cid-szV4GRtmjT .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-szV4GRtmjT .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-szV4GRtmjT .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-szV4GRtmjT .first {
  margin-left: -24px;
}
.cid-szV4GRtmjT .nav-tabs .nav-link {
  color: #cccccc;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-szV4GRtmjT .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #506ab9;
}
.cid-szV4GRtmjT .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #506ab9;
  font-style: normal;
}
.cid-szV4GRtmjT P {
  color: #ffffff;
}
.cid-szV4GRtmjT H2 {
  color: #efefef;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-szV4GRtmjT .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-szV4GRtmjT .mbr-text,
  .cid-szV4GRtmjT .nav-link {
    text-align: center;
  }
}
.cid-szV4GRVG3j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-szV4GRVG3j li {
  list-style: none;
}
.cid-szV4GRVG3j .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-szV4GRVG3j .col-title {
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: center;
}
.cid-szV4GRVG3j .list-col {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-szV4GRVG3j .mbr-iconfont {
  font-size: 1.6rem;
  padding-right: 4rem;
  height: 28px;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: #cccccc !important;
}
.cid-szV4GRVG3j .mbr-iconfont:hover {
  color: #5580ff !important;
}
.cid-szV4GRVG3j .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
.cid-szV4GRVG3j h4 {
  margin: 0;
}
.cid-szV4GRVG3j ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-szV4GRVG3j .md-pb {
    padding-bottom: 1rem;
  }
  .cid-szV4GRVG3j .mbr-iconfont {
    padding-right: 1rem;
  }
  .cid-szV4GRVG3j .item-wrap {
    flex-direction: column;
  }
  .cid-szV4GRVG3j .time-wrap {
    min-width: 80px;
    margin-top: .4rem;
  }
}
.cid-szV4GRVG3j .item1 {
  color: #ffffff;
}
.cid-szV4GSOyi0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-szV4GSOyi0 span {
  color: #c1c1c1;
}
.cid-szV4GSOyi0 .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-szV4GSOyi0 .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-szV4GSOyi0 .flex-block span {
    margin-left: 2rem;
  }
}
.cid-szV4GSOyi0 .block-quote {
  color: #ffffff;
}
.cid-szV4GT6EdF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-szV4GT6EdF .mbr-text {
    text-align: center;
  }
}
.cid-szV4GT6EdF .container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-szV4GT6EdF .media-content {
    max-width: 700px;
    padding: 5rem 2rem;
    margin: auto;
    margin-right: 0;
  }
}
.cid-szV4GT6EdF .media-content {
  padding: 5rem 2rem;
}
.cid-szV4GT6EdF img {
  height: 100%;
  object-fit: cover;
}
.cid-szV4GT6EdF .mbr-figure {
  height: 100%;
}
.cid-szV4GT6EdF .col-lg-5,
.cid-szV4GT6EdF .col-lg-7 {
  padding: 0;
}
.cid-szV4GT6EdF .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-szV4GT6EdF .media-content {
    padding: 3rem 1rem;
  }
}
.cid-szV4GTMFOk {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-szV4GTMFOk li {
  list-style: none;
}
.cid-szV4GTMFOk .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-szV4GTMFOk .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-szV4GTMFOk h4 {
  margin: 0;
}
.cid-szV4GTMFOk .item {
  color: #57468b;
}
.cid-szV4GTMFOk ul {
  padding: 0;
  margin: 0;
}
.cid-szV4GTMFOk .col-title {
  color: #57468b;
}
.cid-szV4GTMFOk .col-title1 {
  color: #bfceff;
}
.cid-szV4GTMFOk .col-title2 {
  color: #5580ff;
}
.cid-szV4GTMFOk .col-title3 {
  color: #ff8a73;
}
.cid-szV4GTMFOk .col-title4 {
  color: #57468b;
}
.cid-szV4GTMFOk .item1 {
  color: #716c80;
}
.cid-szV4GTMFOk .item2 {
  color: #716c80;
}
.cid-szV4GTMFOk .item3 {
  color: #716c80;
}
.cid-szV4GTMFOk .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-szV4GTMFOk .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-szV4GVbivl {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/thebeatlesautograph-1505x376.jpg");
}
.cid-szV4GVbivl .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szV4GVbivl svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-szV4GVbivl g rect {
  fill: #000000;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-szV4GVbivl .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-szV4GVbivl .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-szV4GVbivl .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-szV4GVbivl .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szV4GVbivl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-szV4GVbivl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-szV4GVbivl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-szV4GVbivl .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-szV4GVbivl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-szV4GVbivl .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-szV4GVbivl .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-szV4GVbivl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-szV4GVbivl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szV4GVbivl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-szV4GVbivl .media-container-row .row-copirayt p {
  width: 100%;
}
