.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.28rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.12rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.12rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4d565f !important;
}
.bg-success {
  background-color: #fde403 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #f7f7f7 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4d565f !important;
  border-color: #4d565f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #64707b !important;
  border-color: #64707b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #64707b !important;
  border-color: #64707b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #18252d !important;
  border-color: #18252d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #2a404e !important;
  border-color: #2a404e !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2a404e !important;
  border-color: #2a404e !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #fde403 !important;
  border-color: #fde403 !important;
  color: #010100 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fde936 !important;
  border-color: #fde936 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #010100 !important;
  background-color: #fde936 !important;
  border-color: #fde936 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4d565f;
  color: #4d565f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #262b2f !important;
  background-color: transparent !important;
  border-color: #262b2f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4d565f !important;
  border-color: #4d565f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #18252d;
  color: #18252d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #18252d !important;
  border-color: #18252d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fde403;
  color: #fde403;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a89701 !important;
  background-color: transparent !important;
  border-color: #a89701 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #010100 !important;
  background-color: #fde403 !important;
  border-color: #fde403 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4d565f !important;
}
.text-secondary {
  color: #18252d !important;
}
.text-success {
  color: #fde403 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #f7f7f7 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1f2327 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #998a01 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c4c4c4 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4d565f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #f7f7f7;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4d565f;
  border-color: #4d565f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4d565f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8b96a1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffacd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4d565f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4d565f;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4d565f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4d565f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4d565f;
  border-bottom-color: #4d565f;
}
.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: #4d565f !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: #18252d !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='%234d565f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vfhhJwk4vB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vfhhJwk4vB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhhJwk4vB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vfhhJwk4vB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfhhJwk4vB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vfhhJwk4vB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfhhJwk4vB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfhhJwk4vB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vfhhJwk4vB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vfhhJwk4vB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vfhhJwk4vB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vfhhJwk4vB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vfhhJwk4vB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vfhhJwk4vB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vfhhJwk4vB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vfhhJwk4vB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vfhhJwk4vB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vfhhJwk4vB .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfhhJwk4vB .navbar-logo {
    padding-left: 0;
  }
}
.cid-vfhhJwk4vB .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhhJwk4vB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vfhhJwk4vB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vfhhJwk4vB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #31353e;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vfhhJwk4vB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhhJwk4vB .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vfhhJwk4vB .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfhhJwk4vB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #31353e;
}
.cid-vfhhJwk4vB .nav-item:focus,
.cid-vfhhJwk4vB .nav-link:focus {
  outline: none;
}
.cid-vfhhJwk4vB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfhhJwk4vB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfhhJwk4vB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfhhJwk4vB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfhhJwk4vB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfhhJwk4vB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfhhJwk4vB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vfhhJwk4vB .navbar.opened {
  transition: all 0.3s;
}
.cid-vfhhJwk4vB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfhhJwk4vB .navbar .navbar-logo img {
  width: auto;
}
.cid-vfhhJwk4vB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vfhhJwk4vB .navbar.collapsed {
  justify-content: center;
}
.cid-vfhhJwk4vB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfhhJwk4vB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfhhJwk4vB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfhhJwk4vB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfhhJwk4vB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfhhJwk4vB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfhhJwk4vB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfhhJwk4vB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfhhJwk4vB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhhJwk4vB .navbar {
    min-height: 72px;
  }
  .cid-vfhhJwk4vB .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vfhhJwk4vB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfhhJwk4vB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfhhJwk4vB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfhhJwk4vB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfhhJwk4vB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfhhJwk4vB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfhhJwk4vB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vfhhJwk4vB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfhhJwk4vB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfhhJwk4vB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vfhhJwk4vB .dropdown-item.active,
.cid-vfhhJwk4vB .dropdown-item:active {
  background-color: transparent;
}
.cid-vfhhJwk4vB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfhhJwk4vB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfhhJwk4vB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfhhJwk4vB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #31353e;
}
.cid-vfhhJwk4vB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vfhhJwk4vB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vfhhJwk4vB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfhhJwk4vB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vfhhJwk4vB .navbar-buttons {
    text-align: left;
  }
}
.cid-vfhhJwk4vB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfhhJwk4vB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfhhJwk4vB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfhhJwk4vB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhhJwk4vB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhhJwk4vB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfhhJwk4vB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhhJwk4vB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfhhJwk4vB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfhhJwk4vB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhhJwk4vB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfhhJwk4vB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfhhJwk4vB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfhhJwk4vB .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfhhJwk4vB .navbar {
    height: 70px;
  }
  .cid-vfhhJwk4vB .navbar.opened {
    height: auto;
  }
  .cid-vfhhJwk4vB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfhhJwk4vB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vfhhJwk4vB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vfhhJwk4vB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vfhhJwk4vB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vfhhJwk4vB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vfhhJwk4vB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vfhhJwk4vB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vfhhJwk4vB .navbar-brand {
    margin-right: auto;
  }
  .cid-vfhhJwk4vB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #31353e;
    backdrop-filter: blur(8px);
  }
  .cid-vfhhJwk4vB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vfhhJwk4vB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vfhhJwk4vB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhhJwk4vB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vfhhJwk4vB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vfhhJwk4vB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vfhhJwk4vB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vfhhJwk4vB .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhhJwk4vB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfhhJwk4vB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfhmJYHLK1 {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 2rem;
}
.cid-vfhmJYHLK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhmJYHLK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vfhmJYHLK1 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vfhmJYHLK1 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vfhmJYHLK1 {
    align-items: center;
  }
  .cid-vfhmJYHLK1 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfhmJYHLK1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfhmJYHLK1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfhmJYHLK1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfhmJYHLK1 .content-wrap {
    width: 100%;
  }
}
.cid-vfhmJYHLK1 .mbr-section-title {
  text-align: center;
}
.cid-vfhmJYHLK1 .mbr-text,
.cid-vfhmJYHLK1 .mbr-section-btn {
  text-align: center;
}
.cid-vfi7Kwa7Zn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfi7Kwa7Zn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfi7Kwa7Zn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfi7Kwa7Zn .mbr-section-title {
  color: #ffffff;
}
.cid-vfhKk42lGD {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfhKk42lGD img,
.cid-vfhKk42lGD .item-img {
  width: 100%;
}
.cid-vfhKk42lGD .item:focus,
.cid-vfhKk42lGD span:focus {
  outline: none;
}
.cid-vfhKk42lGD .item-wrapper {
  position: relative;
}
.cid-vfhKk42lGD .slide-content {
  position: relative;
  border-radius: 4px;
  background: #424855;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfhKk42lGD .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfhKk42lGD .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfhKk42lGD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfhKk42lGD .mbr-section-title {
  color: #232323;
}
.cid-vfhKk42lGD .mbr-text,
.cid-vfhKk42lGD .mbr-section-btn {
  text-align: left;
}
.cid-vfhKk42lGD .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfhKk42lGD .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfhKk42lGD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfhKk42lGD .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfhKk42lGD .embla__button--next,
.cid-vfhKk42lGD .embla__button--prev {
  display: flex;
}
.cid-vfhKk42lGD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfhKk42lGD .embla__button {
    display: none;
  }
}
.cid-vfhKk42lGD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfhKk42lGD .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfhKk42lGD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfhKk42lGD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfhKk42lGD .embla__button {
    top: auto;
  }
}
.cid-vfhKk42lGD .embla {
  position: relative;
  width: 100%;
}
.cid-vfhKk42lGD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfhKk42lGD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfhKk42lGD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfhKk42lGD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfia3FtsVg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/kapak-206-1920x600.jpg");
}
.cid-vfia3FtsVg .justify-content-center {
  align-items: center;
}
.cid-vfia3FtsVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfia3FtsVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfia3FtsVg .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfia3FtsVg .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfia3FtsVg .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfia3FtsVg .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfia3FtsVg .row {
  align-items: center;
}
.cid-vfia3FtsVg .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-vfia3FtsVg .card-text {
    text-align: center;
  }
}
.cid-vfLfzuSw6K {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfLfzuSw6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfLfzuSw6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfLfzuSw6K .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-vfLfzuSw6K .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vfLfzuSw6K .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfLfzuSw6K .media-content,
.cid-vfLfzuSw6K .mbr-figure {
  align-self: center;
}
.cid-vfLfzuSw6K .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-vfLfzuSw6K .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-vfLfzuSw6K .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-vfLefjDqLx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfLefjDqLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfLefjDqLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfLefjDqLx .mbr-section-title {
  color: #ffffff;
}
.cid-vfLcBgM9D2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfLcBgM9D2 img,
.cid-vfLcBgM9D2 .item-img {
  width: 100%;
}
.cid-vfLcBgM9D2 .item:focus,
.cid-vfLcBgM9D2 span:focus {
  outline: none;
}
.cid-vfLcBgM9D2 .item-wrapper {
  position: relative;
}
.cid-vfLcBgM9D2 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfLcBgM9D2 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfLcBgM9D2 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfLcBgM9D2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfLcBgM9D2 .mbr-section-title {
  color: #232323;
}
.cid-vfLcBgM9D2 .mbr-text,
.cid-vfLcBgM9D2 .mbr-section-btn {
  text-align: center;
}
.cid-vfLcBgM9D2 .item-title {
  text-align: center;
}
.cid-vfLcBgM9D2 .item-subtitle {
  text-align: left;
}
.cid-vfLcBgM9D2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfLcBgM9D2 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfLcBgM9D2 .embla__button--next,
.cid-vfLcBgM9D2 .embla__button--prev {
  display: flex;
}
.cid-vfLcBgM9D2 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfLcBgM9D2 .embla__button {
    display: none;
  }
}
.cid-vfLcBgM9D2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfLcBgM9D2 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfLcBgM9D2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfLcBgM9D2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfLcBgM9D2 .embla__button {
    top: auto;
  }
}
.cid-vfLcBgM9D2 .embla {
  position: relative;
  width: 100%;
}
.cid-vfLcBgM9D2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfLcBgM9D2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfLcBgM9D2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfLcBgM9D2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfLcBgM9D2 .mbr-section-subtitle {
  text-align: center;
}
.cid-vfQ7Tsvuxa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/kapak-2066-1920x800.jpg");
}
.cid-vfQ7Tsvuxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQ7Tsvuxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQ7Tsvuxa .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vfQ7Tsvuxa .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfQ7Tsvuxa .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfQ7Tsvuxa .card-wrapper {
    padding: 4rem;
  }
}
.cid-vfQ7Tsvuxa .mbr-text,
.cid-vfQ7Tsvuxa .mbr-section-btn {
  text-align: center;
}
.cid-vfQ78MkfAr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfQ78MkfAr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQ78MkfAr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQ78MkfAr .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfQ2lzBeGu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfQ2lzBeGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQ2lzBeGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQ2lzBeGu .mbr-section-subtitle {
  text-align: justify;
}
.cid-vfQ1okjKu5 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfQ1okjKu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQ1okjKu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQ1okjKu5 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vfQ1okjKu5 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vfQ1okjKu5 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vfQ1okjKu5 img,
.cid-vfQ1okjKu5 .item-img {
  width: 100%;
}
.cid-vfQ5YAEMMZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfQ5YAEMMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQ5YAEMMZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQ5YAEMMZ .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-vfLl5j0LYc {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfLl5j0LYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfLl5j0LYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfLl5j0LYc .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfLl5j0LYc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfLl5j0LYc .mbr-section-title {
  text-align: center;
}
.cid-vfLl5j0LYc .mbr-section-subtitle {
  text-align: center;
}
.cid-vfLl5j0LYc .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vfLl5j0LYc .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vfLl5j0LYc .content-head {
  max-width: 800px;
}
.cid-vfLl5j0LYc .img-box {
  display: flex;
  justify-content: center;
}
.cid-vfLl5j0LYc .card-title {
  text-align: center;
}
.cid-vfLl5j0LYc .card-text {
  text-align: center;
}
.cid-vfLl5j0LYc .link {
  text-align: center;
}
.cid-vfQ5FwGmAv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfQ5FwGmAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQ5FwGmAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQ5FwGmAv .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfQ5Aptygw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfQ5Aptygw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQ5Aptygw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQ5Aptygw .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4d565f;
  margin-left: 1rem;
}
.cid-vfQ5Aptygw .panel-group {
  border: none;
}
.cid-vfQ5Aptygw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfQ5Aptygw .panel-body,
.cid-vfQ5Aptygw .card-header {
  padding: 1rem 0;
}
.cid-vfQ5Aptygw .panel-title-edit {
  color: #000000;
}
.cid-vfQ5Aptygw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vfLjep3FkV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vfLjep3FkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfLjep3FkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhAN5HGZ5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-207-1920x600.jpg");
}
.cid-vfhAN5HGZ5 .justify-content-center {
  align-items: center;
}
.cid-vfhAN5HGZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhAN5HGZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhAN5HGZ5 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfhAN5HGZ5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfhAN5HGZ5 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfhAN5HGZ5 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfhAN5HGZ5 .row {
  align-items: center;
}
.cid-vfhAN5HGZ5 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-vfhAN5HGZ5 .card-text {
    text-align: center;
  }
}
.cid-vfhqfFJDTi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #31353e;
}
.cid-vfhqfFJDTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhqfFJDTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhqfFJDTi .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vfhqfFJDTi .footer-col {
    flex-direction: column;
  }
}
.cid-vfhqfFJDTi .row {
  background: #31353e;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfhqfFJDTi .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfhqfFJDTi .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhqfFJDTi .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhqfFJDTi .mbr-section-btn {
    text-align: center;
  }
}
.cid-vfhqfFJDTi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfhqfFJDTi .soc-item {
  margin: 8px;
}
.cid-vfhqfFJDTi .soc-item a:hover .mbr-iconfont,
.cid-vfhqfFJDTi .soc-item a:focus .mbr-iconfont {
  background-color: #31353e;
}
.cid-vfhqfFJDTi .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fde403;
  color: #31353e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhqfFJDTi .row {
    text-align: center;
  }
  .cid-vfhqfFJDTi .social-row {
    justify-content: center;
  }
}
.cid-vfhqfFJDTi .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vfhqfFJDTi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhqfFJDTi .list {
    margin-bottom: 0rem;
  }
}
.cid-vfhqfFJDTi .mbr-text {
  color: #bbbbbb;
}
.cid-vfhqfFJDTi .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfhqfFJDTi .list,
.cid-vfhqfFJDTi .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfhqfFJDTi .copyright {
  color: #000000;
}
.cid-vfhmQI4xP8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31353e;
}
.cid-vfhmQI4xP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhmQI4xP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhmQI4xP8 .media-container-row {
  justify-content: space-between;
}
.cid-vfhmQI4xP8 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vfhmQI4xP8 .text-content {
    max-width: none;
  }
}
.cid-vfhmQI4xP8 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fde403;
  border: 2px solid #fde403;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vfhmQI4xP8 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vfhmQI4xP8 .mbr-iconfont-social:hover {
  background-color: #fde403;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vfhmQI4xP8 .icons {
    justify-content: center !important;
  }
  .cid-vfhmQI4xP8 .text-content * {
    text-align: center;
  }
}
.cid-vfhmQI4xP8 .mbr-section-title {
  color: #ffffff;
}
.cid-vfhmQI4xP8 .mbr-text {
  color: #ffffff;
}
.cid-vfije1m4xQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfije1m4xQ input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-vfije1m4xQ input:hover {
  border: none !important;
}
.cid-vfije1m4xQ .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-vfije1m4xQ .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-vfije1m4xQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfije1m4xQ .row {
  justify-content: center;
}
.cid-vfije1m4xQ .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-vfije1m4xQ .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-vfije1m4xQ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vfije1m4xQ .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vfije1m4xQ .justify-content-center {
  align-items: center;
}
.cid-vfije1m4xQ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfhrS52cCx {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #31353e;
}
.cid-vfhrS52cCx img,
.cid-vfhrS52cCx .item-img {
  width: 100%;
}
.cid-vfhrS52cCx .item:focus,
.cid-vfhrS52cCx span:focus {
  outline: none;
}
.cid-vfhrS52cCx .item-wrapper {
  position: relative;
}
.cid-vfhrS52cCx .slide-content {
  position: relative;
  border-radius: 4px;
  background: #31353e;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfhrS52cCx .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfhrS52cCx .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfhrS52cCx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfhrS52cCx .mbr-section-title {
  color: #ffffff;
}
.cid-vfhrS52cCx .mbr-text,
.cid-vfhrS52cCx .mbr-section-btn {
  text-align: left;
}
.cid-vfhrS52cCx .item-title {
  text-align: left;
}
.cid-vfhrS52cCx .item-subtitle {
  text-align: left;
}
.cid-vfhrS52cCx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfhrS52cCx .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfhrS52cCx .embla__button--next,
.cid-vfhrS52cCx .embla__button--prev {
  display: flex;
}
.cid-vfhrS52cCx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfhrS52cCx .embla__button {
    display: none;
  }
}
.cid-vfhrS52cCx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfhrS52cCx .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfhrS52cCx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfhrS52cCx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfhrS52cCx .embla__button {
    top: auto;
  }
}
.cid-vfhrS52cCx .embla {
  position: relative;
  width: 100%;
}
.cid-vfhrS52cCx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfhrS52cCx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfhrS52cCx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfhrS52cCx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfhrS52cCx .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfhmO2NQJN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfhmO2NQJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhmO2NQJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhmO2NQJN .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfhmO2NQJN .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfhmO2NQJN .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #fce512;
}
@media (max-width: 767px) {
  .cid-vfhmO2NQJN .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vfhmO2NQJN .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vfhmO2NQJN .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-vfhmO2NQJN .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vfhmO2NQJN .nav-link,
.cid-vfhmO2NQJN .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vfhmO2NQJN .nav-tabs .nav-link.active {
  color: #fce512;
  border-bottom: 3px solid #fce512;
}
.cid-vfhmO2NQJN .mbr-section-subtitle {
  text-align: center;
}
.cid-vfhmO2NQJN .mbr-section-title {
  text-align: center;
}
.cid-vfhmO2NQJN .mbr-text {
  color: #ffffff;
}
.cid-vfhmLZvZ36 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #31353e;
}
.cid-vfhmLZvZ36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhmLZvZ36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhmLZvZ36 .mbr-section-title {
  color: #ffffff;
}
.cid-vfhNtOK1ZQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vfhNtOK1ZQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhNtOK1ZQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vfhNtOK1ZQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfhNtOK1ZQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vfhNtOK1ZQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfhNtOK1ZQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfhNtOK1ZQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vfhNtOK1ZQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vfhNtOK1ZQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vfhNtOK1ZQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vfhNtOK1ZQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vfhNtOK1ZQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vfhNtOK1ZQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vfhNtOK1ZQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vfhNtOK1ZQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vfhNtOK1ZQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vfhNtOK1ZQ .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfhNtOK1ZQ .navbar-logo {
    padding-left: 0;
  }
}
.cid-vfhNtOK1ZQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhNtOK1ZQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vfhNtOK1ZQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vfhNtOK1ZQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #31353e;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vfhNtOK1ZQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhNtOK1ZQ .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vfhNtOK1ZQ .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfhNtOK1ZQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #31353e;
}
.cid-vfhNtOK1ZQ .nav-item:focus,
.cid-vfhNtOK1ZQ .nav-link:focus {
  outline: none;
}
.cid-vfhNtOK1ZQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfhNtOK1ZQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfhNtOK1ZQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfhNtOK1ZQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfhNtOK1ZQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfhNtOK1ZQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfhNtOK1ZQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vfhNtOK1ZQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vfhNtOK1ZQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfhNtOK1ZQ .navbar .navbar-logo img {
  width: auto;
}
.cid-vfhNtOK1ZQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vfhNtOK1ZQ .navbar.collapsed {
  justify-content: center;
}
.cid-vfhNtOK1ZQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfhNtOK1ZQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfhNtOK1ZQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfhNtOK1ZQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfhNtOK1ZQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfhNtOK1ZQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfhNtOK1ZQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfhNtOK1ZQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfhNtOK1ZQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhNtOK1ZQ .navbar {
    min-height: 72px;
  }
  .cid-vfhNtOK1ZQ .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vfhNtOK1ZQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfhNtOK1ZQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfhNtOK1ZQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfhNtOK1ZQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfhNtOK1ZQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfhNtOK1ZQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfhNtOK1ZQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vfhNtOK1ZQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfhNtOK1ZQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfhNtOK1ZQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vfhNtOK1ZQ .dropdown-item.active,
.cid-vfhNtOK1ZQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vfhNtOK1ZQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfhNtOK1ZQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfhNtOK1ZQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfhNtOK1ZQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #31353e;
}
.cid-vfhNtOK1ZQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vfhNtOK1ZQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vfhNtOK1ZQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfhNtOK1ZQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vfhNtOK1ZQ .navbar-buttons {
    text-align: left;
  }
}
.cid-vfhNtOK1ZQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfhNtOK1ZQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfhNtOK1ZQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfhNtOK1ZQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhNtOK1ZQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhNtOK1ZQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfhNtOK1ZQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhNtOK1ZQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfhNtOK1ZQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfhNtOK1ZQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhNtOK1ZQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfhNtOK1ZQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfhNtOK1ZQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfhNtOK1ZQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfhNtOK1ZQ .navbar {
    height: 70px;
  }
  .cid-vfhNtOK1ZQ .navbar.opened {
    height: auto;
  }
  .cid-vfhNtOK1ZQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfhNtOK1ZQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vfhNtOK1ZQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vfhNtOK1ZQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vfhNtOK1ZQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vfhNtOK1ZQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vfhNtOK1ZQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vfhNtOK1ZQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vfhNtOK1ZQ .navbar-brand {
    margin-right: auto;
  }
  .cid-vfhNtOK1ZQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #31353e;
    backdrop-filter: blur(8px);
  }
  .cid-vfhNtOK1ZQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vfhNtOK1ZQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vfhNtOK1ZQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhNtOK1ZQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vfhNtOK1ZQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vfhNtOK1ZQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vfhNtOK1ZQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vfhNtOK1ZQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhNtOK1ZQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfhNtOK1ZQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfhNtOZTAf {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/elit-pleksi-showroom-resimler-201-2000x1333.jpg");
}
.cid-vfhNtOZTAf .mbr-overlay {
  background-color: #424754;
  opacity: 0.8;
}
.cid-vfhNtOZTAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhNtOZTAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhNtOZTAf .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vfhNtOZTAf .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vfhNtOZTAf {
    align-items: center;
  }
  .cid-vfhNtOZTAf .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfhNtOZTAf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfhNtOZTAf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfhNtOZTAf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfhNtOZTAf .content-wrap {
    width: 100%;
  }
}
.cid-vfhNtOZTAf .mbr-section-title {
  text-align: center;
}
.cid-vfhNtOZTAf .mbr-text,
.cid-vfhNtOZTAf .mbr-section-btn {
  text-align: center;
}
.cid-vfiuszYbfQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfiuszYbfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiuszYbfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfiuszYbfQ .mbr-section-title {
  color: #ffffff;
}
.cid-vfitqDRdwE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfitqDRdwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfitqDRdwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfitqDRdwE .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vfitqDRdwE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfitqDRdwE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfitqDRdwE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfitqDRdwE .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vfitqDRdwE .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vfitqDRdwE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vfiuCYsDWP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfiuCYsDWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiuCYsDWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfiuCYsDWP .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfitxXNhDR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfitxXNhDR img,
.cid-vfitxXNhDR .item-img {
  width: 100%;
}
.cid-vfitxXNhDR .item:focus,
.cid-vfitxXNhDR span:focus {
  outline: none;
}
.cid-vfitxXNhDR .item-wrapper {
  position: relative;
}
.cid-vfitxXNhDR .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfitxXNhDR .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfitxXNhDR .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfitxXNhDR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfitxXNhDR .mbr-section-title {
  color: #232323;
}
.cid-vfitxXNhDR .mbr-text,
.cid-vfitxXNhDR .mbr-section-btn {
  text-align: left;
}
.cid-vfitxXNhDR .item-title {
  text-align: left;
}
.cid-vfitxXNhDR .item-subtitle {
  text-align: left;
}
.cid-vfitxXNhDR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfitxXNhDR .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfitxXNhDR .embla__button--next,
.cid-vfitxXNhDR .embla__button--prev {
  display: flex;
}
.cid-vfitxXNhDR .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfitxXNhDR .embla__button {
    display: none;
  }
}
.cid-vfitxXNhDR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfitxXNhDR .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfitxXNhDR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfitxXNhDR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfitxXNhDR .embla__button {
    top: auto;
  }
}
.cid-vfitxXNhDR .embla {
  position: relative;
  width: 100%;
}
.cid-vfitxXNhDR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfitxXNhDR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfitxXNhDR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfitxXNhDR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfiuNRbSF6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfiuNRbSF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiuNRbSF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfiuNRbSF6 .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfitEy1O2y {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfitEy1O2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfitEy1O2y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfitEy1O2y ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vfitEy1O2y li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vfitEy1O2y ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4d565f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vfiv0I1fdT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfiv0I1fdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiv0I1fdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfiv0I1fdT .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfiu8RWXOt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfiua5lovb {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfiua5lovb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiua5lovb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfiua5lovb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfiua5lovb .row {
  flex-direction: row-reverse;
}
.cid-vfiua5lovb img {
  width: 100%;
}
.cid-vfivbNJ0E1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfivbNJ0E1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfivbNJ0E1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfivbNJ0E1 .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfitK3KQGl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfitK3KQGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfitK3KQGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfitK3KQGl .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vfitK3KQGl .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vfitK3KQGl .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfitK3KQGl .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfitK3KQGl .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfitK3KQGl .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vfitK3KQGl .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vfitK3KQGl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vfhNtQufoG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfhNtQufoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhNtQufoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vfhNtQufoG .container {
    max-width: 1400px;
  }
}
.cid-vfhNtQufoG .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fde403;
  margin-bottom: 2rem;
}
.cid-vfhNtQufoG .row {
  justify-content: center;
}
.cid-vfhNtQufoG .card-title,
.cid-vfhNtQufoG .iconfont-wrapper {
  color: #424754;
}
.cid-vfhNtQufoG .card-text {
  color: #424754;
}
.cid-vfhNtQufoG .mbr-section-subtitle {
  color: #424754;
}
.cid-vfhNtQufoG .mbr-section-title {
  color: #424754;
}
.cid-vfhNtRPo4c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-207-1920x600.jpg");
}
.cid-vfhNtRPo4c .justify-content-center {
  align-items: center;
}
.cid-vfhNtRPo4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhNtRPo4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhNtRPo4c .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfhNtRPo4c .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfhNtRPo4c .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfhNtRPo4c .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfhNtRPo4c .row {
  align-items: center;
}
.cid-vfhNtRPo4c .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-vfhNtRPo4c .card-text {
    text-align: center;
  }
}
.cid-vfhNtS3yXO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #31353e;
}
.cid-vfhNtS3yXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhNtS3yXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhNtS3yXO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vfhNtS3yXO .footer-col {
    flex-direction: column;
  }
}
.cid-vfhNtS3yXO .row {
  background: #31353e;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfhNtS3yXO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfhNtS3yXO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhNtS3yXO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhNtS3yXO .mbr-section-btn {
    text-align: center;
  }
}
.cid-vfhNtS3yXO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfhNtS3yXO .soc-item {
  margin: 8px;
}
.cid-vfhNtS3yXO .soc-item a:hover .mbr-iconfont,
.cid-vfhNtS3yXO .soc-item a:focus .mbr-iconfont {
  background-color: #31353e;
}
.cid-vfhNtS3yXO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fde403;
  color: #31353e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhNtS3yXO .row {
    text-align: center;
  }
  .cid-vfhNtS3yXO .social-row {
    justify-content: center;
  }
}
.cid-vfhNtS3yXO .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vfhNtS3yXO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhNtS3yXO .list {
    margin-bottom: 0rem;
  }
}
.cid-vfhNtS3yXO .mbr-text {
  color: #bbbbbb;
}
.cid-vfhNtS3yXO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfhNtS3yXO .list,
.cid-vfhNtS3yXO .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfhNtS3yXO .copyright {
  color: #000000;
}
.cid-vfhNtSjyTj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31353e;
}
.cid-vfhNtSjyTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhNtSjyTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhNtSjyTj .media-container-row {
  justify-content: space-between;
}
.cid-vfhNtSjyTj .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vfhNtSjyTj .text-content {
    max-width: none;
  }
}
.cid-vfhNtSjyTj .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fde403;
  border: 2px solid #fde403;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vfhNtSjyTj .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vfhNtSjyTj .mbr-iconfont-social:hover {
  background-color: #fde403;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vfhNtSjyTj .icons {
    justify-content: center !important;
  }
  .cid-vfhNtSjyTj .text-content * {
    text-align: center;
  }
}
.cid-vfhNtSjyTj .mbr-section-title {
  color: #ffffff;
}
.cid-vfhNtSjyTj .mbr-text {
  color: #ffffff;
}
.cid-vfir42Ugji {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfir42Ugji input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-vfir42Ugji input:hover {
  border: none !important;
}
.cid-vfir42Ugji .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-vfir42Ugji .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-vfir42Ugji .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfir42Ugji .row {
  justify-content: center;
}
.cid-vfir42Ugji .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-vfir42Ugji .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-vfir42Ugji .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vfir42Ugji .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vfir42Ugji .justify-content-center {
  align-items: center;
}
.cid-vfir42Ugji .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfir4Ypj91 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #31353e;
}
.cid-vfir4Ypj91 img,
.cid-vfir4Ypj91 .item-img {
  width: 100%;
}
.cid-vfir4Ypj91 .item:focus,
.cid-vfir4Ypj91 span:focus {
  outline: none;
}
.cid-vfir4Ypj91 .item-wrapper {
  position: relative;
}
.cid-vfir4Ypj91 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #31353e;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfir4Ypj91 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfir4Ypj91 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfir4Ypj91 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfir4Ypj91 .mbr-section-title {
  color: #ffffff;
}
.cid-vfir4Ypj91 .mbr-text,
.cid-vfir4Ypj91 .mbr-section-btn {
  text-align: left;
}
.cid-vfir4Ypj91 .item-title {
  text-align: left;
}
.cid-vfir4Ypj91 .item-subtitle {
  text-align: left;
}
.cid-vfir4Ypj91 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfir4Ypj91 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfir4Ypj91 .embla__button--next,
.cid-vfir4Ypj91 .embla__button--prev {
  display: flex;
}
.cid-vfir4Ypj91 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfir4Ypj91 .embla__button {
    display: none;
  }
}
.cid-vfir4Ypj91 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfir4Ypj91 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfir4Ypj91 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfir4Ypj91 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfir4Ypj91 .embla__button {
    top: auto;
  }
}
.cid-vfir4Ypj91 .embla {
  position: relative;
  width: 100%;
}
.cid-vfir4Ypj91 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfir4Ypj91 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfir4Ypj91 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfir4Ypj91 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfir4Ypj91 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfhNtSDECO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfhNtSDECO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhNtSDECO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhNtSDECO .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfhNtSDECO .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfhNtSDECO .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #fce512;
}
@media (max-width: 767px) {
  .cid-vfhNtSDECO .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vfhNtSDECO .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vfhNtSDECO .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-vfhNtSDECO .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vfhNtSDECO .nav-link,
.cid-vfhNtSDECO .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vfhNtSDECO .nav-tabs .nav-link.active {
  color: #fce512;
  border-bottom: 3px solid #fce512;
}
.cid-vfhNtSDECO .mbr-section-subtitle {
  text-align: center;
}
.cid-vfhNtSDECO .mbr-section-title {
  text-align: center;
}
.cid-vfhNtSDECO .mbr-text {
  color: #ffffff;
}
.cid-vfhNtSSoTW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #31353e;
}
.cid-vfhNtSSoTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhNtSSoTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhNtSSoTW .mbr-section-title {
  color: #ffffff;
}
.cid-vfhO4qyOPF {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vfhO4qyOPF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhO4qyOPF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vfhO4qyOPF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfhO4qyOPF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vfhO4qyOPF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfhO4qyOPF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfhO4qyOPF .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vfhO4qyOPF .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vfhO4qyOPF .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vfhO4qyOPF .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vfhO4qyOPF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vfhO4qyOPF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vfhO4qyOPF .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vfhO4qyOPF .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vfhO4qyOPF .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vfhO4qyOPF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vfhO4qyOPF .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfhO4qyOPF .navbar-logo {
    padding-left: 0;
  }
}
.cid-vfhO4qyOPF .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhO4qyOPF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vfhO4qyOPF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vfhO4qyOPF .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #31353e;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vfhO4qyOPF .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhO4qyOPF .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vfhO4qyOPF .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfhO4qyOPF .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #31353e;
}
.cid-vfhO4qyOPF .nav-item:focus,
.cid-vfhO4qyOPF .nav-link:focus {
  outline: none;
}
.cid-vfhO4qyOPF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfhO4qyOPF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfhO4qyOPF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfhO4qyOPF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfhO4qyOPF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfhO4qyOPF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfhO4qyOPF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vfhO4qyOPF .navbar.opened {
  transition: all 0.3s;
}
.cid-vfhO4qyOPF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfhO4qyOPF .navbar .navbar-logo img {
  width: auto;
}
.cid-vfhO4qyOPF .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vfhO4qyOPF .navbar.collapsed {
  justify-content: center;
}
.cid-vfhO4qyOPF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfhO4qyOPF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfhO4qyOPF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfhO4qyOPF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfhO4qyOPF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfhO4qyOPF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfhO4qyOPF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfhO4qyOPF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfhO4qyOPF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhO4qyOPF .navbar {
    min-height: 72px;
  }
  .cid-vfhO4qyOPF .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vfhO4qyOPF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfhO4qyOPF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfhO4qyOPF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfhO4qyOPF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfhO4qyOPF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfhO4qyOPF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfhO4qyOPF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vfhO4qyOPF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfhO4qyOPF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfhO4qyOPF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vfhO4qyOPF .dropdown-item.active,
.cid-vfhO4qyOPF .dropdown-item:active {
  background-color: transparent;
}
.cid-vfhO4qyOPF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfhO4qyOPF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfhO4qyOPF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfhO4qyOPF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #31353e;
}
.cid-vfhO4qyOPF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vfhO4qyOPF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vfhO4qyOPF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfhO4qyOPF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vfhO4qyOPF .navbar-buttons {
    text-align: left;
  }
}
.cid-vfhO4qyOPF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfhO4qyOPF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfhO4qyOPF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfhO4qyOPF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhO4qyOPF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhO4qyOPF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfhO4qyOPF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhO4qyOPF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfhO4qyOPF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfhO4qyOPF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhO4qyOPF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfhO4qyOPF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfhO4qyOPF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfhO4qyOPF .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfhO4qyOPF .navbar {
    height: 70px;
  }
  .cid-vfhO4qyOPF .navbar.opened {
    height: auto;
  }
  .cid-vfhO4qyOPF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfhO4qyOPF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vfhO4qyOPF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vfhO4qyOPF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vfhO4qyOPF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vfhO4qyOPF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vfhO4qyOPF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vfhO4qyOPF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vfhO4qyOPF .navbar-brand {
    margin-right: auto;
  }
  .cid-vfhO4qyOPF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #31353e;
    backdrop-filter: blur(8px);
  }
  .cid-vfhO4qyOPF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vfhO4qyOPF .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vfhO4qyOPF .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhO4qyOPF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vfhO4qyOPF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vfhO4qyOPF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vfhO4qyOPF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vfhO4qyOPF .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhO4qyOPF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfhO4qyOPF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfhO4qP39C {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-201-1536x520.png");
}
.cid-vfhO4qP39C .mbr-overlay {
  background-color: #424754;
  opacity: 0.8;
}
.cid-vfhO4qP39C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhO4qP39C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhO4qP39C .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vfhO4qP39C .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vfhO4qP39C {
    align-items: center;
  }
  .cid-vfhO4qP39C .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfhO4qP39C .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfhO4qP39C {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfhO4qP39C .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfhO4qP39C .content-wrap {
    width: 100%;
  }
}
.cid-vfhO4qP39C .mbr-section-title {
  text-align: center;
}
.cid-vfhO4qP39C .mbr-text,
.cid-vfhO4qP39C .mbr-section-btn {
  text-align: center;
}
.cid-vfFvh7EKo2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfFvh7EKo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFvh7EKo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFvh7EKo2 .mbr-section-title {
  color: #ffffff;
}
.cid-vfAmGKn3DF {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfAmGKn3DF img,
.cid-vfAmGKn3DF .item-img {
  width: 100%;
}
.cid-vfAmGKn3DF .item:focus,
.cid-vfAmGKn3DF span:focus {
  outline: none;
}
.cid-vfAmGKn3DF .item-wrapper {
  position: relative;
}
.cid-vfAmGKn3DF .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfAmGKn3DF .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfAmGKn3DF .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfAmGKn3DF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfAmGKn3DF .mbr-section-title {
  color: #232323;
}
.cid-vfAmGKn3DF .mbr-text,
.cid-vfAmGKn3DF .mbr-section-btn {
  text-align: left;
}
.cid-vfAmGKn3DF .item-title {
  text-align: left;
}
.cid-vfAmGKn3DF .item-subtitle {
  text-align: left;
}
.cid-vfAmGKn3DF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfAmGKn3DF .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfAmGKn3DF .embla__button--next,
.cid-vfAmGKn3DF .embla__button--prev {
  display: flex;
}
.cid-vfAmGKn3DF .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfAmGKn3DF .embla__button {
    display: none;
  }
}
.cid-vfAmGKn3DF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfAmGKn3DF .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfAmGKn3DF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfAmGKn3DF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfAmGKn3DF .embla__button {
    top: auto;
  }
}
.cid-vfAmGKn3DF .embla {
  position: relative;
  width: 100%;
}
.cid-vfAmGKn3DF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfAmGKn3DF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfAmGKn3DF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfAmGKn3DF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfAmGKn3DF .mbr-section-subtitle {
  text-align: center;
}
.cid-vfQcSlRW4T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfQcSlRW4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQcSlRW4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfQcSlRW4T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfQcSlRW4T .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfQcSlRW4T .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfQcSlRW4T .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfQcSlRW4T .mbr-section-title {
  color: #000000;
}
.cid-vfQcSlRW4T .mbr-text,
.cid-vfQcSlRW4T .mbr-section-btn {
  color: #000000;
}
.cid-vfAaevBxMg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfAaevBxMg img,
.cid-vfAaevBxMg .item-img {
  width: 100%;
}
.cid-vfAaevBxMg .item:focus,
.cid-vfAaevBxMg span:focus {
  outline: none;
}
.cid-vfAaevBxMg .item-wrapper {
  position: relative;
}
.cid-vfAaevBxMg .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfAaevBxMg .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfAaevBxMg .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfAaevBxMg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfAaevBxMg .mbr-section-title {
  color: #232323;
}
.cid-vfAaevBxMg .mbr-text,
.cid-vfAaevBxMg .mbr-section-btn {
  text-align: left;
}
.cid-vfAaevBxMg .item-title {
  text-align: left;
}
.cid-vfAaevBxMg .item-subtitle {
  text-align: left;
}
.cid-vfAaevBxMg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfAaevBxMg .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfAaevBxMg .embla__button--next,
.cid-vfAaevBxMg .embla__button--prev {
  display: flex;
}
.cid-vfAaevBxMg .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfAaevBxMg .embla__button {
    display: none;
  }
}
.cid-vfAaevBxMg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfAaevBxMg .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfAaevBxMg .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfAaevBxMg .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfAaevBxMg .embla__button {
    top: auto;
  }
}
.cid-vfAaevBxMg .embla {
  position: relative;
  width: 100%;
}
.cid-vfAaevBxMg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfAaevBxMg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfAaevBxMg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfAaevBxMg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfAaevBxMg .mbr-section-subtitle {
  text-align: center;
}
.cid-vfFAumq8y8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/kapak-2013-1920x600.jpg");
}
.cid-vfFAumq8y8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFAumq8y8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQdo9DRLm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfQdo9DRLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQdo9DRLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfQdo9DRLm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfQdo9DRLm .row {
  flex-direction: row-reverse;
}
.cid-vfQdo9DRLm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfQdo9DRLm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfQdo9DRLm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfQdo9DRLm .mbr-section-title {
  color: #000000;
}
.cid-vfQdo9DRLm .mbr-text,
.cid-vfQdo9DRLm .mbr-section-btn {
  color: #000000;
}
.cid-vfA7MuigPu {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfA7MuigPu img,
.cid-vfA7MuigPu .item-img {
  width: 100%;
}
.cid-vfA7MuigPu .item:focus,
.cid-vfA7MuigPu span:focus {
  outline: none;
}
.cid-vfA7MuigPu .item-wrapper {
  position: relative;
}
.cid-vfA7MuigPu .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfA7MuigPu .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfA7MuigPu .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfA7MuigPu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfA7MuigPu .mbr-section-title {
  color: #232323;
}
.cid-vfA7MuigPu .mbr-text,
.cid-vfA7MuigPu .mbr-section-btn {
  text-align: left;
}
.cid-vfA7MuigPu .item-title {
  text-align: left;
}
.cid-vfA7MuigPu .item-subtitle {
  text-align: left;
}
.cid-vfA7MuigPu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfA7MuigPu .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfA7MuigPu .embla__button--next,
.cid-vfA7MuigPu .embla__button--prev {
  display: flex;
}
.cid-vfA7MuigPu .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfA7MuigPu .embla__button {
    display: none;
  }
}
.cid-vfA7MuigPu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfA7MuigPu .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfA7MuigPu .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfA7MuigPu .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfA7MuigPu .embla__button {
    top: auto;
  }
}
.cid-vfA7MuigPu .embla {
  position: relative;
  width: 100%;
}
.cid-vfA7MuigPu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfA7MuigPu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfA7MuigPu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfA7MuigPu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfA7MuigPu .mbr-section-subtitle {
  text-align: center;
}
.cid-vfFAQx0AgX {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/kapak-20143-1920x800.jpg");
}
.cid-vfFAQx0AgX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFAQx0AgX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFy6RS5Fu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfFy6RS5Fu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFy6RS5Fu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFy6RS5Fu .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfA8QA1xIo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfA8QA1xIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfA8QA1xIo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfA8QA1xIo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfA8QA1xIo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfA8QA1xIo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfA8QA1xIo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfA8QA1xIo .mbr-section-title {
  color: #000000;
}
.cid-vfA8QA1xIo .mbr-text,
.cid-vfA8QA1xIo .mbr-section-btn {
  color: #232323;
}
.cid-vfA7ZOpMjv {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfA7ZOpMjv img,
.cid-vfA7ZOpMjv .item-img {
  width: 100%;
}
.cid-vfA7ZOpMjv .item:focus,
.cid-vfA7ZOpMjv span:focus {
  outline: none;
}
.cid-vfA7ZOpMjv .item-wrapper {
  position: relative;
}
.cid-vfA7ZOpMjv .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfA7ZOpMjv .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfA7ZOpMjv .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfA7ZOpMjv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfA7ZOpMjv .mbr-section-title {
  color: #232323;
}
.cid-vfA7ZOpMjv .mbr-text,
.cid-vfA7ZOpMjv .mbr-section-btn {
  text-align: left;
}
.cid-vfA7ZOpMjv .item-title {
  text-align: left;
}
.cid-vfA7ZOpMjv .item-subtitle {
  text-align: left;
}
.cid-vfA7ZOpMjv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfA7ZOpMjv .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfA7ZOpMjv .embla__button--next,
.cid-vfA7ZOpMjv .embla__button--prev {
  display: flex;
}
.cid-vfA7ZOpMjv .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfA7ZOpMjv .embla__button {
    display: none;
  }
}
.cid-vfA7ZOpMjv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfA7ZOpMjv .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfA7ZOpMjv .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfA7ZOpMjv .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfA7ZOpMjv .embla__button {
    top: auto;
  }
}
.cid-vfA7ZOpMjv .embla {
  position: relative;
  width: 100%;
}
.cid-vfA7ZOpMjv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfA7ZOpMjv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfA7ZOpMjv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfA7ZOpMjv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfA7ZOpMjv .mbr-section-subtitle {
  text-align: center;
}
.cid-vfhO4rDBzP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfhO4rDBzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhO4rDBzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vfhO4rDBzP .container {
    max-width: 1400px;
  }
}
.cid-vfhO4rDBzP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fde403;
  margin-bottom: 2rem;
}
.cid-vfhO4rDBzP .row {
  justify-content: center;
}
.cid-vfhO4rDBzP .card-title,
.cid-vfhO4rDBzP .iconfont-wrapper {
  color: #424754;
}
.cid-vfhO4rDBzP .card-text {
  color: #424754;
}
.cid-vfhO4rDBzP .mbr-section-subtitle {
  color: #424754;
}
.cid-vfhO4rDBzP .mbr-section-title {
  color: #424754;
}
.cid-vfhO4t2b5Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-207-1920x600.jpg");
}
.cid-vfhO4t2b5Y .justify-content-center {
  align-items: center;
}
.cid-vfhO4t2b5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhO4t2b5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhO4t2b5Y .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfhO4t2b5Y .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfhO4t2b5Y .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfhO4t2b5Y .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfhO4t2b5Y .row {
  align-items: center;
}
.cid-vfhO4t2b5Y .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-vfhO4t2b5Y .card-text {
    text-align: center;
  }
}
.cid-vfhO4tfJ8s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #31353e;
}
.cid-vfhO4tfJ8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhO4tfJ8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhO4tfJ8s .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vfhO4tfJ8s .footer-col {
    flex-direction: column;
  }
}
.cid-vfhO4tfJ8s .row {
  background: #31353e;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfhO4tfJ8s .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfhO4tfJ8s .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhO4tfJ8s .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhO4tfJ8s .mbr-section-btn {
    text-align: center;
  }
}
.cid-vfhO4tfJ8s .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfhO4tfJ8s .soc-item {
  margin: 8px;
}
.cid-vfhO4tfJ8s .soc-item a:hover .mbr-iconfont,
.cid-vfhO4tfJ8s .soc-item a:focus .mbr-iconfont {
  background-color: #31353e;
}
.cid-vfhO4tfJ8s .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fde403;
  color: #31353e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhO4tfJ8s .row {
    text-align: center;
  }
  .cid-vfhO4tfJ8s .social-row {
    justify-content: center;
  }
}
.cid-vfhO4tfJ8s .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vfhO4tfJ8s .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhO4tfJ8s .list {
    margin-bottom: 0rem;
  }
}
.cid-vfhO4tfJ8s .mbr-text {
  color: #bbbbbb;
}
.cid-vfhO4tfJ8s .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfhO4tfJ8s .list,
.cid-vfhO4tfJ8s .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfhO4tfJ8s .copyright {
  color: #000000;
}
.cid-vfhO4tvlMp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31353e;
}
.cid-vfhO4tvlMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhO4tvlMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhO4tvlMp .media-container-row {
  justify-content: space-between;
}
.cid-vfhO4tvlMp .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vfhO4tvlMp .text-content {
    max-width: none;
  }
}
.cid-vfhO4tvlMp .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fde403;
  border: 2px solid #fde403;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vfhO4tvlMp .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vfhO4tvlMp .mbr-iconfont-social:hover {
  background-color: #fde403;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vfhO4tvlMp .icons {
    justify-content: center !important;
  }
  .cid-vfhO4tvlMp .text-content * {
    text-align: center;
  }
}
.cid-vfhO4tvlMp .mbr-section-title {
  color: #ffffff;
}
.cid-vfhO4tvlMp .mbr-text {
  color: #ffffff;
}
.cid-vfir8Q7nPU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfir8Q7nPU input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-vfir8Q7nPU input:hover {
  border: none !important;
}
.cid-vfir8Q7nPU .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-vfir8Q7nPU .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-vfir8Q7nPU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfir8Q7nPU .row {
  justify-content: center;
}
.cid-vfir8Q7nPU .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-vfir8Q7nPU .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-vfir8Q7nPU .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vfir8Q7nPU .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vfir8Q7nPU .justify-content-center {
  align-items: center;
}
.cid-vfir8Q7nPU .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfir9BnNvF {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #31353e;
}
.cid-vfir9BnNvF img,
.cid-vfir9BnNvF .item-img {
  width: 100%;
}
.cid-vfir9BnNvF .item:focus,
.cid-vfir9BnNvF span:focus {
  outline: none;
}
.cid-vfir9BnNvF .item-wrapper {
  position: relative;
}
.cid-vfir9BnNvF .slide-content {
  position: relative;
  border-radius: 4px;
  background: #31353e;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfir9BnNvF .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfir9BnNvF .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfir9BnNvF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfir9BnNvF .mbr-section-title {
  color: #ffffff;
}
.cid-vfir9BnNvF .mbr-text,
.cid-vfir9BnNvF .mbr-section-btn {
  text-align: left;
}
.cid-vfir9BnNvF .item-title {
  text-align: left;
}
.cid-vfir9BnNvF .item-subtitle {
  text-align: left;
}
.cid-vfir9BnNvF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfir9BnNvF .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfir9BnNvF .embla__button--next,
.cid-vfir9BnNvF .embla__button--prev {
  display: flex;
}
.cid-vfir9BnNvF .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfir9BnNvF .embla__button {
    display: none;
  }
}
.cid-vfir9BnNvF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfir9BnNvF .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfir9BnNvF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfir9BnNvF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfir9BnNvF .embla__button {
    top: auto;
  }
}
.cid-vfir9BnNvF .embla {
  position: relative;
  width: 100%;
}
.cid-vfir9BnNvF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfir9BnNvF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfir9BnNvF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfir9BnNvF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfir9BnNvF .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfhO4tPVke {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfhO4tPVke .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhO4tPVke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhO4tPVke .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfhO4tPVke .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfhO4tPVke .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #fce512;
}
@media (max-width: 767px) {
  .cid-vfhO4tPVke .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vfhO4tPVke .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vfhO4tPVke .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-vfhO4tPVke .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vfhO4tPVke .nav-link,
.cid-vfhO4tPVke .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vfhO4tPVke .nav-tabs .nav-link.active {
  color: #fce512;
  border-bottom: 3px solid #fce512;
}
.cid-vfhO4tPVke .mbr-section-subtitle {
  text-align: center;
}
.cid-vfhO4tPVke .mbr-section-title {
  text-align: center;
}
.cid-vfhO4tPVke .mbr-text {
  color: #ffffff;
}
.cid-vfhO4u7MiR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #31353e;
}
.cid-vfhO4u7MiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhO4u7MiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhO4u7MiR .mbr-section-title {
  color: #ffffff;
}
.cid-vfhOgLNK8g {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vfhOgLNK8g .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhOgLNK8g .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vfhOgLNK8g .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfhOgLNK8g .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vfhOgLNK8g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfhOgLNK8g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfhOgLNK8g .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vfhOgLNK8g .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vfhOgLNK8g .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vfhOgLNK8g .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vfhOgLNK8g .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vfhOgLNK8g .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vfhOgLNK8g .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vfhOgLNK8g .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vfhOgLNK8g .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vfhOgLNK8g .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vfhOgLNK8g .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfhOgLNK8g .navbar-logo {
    padding-left: 0;
  }
}
.cid-vfhOgLNK8g .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhOgLNK8g .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vfhOgLNK8g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vfhOgLNK8g .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #31353e;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vfhOgLNK8g .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhOgLNK8g .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vfhOgLNK8g .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfhOgLNK8g .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #31353e;
}
.cid-vfhOgLNK8g .nav-item:focus,
.cid-vfhOgLNK8g .nav-link:focus {
  outline: none;
}
.cid-vfhOgLNK8g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfhOgLNK8g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfhOgLNK8g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfhOgLNK8g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfhOgLNK8g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfhOgLNK8g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfhOgLNK8g .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vfhOgLNK8g .navbar.opened {
  transition: all 0.3s;
}
.cid-vfhOgLNK8g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfhOgLNK8g .navbar .navbar-logo img {
  width: auto;
}
.cid-vfhOgLNK8g .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vfhOgLNK8g .navbar.collapsed {
  justify-content: center;
}
.cid-vfhOgLNK8g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfhOgLNK8g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfhOgLNK8g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfhOgLNK8g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfhOgLNK8g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfhOgLNK8g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfhOgLNK8g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfhOgLNK8g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfhOgLNK8g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhOgLNK8g .navbar {
    min-height: 72px;
  }
  .cid-vfhOgLNK8g .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vfhOgLNK8g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfhOgLNK8g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfhOgLNK8g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfhOgLNK8g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfhOgLNK8g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfhOgLNK8g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfhOgLNK8g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vfhOgLNK8g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfhOgLNK8g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfhOgLNK8g .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vfhOgLNK8g .dropdown-item.active,
.cid-vfhOgLNK8g .dropdown-item:active {
  background-color: transparent;
}
.cid-vfhOgLNK8g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfhOgLNK8g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfhOgLNK8g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfhOgLNK8g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #31353e;
}
.cid-vfhOgLNK8g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vfhOgLNK8g .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vfhOgLNK8g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfhOgLNK8g .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vfhOgLNK8g .navbar-buttons {
    text-align: left;
  }
}
.cid-vfhOgLNK8g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfhOgLNK8g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfhOgLNK8g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfhOgLNK8g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhOgLNK8g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhOgLNK8g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfhOgLNK8g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhOgLNK8g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfhOgLNK8g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfhOgLNK8g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhOgLNK8g .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfhOgLNK8g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfhOgLNK8g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfhOgLNK8g .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfhOgLNK8g .navbar {
    height: 70px;
  }
  .cid-vfhOgLNK8g .navbar.opened {
    height: auto;
  }
  .cid-vfhOgLNK8g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfhOgLNK8g .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vfhOgLNK8g .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vfhOgLNK8g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vfhOgLNK8g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vfhOgLNK8g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vfhOgLNK8g .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vfhOgLNK8g .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vfhOgLNK8g .navbar-brand {
    margin-right: auto;
  }
  .cid-vfhOgLNK8g .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #31353e;
    backdrop-filter: blur(8px);
  }
  .cid-vfhOgLNK8g .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vfhOgLNK8g .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vfhOgLNK8g .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhOgLNK8g .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vfhOgLNK8g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vfhOgLNK8g .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vfhOgLNK8g .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vfhOgLNK8g .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhOgLNK8g .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfhOgLNK8g .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfhOgM18Wi {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-203-1920x600.jpg");
}
.cid-vfhOgM18Wi .mbr-overlay {
  background-color: #424754;
  opacity: 0.8;
}
.cid-vfhOgM18Wi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOgM18Wi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOgM18Wi .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vfhOgM18Wi .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vfhOgM18Wi {
    align-items: center;
  }
  .cid-vfhOgM18Wi .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfhOgM18Wi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfhOgM18Wi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfhOgM18Wi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfhOgM18Wi .content-wrap {
    width: 100%;
  }
}
.cid-vfhOgM18Wi .mbr-section-title {
  text-align: center;
}
.cid-vfhOgM18Wi .mbr-text,
.cid-vfhOgM18Wi .mbr-section-btn {
  text-align: center;
}
.cid-vfhOgMgf5e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfhOgMgf5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOgMgf5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOgMgf5e .mbr-section-title {
  color: #ffffff;
}
.cid-vfAsjOCqJU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfAsjOCqJU img,
.cid-vfAsjOCqJU .item-img {
  width: 100%;
}
.cid-vfAsjOCqJU .item:focus,
.cid-vfAsjOCqJU span:focus {
  outline: none;
}
.cid-vfAsjOCqJU .item-wrapper {
  position: relative;
}
.cid-vfAsjOCqJU .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfAsjOCqJU .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfAsjOCqJU .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfAsjOCqJU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfAsjOCqJU .mbr-section-title {
  color: #232323;
}
.cid-vfAsjOCqJU .mbr-text,
.cid-vfAsjOCqJU .mbr-section-btn {
  text-align: left;
}
.cid-vfAsjOCqJU .item-title {
  text-align: left;
}
.cid-vfAsjOCqJU .item-subtitle {
  text-align: left;
}
.cid-vfAsjOCqJU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfAsjOCqJU .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfAsjOCqJU .embla__button--next,
.cid-vfAsjOCqJU .embla__button--prev {
  display: flex;
}
.cid-vfAsjOCqJU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfAsjOCqJU .embla__button {
    display: none;
  }
}
.cid-vfAsjOCqJU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfAsjOCqJU .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfAsjOCqJU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfAsjOCqJU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfAsjOCqJU .embla__button {
    top: auto;
  }
}
.cid-vfAsjOCqJU .embla {
  position: relative;
  width: 100%;
}
.cid-vfAsjOCqJU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfAsjOCqJU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfAsjOCqJU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfAsjOCqJU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfAsjOCqJU .mbr-section-subtitle {
  text-align: center;
}
.cid-vfQh1byaAh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfQh1byaAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQh1byaAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfQh1byaAh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfQh1byaAh .row {
  flex-direction: row-reverse;
}
.cid-vfQh1byaAh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfQh1byaAh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfQh1byaAh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfQh1byaAh .mbr-section-title {
  color: #000000;
}
.cid-vfQh1byaAh .mbr-text,
.cid-vfQh1byaAh .mbr-section-btn {
  color: #000000;
}
.cid-vfQhqSwEMs {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfQhqSwEMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQhqSwEMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfQhqSwEMs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfQhqSwEMs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfQhqSwEMs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfQhqSwEMs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfQhqSwEMs .mbr-section-title {
  color: #000000;
}
.cid-vfQhqSwEMs .mbr-text,
.cid-vfQhqSwEMs .mbr-section-btn {
  color: #000000;
}
.cid-vfQiZaq5SZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfQiZaq5SZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQiZaq5SZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQiZaq5SZ .mbr-section-title {
  color: #ffffff;
}
.cid-vfFFDvKnR3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfFFDvKnR3 img,
.cid-vfFFDvKnR3 .item-img {
  width: 100%;
}
.cid-vfFFDvKnR3 .item:focus,
.cid-vfFFDvKnR3 span:focus {
  outline: none;
}
.cid-vfFFDvKnR3 .item-wrapper {
  position: relative;
}
.cid-vfFFDvKnR3 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfFFDvKnR3 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfFFDvKnR3 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfFFDvKnR3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfFFDvKnR3 .mbr-section-title {
  color: #232323;
}
.cid-vfFFDvKnR3 .mbr-text,
.cid-vfFFDvKnR3 .mbr-section-btn {
  text-align: left;
}
.cid-vfFFDvKnR3 .item-title {
  text-align: left;
}
.cid-vfFFDvKnR3 .item-subtitle {
  text-align: left;
}
.cid-vfFFDvKnR3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfFFDvKnR3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfFFDvKnR3 .embla__button--next,
.cid-vfFFDvKnR3 .embla__button--prev {
  display: flex;
}
.cid-vfFFDvKnR3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vfFFDvKnR3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfFFDvKnR3 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfFFDvKnR3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfFFDvKnR3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfFFDvKnR3 .embla__button {
    top: auto;
  }
}
.cid-vfFFDvKnR3 .embla {
  position: relative;
  width: 100%;
}
.cid-vfFFDvKnR3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfFFDvKnR3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfFFDvKnR3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfFFDvKnR3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfFFDvKnR3 .mbr-section-subtitle {
  text-align: center;
}
.cid-vfQjLJD4CF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfQjLJD4CF img,
.cid-vfQjLJD4CF .item-img {
  width: 100%;
}
.cid-vfQjLJD4CF .item:focus,
.cid-vfQjLJD4CF span:focus {
  outline: none;
}
.cid-vfQjLJD4CF .item-wrapper {
  position: relative;
}
.cid-vfQjLJD4CF .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfQjLJD4CF .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfQjLJD4CF .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfQjLJD4CF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfQjLJD4CF .mbr-section-title {
  color: #232323;
}
.cid-vfQjLJD4CF .mbr-text,
.cid-vfQjLJD4CF .mbr-section-btn {
  text-align: left;
}
.cid-vfQjLJD4CF .item-title {
  text-align: left;
}
.cid-vfQjLJD4CF .item-subtitle {
  text-align: left;
}
.cid-vfQjLJD4CF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfQjLJD4CF .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfQjLJD4CF .embla__button--next,
.cid-vfQjLJD4CF .embla__button--prev {
  display: flex;
}
.cid-vfQjLJD4CF .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vfQjLJD4CF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfQjLJD4CF .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfQjLJD4CF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfQjLJD4CF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfQjLJD4CF .embla__button {
    top: auto;
  }
}
.cid-vfQjLJD4CF .embla {
  position: relative;
  width: 100%;
}
.cid-vfQjLJD4CF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfQjLJD4CF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfQjLJD4CF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfQjLJD4CF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfQjLJD4CF .mbr-section-subtitle {
  text-align: center;
}
.cid-vfQkJ7qUHu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfQkJ7qUHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQkJ7qUHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQkJ7qUHu .mbr-section-subtitle {
  text-align: justify;
}
.cid-vfQkJ7qUHu .mbr-section-title {
  text-align: justify;
}
.cid-vfFGL8Q2wm {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/kapak-203-1920x600.jpg");
}
.cid-vfFGL8Q2wm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFGL8Q2wm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFIsAWn9q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfFIsAWn9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFIsAWn9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFIsAWn9q .mbr-section-title {
  color: #ffffff;
}
.cid-vfFEEQJrJ5 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfFEEQJrJ5 img,
.cid-vfFEEQJrJ5 .item-img {
  width: 100%;
}
.cid-vfFEEQJrJ5 .item:focus,
.cid-vfFEEQJrJ5 span:focus {
  outline: none;
}
.cid-vfFEEQJrJ5 .item-wrapper {
  position: relative;
}
.cid-vfFEEQJrJ5 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfFEEQJrJ5 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfFEEQJrJ5 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfFEEQJrJ5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfFEEQJrJ5 .mbr-section-title {
  color: #232323;
}
.cid-vfFEEQJrJ5 .mbr-text,
.cid-vfFEEQJrJ5 .mbr-section-btn {
  text-align: left;
}
.cid-vfFEEQJrJ5 .item-title {
  text-align: left;
}
.cid-vfFEEQJrJ5 .item-subtitle {
  text-align: left;
}
.cid-vfFEEQJrJ5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfFEEQJrJ5 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfFEEQJrJ5 .embla__button--next,
.cid-vfFEEQJrJ5 .embla__button--prev {
  display: flex;
}
.cid-vfFEEQJrJ5 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfFEEQJrJ5 .embla__button {
    display: none;
  }
}
.cid-vfFEEQJrJ5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfFEEQJrJ5 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfFEEQJrJ5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfFEEQJrJ5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfFEEQJrJ5 .embla__button {
    top: auto;
  }
}
.cid-vfFEEQJrJ5 .embla {
  position: relative;
  width: 100%;
}
.cid-vfFEEQJrJ5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfFEEQJrJ5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfFEEQJrJ5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfFEEQJrJ5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfFEEQJrJ5 .mbr-section-subtitle {
  text-align: center;
}
.cid-vfFEX7tYjh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfFEX7tYjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFEX7tYjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFEX7tYjh .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vfFEX7tYjh .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vfFEX7tYjh .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vfFEX7tYjh img,
.cid-vfFEX7tYjh .item-img {
  width: 100%;
}
.cid-vfFEX7tYjh .mbr-section-title {
  text-align: center;
}
.cid-vfFFhbr9zx {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfFFhbr9zx img,
.cid-vfFFhbr9zx .item-img {
  width: 100%;
}
.cid-vfFFhbr9zx .item:focus,
.cid-vfFFhbr9zx span:focus {
  outline: none;
}
.cid-vfFFhbr9zx .item-wrapper {
  position: relative;
}
.cid-vfFFhbr9zx .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfFFhbr9zx .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfFFhbr9zx .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfFFhbr9zx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfFFhbr9zx .mbr-section-title {
  color: #232323;
}
.cid-vfFFhbr9zx .mbr-text,
.cid-vfFFhbr9zx .mbr-section-btn {
  text-align: left;
}
.cid-vfFFhbr9zx .item-title {
  text-align: left;
}
.cid-vfFFhbr9zx .item-subtitle {
  text-align: left;
}
.cid-vfFFhbr9zx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfFFhbr9zx .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfFFhbr9zx .embla__button--next,
.cid-vfFFhbr9zx .embla__button--prev {
  display: flex;
}
.cid-vfFFhbr9zx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfFFhbr9zx .embla__button {
    display: none;
  }
}
.cid-vfFFhbr9zx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfFFhbr9zx .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfFFhbr9zx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfFFhbr9zx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfFFhbr9zx .embla__button {
    top: auto;
  }
}
.cid-vfFFhbr9zx .embla {
  position: relative;
  width: 100%;
}
.cid-vfFFhbr9zx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfFFhbr9zx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfFFhbr9zx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfFFhbr9zx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfFFhbr9zx .mbr-section-subtitle {
  text-align: center;
}
.cid-vfFHgSxJ64 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/kapak-2021-1920x600.jpg");
}
.cid-vfFHgSxJ64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFHgSxJ64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFHWaVRJ1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfFHWaVRJ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFHWaVRJ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFHWaVRJ1 .mbr-section-title {
  color: #ffffff;
}
.cid-vfAqdASMo8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfAqdASMo8 img,
.cid-vfAqdASMo8 .item-img {
  width: 100%;
}
.cid-vfAqdASMo8 .item:focus,
.cid-vfAqdASMo8 span:focus {
  outline: none;
}
.cid-vfAqdASMo8 .item-wrapper {
  position: relative;
}
.cid-vfAqdASMo8 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfAqdASMo8 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfAqdASMo8 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfAqdASMo8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfAqdASMo8 .mbr-section-title {
  color: #232323;
}
.cid-vfAqdASMo8 .mbr-text,
.cid-vfAqdASMo8 .mbr-section-btn {
  text-align: left;
}
.cid-vfAqdASMo8 .item-title {
  text-align: left;
}
.cid-vfAqdASMo8 .item-subtitle {
  text-align: left;
}
.cid-vfAqdASMo8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfAqdASMo8 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfAqdASMo8 .embla__button--next,
.cid-vfAqdASMo8 .embla__button--prev {
  display: flex;
}
.cid-vfAqdASMo8 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfAqdASMo8 .embla__button {
    display: none;
  }
}
.cid-vfAqdASMo8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfAqdASMo8 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfAqdASMo8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfAqdASMo8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfAqdASMo8 .embla__button {
    top: auto;
  }
}
.cid-vfAqdASMo8 .embla {
  position: relative;
  width: 100%;
}
.cid-vfAqdASMo8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfAqdASMo8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfAqdASMo8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfAqdASMo8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfAqdASMo8 .mbr-section-subtitle {
  text-align: center;
}
.cid-vfhOgML1VY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfhOgML1VY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOgML1VY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vfhOgML1VY .container {
    max-width: 1400px;
  }
}
.cid-vfhOgML1VY .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fde403;
  margin-bottom: 2rem;
}
.cid-vfhOgML1VY .row {
  justify-content: center;
}
.cid-vfhOgML1VY .card-title,
.cid-vfhOgML1VY .iconfont-wrapper {
  color: #424754;
}
.cid-vfhOgML1VY .card-text {
  color: #424754;
}
.cid-vfhOgML1VY .mbr-section-subtitle {
  color: #424754;
}
.cid-vfhOgML1VY .mbr-section-title {
  color: #424754;
}
.cid-vfhOgO9rLq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-207-1920x600.jpg");
}
.cid-vfhOgO9rLq .justify-content-center {
  align-items: center;
}
.cid-vfhOgO9rLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOgO9rLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOgO9rLq .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfhOgO9rLq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfhOgO9rLq .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfhOgO9rLq .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfhOgO9rLq .row {
  align-items: center;
}
.cid-vfhOgO9rLq .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-vfhOgO9rLq .card-text {
    text-align: center;
  }
}
.cid-vfhOgOlrtj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #31353e;
}
.cid-vfhOgOlrtj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOgOlrtj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOgOlrtj .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vfhOgOlrtj .footer-col {
    flex-direction: column;
  }
}
.cid-vfhOgOlrtj .row {
  background: #31353e;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfhOgOlrtj .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfhOgOlrtj .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhOgOlrtj .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhOgOlrtj .mbr-section-btn {
    text-align: center;
  }
}
.cid-vfhOgOlrtj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfhOgOlrtj .soc-item {
  margin: 8px;
}
.cid-vfhOgOlrtj .soc-item a:hover .mbr-iconfont,
.cid-vfhOgOlrtj .soc-item a:focus .mbr-iconfont {
  background-color: #31353e;
}
.cid-vfhOgOlrtj .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fde403;
  color: #31353e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhOgOlrtj .row {
    text-align: center;
  }
  .cid-vfhOgOlrtj .social-row {
    justify-content: center;
  }
}
.cid-vfhOgOlrtj .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vfhOgOlrtj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhOgOlrtj .list {
    margin-bottom: 0rem;
  }
}
.cid-vfhOgOlrtj .mbr-text {
  color: #bbbbbb;
}
.cid-vfhOgOlrtj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfhOgOlrtj .list,
.cid-vfhOgOlrtj .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfhOgOlrtj .copyright {
  color: #000000;
}
.cid-vfhOgODyXw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31353e;
}
.cid-vfhOgODyXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOgODyXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOgODyXw .media-container-row {
  justify-content: space-between;
}
.cid-vfhOgODyXw .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vfhOgODyXw .text-content {
    max-width: none;
  }
}
.cid-vfhOgODyXw .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fde403;
  border: 2px solid #fde403;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vfhOgODyXw .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vfhOgODyXw .mbr-iconfont-social:hover {
  background-color: #fde403;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vfhOgODyXw .icons {
    justify-content: center !important;
  }
  .cid-vfhOgODyXw .text-content * {
    text-align: center;
  }
}
.cid-vfhOgODyXw .mbr-section-title {
  color: #ffffff;
}
.cid-vfhOgODyXw .mbr-text {
  color: #ffffff;
}
.cid-vfirdKiozs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfirdKiozs input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-vfirdKiozs input:hover {
  border: none !important;
}
.cid-vfirdKiozs .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-vfirdKiozs .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-vfirdKiozs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfirdKiozs .row {
  justify-content: center;
}
.cid-vfirdKiozs .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-vfirdKiozs .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-vfirdKiozs .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vfirdKiozs .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vfirdKiozs .justify-content-center {
  align-items: center;
}
.cid-vfirdKiozs .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfireAklXF {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #31353e;
}
.cid-vfireAklXF img,
.cid-vfireAklXF .item-img {
  width: 100%;
}
.cid-vfireAklXF .item:focus,
.cid-vfireAklXF span:focus {
  outline: none;
}
.cid-vfireAklXF .item-wrapper {
  position: relative;
}
.cid-vfireAklXF .slide-content {
  position: relative;
  border-radius: 4px;
  background: #31353e;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfireAklXF .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfireAklXF .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfireAklXF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfireAklXF .mbr-section-title {
  color: #ffffff;
}
.cid-vfireAklXF .mbr-text,
.cid-vfireAklXF .mbr-section-btn {
  text-align: left;
}
.cid-vfireAklXF .item-title {
  text-align: left;
}
.cid-vfireAklXF .item-subtitle {
  text-align: left;
}
.cid-vfireAklXF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfireAklXF .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfireAklXF .embla__button--next,
.cid-vfireAklXF .embla__button--prev {
  display: flex;
}
.cid-vfireAklXF .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfireAklXF .embla__button {
    display: none;
  }
}
.cid-vfireAklXF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfireAklXF .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfireAklXF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfireAklXF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfireAklXF .embla__button {
    top: auto;
  }
}
.cid-vfireAklXF .embla {
  position: relative;
  width: 100%;
}
.cid-vfireAklXF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfireAklXF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfireAklXF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfireAklXF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfireAklXF .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfhOgOUSVW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfhOgOUSVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOgOUSVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOgOUSVW .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfhOgOUSVW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfhOgOUSVW .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #fce512;
}
@media (max-width: 767px) {
  .cid-vfhOgOUSVW .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vfhOgOUSVW .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vfhOgOUSVW .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-vfhOgOUSVW .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vfhOgOUSVW .nav-link,
.cid-vfhOgOUSVW .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vfhOgOUSVW .nav-tabs .nav-link.active {
  color: #fce512;
  border-bottom: 3px solid #fce512;
}
.cid-vfhOgOUSVW .mbr-section-subtitle {
  text-align: center;
}
.cid-vfhOgOUSVW .mbr-section-title {
  text-align: center;
}
.cid-vfhOgOUSVW .mbr-text {
  color: #ffffff;
}
.cid-vfhOgPc0b0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #31353e;
}
.cid-vfhOgPc0b0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOgPc0b0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOgPc0b0 .mbr-section-title {
  color: #ffffff;
}
.cid-vfhOyyshwx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vfhOyyshwx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhOyyshwx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vfhOyyshwx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfhOyyshwx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vfhOyyshwx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfhOyyshwx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfhOyyshwx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vfhOyyshwx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vfhOyyshwx .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vfhOyyshwx .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vfhOyyshwx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vfhOyyshwx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vfhOyyshwx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vfhOyyshwx .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vfhOyyshwx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vfhOyyshwx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vfhOyyshwx .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfhOyyshwx .navbar-logo {
    padding-left: 0;
  }
}
.cid-vfhOyyshwx .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhOyyshwx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vfhOyyshwx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vfhOyyshwx .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #31353e;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vfhOyyshwx .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhOyyshwx .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vfhOyyshwx .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfhOyyshwx .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #31353e;
}
.cid-vfhOyyshwx .nav-item:focus,
.cid-vfhOyyshwx .nav-link:focus {
  outline: none;
}
.cid-vfhOyyshwx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfhOyyshwx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfhOyyshwx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfhOyyshwx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfhOyyshwx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfhOyyshwx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfhOyyshwx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vfhOyyshwx .navbar.opened {
  transition: all 0.3s;
}
.cid-vfhOyyshwx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfhOyyshwx .navbar .navbar-logo img {
  width: auto;
}
.cid-vfhOyyshwx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vfhOyyshwx .navbar.collapsed {
  justify-content: center;
}
.cid-vfhOyyshwx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfhOyyshwx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfhOyyshwx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfhOyyshwx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfhOyyshwx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfhOyyshwx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfhOyyshwx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfhOyyshwx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfhOyyshwx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhOyyshwx .navbar {
    min-height: 72px;
  }
  .cid-vfhOyyshwx .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vfhOyyshwx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfhOyyshwx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfhOyyshwx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfhOyyshwx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfhOyyshwx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfhOyyshwx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfhOyyshwx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vfhOyyshwx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfhOyyshwx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfhOyyshwx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vfhOyyshwx .dropdown-item.active,
.cid-vfhOyyshwx .dropdown-item:active {
  background-color: transparent;
}
.cid-vfhOyyshwx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfhOyyshwx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfhOyyshwx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfhOyyshwx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #31353e;
}
.cid-vfhOyyshwx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vfhOyyshwx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vfhOyyshwx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfhOyyshwx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vfhOyyshwx .navbar-buttons {
    text-align: left;
  }
}
.cid-vfhOyyshwx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfhOyyshwx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfhOyyshwx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfhOyyshwx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhOyyshwx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhOyyshwx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfhOyyshwx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhOyyshwx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfhOyyshwx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfhOyyshwx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhOyyshwx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfhOyyshwx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfhOyyshwx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfhOyyshwx .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfhOyyshwx .navbar {
    height: 70px;
  }
  .cid-vfhOyyshwx .navbar.opened {
    height: auto;
  }
  .cid-vfhOyyshwx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfhOyyshwx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vfhOyyshwx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vfhOyyshwx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vfhOyyshwx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vfhOyyshwx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vfhOyyshwx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vfhOyyshwx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vfhOyyshwx .navbar-brand {
    margin-right: auto;
  }
  .cid-vfhOyyshwx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #31353e;
    backdrop-filter: blur(8px);
  }
  .cid-vfhOyyshwx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vfhOyyshwx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vfhOyyshwx .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhOyyshwx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vfhOyyshwx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vfhOyyshwx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vfhOyyshwx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vfhOyyshwx .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhOyyshwx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfhOyyshwx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfhOyyGE62 {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-208-1920x600.jpg");
}
.cid-vfhOyyGE62 .mbr-overlay {
  background-color: #424754;
  opacity: 0.8;
}
.cid-vfhOyyGE62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOyyGE62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOyyGE62 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vfhOyyGE62 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vfhOyyGE62 {
    align-items: center;
  }
  .cid-vfhOyyGE62 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfhOyyGE62 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfhOyyGE62 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfhOyyGE62 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfhOyyGE62 .content-wrap {
    width: 100%;
  }
}
.cid-vfhOyyGE62 .mbr-section-title {
  text-align: center;
}
.cid-vfhOyyGE62 .mbr-text,
.cid-vfhOyyGE62 .mbr-section-btn {
  text-align: center;
}
.cid-vfhOyyTmaq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfhOyyTmaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOyyTmaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOyyTmaq .mbr-section-title {
  color: #ffffff;
}
.cid-vfQA18G1lq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfQA18G1lq img,
.cid-vfQA18G1lq .item-img {
  width: 100%;
}
.cid-vfQA18G1lq .item:focus,
.cid-vfQA18G1lq span:focus {
  outline: none;
}
.cid-vfQA18G1lq .item-wrapper {
  position: relative;
}
.cid-vfQA18G1lq .slide-content {
  position: relative;
  border-radius: 4px;
  background: #424855;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfQA18G1lq .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfQA18G1lq .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfQA18G1lq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfQA18G1lq .mbr-section-title {
  color: #232323;
}
.cid-vfQA18G1lq .mbr-text,
.cid-vfQA18G1lq .mbr-section-btn {
  text-align: left;
}
.cid-vfQA18G1lq .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfQA18G1lq .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfQA18G1lq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfQA18G1lq .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfQA18G1lq .embla__button--next,
.cid-vfQA18G1lq .embla__button--prev {
  display: flex;
}
.cid-vfQA18G1lq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfQA18G1lq .embla__button {
    display: none;
  }
}
.cid-vfQA18G1lq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfQA18G1lq .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfQA18G1lq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfQA18G1lq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfQA18G1lq .embla__button {
    top: auto;
  }
}
.cid-vfQA18G1lq .embla {
  position: relative;
  width: 100%;
}
.cid-vfQA18G1lq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfQA18G1lq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfQA18G1lq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfQA18G1lq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfFT7JY5Oy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/kapak-20114-1920x800.jpg");
}
.cid-vfFT7JY5Oy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFT7JY5Oy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFSOHcp38 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfFSOHcp38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFSOHcp38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFSOHcp38 .mbr-section-title {
  color: #ffffff;
}
.cid-vfQAyrTs1a {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfQAyrTs1a img,
.cid-vfQAyrTs1a .item-img {
  width: 100%;
}
.cid-vfQAyrTs1a .item:focus,
.cid-vfQAyrTs1a span:focus {
  outline: none;
}
.cid-vfQAyrTs1a .item-wrapper {
  position: relative;
}
.cid-vfQAyrTs1a .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfQAyrTs1a .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfQAyrTs1a .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfQAyrTs1a .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfQAyrTs1a .mbr-section-title {
  color: #232323;
}
.cid-vfQAyrTs1a .mbr-text,
.cid-vfQAyrTs1a .mbr-section-btn {
  text-align: center;
}
.cid-vfQAyrTs1a .item-title {
  text-align: center;
}
.cid-vfQAyrTs1a .item-subtitle {
  text-align: left;
}
.cid-vfQAyrTs1a .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfQAyrTs1a .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfQAyrTs1a .embla__button--next,
.cid-vfQAyrTs1a .embla__button--prev {
  display: flex;
}
.cid-vfQAyrTs1a .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfQAyrTs1a .embla__button {
    display: none;
  }
}
.cid-vfQAyrTs1a .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfQAyrTs1a .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfQAyrTs1a .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfQAyrTs1a .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfQAyrTs1a .embla__button {
    top: auto;
  }
}
.cid-vfQAyrTs1a .embla {
  position: relative;
  width: 100%;
}
.cid-vfQAyrTs1a .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfQAyrTs1a .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfQAyrTs1a .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfQAyrTs1a .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfQAyrTs1a .mbr-section-subtitle {
  text-align: center;
}
.cid-vfFTnnKdMg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/kapak-2064-1920x600.jpg");
}
.cid-vfFTnnKdMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFTnnKdMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQC9bqxud {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfQC9bqxud img,
.cid-vfQC9bqxud .item-img {
  width: 100%;
}
.cid-vfQC9bqxud .item:focus,
.cid-vfQC9bqxud span:focus {
  outline: none;
}
.cid-vfQC9bqxud .item-wrapper {
  position: relative;
}
.cid-vfQC9bqxud .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfQC9bqxud .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfQC9bqxud .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfQC9bqxud .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfQC9bqxud .mbr-section-title {
  color: #232323;
}
.cid-vfQC9bqxud .mbr-text,
.cid-vfQC9bqxud .mbr-section-btn {
  text-align: left;
}
.cid-vfQC9bqxud .item-title {
  text-align: left;
}
.cid-vfQC9bqxud .item-subtitle {
  text-align: left;
}
.cid-vfQC9bqxud .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfQC9bqxud .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfQC9bqxud .embla__button--next,
.cid-vfQC9bqxud .embla__button--prev {
  display: flex;
}
.cid-vfQC9bqxud .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfQC9bqxud .embla__button {
    display: none;
  }
}
.cid-vfQC9bqxud .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfQC9bqxud .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfQC9bqxud .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfQC9bqxud .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfQC9bqxud .embla__button {
    top: auto;
  }
}
.cid-vfQC9bqxud .embla {
  position: relative;
  width: 100%;
}
.cid-vfQC9bqxud .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfQC9bqxud .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfQC9bqxud .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfQC9bqxud .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfQC9bqxud .mbr-section-subtitle {
  text-align: center;
}
.cid-vfQDsOS8BV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfQDsOS8BV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQDsOS8BV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQDsOS8BV .mbr-section-title {
  color: #ffffff;
}
.cid-vfQDmiAg86 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfQDmiAg86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQDmiAg86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQDmiAg86 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfQDmiAg86 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfQDmiAg86 .mbr-section-title {
  text-align: center;
}
.cid-vfQDmiAg86 .mbr-section-subtitle {
  text-align: center;
}
.cid-vfQDmiAg86 .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vfQDmiAg86 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vfQDmiAg86 .content-head {
  max-width: 800px;
}
.cid-vfQDmiAg86 .img-box {
  display: flex;
  justify-content: center;
}
.cid-vfQDmiAg86 .card-title {
  text-align: center;
}
.cid-vfQDmiAg86 .card-text {
  text-align: center;
}
.cid-vfQDmiAg86 .link {
  text-align: center;
}
.cid-vfujbmLXcm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfujbmLXcm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfujbmLXcm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfujbmLXcm .item {
  padding-bottom: 2rem;
}
.cid-vfujbmLXcm .item-wrapper {
  position: relative;
}
.cid-vfujbmLXcm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfujbmLXcm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfujbmLXcm .carousel-control,
.cid-vfujbmLXcm .close {
  background: #1b1b1b;
}
.cid-vfujbmLXcm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfujbmLXcm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfujbmLXcm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfujbmLXcm .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfujbmLXcm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfujbmLXcm .close::before {
  content: '\e91a';
}
.cid-vfujbmLXcm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfujbmLXcm .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfujbmLXcm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfujbmLXcm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfujbmLXcm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfujbmLXcm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfujbmLXcm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfujbmLXcm .carousel-indicators li.active,
.cid-vfujbmLXcm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfujbmLXcm .carousel-indicators li::after,
.cid-vfujbmLXcm .carousel-indicators li::before {
  content: none;
}
.cid-vfujbmLXcm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfujbmLXcm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfujbmLXcm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfujbmLXcm .carousel-indicators {
    display: none;
  }
}
.cid-vfujbmLXcm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfujbmLXcm .carousel-inner > .active {
  display: block;
}
.cid-vfujbmLXcm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfujbmLXcm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfujbmLXcm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfujbmLXcm .carousel-control,
  .cid-vfujbmLXcm .carousel-indicators,
  .cid-vfujbmLXcm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfujbmLXcm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfujbmLXcm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfujbmLXcm .carousel-indicators .active,
.cid-vfujbmLXcm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfujbmLXcm .carousel-indicators .active {
  background: #fff;
}
.cid-vfujbmLXcm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfujbmLXcm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfujbmLXcm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfujbmLXcm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfujbmLXcm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfujbmLXcm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfujbmLXcm .carousel {
  width: 100%;
}
.cid-vfujbmLXcm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfujbmLXcm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfujbmLXcm .modal.fade .modal-dialog,
.cid-vfujbmLXcm .modal.in .modal-dialog {
  transform: none;
}
.cid-vfujbmLXcm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfujbmLXcm H6 {
  text-align: center;
}
.cid-vfujc90KmI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfujc90KmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfujc90KmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfujc90KmI .item {
  padding-bottom: 2rem;
}
.cid-vfujc90KmI .item-wrapper {
  position: relative;
}
.cid-vfujc90KmI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfujc90KmI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfujc90KmI .carousel-control,
.cid-vfujc90KmI .close {
  background: #1b1b1b;
}
.cid-vfujc90KmI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfujc90KmI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfujc90KmI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfujc90KmI .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfujc90KmI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfujc90KmI .close::before {
  content: '\e91a';
}
.cid-vfujc90KmI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfujc90KmI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfujc90KmI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfujc90KmI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfujc90KmI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfujc90KmI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfujc90KmI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfujc90KmI .carousel-indicators li.active,
.cid-vfujc90KmI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfujc90KmI .carousel-indicators li::after,
.cid-vfujc90KmI .carousel-indicators li::before {
  content: none;
}
.cid-vfujc90KmI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfujc90KmI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfujc90KmI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfujc90KmI .carousel-indicators {
    display: none;
  }
}
.cid-vfujc90KmI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfujc90KmI .carousel-inner > .active {
  display: block;
}
.cid-vfujc90KmI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfujc90KmI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfujc90KmI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfujc90KmI .carousel-control,
  .cid-vfujc90KmI .carousel-indicators,
  .cid-vfujc90KmI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfujc90KmI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfujc90KmI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfujc90KmI .carousel-indicators .active,
.cid-vfujc90KmI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfujc90KmI .carousel-indicators .active {
  background: #fff;
}
.cid-vfujc90KmI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfujc90KmI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfujc90KmI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfujc90KmI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfujc90KmI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfujc90KmI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfujc90KmI .carousel {
  width: 100%;
}
.cid-vfujc90KmI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfujc90KmI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfujc90KmI .modal.fade .modal-dialog,
.cid-vfujc90KmI .modal.in .modal-dialog {
  transform: none;
}
.cid-vfujc90KmI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfujc90KmI H6 {
  text-align: center;
}
.cid-vfujcF99g4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfujcF99g4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfujcF99g4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfujcF99g4 .item {
  padding-bottom: 2rem;
}
.cid-vfujcF99g4 .item-wrapper {
  position: relative;
}
.cid-vfujcF99g4 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfujcF99g4 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfujcF99g4 .carousel-control,
.cid-vfujcF99g4 .close {
  background: #1b1b1b;
}
.cid-vfujcF99g4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfujcF99g4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfujcF99g4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfujcF99g4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfujcF99g4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfujcF99g4 .close::before {
  content: '\e91a';
}
.cid-vfujcF99g4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfujcF99g4 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfujcF99g4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfujcF99g4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfujcF99g4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfujcF99g4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfujcF99g4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfujcF99g4 .carousel-indicators li.active,
.cid-vfujcF99g4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfujcF99g4 .carousel-indicators li::after,
.cid-vfujcF99g4 .carousel-indicators li::before {
  content: none;
}
.cid-vfujcF99g4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfujcF99g4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfujcF99g4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfujcF99g4 .carousel-indicators {
    display: none;
  }
}
.cid-vfujcF99g4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfujcF99g4 .carousel-inner > .active {
  display: block;
}
.cid-vfujcF99g4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfujcF99g4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfujcF99g4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfujcF99g4 .carousel-control,
  .cid-vfujcF99g4 .carousel-indicators,
  .cid-vfujcF99g4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfujcF99g4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfujcF99g4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfujcF99g4 .carousel-indicators .active,
.cid-vfujcF99g4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfujcF99g4 .carousel-indicators .active {
  background: #fff;
}
.cid-vfujcF99g4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfujcF99g4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfujcF99g4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfujcF99g4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfujcF99g4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfujcF99g4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfujcF99g4 .carousel {
  width: 100%;
}
.cid-vfujcF99g4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfujcF99g4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfujcF99g4 .modal.fade .modal-dialog,
.cid-vfujcF99g4 .modal.in .modal-dialog {
  transform: none;
}
.cid-vfujcF99g4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfujcF99g4 H6 {
  text-align: center;
}
.cid-vfujdartV2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfujdartV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfujdartV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfujdartV2 .item {
  padding-bottom: 2rem;
}
.cid-vfujdartV2 .item-wrapper {
  position: relative;
}
.cid-vfujdartV2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfujdartV2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfujdartV2 .carousel-control,
.cid-vfujdartV2 .close {
  background: #1b1b1b;
}
.cid-vfujdartV2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfujdartV2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfujdartV2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfujdartV2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfujdartV2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfujdartV2 .close::before {
  content: '\e91a';
}
.cid-vfujdartV2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfujdartV2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfujdartV2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfujdartV2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfujdartV2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfujdartV2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfujdartV2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfujdartV2 .carousel-indicators li.active,
.cid-vfujdartV2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfujdartV2 .carousel-indicators li::after,
.cid-vfujdartV2 .carousel-indicators li::before {
  content: none;
}
.cid-vfujdartV2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfujdartV2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfujdartV2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfujdartV2 .carousel-indicators {
    display: none;
  }
}
.cid-vfujdartV2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfujdartV2 .carousel-inner > .active {
  display: block;
}
.cid-vfujdartV2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfujdartV2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfujdartV2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfujdartV2 .carousel-control,
  .cid-vfujdartV2 .carousel-indicators,
  .cid-vfujdartV2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfujdartV2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfujdartV2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfujdartV2 .carousel-indicators .active,
.cid-vfujdartV2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfujdartV2 .carousel-indicators .active {
  background: #fff;
}
.cid-vfujdartV2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfujdartV2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfujdartV2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfujdartV2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfujdartV2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfujdartV2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfujdartV2 .carousel {
  width: 100%;
}
.cid-vfujdartV2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfujdartV2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfujdartV2 .modal.fade .modal-dialog,
.cid-vfujdartV2 .modal.in .modal-dialog {
  transform: none;
}
.cid-vfujdartV2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfujdartV2 H6 {
  text-align: center;
}
.cid-vfujeBeczO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfujeBeczO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfujeBeczO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfujeBeczO ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vfujeBeczO li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vfujeBeczO ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4d565f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vfujfrz2kt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfujgdex61 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfujgdex61 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfujgdex61 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfujgdex61 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4d565f;
  margin-left: 1rem;
}
.cid-vfujgdex61 .panel-group {
  border: none;
}
.cid-vfujgdex61 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfujgdex61 .panel-body,
.cid-vfujgdex61 .card-header {
  padding: 1rem 0;
}
.cid-vfujgdex61 .panel-title-edit {
  color: #000000;
}
.cid-vfujgdex61 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vfhOyznOGI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfhOyznOGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOyznOGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vfhOyznOGI .container {
    max-width: 1400px;
  }
}
.cid-vfhOyznOGI .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fde403;
  margin-bottom: 2rem;
}
.cid-vfhOyznOGI .row {
  justify-content: center;
}
.cid-vfhOyznOGI .card-title,
.cid-vfhOyznOGI .iconfont-wrapper {
  color: #424754;
}
.cid-vfhOyznOGI .card-text {
  color: #424754;
}
.cid-vfhOyznOGI .mbr-section-subtitle {
  color: #424754;
}
.cid-vfhOyznOGI .mbr-section-title {
  color: #424754;
}
.cid-vfhOyALsGZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-207-1920x600.jpg");
}
.cid-vfhOyALsGZ .justify-content-center {
  align-items: center;
}
.cid-vfhOyALsGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOyALsGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOyALsGZ .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfhOyALsGZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfhOyALsGZ .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfhOyALsGZ .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfhOyALsGZ .row {
  align-items: center;
}
.cid-vfhOyALsGZ .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-vfhOyALsGZ .card-text {
    text-align: center;
  }
}
.cid-vfhOyAWCvx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #31353e;
}
.cid-vfhOyAWCvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOyAWCvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOyAWCvx .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vfhOyAWCvx .footer-col {
    flex-direction: column;
  }
}
.cid-vfhOyAWCvx .row {
  background: #31353e;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfhOyAWCvx .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfhOyAWCvx .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhOyAWCvx .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhOyAWCvx .mbr-section-btn {
    text-align: center;
  }
}
.cid-vfhOyAWCvx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfhOyAWCvx .soc-item {
  margin: 8px;
}
.cid-vfhOyAWCvx .soc-item a:hover .mbr-iconfont,
.cid-vfhOyAWCvx .soc-item a:focus .mbr-iconfont {
  background-color: #31353e;
}
.cid-vfhOyAWCvx .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fde403;
  color: #31353e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhOyAWCvx .row {
    text-align: center;
  }
  .cid-vfhOyAWCvx .social-row {
    justify-content: center;
  }
}
.cid-vfhOyAWCvx .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vfhOyAWCvx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhOyAWCvx .list {
    margin-bottom: 0rem;
  }
}
.cid-vfhOyAWCvx .mbr-text {
  color: #bbbbbb;
}
.cid-vfhOyAWCvx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfhOyAWCvx .list,
.cid-vfhOyAWCvx .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfhOyAWCvx .copyright {
  color: #000000;
}
.cid-vfhOyBbMq3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31353e;
}
.cid-vfhOyBbMq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOyBbMq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOyBbMq3 .media-container-row {
  justify-content: space-between;
}
.cid-vfhOyBbMq3 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vfhOyBbMq3 .text-content {
    max-width: none;
  }
}
.cid-vfhOyBbMq3 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fde403;
  border: 2px solid #fde403;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vfhOyBbMq3 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vfhOyBbMq3 .mbr-iconfont-social:hover {
  background-color: #fde403;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vfhOyBbMq3 .icons {
    justify-content: center !important;
  }
  .cid-vfhOyBbMq3 .text-content * {
    text-align: center;
  }
}
.cid-vfhOyBbMq3 .mbr-section-title {
  color: #ffffff;
}
.cid-vfhOyBbMq3 .mbr-text {
  color: #ffffff;
}
.cid-vfirqT6mEx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfirqT6mEx input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-vfirqT6mEx input:hover {
  border: none !important;
}
.cid-vfirqT6mEx .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-vfirqT6mEx .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-vfirqT6mEx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfirqT6mEx .row {
  justify-content: center;
}
.cid-vfirqT6mEx .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-vfirqT6mEx .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-vfirqT6mEx .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vfirqT6mEx .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vfirqT6mEx .justify-content-center {
  align-items: center;
}
.cid-vfirqT6mEx .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfirrC9pxG {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #31353e;
}
.cid-vfirrC9pxG img,
.cid-vfirrC9pxG .item-img {
  width: 100%;
}
.cid-vfirrC9pxG .item:focus,
.cid-vfirrC9pxG span:focus {
  outline: none;
}
.cid-vfirrC9pxG .item-wrapper {
  position: relative;
}
.cid-vfirrC9pxG .slide-content {
  position: relative;
  border-radius: 4px;
  background: #31353e;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfirrC9pxG .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfirrC9pxG .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfirrC9pxG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfirrC9pxG .mbr-section-title {
  color: #ffffff;
}
.cid-vfirrC9pxG .mbr-text,
.cid-vfirrC9pxG .mbr-section-btn {
  text-align: left;
}
.cid-vfirrC9pxG .item-title {
  text-align: left;
}
.cid-vfirrC9pxG .item-subtitle {
  text-align: left;
}
.cid-vfirrC9pxG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfirrC9pxG .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfirrC9pxG .embla__button--next,
.cid-vfirrC9pxG .embla__button--prev {
  display: flex;
}
.cid-vfirrC9pxG .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfirrC9pxG .embla__button {
    display: none;
  }
}
.cid-vfirrC9pxG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfirrC9pxG .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfirrC9pxG .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfirrC9pxG .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfirrC9pxG .embla__button {
    top: auto;
  }
}
.cid-vfirrC9pxG .embla {
  position: relative;
  width: 100%;
}
.cid-vfirrC9pxG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfirrC9pxG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfirrC9pxG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfirrC9pxG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfirrC9pxG .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfhOyBsxKs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfhOyBsxKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOyBsxKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOyBsxKs .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfhOyBsxKs .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfhOyBsxKs .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #fce512;
}
@media (max-width: 767px) {
  .cid-vfhOyBsxKs .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vfhOyBsxKs .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vfhOyBsxKs .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-vfhOyBsxKs .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vfhOyBsxKs .nav-link,
.cid-vfhOyBsxKs .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vfhOyBsxKs .nav-tabs .nav-link.active {
  color: #fce512;
  border-bottom: 3px solid #fce512;
}
.cid-vfhOyBsxKs .mbr-section-subtitle {
  text-align: center;
}
.cid-vfhOyBsxKs .mbr-section-title {
  text-align: center;
}
.cid-vfhOyBsxKs .mbr-text {
  color: #ffffff;
}
.cid-vfhOyBHWJp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #31353e;
}
.cid-vfhOyBHWJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOyBHWJp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOyBHWJp .mbr-section-title {
  color: #ffffff;
}
.cid-vfhOOxFwQZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vfhOOxFwQZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhOOxFwQZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vfhOOxFwQZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfhOOxFwQZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vfhOOxFwQZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfhOOxFwQZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfhOOxFwQZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vfhOOxFwQZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vfhOOxFwQZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vfhOOxFwQZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vfhOOxFwQZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vfhOOxFwQZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vfhOOxFwQZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vfhOOxFwQZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vfhOOxFwQZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vfhOOxFwQZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vfhOOxFwQZ .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfhOOxFwQZ .navbar-logo {
    padding-left: 0;
  }
}
.cid-vfhOOxFwQZ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhOOxFwQZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vfhOOxFwQZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vfhOOxFwQZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #31353e;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vfhOOxFwQZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhOOxFwQZ .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vfhOOxFwQZ .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfhOOxFwQZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #31353e;
}
.cid-vfhOOxFwQZ .nav-item:focus,
.cid-vfhOOxFwQZ .nav-link:focus {
  outline: none;
}
.cid-vfhOOxFwQZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfhOOxFwQZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfhOOxFwQZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfhOOxFwQZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfhOOxFwQZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfhOOxFwQZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfhOOxFwQZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vfhOOxFwQZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vfhOOxFwQZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfhOOxFwQZ .navbar .navbar-logo img {
  width: auto;
}
.cid-vfhOOxFwQZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vfhOOxFwQZ .navbar.collapsed {
  justify-content: center;
}
.cid-vfhOOxFwQZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfhOOxFwQZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfhOOxFwQZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfhOOxFwQZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfhOOxFwQZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfhOOxFwQZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfhOOxFwQZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfhOOxFwQZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfhOOxFwQZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhOOxFwQZ .navbar {
    min-height: 72px;
  }
  .cid-vfhOOxFwQZ .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vfhOOxFwQZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfhOOxFwQZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfhOOxFwQZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfhOOxFwQZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfhOOxFwQZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfhOOxFwQZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfhOOxFwQZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vfhOOxFwQZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfhOOxFwQZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfhOOxFwQZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vfhOOxFwQZ .dropdown-item.active,
.cid-vfhOOxFwQZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vfhOOxFwQZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfhOOxFwQZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfhOOxFwQZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfhOOxFwQZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #31353e;
}
.cid-vfhOOxFwQZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vfhOOxFwQZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vfhOOxFwQZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfhOOxFwQZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vfhOOxFwQZ .navbar-buttons {
    text-align: left;
  }
}
.cid-vfhOOxFwQZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfhOOxFwQZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfhOOxFwQZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfhOOxFwQZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhOOxFwQZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhOOxFwQZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfhOOxFwQZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhOOxFwQZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfhOOxFwQZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfhOOxFwQZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhOOxFwQZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfhOOxFwQZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfhOOxFwQZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfhOOxFwQZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfhOOxFwQZ .navbar {
    height: 70px;
  }
  .cid-vfhOOxFwQZ .navbar.opened {
    height: auto;
  }
  .cid-vfhOOxFwQZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfhOOxFwQZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vfhOOxFwQZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vfhOOxFwQZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vfhOOxFwQZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vfhOOxFwQZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vfhOOxFwQZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vfhOOxFwQZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vfhOOxFwQZ .navbar-brand {
    margin-right: auto;
  }
  .cid-vfhOOxFwQZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #31353e;
    backdrop-filter: blur(8px);
  }
  .cid-vfhOOxFwQZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vfhOOxFwQZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vfhOOxFwQZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhOOxFwQZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vfhOOxFwQZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vfhOOxFwQZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vfhOOxFwQZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vfhOOxFwQZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhOOxFwQZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfhOOxFwQZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfhOOyduJJ {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-207-1920x600.jpg");
}
.cid-vfhOOyduJJ .mbr-overlay {
  background-color: #424754;
  opacity: 0.8;
}
.cid-vfhOOyduJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOOyduJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOOyduJJ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vfhOOyduJJ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vfhOOyduJJ {
    align-items: center;
  }
  .cid-vfhOOyduJJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfhOOyduJJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfhOOyduJJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfhOOyduJJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfhOOyduJJ .content-wrap {
    width: 100%;
  }
}
.cid-vfhOOyduJJ .mbr-section-title {
  text-align: center;
}
.cid-vfhOOyduJJ .mbr-text,
.cid-vfhOOyduJJ .mbr-section-btn {
  text-align: center;
}
.cid-vfG6nWJgzL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfG6nWJgzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfG6nWJgzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfG6nWJgzL .mbr-section-title {
  color: #ffffff;
}
.cid-vfFUE3QLge {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vfFUE3QLge img,
.cid-vfFUE3QLge .item-img {
  width: 100%;
}
.cid-vfFUE3QLge .item:focus,
.cid-vfFUE3QLge span:focus {
  outline: none;
}
.cid-vfFUE3QLge .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfFUE3QLge .item {
    margin-bottom: 1rem;
  }
}
.cid-vfFUE3QLge .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfFUE3QLge .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfFUE3QLge .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vfFUE3QLge .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vfFUE3QLge .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vfFUE3QLge .mbr-section-title {
  color: #000000;
}
.cid-vfFUE3QLge .item-title {
  text-align: justify;
}
.cid-vfFUE3QLge .item-subtitle {
  text-align: left;
}
.cid-vfFUE3QLge .mbr-text,
.cid-vfFUE3QLge .item .mbr-section-btn {
  text-align: left;
}
.cid-vfFUE3QLge .content-head {
  max-width: 800px;
}
.cid-vfhOOzUPW6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfhOOzUPW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOOzUPW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vfhOOzUPW6 .container {
    max-width: 1400px;
  }
}
.cid-vfhOOzUPW6 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fde403;
  margin-bottom: 2rem;
}
.cid-vfhOOzUPW6 .row {
  justify-content: center;
}
.cid-vfhOOzUPW6 .card-title,
.cid-vfhOOzUPW6 .iconfont-wrapper {
  color: #424754;
}
.cid-vfhOOzUPW6 .card-text {
  color: #424754;
}
.cid-vfhOOzUPW6 .mbr-section-subtitle {
  color: #424754;
}
.cid-vfhOOzUPW6 .mbr-section-title {
  color: #424754;
}
.cid-vfhOOC2JrH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-207-1920x600.jpg");
}
.cid-vfhOOC2JrH .justify-content-center {
  align-items: center;
}
.cid-vfhOOC2JrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOOC2JrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOOC2JrH .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfhOOC2JrH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfhOOC2JrH .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfhOOC2JrH .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfhOOC2JrH .row {
  align-items: center;
}
.cid-vfhOOC2JrH .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-vfhOOC2JrH .card-text {
    text-align: center;
  }
}
.cid-vfhOOCdEaf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #31353e;
}
.cid-vfhOOCdEaf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOOCdEaf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOOCdEaf .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vfhOOCdEaf .footer-col {
    flex-direction: column;
  }
}
.cid-vfhOOCdEaf .row {
  background: #31353e;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfhOOCdEaf .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfhOOCdEaf .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhOOCdEaf .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhOOCdEaf .mbr-section-btn {
    text-align: center;
  }
}
.cid-vfhOOCdEaf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfhOOCdEaf .soc-item {
  margin: 8px;
}
.cid-vfhOOCdEaf .soc-item a:hover .mbr-iconfont,
.cid-vfhOOCdEaf .soc-item a:focus .mbr-iconfont {
  background-color: #31353e;
}
.cid-vfhOOCdEaf .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fde403;
  color: #31353e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhOOCdEaf .row {
    text-align: center;
  }
  .cid-vfhOOCdEaf .social-row {
    justify-content: center;
  }
}
.cid-vfhOOCdEaf .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vfhOOCdEaf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhOOCdEaf .list {
    margin-bottom: 0rem;
  }
}
.cid-vfhOOCdEaf .mbr-text {
  color: #bbbbbb;
}
.cid-vfhOOCdEaf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfhOOCdEaf .list,
.cid-vfhOOCdEaf .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfhOOCdEaf .copyright {
  color: #000000;
}
.cid-vfhOOCuspN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31353e;
}
.cid-vfhOOCuspN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOOCuspN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOOCuspN .media-container-row {
  justify-content: space-between;
}
.cid-vfhOOCuspN .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vfhOOCuspN .text-content {
    max-width: none;
  }
}
.cid-vfhOOCuspN .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fde403;
  border: 2px solid #fde403;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vfhOOCuspN .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vfhOOCuspN .mbr-iconfont-social:hover {
  background-color: #fde403;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vfhOOCuspN .icons {
    justify-content: center !important;
  }
  .cid-vfhOOCuspN .text-content * {
    text-align: center;
  }
}
.cid-vfhOOCuspN .mbr-section-title {
  color: #ffffff;
}
.cid-vfhOOCuspN .mbr-text {
  color: #ffffff;
}
.cid-vfirwJ9qYA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfirwJ9qYA input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-vfirwJ9qYA input:hover {
  border: none !important;
}
.cid-vfirwJ9qYA .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-vfirwJ9qYA .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-vfirwJ9qYA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfirwJ9qYA .row {
  justify-content: center;
}
.cid-vfirwJ9qYA .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-vfirwJ9qYA .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-vfirwJ9qYA .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vfirwJ9qYA .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vfirwJ9qYA .justify-content-center {
  align-items: center;
}
.cid-vfirwJ9qYA .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfirxwSRMm {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #31353e;
}
.cid-vfirxwSRMm img,
.cid-vfirxwSRMm .item-img {
  width: 100%;
}
.cid-vfirxwSRMm .item:focus,
.cid-vfirxwSRMm span:focus {
  outline: none;
}
.cid-vfirxwSRMm .item-wrapper {
  position: relative;
}
.cid-vfirxwSRMm .slide-content {
  position: relative;
  border-radius: 4px;
  background: #31353e;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfirxwSRMm .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfirxwSRMm .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfirxwSRMm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfirxwSRMm .mbr-section-title {
  color: #ffffff;
}
.cid-vfirxwSRMm .mbr-text,
.cid-vfirxwSRMm .mbr-section-btn {
  text-align: left;
}
.cid-vfirxwSRMm .item-title {
  text-align: left;
}
.cid-vfirxwSRMm .item-subtitle {
  text-align: left;
}
.cid-vfirxwSRMm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfirxwSRMm .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfirxwSRMm .embla__button--next,
.cid-vfirxwSRMm .embla__button--prev {
  display: flex;
}
.cid-vfirxwSRMm .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfirxwSRMm .embla__button {
    display: none;
  }
}
.cid-vfirxwSRMm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfirxwSRMm .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfirxwSRMm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfirxwSRMm .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfirxwSRMm .embla__button {
    top: auto;
  }
}
.cid-vfirxwSRMm .embla {
  position: relative;
  width: 100%;
}
.cid-vfirxwSRMm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfirxwSRMm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfirxwSRMm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfirxwSRMm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfirxwSRMm .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfhOOCIlvN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfhOOCIlvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOOCIlvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOOCIlvN .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfhOOCIlvN .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfhOOCIlvN .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #fce512;
}
@media (max-width: 767px) {
  .cid-vfhOOCIlvN .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vfhOOCIlvN .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vfhOOCIlvN .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-vfhOOCIlvN .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vfhOOCIlvN .nav-link,
.cid-vfhOOCIlvN .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vfhOOCIlvN .nav-tabs .nav-link.active {
  color: #fce512;
  border-bottom: 3px solid #fce512;
}
.cid-vfhOOCIlvN .mbr-section-subtitle {
  text-align: center;
}
.cid-vfhOOCIlvN .mbr-section-title {
  text-align: center;
}
.cid-vfhOOCIlvN .mbr-text {
  color: #ffffff;
}
.cid-vfhOOCWXDs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #31353e;
}
.cid-vfhOOCWXDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhOOCWXDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhOOCWXDs .mbr-section-title {
  color: #ffffff;
}
.cid-vfhP3eVnRD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vfhP3eVnRD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhP3eVnRD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vfhP3eVnRD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfhP3eVnRD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vfhP3eVnRD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfhP3eVnRD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfhP3eVnRD .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vfhP3eVnRD .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vfhP3eVnRD .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vfhP3eVnRD .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vfhP3eVnRD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vfhP3eVnRD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vfhP3eVnRD .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vfhP3eVnRD .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vfhP3eVnRD .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vfhP3eVnRD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vfhP3eVnRD .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfhP3eVnRD .navbar-logo {
    padding-left: 0;
  }
}
.cid-vfhP3eVnRD .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhP3eVnRD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vfhP3eVnRD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vfhP3eVnRD .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #31353e;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vfhP3eVnRD .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhP3eVnRD .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vfhP3eVnRD .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfhP3eVnRD .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #31353e;
}
.cid-vfhP3eVnRD .nav-item:focus,
.cid-vfhP3eVnRD .nav-link:focus {
  outline: none;
}
.cid-vfhP3eVnRD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfhP3eVnRD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfhP3eVnRD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfhP3eVnRD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfhP3eVnRD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfhP3eVnRD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfhP3eVnRD .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vfhP3eVnRD .navbar.opened {
  transition: all 0.3s;
}
.cid-vfhP3eVnRD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfhP3eVnRD .navbar .navbar-logo img {
  width: auto;
}
.cid-vfhP3eVnRD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vfhP3eVnRD .navbar.collapsed {
  justify-content: center;
}
.cid-vfhP3eVnRD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfhP3eVnRD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfhP3eVnRD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfhP3eVnRD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfhP3eVnRD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfhP3eVnRD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfhP3eVnRD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfhP3eVnRD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfhP3eVnRD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhP3eVnRD .navbar {
    min-height: 72px;
  }
  .cid-vfhP3eVnRD .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vfhP3eVnRD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfhP3eVnRD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfhP3eVnRD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfhP3eVnRD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfhP3eVnRD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfhP3eVnRD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfhP3eVnRD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vfhP3eVnRD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfhP3eVnRD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfhP3eVnRD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vfhP3eVnRD .dropdown-item.active,
.cid-vfhP3eVnRD .dropdown-item:active {
  background-color: transparent;
}
.cid-vfhP3eVnRD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfhP3eVnRD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfhP3eVnRD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfhP3eVnRD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #31353e;
}
.cid-vfhP3eVnRD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vfhP3eVnRD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vfhP3eVnRD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfhP3eVnRD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vfhP3eVnRD .navbar-buttons {
    text-align: left;
  }
}
.cid-vfhP3eVnRD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfhP3eVnRD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfhP3eVnRD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfhP3eVnRD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhP3eVnRD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhP3eVnRD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfhP3eVnRD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhP3eVnRD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfhP3eVnRD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfhP3eVnRD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhP3eVnRD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfhP3eVnRD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfhP3eVnRD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfhP3eVnRD .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfhP3eVnRD .navbar {
    height: 70px;
  }
  .cid-vfhP3eVnRD .navbar.opened {
    height: auto;
  }
  .cid-vfhP3eVnRD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfhP3eVnRD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vfhP3eVnRD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vfhP3eVnRD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vfhP3eVnRD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vfhP3eVnRD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vfhP3eVnRD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vfhP3eVnRD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vfhP3eVnRD .navbar-brand {
    margin-right: auto;
  }
  .cid-vfhP3eVnRD .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #31353e;
    backdrop-filter: blur(8px);
  }
  .cid-vfhP3eVnRD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vfhP3eVnRD .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vfhP3eVnRD .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhP3eVnRD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vfhP3eVnRD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vfhP3eVnRD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vfhP3eVnRD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vfhP3eVnRD .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhP3eVnRD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfhP3eVnRD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfhP3ftt9U {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kurumsal-1-2000x833.jpg");
}
.cid-vfhP3ftt9U .mbr-overlay {
  background-color: #424754;
  opacity: 0.8;
}
.cid-vfhP3ftt9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhP3ftt9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhP3ftt9U .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vfhP3ftt9U .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vfhP3ftt9U {
    align-items: center;
  }
  .cid-vfhP3ftt9U .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfhP3ftt9U .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfhP3ftt9U {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfhP3ftt9U .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfhP3ftt9U .content-wrap {
    width: 100%;
  }
}
.cid-vfhP3ftt9U .mbr-section-title {
  text-align: center;
}
.cid-vfhP3ftt9U .mbr-text,
.cid-vfhP3ftt9U .mbr-section-btn {
  text-align: center;
}
.cid-vfhP3fVkR7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfhP3fVkR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhP3fVkR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuQIx0pMI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuQIx0pMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuQIx0pMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuQIx0pMI .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuMqCqHnR {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuMqCqHnR img,
.cid-vfuMqCqHnR .item-img {
  width: 100%;
}
.cid-vfuMqCqHnR .item:focus,
.cid-vfuMqCqHnR span:focus {
  outline: none;
}
.cid-vfuMqCqHnR .item-wrapper {
  position: relative;
}
.cid-vfuMqCqHnR .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuMqCqHnR .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuMqCqHnR .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuMqCqHnR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuMqCqHnR .mbr-section-title {
  color: #232323;
}
.cid-vfuMqCqHnR .mbr-text,
.cid-vfuMqCqHnR .mbr-section-btn {
  text-align: left;
}
.cid-vfuMqCqHnR .item-title {
  text-align: left;
}
.cid-vfuMqCqHnR .item-subtitle {
  text-align: left;
}
.cid-vfuMqCqHnR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuMqCqHnR .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuMqCqHnR .embla__button--next,
.cid-vfuMqCqHnR .embla__button--prev {
  display: flex;
}
.cid-vfuMqCqHnR .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuMqCqHnR .embla__button {
    display: none;
  }
}
.cid-vfuMqCqHnR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuMqCqHnR .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuMqCqHnR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuMqCqHnR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuMqCqHnR .embla__button {
    top: auto;
  }
}
.cid-vfuMqCqHnR .embla {
  position: relative;
  width: 100%;
}
.cid-vfuMqCqHnR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuMqCqHnR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuMqCqHnR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuMqCqHnR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuMqCqHnR .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuRahbEvg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuRahbEvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuRahbEvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuRahbEvg .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuPCnMR4W {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuPCnMR4W img,
.cid-vfuPCnMR4W .item-img {
  width: 100%;
}
.cid-vfuPCnMR4W .item:focus,
.cid-vfuPCnMR4W span:focus {
  outline: none;
}
.cid-vfuPCnMR4W .item-wrapper {
  position: relative;
}
.cid-vfuPCnMR4W .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuPCnMR4W .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuPCnMR4W .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuPCnMR4W .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuPCnMR4W .mbr-section-title {
  color: #232323;
}
.cid-vfuPCnMR4W .mbr-text,
.cid-vfuPCnMR4W .mbr-section-btn {
  text-align: left;
}
.cid-vfuPCnMR4W .item-title {
  text-align: left;
}
.cid-vfuPCnMR4W .item-subtitle {
  text-align: left;
}
.cid-vfuPCnMR4W .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuPCnMR4W .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuPCnMR4W .embla__button--next,
.cid-vfuPCnMR4W .embla__button--prev {
  display: flex;
}
.cid-vfuPCnMR4W .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuPCnMR4W .embla__button {
    display: none;
  }
}
.cid-vfuPCnMR4W .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuPCnMR4W .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuPCnMR4W .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuPCnMR4W .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuPCnMR4W .embla__button {
    top: auto;
  }
}
.cid-vfuPCnMR4W .embla {
  position: relative;
  width: 100%;
}
.cid-vfuPCnMR4W .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuPCnMR4W .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuPCnMR4W .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuPCnMR4W .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuPCnMR4W .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuRcaDuzt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuRcaDuzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuRcaDuzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuRcaDuzt .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuPnEOKeJ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuPnEOKeJ img,
.cid-vfuPnEOKeJ .item-img {
  width: 100%;
}
.cid-vfuPnEOKeJ .item:focus,
.cid-vfuPnEOKeJ span:focus {
  outline: none;
}
.cid-vfuPnEOKeJ .item-wrapper {
  position: relative;
}
.cid-vfuPnEOKeJ .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuPnEOKeJ .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuPnEOKeJ .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuPnEOKeJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuPnEOKeJ .mbr-section-title {
  color: #232323;
}
.cid-vfuPnEOKeJ .mbr-text,
.cid-vfuPnEOKeJ .mbr-section-btn {
  text-align: left;
}
.cid-vfuPnEOKeJ .item-title {
  text-align: left;
}
.cid-vfuPnEOKeJ .item-subtitle {
  text-align: left;
}
.cid-vfuPnEOKeJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuPnEOKeJ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuPnEOKeJ .embla__button--next,
.cid-vfuPnEOKeJ .embla__button--prev {
  display: flex;
}
.cid-vfuPnEOKeJ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuPnEOKeJ .embla__button {
    display: none;
  }
}
.cid-vfuPnEOKeJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuPnEOKeJ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuPnEOKeJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuPnEOKeJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuPnEOKeJ .embla__button {
    top: auto;
  }
}
.cid-vfuPnEOKeJ .embla {
  position: relative;
  width: 100%;
}
.cid-vfuPnEOKeJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuPnEOKeJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuPnEOKeJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuPnEOKeJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuPnEOKeJ .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuReCE1h9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuReCE1h9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuReCE1h9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuReCE1h9 .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuP5V0YZk {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuP5V0YZk img,
.cid-vfuP5V0YZk .item-img {
  width: 100%;
}
.cid-vfuP5V0YZk .item:focus,
.cid-vfuP5V0YZk span:focus {
  outline: none;
}
.cid-vfuP5V0YZk .item-wrapper {
  position: relative;
}
.cid-vfuP5V0YZk .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuP5V0YZk .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuP5V0YZk .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuP5V0YZk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuP5V0YZk .mbr-section-title {
  color: #232323;
}
.cid-vfuP5V0YZk .mbr-text,
.cid-vfuP5V0YZk .mbr-section-btn {
  text-align: left;
}
.cid-vfuP5V0YZk .item-title {
  text-align: left;
}
.cid-vfuP5V0YZk .item-subtitle {
  text-align: left;
}
.cid-vfuP5V0YZk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuP5V0YZk .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuP5V0YZk .embla__button--next,
.cid-vfuP5V0YZk .embla__button--prev {
  display: flex;
}
.cid-vfuP5V0YZk .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuP5V0YZk .embla__button {
    display: none;
  }
}
.cid-vfuP5V0YZk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuP5V0YZk .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuP5V0YZk .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuP5V0YZk .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuP5V0YZk .embla__button {
    top: auto;
  }
}
.cid-vfuP5V0YZk .embla {
  position: relative;
  width: 100%;
}
.cid-vfuP5V0YZk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuP5V0YZk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuP5V0YZk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuP5V0YZk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuP5V0YZk .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuRgQjc9M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuRgQjc9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuRgQjc9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuRgQjc9M .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuOXM2uA8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuOXM2uA8 img,
.cid-vfuOXM2uA8 .item-img {
  width: 100%;
}
.cid-vfuOXM2uA8 .item:focus,
.cid-vfuOXM2uA8 span:focus {
  outline: none;
}
.cid-vfuOXM2uA8 .item-wrapper {
  position: relative;
}
.cid-vfuOXM2uA8 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuOXM2uA8 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuOXM2uA8 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuOXM2uA8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuOXM2uA8 .mbr-section-title {
  color: #232323;
}
.cid-vfuOXM2uA8 .mbr-text,
.cid-vfuOXM2uA8 .mbr-section-btn {
  text-align: left;
}
.cid-vfuOXM2uA8 .item-title {
  text-align: left;
}
.cid-vfuOXM2uA8 .item-subtitle {
  text-align: left;
}
.cid-vfuOXM2uA8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuOXM2uA8 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuOXM2uA8 .embla__button--next,
.cid-vfuOXM2uA8 .embla__button--prev {
  display: flex;
}
.cid-vfuOXM2uA8 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuOXM2uA8 .embla__button {
    display: none;
  }
}
.cid-vfuOXM2uA8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuOXM2uA8 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuOXM2uA8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuOXM2uA8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuOXM2uA8 .embla__button {
    top: auto;
  }
}
.cid-vfuOXM2uA8 .embla {
  position: relative;
  width: 100%;
}
.cid-vfuOXM2uA8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuOXM2uA8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuOXM2uA8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuOXM2uA8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuOXM2uA8 .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuRj4J2JY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuRj4J2JY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuRj4J2JY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuRj4J2JY .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuOP8mMmX {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuOP8mMmX img,
.cid-vfuOP8mMmX .item-img {
  width: 100%;
}
.cid-vfuOP8mMmX .item:focus,
.cid-vfuOP8mMmX span:focus {
  outline: none;
}
.cid-vfuOP8mMmX .item-wrapper {
  position: relative;
}
.cid-vfuOP8mMmX .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuOP8mMmX .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuOP8mMmX .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuOP8mMmX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuOP8mMmX .mbr-section-title {
  color: #232323;
}
.cid-vfuOP8mMmX .mbr-text,
.cid-vfuOP8mMmX .mbr-section-btn {
  text-align: left;
}
.cid-vfuOP8mMmX .item-title {
  text-align: left;
}
.cid-vfuOP8mMmX .item-subtitle {
  text-align: left;
}
.cid-vfuOP8mMmX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuOP8mMmX .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuOP8mMmX .embla__button--next,
.cid-vfuOP8mMmX .embla__button--prev {
  display: flex;
}
.cid-vfuOP8mMmX .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuOP8mMmX .embla__button {
    display: none;
  }
}
.cid-vfuOP8mMmX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuOP8mMmX .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuOP8mMmX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuOP8mMmX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuOP8mMmX .embla__button {
    top: auto;
  }
}
.cid-vfuOP8mMmX .embla {
  position: relative;
  width: 100%;
}
.cid-vfuOP8mMmX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuOP8mMmX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuOP8mMmX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuOP8mMmX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuOP8mMmX .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuRlhTHyA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuRlhTHyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuRlhTHyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuRlhTHyA .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuODfte33 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuODfte33 img,
.cid-vfuODfte33 .item-img {
  width: 100%;
}
.cid-vfuODfte33 .item:focus,
.cid-vfuODfte33 span:focus {
  outline: none;
}
.cid-vfuODfte33 .item-wrapper {
  position: relative;
}
.cid-vfuODfte33 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuODfte33 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuODfte33 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuODfte33 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuODfte33 .mbr-section-title {
  color: #232323;
}
.cid-vfuODfte33 .mbr-text,
.cid-vfuODfte33 .mbr-section-btn {
  text-align: left;
}
.cid-vfuODfte33 .item-title {
  text-align: left;
}
.cid-vfuODfte33 .item-subtitle {
  text-align: left;
}
.cid-vfuODfte33 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuODfte33 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuODfte33 .embla__button--next,
.cid-vfuODfte33 .embla__button--prev {
  display: flex;
}
.cid-vfuODfte33 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuODfte33 .embla__button {
    display: none;
  }
}
.cid-vfuODfte33 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuODfte33 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuODfte33 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuODfte33 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuODfte33 .embla__button {
    top: auto;
  }
}
.cid-vfuODfte33 .embla {
  position: relative;
  width: 100%;
}
.cid-vfuODfte33 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuODfte33 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuODfte33 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuODfte33 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuODfte33 .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuRnyobw8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuRnyobw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuRnyobw8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuRnyobw8 .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuOtME9XU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuOtME9XU img,
.cid-vfuOtME9XU .item-img {
  width: 100%;
}
.cid-vfuOtME9XU .item:focus,
.cid-vfuOtME9XU span:focus {
  outline: none;
}
.cid-vfuOtME9XU .item-wrapper {
  position: relative;
}
.cid-vfuOtME9XU .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuOtME9XU .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuOtME9XU .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuOtME9XU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuOtME9XU .mbr-section-title {
  color: #232323;
}
.cid-vfuOtME9XU .mbr-text,
.cid-vfuOtME9XU .mbr-section-btn {
  text-align: left;
}
.cid-vfuOtME9XU .item-title {
  text-align: left;
}
.cid-vfuOtME9XU .item-subtitle {
  text-align: left;
}
.cid-vfuOtME9XU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuOtME9XU .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuOtME9XU .embla__button--next,
.cid-vfuOtME9XU .embla__button--prev {
  display: flex;
}
.cid-vfuOtME9XU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuOtME9XU .embla__button {
    display: none;
  }
}
.cid-vfuOtME9XU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuOtME9XU .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuOtME9XU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuOtME9XU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuOtME9XU .embla__button {
    top: auto;
  }
}
.cid-vfuOtME9XU .embla {
  position: relative;
  width: 100%;
}
.cid-vfuOtME9XU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuOtME9XU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuOtME9XU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuOtME9XU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuOtME9XU .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuR1LWRX7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuR1LWRX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuR1LWRX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuR1LWRX7 .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuOmp3HTo {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuOmp3HTo img,
.cid-vfuOmp3HTo .item-img {
  width: 100%;
}
.cid-vfuOmp3HTo .item:focus,
.cid-vfuOmp3HTo span:focus {
  outline: none;
}
.cid-vfuOmp3HTo .item-wrapper {
  position: relative;
}
.cid-vfuOmp3HTo .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuOmp3HTo .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuOmp3HTo .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuOmp3HTo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuOmp3HTo .mbr-section-title {
  color: #232323;
}
.cid-vfuOmp3HTo .mbr-text,
.cid-vfuOmp3HTo .mbr-section-btn {
  text-align: left;
}
.cid-vfuOmp3HTo .item-title {
  text-align: left;
}
.cid-vfuOmp3HTo .item-subtitle {
  text-align: left;
}
.cid-vfuOmp3HTo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuOmp3HTo .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuOmp3HTo .embla__button--next,
.cid-vfuOmp3HTo .embla__button--prev {
  display: flex;
}
.cid-vfuOmp3HTo .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuOmp3HTo .embla__button {
    display: none;
  }
}
.cid-vfuOmp3HTo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuOmp3HTo .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuOmp3HTo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuOmp3HTo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuOmp3HTo .embla__button {
    top: auto;
  }
}
.cid-vfuOmp3HTo .embla {
  position: relative;
  width: 100%;
}
.cid-vfuOmp3HTo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuOmp3HTo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuOmp3HTo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuOmp3HTo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuOmp3HTo .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuR4jlJpn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuR4jlJpn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuR4jlJpn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuR4jlJpn .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuOa4c0wL {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuOa4c0wL img,
.cid-vfuOa4c0wL .item-img {
  width: 100%;
}
.cid-vfuOa4c0wL .item:focus,
.cid-vfuOa4c0wL span:focus {
  outline: none;
}
.cid-vfuOa4c0wL .item-wrapper {
  position: relative;
}
.cid-vfuOa4c0wL .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuOa4c0wL .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuOa4c0wL .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuOa4c0wL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuOa4c0wL .mbr-section-title {
  color: #232323;
}
.cid-vfuOa4c0wL .mbr-text,
.cid-vfuOa4c0wL .mbr-section-btn {
  text-align: left;
}
.cid-vfuOa4c0wL .item-title {
  text-align: left;
}
.cid-vfuOa4c0wL .item-subtitle {
  text-align: left;
}
.cid-vfuOa4c0wL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuOa4c0wL .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuOa4c0wL .embla__button--next,
.cid-vfuOa4c0wL .embla__button--prev {
  display: flex;
}
.cid-vfuOa4c0wL .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuOa4c0wL .embla__button {
    display: none;
  }
}
.cid-vfuOa4c0wL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuOa4c0wL .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuOa4c0wL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuOa4c0wL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuOa4c0wL .embla__button {
    top: auto;
  }
}
.cid-vfuOa4c0wL .embla {
  position: relative;
  width: 100%;
}
.cid-vfuOa4c0wL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuOa4c0wL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuOa4c0wL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuOa4c0wL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuOa4c0wL .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuRqP2CTI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuRqP2CTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuRqP2CTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuRqP2CTI .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuO3HXlwi {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuO3HXlwi img,
.cid-vfuO3HXlwi .item-img {
  width: 100%;
}
.cid-vfuO3HXlwi .item:focus,
.cid-vfuO3HXlwi span:focus {
  outline: none;
}
.cid-vfuO3HXlwi .item-wrapper {
  position: relative;
}
.cid-vfuO3HXlwi .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuO3HXlwi .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuO3HXlwi .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuO3HXlwi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuO3HXlwi .mbr-section-title {
  color: #232323;
}
.cid-vfuO3HXlwi .mbr-text,
.cid-vfuO3HXlwi .mbr-section-btn {
  text-align: left;
}
.cid-vfuO3HXlwi .item-title {
  text-align: left;
}
.cid-vfuO3HXlwi .item-subtitle {
  text-align: left;
}
.cid-vfuO3HXlwi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuO3HXlwi .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuO3HXlwi .embla__button--next,
.cid-vfuO3HXlwi .embla__button--prev {
  display: flex;
}
.cid-vfuO3HXlwi .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuO3HXlwi .embla__button {
    display: none;
  }
}
.cid-vfuO3HXlwi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuO3HXlwi .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuO3HXlwi .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuO3HXlwi .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuO3HXlwi .embla__button {
    top: auto;
  }
}
.cid-vfuO3HXlwi .embla {
  position: relative;
  width: 100%;
}
.cid-vfuO3HXlwi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuO3HXlwi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuO3HXlwi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuO3HXlwi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuO3HXlwi .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuRtgOkbF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuRtgOkbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuRtgOkbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuRtgOkbF .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuNWEJBIa {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuNWEJBIa img,
.cid-vfuNWEJBIa .item-img {
  width: 100%;
}
.cid-vfuNWEJBIa .item:focus,
.cid-vfuNWEJBIa span:focus {
  outline: none;
}
.cid-vfuNWEJBIa .item-wrapper {
  position: relative;
}
.cid-vfuNWEJBIa .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuNWEJBIa .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuNWEJBIa .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuNWEJBIa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuNWEJBIa .mbr-section-title {
  color: #232323;
}
.cid-vfuNWEJBIa .mbr-text,
.cid-vfuNWEJBIa .mbr-section-btn {
  text-align: left;
}
.cid-vfuNWEJBIa .item-title {
  text-align: left;
}
.cid-vfuNWEJBIa .item-subtitle {
  text-align: left;
}
.cid-vfuNWEJBIa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuNWEJBIa .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuNWEJBIa .embla__button--next,
.cid-vfuNWEJBIa .embla__button--prev {
  display: flex;
}
.cid-vfuNWEJBIa .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuNWEJBIa .embla__button {
    display: none;
  }
}
.cid-vfuNWEJBIa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuNWEJBIa .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuNWEJBIa .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuNWEJBIa .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuNWEJBIa .embla__button {
    top: auto;
  }
}
.cid-vfuNWEJBIa .embla {
  position: relative;
  width: 100%;
}
.cid-vfuNWEJBIa .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuNWEJBIa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuNWEJBIa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuNWEJBIa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuNWEJBIa .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuRvuqBVU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuRvuqBVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuRvuqBVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuRvuqBVU .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuNJs1V7w {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuNJs1V7w img,
.cid-vfuNJs1V7w .item-img {
  width: 100%;
}
.cid-vfuNJs1V7w .item:focus,
.cid-vfuNJs1V7w span:focus {
  outline: none;
}
.cid-vfuNJs1V7w .item-wrapper {
  position: relative;
}
.cid-vfuNJs1V7w .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuNJs1V7w .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuNJs1V7w .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuNJs1V7w .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuNJs1V7w .mbr-section-title {
  color: #232323;
}
.cid-vfuNJs1V7w .mbr-text,
.cid-vfuNJs1V7w .mbr-section-btn {
  text-align: left;
}
.cid-vfuNJs1V7w .item-title {
  text-align: left;
}
.cid-vfuNJs1V7w .item-subtitle {
  text-align: left;
}
.cid-vfuNJs1V7w .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuNJs1V7w .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuNJs1V7w .embla__button--next,
.cid-vfuNJs1V7w .embla__button--prev {
  display: flex;
}
.cid-vfuNJs1V7w .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuNJs1V7w .embla__button {
    display: none;
  }
}
.cid-vfuNJs1V7w .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuNJs1V7w .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuNJs1V7w .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuNJs1V7w .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuNJs1V7w .embla__button {
    top: auto;
  }
}
.cid-vfuNJs1V7w .embla {
  position: relative;
  width: 100%;
}
.cid-vfuNJs1V7w .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuNJs1V7w .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuNJs1V7w .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuNJs1V7w .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuNJs1V7w .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuRxAV5Ek {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuRxAV5Ek .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuRxAV5Ek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuRxAV5Ek .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuNBTa8FO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuNBTa8FO img,
.cid-vfuNBTa8FO .item-img {
  width: 100%;
}
.cid-vfuNBTa8FO .item:focus,
.cid-vfuNBTa8FO span:focus {
  outline: none;
}
.cid-vfuNBTa8FO .item-wrapper {
  position: relative;
}
.cid-vfuNBTa8FO .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuNBTa8FO .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuNBTa8FO .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuNBTa8FO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuNBTa8FO .mbr-section-title {
  color: #232323;
}
.cid-vfuNBTa8FO .mbr-text,
.cid-vfuNBTa8FO .mbr-section-btn {
  text-align: left;
}
.cid-vfuNBTa8FO .item-title {
  text-align: left;
}
.cid-vfuNBTa8FO .item-subtitle {
  text-align: left;
}
.cid-vfuNBTa8FO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuNBTa8FO .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuNBTa8FO .embla__button--next,
.cid-vfuNBTa8FO .embla__button--prev {
  display: flex;
}
.cid-vfuNBTa8FO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuNBTa8FO .embla__button {
    display: none;
  }
}
.cid-vfuNBTa8FO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuNBTa8FO .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuNBTa8FO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuNBTa8FO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuNBTa8FO .embla__button {
    top: auto;
  }
}
.cid-vfuNBTa8FO .embla {
  position: relative;
  width: 100%;
}
.cid-vfuNBTa8FO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuNBTa8FO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuNBTa8FO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuNBTa8FO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuNBTa8FO .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuRA6Oo13 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuRA6Oo13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuRA6Oo13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuRA6Oo13 .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuNsXvInh {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuNsXvInh img,
.cid-vfuNsXvInh .item-img {
  width: 100%;
}
.cid-vfuNsXvInh .item:focus,
.cid-vfuNsXvInh span:focus {
  outline: none;
}
.cid-vfuNsXvInh .item-wrapper {
  position: relative;
}
.cid-vfuNsXvInh .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuNsXvInh .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuNsXvInh .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuNsXvInh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuNsXvInh .mbr-section-title {
  color: #232323;
}
.cid-vfuNsXvInh .mbr-text,
.cid-vfuNsXvInh .mbr-section-btn {
  text-align: left;
}
.cid-vfuNsXvInh .item-title {
  text-align: left;
}
.cid-vfuNsXvInh .item-subtitle {
  text-align: left;
}
.cid-vfuNsXvInh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuNsXvInh .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuNsXvInh .embla__button--next,
.cid-vfuNsXvInh .embla__button--prev {
  display: flex;
}
.cid-vfuNsXvInh .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuNsXvInh .embla__button {
    display: none;
  }
}
.cid-vfuNsXvInh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuNsXvInh .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuNsXvInh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuNsXvInh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuNsXvInh .embla__button {
    top: auto;
  }
}
.cid-vfuNsXvInh .embla {
  position: relative;
  width: 100%;
}
.cid-vfuNsXvInh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuNsXvInh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuNsXvInh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuNsXvInh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuNsXvInh .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuRCn5nw5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuRCn5nw5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuRCn5nw5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuRCn5nw5 .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuNkyqAvU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuNkyqAvU img,
.cid-vfuNkyqAvU .item-img {
  width: 100%;
}
.cid-vfuNkyqAvU .item:focus,
.cid-vfuNkyqAvU span:focus {
  outline: none;
}
.cid-vfuNkyqAvU .item-wrapper {
  position: relative;
}
.cid-vfuNkyqAvU .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuNkyqAvU .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuNkyqAvU .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuNkyqAvU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuNkyqAvU .mbr-section-title {
  color: #232323;
}
.cid-vfuNkyqAvU .mbr-text,
.cid-vfuNkyqAvU .mbr-section-btn {
  text-align: left;
}
.cid-vfuNkyqAvU .item-title {
  text-align: left;
}
.cid-vfuNkyqAvU .item-subtitle {
  text-align: left;
}
.cid-vfuNkyqAvU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuNkyqAvU .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuNkyqAvU .embla__button--next,
.cid-vfuNkyqAvU .embla__button--prev {
  display: flex;
}
.cid-vfuNkyqAvU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuNkyqAvU .embla__button {
    display: none;
  }
}
.cid-vfuNkyqAvU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuNkyqAvU .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuNkyqAvU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuNkyqAvU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuNkyqAvU .embla__button {
    top: auto;
  }
}
.cid-vfuNkyqAvU .embla {
  position: relative;
  width: 100%;
}
.cid-vfuNkyqAvU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuNkyqAvU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuNkyqAvU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuNkyqAvU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuNkyqAvU .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuRErUdn3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuRErUdn3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuRErUdn3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuRErUdn3 .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuNcnhTUb {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuNcnhTUb img,
.cid-vfuNcnhTUb .item-img {
  width: 100%;
}
.cid-vfuNcnhTUb .item:focus,
.cid-vfuNcnhTUb span:focus {
  outline: none;
}
.cid-vfuNcnhTUb .item-wrapper {
  position: relative;
}
.cid-vfuNcnhTUb .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuNcnhTUb .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuNcnhTUb .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuNcnhTUb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuNcnhTUb .mbr-section-title {
  color: #232323;
}
.cid-vfuNcnhTUb .mbr-text,
.cid-vfuNcnhTUb .mbr-section-btn {
  text-align: left;
}
.cid-vfuNcnhTUb .item-title {
  text-align: left;
}
.cid-vfuNcnhTUb .item-subtitle {
  text-align: left;
}
.cid-vfuNcnhTUb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuNcnhTUb .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuNcnhTUb .embla__button--next,
.cid-vfuNcnhTUb .embla__button--prev {
  display: flex;
}
.cid-vfuNcnhTUb .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuNcnhTUb .embla__button {
    display: none;
  }
}
.cid-vfuNcnhTUb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuNcnhTUb .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuNcnhTUb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuNcnhTUb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuNcnhTUb .embla__button {
    top: auto;
  }
}
.cid-vfuNcnhTUb .embla {
  position: relative;
  width: 100%;
}
.cid-vfuNcnhTUb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuNcnhTUb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuNcnhTUb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuNcnhTUb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuNcnhTUb .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuRGAUFUt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuRGAUFUt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuRGAUFUt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuRGAUFUt .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuN5roC3g {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuN5roC3g img,
.cid-vfuN5roC3g .item-img {
  width: 100%;
}
.cid-vfuN5roC3g .item:focus,
.cid-vfuN5roC3g span:focus {
  outline: none;
}
.cid-vfuN5roC3g .item-wrapper {
  position: relative;
}
.cid-vfuN5roC3g .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuN5roC3g .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuN5roC3g .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuN5roC3g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuN5roC3g .mbr-section-title {
  color: #232323;
}
.cid-vfuN5roC3g .mbr-text,
.cid-vfuN5roC3g .mbr-section-btn {
  text-align: left;
}
.cid-vfuN5roC3g .item-title {
  text-align: left;
}
.cid-vfuN5roC3g .item-subtitle {
  text-align: left;
}
.cid-vfuN5roC3g .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuN5roC3g .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuN5roC3g .embla__button--next,
.cid-vfuN5roC3g .embla__button--prev {
  display: flex;
}
.cid-vfuN5roC3g .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuN5roC3g .embla__button {
    display: none;
  }
}
.cid-vfuN5roC3g .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuN5roC3g .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuN5roC3g .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuN5roC3g .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuN5roC3g .embla__button {
    top: auto;
  }
}
.cid-vfuN5roC3g .embla {
  position: relative;
  width: 100%;
}
.cid-vfuN5roC3g .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuN5roC3g .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuN5roC3g .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuN5roC3g .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuN5roC3g .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuRIzwLat {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuRIzwLat .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuRIzwLat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuRIzwLat .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuMY6FB7Y {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuMY6FB7Y img,
.cid-vfuMY6FB7Y .item-img {
  width: 100%;
}
.cid-vfuMY6FB7Y .item:focus,
.cid-vfuMY6FB7Y span:focus {
  outline: none;
}
.cid-vfuMY6FB7Y .item-wrapper {
  position: relative;
}
.cid-vfuMY6FB7Y .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuMY6FB7Y .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuMY6FB7Y .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuMY6FB7Y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuMY6FB7Y .mbr-section-title {
  color: #232323;
}
.cid-vfuMY6FB7Y .mbr-text,
.cid-vfuMY6FB7Y .mbr-section-btn {
  text-align: left;
}
.cid-vfuMY6FB7Y .item-title {
  text-align: left;
}
.cid-vfuMY6FB7Y .item-subtitle {
  text-align: left;
}
.cid-vfuMY6FB7Y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuMY6FB7Y .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuMY6FB7Y .embla__button--next,
.cid-vfuMY6FB7Y .embla__button--prev {
  display: flex;
}
.cid-vfuMY6FB7Y .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuMY6FB7Y .embla__button {
    display: none;
  }
}
.cid-vfuMY6FB7Y .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuMY6FB7Y .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuMY6FB7Y .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuMY6FB7Y .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuMY6FB7Y .embla__button {
    top: auto;
  }
}
.cid-vfuMY6FB7Y .embla {
  position: relative;
  width: 100%;
}
.cid-vfuMY6FB7Y .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuMY6FB7Y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuMY6FB7Y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuMY6FB7Y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuMY6FB7Y .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuRKU1irh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuRKU1irh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuRKU1irh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuRKU1irh .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuMOWQjbz {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuMOWQjbz img,
.cid-vfuMOWQjbz .item-img {
  width: 100%;
}
.cid-vfuMOWQjbz .item:focus,
.cid-vfuMOWQjbz span:focus {
  outline: none;
}
.cid-vfuMOWQjbz .item-wrapper {
  position: relative;
}
.cid-vfuMOWQjbz .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuMOWQjbz .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuMOWQjbz .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuMOWQjbz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuMOWQjbz .mbr-section-title {
  color: #232323;
}
.cid-vfuMOWQjbz .mbr-text,
.cid-vfuMOWQjbz .mbr-section-btn {
  text-align: left;
}
.cid-vfuMOWQjbz .item-title {
  text-align: left;
}
.cid-vfuMOWQjbz .item-subtitle {
  text-align: left;
}
.cid-vfuMOWQjbz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuMOWQjbz .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuMOWQjbz .embla__button--next,
.cid-vfuMOWQjbz .embla__button--prev {
  display: flex;
}
.cid-vfuMOWQjbz .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuMOWQjbz .embla__button {
    display: none;
  }
}
.cid-vfuMOWQjbz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuMOWQjbz .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuMOWQjbz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuMOWQjbz .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuMOWQjbz .embla__button {
    top: auto;
  }
}
.cid-vfuMOWQjbz .embla {
  position: relative;
  width: 100%;
}
.cid-vfuMOWQjbz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuMOWQjbz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuMOWQjbz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuMOWQjbz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuMOWQjbz .mbr-section-subtitle {
  text-align: center;
}
.cid-vfQEusqbAP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #18252d;
}
.cid-vfQEusqbAP .justify-content-center {
  align-items: center;
}
.cid-vfQEusqbAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQEusqbAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQEusqbAP .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfQEusqbAP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfQEusqbAP .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfQEusqbAP .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfQEusqbAP .row {
  align-items: center;
}
.cid-vfQEusqbAP .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-vfQEusqbAP .card-text {
    text-align: center;
  }
}
.cid-vfhP3h4KwL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfhP3h4KwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhP3h4KwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vfhP3h4KwL .container {
    max-width: 1400px;
  }
}
.cid-vfhP3h4KwL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fde403;
  margin-bottom: 2rem;
}
.cid-vfhP3h4KwL .row {
  justify-content: center;
}
.cid-vfhP3h4KwL .card-title,
.cid-vfhP3h4KwL .iconfont-wrapper {
  color: #424754;
}
.cid-vfhP3h4KwL .card-text {
  color: #424754;
}
.cid-vfhP3h4KwL .mbr-section-subtitle {
  color: #424754;
}
.cid-vfhP3h4KwL .mbr-section-title {
  color: #424754;
}
.cid-vfhP3jZRib {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-207-1920x600.jpg");
}
.cid-vfhP3jZRib .justify-content-center {
  align-items: center;
}
.cid-vfhP3jZRib .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhP3jZRib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhP3jZRib .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfhP3jZRib .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfhP3jZRib .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfhP3jZRib .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfhP3jZRib .row {
  align-items: center;
}
.cid-vfhP3jZRib .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-vfhP3jZRib .card-text {
    text-align: center;
  }
}
.cid-vfhP3kajLX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #31353e;
}
.cid-vfhP3kajLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhP3kajLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhP3kajLX .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vfhP3kajLX .footer-col {
    flex-direction: column;
  }
}
.cid-vfhP3kajLX .row {
  background: #31353e;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfhP3kajLX .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfhP3kajLX .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhP3kajLX .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhP3kajLX .mbr-section-btn {
    text-align: center;
  }
}
.cid-vfhP3kajLX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfhP3kajLX .soc-item {
  margin: 8px;
}
.cid-vfhP3kajLX .soc-item a:hover .mbr-iconfont,
.cid-vfhP3kajLX .soc-item a:focus .mbr-iconfont {
  background-color: #31353e;
}
.cid-vfhP3kajLX .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fde403;
  color: #31353e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhP3kajLX .row {
    text-align: center;
  }
  .cid-vfhP3kajLX .social-row {
    justify-content: center;
  }
}
.cid-vfhP3kajLX .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vfhP3kajLX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhP3kajLX .list {
    margin-bottom: 0rem;
  }
}
.cid-vfhP3kajLX .mbr-text {
  color: #bbbbbb;
}
.cid-vfhP3kajLX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfhP3kajLX .list,
.cid-vfhP3kajLX .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfhP3kajLX .copyright {
  color: #000000;
}
.cid-vfhP3kpGv8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31353e;
}
.cid-vfhP3kpGv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhP3kpGv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhP3kpGv8 .media-container-row {
  justify-content: space-between;
}
.cid-vfhP3kpGv8 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vfhP3kpGv8 .text-content {
    max-width: none;
  }
}
.cid-vfhP3kpGv8 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fde403;
  border: 2px solid #fde403;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vfhP3kpGv8 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vfhP3kpGv8 .mbr-iconfont-social:hover {
  background-color: #fde403;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vfhP3kpGv8 .icons {
    justify-content: center !important;
  }
  .cid-vfhP3kpGv8 .text-content * {
    text-align: center;
  }
}
.cid-vfhP3kpGv8 .mbr-section-title {
  color: #ffffff;
}
.cid-vfhP3kpGv8 .mbr-text {
  color: #ffffff;
}
.cid-vfirCHvr6E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfirCHvr6E input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-vfirCHvr6E input:hover {
  border: none !important;
}
.cid-vfirCHvr6E .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-vfirCHvr6E .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-vfirCHvr6E .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfirCHvr6E .row {
  justify-content: center;
}
.cid-vfirCHvr6E .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-vfirCHvr6E .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-vfirCHvr6E .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vfirCHvr6E .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vfirCHvr6E .justify-content-center {
  align-items: center;
}
.cid-vfirCHvr6E .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfirDAyIez {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #31353e;
}
.cid-vfirDAyIez img,
.cid-vfirDAyIez .item-img {
  width: 100%;
}
.cid-vfirDAyIez .item:focus,
.cid-vfirDAyIez span:focus {
  outline: none;
}
.cid-vfirDAyIez .item-wrapper {
  position: relative;
}
.cid-vfirDAyIez .slide-content {
  position: relative;
  border-radius: 4px;
  background: #31353e;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfirDAyIez .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfirDAyIez .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfirDAyIez .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfirDAyIez .mbr-section-title {
  color: #ffffff;
}
.cid-vfirDAyIez .mbr-text,
.cid-vfirDAyIez .mbr-section-btn {
  text-align: left;
}
.cid-vfirDAyIez .item-title {
  text-align: left;
}
.cid-vfirDAyIez .item-subtitle {
  text-align: left;
}
.cid-vfirDAyIez .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfirDAyIez .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfirDAyIez .embla__button--next,
.cid-vfirDAyIez .embla__button--prev {
  display: flex;
}
.cid-vfirDAyIez .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfirDAyIez .embla__button {
    display: none;
  }
}
.cid-vfirDAyIez .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfirDAyIez .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfirDAyIez .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfirDAyIez .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfirDAyIez .embla__button {
    top: auto;
  }
}
.cid-vfirDAyIez .embla {
  position: relative;
  width: 100%;
}
.cid-vfirDAyIez .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfirDAyIez .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfirDAyIez .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfirDAyIez .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfirDAyIez .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfhP3kP02H {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfhP3kP02H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhP3kP02H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhP3kP02H .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfhP3kP02H .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfhP3kP02H .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #fce512;
}
@media (max-width: 767px) {
  .cid-vfhP3kP02H .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vfhP3kP02H .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vfhP3kP02H .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-vfhP3kP02H .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vfhP3kP02H .nav-link,
.cid-vfhP3kP02H .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vfhP3kP02H .nav-tabs .nav-link.active {
  color: #fce512;
  border-bottom: 3px solid #fce512;
}
.cid-vfhP3kP02H .mbr-section-subtitle {
  text-align: center;
}
.cid-vfhP3kP02H .mbr-section-title {
  text-align: center;
}
.cid-vfhP3kP02H .mbr-text {
  color: #ffffff;
}
.cid-vfhP3l3tRj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #31353e;
}
.cid-vfhP3l3tRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhP3l3tRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhP3l3tRj .mbr-section-title {
  color: #ffffff;
}
.cid-vfhPdyYCaK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vfhPdyYCaK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhPdyYCaK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vfhPdyYCaK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfhPdyYCaK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vfhPdyYCaK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfhPdyYCaK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfhPdyYCaK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vfhPdyYCaK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vfhPdyYCaK .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vfhPdyYCaK .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vfhPdyYCaK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vfhPdyYCaK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vfhPdyYCaK .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vfhPdyYCaK .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vfhPdyYCaK .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vfhPdyYCaK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vfhPdyYCaK .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfhPdyYCaK .navbar-logo {
    padding-left: 0;
  }
}
.cid-vfhPdyYCaK .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhPdyYCaK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vfhPdyYCaK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vfhPdyYCaK .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #31353e;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vfhPdyYCaK .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhPdyYCaK .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vfhPdyYCaK .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfhPdyYCaK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #31353e;
}
.cid-vfhPdyYCaK .nav-item:focus,
.cid-vfhPdyYCaK .nav-link:focus {
  outline: none;
}
.cid-vfhPdyYCaK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfhPdyYCaK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfhPdyYCaK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfhPdyYCaK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfhPdyYCaK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfhPdyYCaK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfhPdyYCaK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vfhPdyYCaK .navbar.opened {
  transition: all 0.3s;
}
.cid-vfhPdyYCaK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfhPdyYCaK .navbar .navbar-logo img {
  width: auto;
}
.cid-vfhPdyYCaK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vfhPdyYCaK .navbar.collapsed {
  justify-content: center;
}
.cid-vfhPdyYCaK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfhPdyYCaK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfhPdyYCaK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfhPdyYCaK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfhPdyYCaK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfhPdyYCaK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfhPdyYCaK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfhPdyYCaK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfhPdyYCaK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhPdyYCaK .navbar {
    min-height: 72px;
  }
  .cid-vfhPdyYCaK .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vfhPdyYCaK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfhPdyYCaK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfhPdyYCaK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfhPdyYCaK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfhPdyYCaK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfhPdyYCaK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfhPdyYCaK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vfhPdyYCaK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfhPdyYCaK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfhPdyYCaK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vfhPdyYCaK .dropdown-item.active,
.cid-vfhPdyYCaK .dropdown-item:active {
  background-color: transparent;
}
.cid-vfhPdyYCaK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfhPdyYCaK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfhPdyYCaK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfhPdyYCaK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #31353e;
}
.cid-vfhPdyYCaK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vfhPdyYCaK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vfhPdyYCaK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfhPdyYCaK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vfhPdyYCaK .navbar-buttons {
    text-align: left;
  }
}
.cid-vfhPdyYCaK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfhPdyYCaK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfhPdyYCaK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfhPdyYCaK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhPdyYCaK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhPdyYCaK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfhPdyYCaK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhPdyYCaK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfhPdyYCaK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfhPdyYCaK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhPdyYCaK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfhPdyYCaK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfhPdyYCaK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfhPdyYCaK .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfhPdyYCaK .navbar {
    height: 70px;
  }
  .cid-vfhPdyYCaK .navbar.opened {
    height: auto;
  }
  .cid-vfhPdyYCaK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfhPdyYCaK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vfhPdyYCaK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vfhPdyYCaK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vfhPdyYCaK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vfhPdyYCaK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vfhPdyYCaK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vfhPdyYCaK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vfhPdyYCaK .navbar-brand {
    margin-right: auto;
  }
  .cid-vfhPdyYCaK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #31353e;
    backdrop-filter: blur(8px);
  }
  .cid-vfhPdyYCaK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vfhPdyYCaK .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vfhPdyYCaK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhPdyYCaK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vfhPdyYCaK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vfhPdyYCaK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vfhPdyYCaK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vfhPdyYCaK .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhPdyYCaK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfhPdyYCaK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfhPdzdfv3 {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/kapak-2020-1920x600.jpg");
}
.cid-vfhPdzdfv3 .mbr-overlay {
  background-color: #424754;
  opacity: 0.8;
}
.cid-vfhPdzdfv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPdzdfv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPdzdfv3 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vfhPdzdfv3 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vfhPdzdfv3 {
    align-items: center;
  }
  .cid-vfhPdzdfv3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfhPdzdfv3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfhPdzdfv3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfhPdzdfv3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfhPdzdfv3 .content-wrap {
    width: 100%;
  }
}
.cid-vfhPdzdfv3 .mbr-section-title {
  text-align: center;
}
.cid-vfhPdzdfv3 .mbr-text,
.cid-vfhPdzdfv3 .mbr-section-btn {
  text-align: center;
}
.cid-vftUhaGgUk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vftUhaGgUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vftUhaGgUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vftUhaGgUk .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4d565f;
  margin-bottom: 2rem;
}
.cid-vftUhaGgUk .card-wrapper {
  padding: 3rem;
  background: #424855;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-vftUhaGgUk .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vftUhaGgUk .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vftUhaGgUk .card-title {
  color: #ffffff;
}
.cid-vftUhaGgUk .mbr-text {
  color: #ffffff;
}
.cid-vftUhaGgUk .link {
  color: #ffffff;
}
.cid-vfQGxQ05It {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfQGxQ05It .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQGxQ05It .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQGxQ05It .mbr-section-title {
  color: #ffffff;
}
.cid-vfQGumec6q {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfQGumec6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQGumec6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQGumec6q .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfQGumec6q .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfQGumec6q .mbr-section-title {
  text-align: center;
}
.cid-vfQGumec6q .mbr-section-subtitle {
  text-align: center;
}
.cid-vfQGumec6q .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vfQGumec6q .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vfQGumec6q .content-head {
  max-width: 800px;
}
.cid-vfQGumec6q .img-box {
  display: flex;
  justify-content: center;
}
.cid-vfQGumec6q .card-title {
  text-align: center;
}
.cid-vfQGumec6q .card-text {
  text-align: center;
}
.cid-vfQGumec6q .link {
  text-align: center;
}
.cid-vftTzP8sFF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-vftTzP8sFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vftTzP8sFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vftTzP8sFF .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-vftTzP8sFF .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-vftTzP8sFF .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vftTzP8sFF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vftTzP8sFF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vftTzP8sFF .content-head {
  max-width: 800px;
}
.cid-vfLuZGDPrw {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfLroUH4Hh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-vfLroUH4Hh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfLroUH4Hh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfLroUH4Hh .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfLroUH4Hh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfLroUH4Hh .mbr-section-title {
  text-align: center;
}
.cid-vfLroUH4Hh .mbr-section-subtitle {
  text-align: center;
}
.cid-vfLroUH4Hh .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vfLroUH4Hh .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vfLroUH4Hh .content-head {
  max-width: 800px;
}
.cid-vfLroUH4Hh .img-box {
  display: flex;
  justify-content: center;
}
.cid-vfLroUH4Hh .card-title {
  text-align: center;
}
.cid-vfLroUH4Hh .card-text {
  text-align: center;
}
.cid-vfLroUH4Hh .link {
  text-align: center;
}
.cid-vfhPdzEpuo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfhPdzEpuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPdzEpuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPdzEpuo .mbr-section-title {
  color: #ffffff;
}
.cid-vfhPdzQT4o {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-vfhPdzQT4o .mbr-overlay {
  background-color: #424754;
  opacity: 0.8;
}
.cid-vfhPdzQT4o form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vfhPdzQT4o form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vfhPdzQT4o form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vfhPdzQT4o .mbr-section-title {
  color: #424754;
}
.cid-vfhPdzQT4o .mbr-section-subtitle {
  color: #424754;
}
.cid-vfhPdA3Nwf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfhPdA3Nwf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPdA3Nwf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vfhPdA3Nwf .container {
    max-width: 1400px;
  }
}
.cid-vfhPdA3Nwf .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fde403;
  margin-bottom: 2rem;
}
.cid-vfhPdA3Nwf .row {
  justify-content: center;
}
.cid-vfhPdA3Nwf .card-title,
.cid-vfhPdA3Nwf .iconfont-wrapper {
  color: #424754;
}
.cid-vfhPdA3Nwf .card-text {
  color: #424754;
}
.cid-vfhPdA3Nwf .mbr-section-subtitle {
  color: #424754;
}
.cid-vfhPdA3Nwf .mbr-section-title {
  color: #424754;
}
.cid-vfhPdBC3Xw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-207-1920x600.jpg");
}
.cid-vfhPdBC3Xw .justify-content-center {
  align-items: center;
}
.cid-vfhPdBC3Xw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPdBC3Xw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPdBC3Xw .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfhPdBC3Xw .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfhPdBC3Xw .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfhPdBC3Xw .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfhPdBC3Xw .row {
  align-items: center;
}
.cid-vfhPdBC3Xw .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-vfhPdBC3Xw .card-text {
    text-align: center;
  }
}
.cid-vfhPdBSoBF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #31353e;
}
.cid-vfhPdBSoBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPdBSoBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPdBSoBF .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vfhPdBSoBF .footer-col {
    flex-direction: column;
  }
}
.cid-vfhPdBSoBF .row {
  background: #31353e;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfhPdBSoBF .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfhPdBSoBF .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhPdBSoBF .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhPdBSoBF .mbr-section-btn {
    text-align: center;
  }
}
.cid-vfhPdBSoBF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfhPdBSoBF .soc-item {
  margin: 8px;
}
.cid-vfhPdBSoBF .soc-item a:hover .mbr-iconfont,
.cid-vfhPdBSoBF .soc-item a:focus .mbr-iconfont {
  background-color: #31353e;
}
.cid-vfhPdBSoBF .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fde403;
  color: #31353e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhPdBSoBF .row {
    text-align: center;
  }
  .cid-vfhPdBSoBF .social-row {
    justify-content: center;
  }
}
.cid-vfhPdBSoBF .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vfhPdBSoBF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhPdBSoBF .list {
    margin-bottom: 0rem;
  }
}
.cid-vfhPdBSoBF .mbr-text {
  color: #bbbbbb;
}
.cid-vfhPdBSoBF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfhPdBSoBF .list,
.cid-vfhPdBSoBF .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfhPdBSoBF .copyright {
  color: #000000;
}
.cid-vfhPdCb9K5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31353e;
}
.cid-vfhPdCb9K5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPdCb9K5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPdCb9K5 .media-container-row {
  justify-content: space-between;
}
.cid-vfhPdCb9K5 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vfhPdCb9K5 .text-content {
    max-width: none;
  }
}
.cid-vfhPdCb9K5 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fde403;
  border: 2px solid #fde403;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vfhPdCb9K5 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vfhPdCb9K5 .mbr-iconfont-social:hover {
  background-color: #fde403;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vfhPdCb9K5 .icons {
    justify-content: center !important;
  }
  .cid-vfhPdCb9K5 .text-content * {
    text-align: center;
  }
}
.cid-vfhPdCb9K5 .mbr-section-title {
  color: #ffffff;
}
.cid-vfhPdCb9K5 .mbr-text {
  color: #ffffff;
}
.cid-vfirILhOjR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfirILhOjR input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-vfirILhOjR input:hover {
  border: none !important;
}
.cid-vfirILhOjR .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-vfirILhOjR .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-vfirILhOjR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfirILhOjR .row {
  justify-content: center;
}
.cid-vfirILhOjR .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-vfirILhOjR .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-vfirILhOjR .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vfirILhOjR .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vfirILhOjR .justify-content-center {
  align-items: center;
}
.cid-vfirILhOjR .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfirJmTtUw {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #31353e;
}
.cid-vfirJmTtUw img,
.cid-vfirJmTtUw .item-img {
  width: 100%;
}
.cid-vfirJmTtUw .item:focus,
.cid-vfirJmTtUw span:focus {
  outline: none;
}
.cid-vfirJmTtUw .item-wrapper {
  position: relative;
}
.cid-vfirJmTtUw .slide-content {
  position: relative;
  border-radius: 4px;
  background: #31353e;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfirJmTtUw .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfirJmTtUw .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfirJmTtUw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfirJmTtUw .mbr-section-title {
  color: #ffffff;
}
.cid-vfirJmTtUw .mbr-text,
.cid-vfirJmTtUw .mbr-section-btn {
  text-align: left;
}
.cid-vfirJmTtUw .item-title {
  text-align: left;
}
.cid-vfirJmTtUw .item-subtitle {
  text-align: left;
}
.cid-vfirJmTtUw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfirJmTtUw .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfirJmTtUw .embla__button--next,
.cid-vfirJmTtUw .embla__button--prev {
  display: flex;
}
.cid-vfirJmTtUw .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfirJmTtUw .embla__button {
    display: none;
  }
}
.cid-vfirJmTtUw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfirJmTtUw .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfirJmTtUw .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfirJmTtUw .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfirJmTtUw .embla__button {
    top: auto;
  }
}
.cid-vfirJmTtUw .embla {
  position: relative;
  width: 100%;
}
.cid-vfirJmTtUw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfirJmTtUw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfirJmTtUw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfirJmTtUw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfirJmTtUw .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfhPdCuYfw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfhPdCuYfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPdCuYfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPdCuYfw .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfhPdCuYfw .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfhPdCuYfw .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #fce512;
}
@media (max-width: 767px) {
  .cid-vfhPdCuYfw .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vfhPdCuYfw .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vfhPdCuYfw .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-vfhPdCuYfw .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vfhPdCuYfw .nav-link,
.cid-vfhPdCuYfw .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vfhPdCuYfw .nav-tabs .nav-link.active {
  color: #fce512;
  border-bottom: 3px solid #fce512;
}
.cid-vfhPdCuYfw .mbr-section-subtitle {
  text-align: center;
}
.cid-vfhPdCuYfw .mbr-section-title {
  text-align: center;
}
.cid-vfhPdCuYfw .mbr-text {
  color: #ffffff;
}
.cid-vfhPdCNGez {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #31353e;
}
.cid-vfhPdCNGez .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPdCNGez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPdCNGez .mbr-section-title {
  color: #ffffff;
}
.cid-vfhPoT7EsZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vfhPoT7EsZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhPoT7EsZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vfhPoT7EsZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfhPoT7EsZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vfhPoT7EsZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfhPoT7EsZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfhPoT7EsZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vfhPoT7EsZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vfhPoT7EsZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vfhPoT7EsZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vfhPoT7EsZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vfhPoT7EsZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vfhPoT7EsZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vfhPoT7EsZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vfhPoT7EsZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vfhPoT7EsZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vfhPoT7EsZ .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfhPoT7EsZ .navbar-logo {
    padding-left: 0;
  }
}
.cid-vfhPoT7EsZ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhPoT7EsZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vfhPoT7EsZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vfhPoT7EsZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #31353e;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vfhPoT7EsZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhPoT7EsZ .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vfhPoT7EsZ .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfhPoT7EsZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #31353e;
}
.cid-vfhPoT7EsZ .nav-item:focus,
.cid-vfhPoT7EsZ .nav-link:focus {
  outline: none;
}
.cid-vfhPoT7EsZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfhPoT7EsZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfhPoT7EsZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfhPoT7EsZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfhPoT7EsZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfhPoT7EsZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfhPoT7EsZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vfhPoT7EsZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vfhPoT7EsZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfhPoT7EsZ .navbar .navbar-logo img {
  width: auto;
}
.cid-vfhPoT7EsZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vfhPoT7EsZ .navbar.collapsed {
  justify-content: center;
}
.cid-vfhPoT7EsZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfhPoT7EsZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfhPoT7EsZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfhPoT7EsZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfhPoT7EsZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfhPoT7EsZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfhPoT7EsZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfhPoT7EsZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfhPoT7EsZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhPoT7EsZ .navbar {
    min-height: 72px;
  }
  .cid-vfhPoT7EsZ .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vfhPoT7EsZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfhPoT7EsZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfhPoT7EsZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfhPoT7EsZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfhPoT7EsZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfhPoT7EsZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfhPoT7EsZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vfhPoT7EsZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfhPoT7EsZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfhPoT7EsZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vfhPoT7EsZ .dropdown-item.active,
.cid-vfhPoT7EsZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vfhPoT7EsZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfhPoT7EsZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfhPoT7EsZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfhPoT7EsZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #31353e;
}
.cid-vfhPoT7EsZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vfhPoT7EsZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vfhPoT7EsZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfhPoT7EsZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vfhPoT7EsZ .navbar-buttons {
    text-align: left;
  }
}
.cid-vfhPoT7EsZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfhPoT7EsZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfhPoT7EsZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfhPoT7EsZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhPoT7EsZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhPoT7EsZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfhPoT7EsZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhPoT7EsZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfhPoT7EsZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfhPoT7EsZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhPoT7EsZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfhPoT7EsZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfhPoT7EsZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfhPoT7EsZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfhPoT7EsZ .navbar {
    height: 70px;
  }
  .cid-vfhPoT7EsZ .navbar.opened {
    height: auto;
  }
  .cid-vfhPoT7EsZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfhPoT7EsZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vfhPoT7EsZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vfhPoT7EsZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vfhPoT7EsZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vfhPoT7EsZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vfhPoT7EsZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vfhPoT7EsZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vfhPoT7EsZ .navbar-brand {
    margin-right: auto;
  }
  .cid-vfhPoT7EsZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #31353e;
    backdrop-filter: blur(8px);
  }
  .cid-vfhPoT7EsZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vfhPoT7EsZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vfhPoT7EsZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhPoT7EsZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vfhPoT7EsZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vfhPoT7EsZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vfhPoT7EsZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vfhPoT7EsZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhPoT7EsZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfhPoT7EsZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfhPoTKo11 {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-2066-1920x800.jpg");
}
.cid-vfhPoTKo11 .mbr-overlay {
  background-color: #424754;
  opacity: 0.8;
}
.cid-vfhPoTKo11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPoTKo11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPoTKo11 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vfhPoTKo11 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vfhPoTKo11 {
    align-items: center;
  }
  .cid-vfhPoTKo11 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfhPoTKo11 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfhPoTKo11 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfhPoTKo11 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfhPoTKo11 .content-wrap {
    width: 100%;
  }
}
.cid-vfhPoTKo11 .mbr-section-title {
  text-align: center;
}
.cid-vfhPoTKo11 .mbr-text,
.cid-vfhPoTKo11 .mbr-section-btn {
  text-align: center;
}
.cid-vfhPoUbYhp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfhPoUbYhp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPoUbYhp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPoUbYhp .mbr-section-title {
  color: #ffffff;
}
.cid-vfhPoUbYhp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfQHzgkvn4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfQHzgkvn4 .video-wrapper iframe {
  width: 100%;
}
.cid-vfQHzgkvn4 .mbr-section-title,
.cid-vfQHzgkvn4 .mbr-section-subtitle,
.cid-vfQHzgkvn4 .mbr-text {
  text-align: center;
}
.cid-vfuAXNKhTL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfuAXNKhTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuAXNKhTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfuAXNKhTL .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-vfuAXNKhTL .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vfuAXNKhTL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfuAXNKhTL .media-content,
.cid-vfuAXNKhTL .mbr-figure {
  align-self: center;
}
.cid-vfuAXNKhTL .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-vfuAXNKhTL .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-vfuAXNKhTL .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-vfuAXNKhTL .mbr-section-title {
  text-align: center;
}
.cid-vfuAXNKhTL .mbr-text,
.cid-vfuAXNKhTL .mbr-section-btn {
  text-align: center;
}
.cid-vfuIgyEOhA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #424754;
}
.cid-vfuIgyEOhA .mbr-section-title {
  text-align: center;
  color: #424754;
}
.cid-vfuIgyEOhA .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vfuDf44aqV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfuDf44aqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuDf44aqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuDf44aqV .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vfuDf44aqV .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-vfuDf44aqV .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vfuDf44aqV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfuDf44aqV .media-content,
.cid-vfuDf44aqV .mbr-figure {
  align-self: center;
}
.cid-vfuDf44aqV .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-vfuDf44aqV .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-vfuDf44aqV .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-vfuDf44aqV .mbr-section-title {
  text-align: center;
}
.cid-vfuDf44aqV .mbr-text,
.cid-vfuDf44aqV .mbr-section-btn {
  text-align: center;
}
.cid-vfuIugGDsU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #424754;
}
.cid-vfuIugGDsU .mbr-section-title {
  text-align: center;
  color: #424754;
}
.cid-vfuIugGDsU .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vfuDnnt2Be {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfuDnnt2Be .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuDnnt2Be .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfuDnnt2Be .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-vfuDnnt2Be .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vfuDnnt2Be .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfuDnnt2Be .media-content,
.cid-vfuDnnt2Be .mbr-figure {
  align-self: center;
}
.cid-vfuDnnt2Be .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-vfuDnnt2Be .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-vfuDnnt2Be .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-vfuDnnt2Be .mbr-section-title {
  text-align: center;
}
.cid-vfuDnnt2Be .mbr-text,
.cid-vfuDnnt2Be .mbr-section-btn {
  text-align: center;
}
.cid-vfuID8Wqx0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #424754;
}
.cid-vfuID8Wqx0 .mbr-section-title {
  text-align: center;
  color: #424754;
}
.cid-vfuID8Wqx0 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vfuDH18jd6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfuDH18jd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuDH18jd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuDH18jd6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vfuDH18jd6 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-vfuDH18jd6 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vfuDH18jd6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfuDH18jd6 .media-content,
.cid-vfuDH18jd6 .mbr-figure {
  align-self: center;
}
.cid-vfuDH18jd6 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-vfuDH18jd6 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-vfuDH18jd6 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-vfuDH18jd6 .mbr-section-title {
  text-align: center;
}
.cid-vfuDH18jd6 .mbr-text,
.cid-vfuDH18jd6 .mbr-section-btn {
  text-align: center;
}
.cid-vfuIH6O7W6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #424754;
}
.cid-vfuIH6O7W6 .mbr-section-title {
  text-align: center;
  color: #424754;
}
.cid-vfuIH6O7W6 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vfuDxURrcN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfuDxURrcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuDxURrcN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfuDxURrcN .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-vfuDxURrcN .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vfuDxURrcN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfuDxURrcN .media-content,
.cid-vfuDxURrcN .mbr-figure {
  align-self: center;
}
.cid-vfuDxURrcN .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-vfuDxURrcN .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-vfuDxURrcN .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-vfuDxURrcN .mbr-section-title {
  text-align: center;
}
.cid-vfuDxURrcN .mbr-text,
.cid-vfuDxURrcN .mbr-section-btn {
  text-align: center;
}
.cid-vfuIFr3Hdi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #424754;
}
.cid-vfuIFr3Hdi .mbr-section-title {
  text-align: center;
  color: #424754;
}
.cid-vfuIFr3Hdi .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vfuDKxSvt1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfuDKxSvt1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuDKxSvt1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuDKxSvt1 .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vfuDKxSvt1 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-vfuDKxSvt1 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vfuDKxSvt1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfuDKxSvt1 .media-content,
.cid-vfuDKxSvt1 .mbr-figure {
  align-self: center;
}
.cid-vfuDKxSvt1 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-vfuDKxSvt1 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-vfuDKxSvt1 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-vfuDKxSvt1 .mbr-section-title {
  text-align: center;
}
.cid-vfuDKxSvt1 .mbr-text,
.cid-vfuDKxSvt1 .mbr-section-btn {
  text-align: center;
}
.cid-vfuIS2lsQs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #424754;
}
.cid-vfuIS2lsQs .mbr-section-title {
  text-align: center;
  color: #424754;
}
.cid-vfuIS2lsQs .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vfuDUl8Ujt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfuDUl8Ujt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuDUl8Ujt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfuDUl8Ujt .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-vfuDUl8Ujt .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vfuDUl8Ujt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfuDUl8Ujt .media-content,
.cid-vfuDUl8Ujt .mbr-figure {
  align-self: center;
}
.cid-vfuDUl8Ujt .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-vfuDUl8Ujt .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-vfuDUl8Ujt .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-vfuDUl8Ujt .mbr-section-title {
  text-align: center;
}
.cid-vfuDUl8Ujt .mbr-text,
.cid-vfuDUl8Ujt .mbr-section-btn {
  text-align: center;
}
.cid-vfuIULEtSE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #424754;
}
.cid-vfuIULEtSE .mbr-section-title {
  text-align: center;
  color: #424754;
}
.cid-vfuIULEtSE .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vfuDYXeUHY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfuDYXeUHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuDYXeUHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuDYXeUHY .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vfuDYXeUHY .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-vfuDYXeUHY .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vfuDYXeUHY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfuDYXeUHY .media-content,
.cid-vfuDYXeUHY .mbr-figure {
  align-self: center;
}
.cid-vfuDYXeUHY .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-vfuDYXeUHY .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-vfuDYXeUHY .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-vfuDYXeUHY .mbr-section-title {
  text-align: center;
}
.cid-vfuDYXeUHY .mbr-text,
.cid-vfuDYXeUHY .mbr-section-btn {
  text-align: center;
}
.cid-vfuIYIJrxi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #424754;
}
.cid-vfuIYIJrxi .mbr-section-title {
  text-align: center;
  color: #424754;
}
.cid-vfuIYIJrxi .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vfLawbmWqR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfLawbmWqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfLawbmWqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfLawbmWqR .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-vfLawbmWqR .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vfLawbmWqR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfLawbmWqR .media-content,
.cid-vfLawbmWqR .mbr-figure {
  align-self: center;
}
.cid-vfLawbmWqR .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-vfLawbmWqR .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-vfLawbmWqR .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-vfLawbmWqR .mbr-section-title {
  text-align: center;
}
.cid-vfLawbmWqR .mbr-text,
.cid-vfLawbmWqR .mbr-section-btn {
  text-align: center;
}
.cid-vfLaPNNqrY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #424754;
}
.cid-vfLaPNNqrY .mbr-section-title {
  text-align: center;
  color: #424754;
}
.cid-vfLaPNNqrY .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vfLaApmJmg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfLaApmJmg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfLaApmJmg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfLaApmJmg .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vfLaApmJmg .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-vfLaApmJmg .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vfLaApmJmg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfLaApmJmg .media-content,
.cid-vfLaApmJmg .mbr-figure {
  align-self: center;
}
.cid-vfLaApmJmg .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-vfLaApmJmg .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-vfLaApmJmg .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-vfLaApmJmg .mbr-section-title {
  text-align: center;
}
.cid-vfLaApmJmg .mbr-text,
.cid-vfLaApmJmg .mbr-section-btn {
  text-align: center;
}
.cid-vfLaTXVWP3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #424754;
}
.cid-vfLaTXVWP3 .mbr-section-title {
  text-align: center;
  color: #424754;
}
.cid-vfLaTXVWP3 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vfLaCDnB1n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfLaCDnB1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfLaCDnB1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfLaCDnB1n .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-vfLaCDnB1n .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vfLaCDnB1n .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfLaCDnB1n .media-content,
.cid-vfLaCDnB1n .mbr-figure {
  align-self: center;
}
.cid-vfLaCDnB1n .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-vfLaCDnB1n .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-vfLaCDnB1n .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-vfLaCDnB1n .mbr-section-title {
  text-align: center;
}
.cid-vfLaCDnB1n .mbr-text,
.cid-vfLaCDnB1n .mbr-section-btn {
  text-align: center;
}
.cid-vfLaZbp7yD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #424754;
}
.cid-vfLaZbp7yD .mbr-section-title {
  text-align: center;
  color: #424754;
}
.cid-vfLaZbp7yD .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vfLaDc4DCA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfLaDc4DCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfLaDc4DCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfLaDc4DCA .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-vfLaDc4DCA .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-vfLaDc4DCA .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vfLaDc4DCA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfLaDc4DCA .media-content,
.cid-vfLaDc4DCA .mbr-figure {
  align-self: center;
}
.cid-vfLaDc4DCA .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-vfLaDc4DCA .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-vfLaDc4DCA .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-vfLaDc4DCA .mbr-section-title {
  text-align: center;
}
.cid-vfLaDc4DCA .mbr-text,
.cid-vfLaDc4DCA .mbr-section-btn {
  text-align: center;
}
.cid-vfLb2t86V8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #424754;
}
.cid-vfLb2t86V8 .mbr-section-title {
  text-align: center;
  color: #424754;
}
.cid-vfLb2t86V8 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vfLaDHOMi5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfLaDHOMi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfLaDHOMi5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfLaDHOMi5 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-vfLaDHOMi5 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vfLaDHOMi5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfLaDHOMi5 .media-content,
.cid-vfLaDHOMi5 .mbr-figure {
  align-self: center;
}
.cid-vfLaDHOMi5 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-vfLaDHOMi5 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-vfLaDHOMi5 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-vfLaDHOMi5 .mbr-section-title {
  text-align: center;
}
.cid-vfLaDHOMi5 .mbr-text,
.cid-vfLaDHOMi5 .mbr-section-btn {
  text-align: center;
}
.cid-vfLaLioMs3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #424754;
}
.cid-vfLaLioMs3 .mbr-section-title {
  text-align: center;
  color: #424754;
}
.cid-vfLaLioMs3 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vfuEPPDbf9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfuEPPDbf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuEPPDbf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuEPPDbf9 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-vfuEPPDbf9 .bg-instagram:hover {
  background: #bd005c;
}
.cid-vfuEPPDbf9 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vfuEPPDbf9 .iconfont-wrapper {
  border-radius: 0 !important;
}
.cid-vfuEPPDbf9 [class^="socicon-"]:before,
.cid-vfuEPPDbf9 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vfuJ1ORPho {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #424754;
}
.cid-vfuJ1ORPho .mbr-section-title {
  text-align: center;
  color: #424754;
}
.cid-vfuJ1ORPho .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vfhPoV5drK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfhPoV5drK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPoV5drK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vfhPoV5drK .container {
    max-width: 1400px;
  }
}
.cid-vfhPoV5drK .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fde403;
  margin-bottom: 2rem;
}
.cid-vfhPoV5drK .row {
  justify-content: center;
}
.cid-vfhPoV5drK .card-title,
.cid-vfhPoV5drK .iconfont-wrapper {
  color: #424754;
}
.cid-vfhPoV5drK .card-text {
  color: #424754;
}
.cid-vfhPoV5drK .mbr-section-subtitle {
  color: #424754;
}
.cid-vfhPoV5drK .mbr-section-title {
  color: #424754;
}
.cid-vfhPoXAz4f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-207-1920x600.jpg");
}
.cid-vfhPoXAz4f .justify-content-center {
  align-items: center;
}
.cid-vfhPoXAz4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPoXAz4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPoXAz4f .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfhPoXAz4f .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfhPoXAz4f .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfhPoXAz4f .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfhPoXAz4f .row {
  align-items: center;
}
.cid-vfhPoXAz4f .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-vfhPoXAz4f .card-text {
    text-align: center;
  }
}
.cid-vfhPoXKYFP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #31353e;
}
.cid-vfhPoXKYFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPoXKYFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPoXKYFP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vfhPoXKYFP .footer-col {
    flex-direction: column;
  }
}
.cid-vfhPoXKYFP .row {
  background: #31353e;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfhPoXKYFP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfhPoXKYFP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhPoXKYFP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhPoXKYFP .mbr-section-btn {
    text-align: center;
  }
}
.cid-vfhPoXKYFP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfhPoXKYFP .soc-item {
  margin: 8px;
}
.cid-vfhPoXKYFP .soc-item a:hover .mbr-iconfont,
.cid-vfhPoXKYFP .soc-item a:focus .mbr-iconfont {
  background-color: #31353e;
}
.cid-vfhPoXKYFP .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fde403;
  color: #31353e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhPoXKYFP .row {
    text-align: center;
  }
  .cid-vfhPoXKYFP .social-row {
    justify-content: center;
  }
}
.cid-vfhPoXKYFP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vfhPoXKYFP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhPoXKYFP .list {
    margin-bottom: 0rem;
  }
}
.cid-vfhPoXKYFP .mbr-text {
  color: #bbbbbb;
}
.cid-vfhPoXKYFP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfhPoXKYFP .list,
.cid-vfhPoXKYFP .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfhPoXKYFP .copyright {
  color: #000000;
}
.cid-vfhPoY20PV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31353e;
}
.cid-vfhPoY20PV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPoY20PV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPoY20PV .media-container-row {
  justify-content: space-between;
}
.cid-vfhPoY20PV .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vfhPoY20PV .text-content {
    max-width: none;
  }
}
.cid-vfhPoY20PV .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fde403;
  border: 2px solid #fde403;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vfhPoY20PV .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vfhPoY20PV .mbr-iconfont-social:hover {
  background-color: #fde403;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vfhPoY20PV .icons {
    justify-content: center !important;
  }
  .cid-vfhPoY20PV .text-content * {
    text-align: center;
  }
}
.cid-vfhPoY20PV .mbr-section-title {
  color: #ffffff;
}
.cid-vfhPoY20PV .mbr-text {
  color: #ffffff;
}
.cid-vfirOn78o6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfirOn78o6 input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-vfirOn78o6 input:hover {
  border: none !important;
}
.cid-vfirOn78o6 .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-vfirOn78o6 .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-vfirOn78o6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfirOn78o6 .row {
  justify-content: center;
}
.cid-vfirOn78o6 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-vfirOn78o6 .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-vfirOn78o6 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vfirOn78o6 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vfirOn78o6 .justify-content-center {
  align-items: center;
}
.cid-vfirOn78o6 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfirOXYNaq {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #31353e;
}
.cid-vfirOXYNaq img,
.cid-vfirOXYNaq .item-img {
  width: 100%;
}
.cid-vfirOXYNaq .item:focus,
.cid-vfirOXYNaq span:focus {
  outline: none;
}
.cid-vfirOXYNaq .item-wrapper {
  position: relative;
}
.cid-vfirOXYNaq .slide-content {
  position: relative;
  border-radius: 4px;
  background: #31353e;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfirOXYNaq .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfirOXYNaq .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfirOXYNaq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfirOXYNaq .mbr-section-title {
  color: #ffffff;
}
.cid-vfirOXYNaq .mbr-text,
.cid-vfirOXYNaq .mbr-section-btn {
  text-align: left;
}
.cid-vfirOXYNaq .item-title {
  text-align: left;
}
.cid-vfirOXYNaq .item-subtitle {
  text-align: left;
}
.cid-vfirOXYNaq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfirOXYNaq .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfirOXYNaq .embla__button--next,
.cid-vfirOXYNaq .embla__button--prev {
  display: flex;
}
.cid-vfirOXYNaq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfirOXYNaq .embla__button {
    display: none;
  }
}
.cid-vfirOXYNaq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfirOXYNaq .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfirOXYNaq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfirOXYNaq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfirOXYNaq .embla__button {
    top: auto;
  }
}
.cid-vfirOXYNaq .embla {
  position: relative;
  width: 100%;
}
.cid-vfirOXYNaq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfirOXYNaq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfirOXYNaq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfirOXYNaq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfirOXYNaq .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfhPoYiOgp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfhPoYiOgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPoYiOgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPoYiOgp .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfhPoYiOgp .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfhPoYiOgp .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #fce512;
}
@media (max-width: 767px) {
  .cid-vfhPoYiOgp .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vfhPoYiOgp .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vfhPoYiOgp .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-vfhPoYiOgp .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vfhPoYiOgp .nav-link,
.cid-vfhPoYiOgp .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vfhPoYiOgp .nav-tabs .nav-link.active {
  color: #fce512;
  border-bottom: 3px solid #fce512;
}
.cid-vfhPoYiOgp .mbr-section-subtitle {
  text-align: center;
}
.cid-vfhPoYiOgp .mbr-section-title {
  text-align: center;
}
.cid-vfhPoYiOgp .mbr-text {
  color: #ffffff;
}
.cid-vfhPoYwh1W {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #31353e;
}
.cid-vfhPoYwh1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPoYwh1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPoYwh1W .mbr-section-title {
  color: #ffffff;
}
.cid-vfhPyfoZTS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vfhPyfoZTS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhPyfoZTS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vfhPyfoZTS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfhPyfoZTS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vfhPyfoZTS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfhPyfoZTS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfhPyfoZTS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vfhPyfoZTS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vfhPyfoZTS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vfhPyfoZTS .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vfhPyfoZTS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vfhPyfoZTS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vfhPyfoZTS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vfhPyfoZTS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vfhPyfoZTS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vfhPyfoZTS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vfhPyfoZTS .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfhPyfoZTS .navbar-logo {
    padding-left: 0;
  }
}
.cid-vfhPyfoZTS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhPyfoZTS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vfhPyfoZTS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vfhPyfoZTS .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #31353e;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vfhPyfoZTS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhPyfoZTS .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vfhPyfoZTS .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfhPyfoZTS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #31353e;
}
.cid-vfhPyfoZTS .nav-item:focus,
.cid-vfhPyfoZTS .nav-link:focus {
  outline: none;
}
.cid-vfhPyfoZTS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfhPyfoZTS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfhPyfoZTS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfhPyfoZTS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfhPyfoZTS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfhPyfoZTS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfhPyfoZTS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vfhPyfoZTS .navbar.opened {
  transition: all 0.3s;
}
.cid-vfhPyfoZTS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfhPyfoZTS .navbar .navbar-logo img {
  width: auto;
}
.cid-vfhPyfoZTS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vfhPyfoZTS .navbar.collapsed {
  justify-content: center;
}
.cid-vfhPyfoZTS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfhPyfoZTS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfhPyfoZTS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfhPyfoZTS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfhPyfoZTS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfhPyfoZTS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfhPyfoZTS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfhPyfoZTS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfhPyfoZTS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhPyfoZTS .navbar {
    min-height: 72px;
  }
  .cid-vfhPyfoZTS .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vfhPyfoZTS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfhPyfoZTS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfhPyfoZTS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfhPyfoZTS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfhPyfoZTS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfhPyfoZTS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfhPyfoZTS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vfhPyfoZTS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfhPyfoZTS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfhPyfoZTS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vfhPyfoZTS .dropdown-item.active,
.cid-vfhPyfoZTS .dropdown-item:active {
  background-color: transparent;
}
.cid-vfhPyfoZTS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfhPyfoZTS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfhPyfoZTS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfhPyfoZTS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #31353e;
}
.cid-vfhPyfoZTS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vfhPyfoZTS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vfhPyfoZTS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfhPyfoZTS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vfhPyfoZTS .navbar-buttons {
    text-align: left;
  }
}
.cid-vfhPyfoZTS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfhPyfoZTS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfhPyfoZTS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfhPyfoZTS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhPyfoZTS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhPyfoZTS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfhPyfoZTS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhPyfoZTS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfhPyfoZTS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfhPyfoZTS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhPyfoZTS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfhPyfoZTS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfhPyfoZTS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfhPyfoZTS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfhPyfoZTS .navbar {
    height: 70px;
  }
  .cid-vfhPyfoZTS .navbar.opened {
    height: auto;
  }
  .cid-vfhPyfoZTS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfhPyfoZTS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vfhPyfoZTS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vfhPyfoZTS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vfhPyfoZTS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vfhPyfoZTS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vfhPyfoZTS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vfhPyfoZTS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vfhPyfoZTS .navbar-brand {
    margin-right: auto;
  }
  .cid-vfhPyfoZTS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #31353e;
    backdrop-filter: blur(8px);
  }
  .cid-vfhPyfoZTS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vfhPyfoZTS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vfhPyfoZTS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhPyfoZTS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vfhPyfoZTS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vfhPyfoZTS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vfhPyfoZTS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vfhPyfoZTS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhPyfoZTS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfhPyfoZTS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfhPyfBRUV {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-201-1920x800.jpg");
}
.cid-vfhPyfBRUV .mbr-overlay {
  background-color: #424754;
  opacity: 0.8;
}
.cid-vfhPyfBRUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPyfBRUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPyfBRUV .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vfhPyfBRUV .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vfhPyfBRUV {
    align-items: center;
  }
  .cid-vfhPyfBRUV .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfhPyfBRUV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfhPyfBRUV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfhPyfBRUV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfhPyfBRUV .content-wrap {
    width: 100%;
  }
}
.cid-vfhPyfBRUV .mbr-section-title {
  text-align: center;
}
.cid-vfhPyfBRUV .mbr-text,
.cid-vfhPyfBRUV .mbr-section-btn {
  text-align: center;
}
.cid-vfuwJuM9wn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuwJuM9wn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfuwJuM9wn .item {
    margin-bottom: 1rem;
  }
}
.cid-vfuwJuM9wn .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vfuwJuM9wn .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vfuwJuM9wn .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vfuwJuM9wn .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vfuwJuM9wn .carousel-control,
.cid-vfuwJuM9wn .close {
  background: #1b1b1b;
}
.cid-vfuwJuM9wn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfuwJuM9wn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfuwJuM9wn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfuwJuM9wn .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfuwJuM9wn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfuwJuM9wn .close::before {
  content: '\e91a';
}
.cid-vfuwJuM9wn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfuwJuM9wn .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfuwJuM9wn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuwJuM9wn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuwJuM9wn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfuwJuM9wn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfuwJuM9wn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfuwJuM9wn .carousel-indicators li.active,
.cid-vfuwJuM9wn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfuwJuM9wn .carousel-indicators li::after,
.cid-vfuwJuM9wn .carousel-indicators li::before {
  content: none;
}
.cid-vfuwJuM9wn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfuwJuM9wn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfuwJuM9wn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfuwJuM9wn .carousel-indicators {
    display: none;
  }
}
.cid-vfuwJuM9wn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfuwJuM9wn .carousel-inner > .active {
  display: block;
}
.cid-vfuwJuM9wn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuwJuM9wn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfuwJuM9wn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfuwJuM9wn .carousel-control,
  .cid-vfuwJuM9wn .carousel-indicators,
  .cid-vfuwJuM9wn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfuwJuM9wn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfuwJuM9wn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfuwJuM9wn .carousel-indicators .active,
.cid-vfuwJuM9wn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfuwJuM9wn .carousel-indicators .active {
  background: #fff;
}
.cid-vfuwJuM9wn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfuwJuM9wn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfuwJuM9wn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfuwJuM9wn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfuwJuM9wn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfuwJuM9wn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfuwJuM9wn .carousel {
  width: 100%;
}
.cid-vfuwJuM9wn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfuwJuM9wn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfuwJuM9wn .modal.fade .modal-dialog,
.cid-vfuwJuM9wn .modal.in .modal-dialog {
  transform: none;
}
.cid-vfuwJuM9wn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfuwJuM9wn .content-head {
  max-width: 800px;
}
.cid-vfhPygvhn5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfhPygvhn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPygvhn5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vfhPygvhn5 .container {
    max-width: 1400px;
  }
}
.cid-vfhPygvhn5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fde403;
  margin-bottom: 2rem;
}
.cid-vfhPygvhn5 .row {
  justify-content: center;
}
.cid-vfhPygvhn5 .card-title,
.cid-vfhPygvhn5 .iconfont-wrapper {
  color: #424754;
}
.cid-vfhPygvhn5 .card-text {
  color: #424754;
}
.cid-vfhPygvhn5 .mbr-section-subtitle {
  color: #424754;
}
.cid-vfhPygvhn5 .mbr-section-title {
  color: #424754;
}
.cid-vfhPyhXjWQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-207-1920x600.jpg");
}
.cid-vfhPyhXjWQ .justify-content-center {
  align-items: center;
}
.cid-vfhPyhXjWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPyhXjWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPyhXjWQ .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfhPyhXjWQ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfhPyhXjWQ .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfhPyhXjWQ .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfhPyhXjWQ .row {
  align-items: center;
}
.cid-vfhPyhXjWQ .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-vfhPyhXjWQ .card-text {
    text-align: center;
  }
}
.cid-vfhPyi80Zo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #31353e;
}
.cid-vfhPyi80Zo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPyi80Zo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPyi80Zo .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vfhPyi80Zo .footer-col {
    flex-direction: column;
  }
}
.cid-vfhPyi80Zo .row {
  background: #31353e;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfhPyi80Zo .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfhPyi80Zo .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhPyi80Zo .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhPyi80Zo .mbr-section-btn {
    text-align: center;
  }
}
.cid-vfhPyi80Zo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfhPyi80Zo .soc-item {
  margin: 8px;
}
.cid-vfhPyi80Zo .soc-item a:hover .mbr-iconfont,
.cid-vfhPyi80Zo .soc-item a:focus .mbr-iconfont {
  background-color: #31353e;
}
.cid-vfhPyi80Zo .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fde403;
  color: #31353e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhPyi80Zo .row {
    text-align: center;
  }
  .cid-vfhPyi80Zo .social-row {
    justify-content: center;
  }
}
.cid-vfhPyi80Zo .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vfhPyi80Zo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhPyi80Zo .list {
    margin-bottom: 0rem;
  }
}
.cid-vfhPyi80Zo .mbr-text {
  color: #bbbbbb;
}
.cid-vfhPyi80Zo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfhPyi80Zo .list,
.cid-vfhPyi80Zo .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfhPyi80Zo .copyright {
  color: #000000;
}
.cid-vfhPyisxqO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31353e;
}
.cid-vfhPyisxqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPyisxqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPyisxqO .media-container-row {
  justify-content: space-between;
}
.cid-vfhPyisxqO .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vfhPyisxqO .text-content {
    max-width: none;
  }
}
.cid-vfhPyisxqO .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fde403;
  border: 2px solid #fde403;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vfhPyisxqO .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vfhPyisxqO .mbr-iconfont-social:hover {
  background-color: #fde403;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vfhPyisxqO .icons {
    justify-content: center !important;
  }
  .cid-vfhPyisxqO .text-content * {
    text-align: center;
  }
}
.cid-vfhPyisxqO .mbr-section-title {
  color: #ffffff;
}
.cid-vfhPyisxqO .mbr-text {
  color: #ffffff;
}
.cid-vfirTcaItm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfirTcaItm input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-vfirTcaItm input:hover {
  border: none !important;
}
.cid-vfirTcaItm .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-vfirTcaItm .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-vfirTcaItm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfirTcaItm .row {
  justify-content: center;
}
.cid-vfirTcaItm .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-vfirTcaItm .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-vfirTcaItm .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vfirTcaItm .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vfirTcaItm .justify-content-center {
  align-items: center;
}
.cid-vfirTcaItm .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfirTSwuNC {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #31353e;
}
.cid-vfirTSwuNC img,
.cid-vfirTSwuNC .item-img {
  width: 100%;
}
.cid-vfirTSwuNC .item:focus,
.cid-vfirTSwuNC span:focus {
  outline: none;
}
.cid-vfirTSwuNC .item-wrapper {
  position: relative;
}
.cid-vfirTSwuNC .slide-content {
  position: relative;
  border-radius: 4px;
  background: #31353e;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfirTSwuNC .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfirTSwuNC .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfirTSwuNC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfirTSwuNC .mbr-section-title {
  color: #ffffff;
}
.cid-vfirTSwuNC .mbr-text,
.cid-vfirTSwuNC .mbr-section-btn {
  text-align: left;
}
.cid-vfirTSwuNC .item-title {
  text-align: left;
}
.cid-vfirTSwuNC .item-subtitle {
  text-align: left;
}
.cid-vfirTSwuNC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfirTSwuNC .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfirTSwuNC .embla__button--next,
.cid-vfirTSwuNC .embla__button--prev {
  display: flex;
}
.cid-vfirTSwuNC .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfirTSwuNC .embla__button {
    display: none;
  }
}
.cid-vfirTSwuNC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfirTSwuNC .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfirTSwuNC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfirTSwuNC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfirTSwuNC .embla__button {
    top: auto;
  }
}
.cid-vfirTSwuNC .embla {
  position: relative;
  width: 100%;
}
.cid-vfirTSwuNC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfirTSwuNC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfirTSwuNC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfirTSwuNC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfirTSwuNC .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfhPyiKb2i {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfhPyiKb2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPyiKb2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPyiKb2i .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfhPyiKb2i .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfhPyiKb2i .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #fce512;
}
@media (max-width: 767px) {
  .cid-vfhPyiKb2i .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vfhPyiKb2i .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vfhPyiKb2i .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-vfhPyiKb2i .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vfhPyiKb2i .nav-link,
.cid-vfhPyiKb2i .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vfhPyiKb2i .nav-tabs .nav-link.active {
  color: #fce512;
  border-bottom: 3px solid #fce512;
}
.cid-vfhPyiKb2i .mbr-section-subtitle {
  text-align: center;
}
.cid-vfhPyiKb2i .mbr-section-title {
  text-align: center;
}
.cid-vfhPyiKb2i .mbr-text {
  color: #ffffff;
}
.cid-vfhPyj1oQU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #31353e;
}
.cid-vfhPyj1oQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPyj1oQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPyj1oQU .mbr-section-title {
  color: #ffffff;
}
.cid-vfhPR4DbeB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vfhPR4DbeB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhPR4DbeB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vfhPR4DbeB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfhPR4DbeB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vfhPR4DbeB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfhPR4DbeB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfhPR4DbeB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vfhPR4DbeB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vfhPR4DbeB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vfhPR4DbeB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vfhPR4DbeB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vfhPR4DbeB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vfhPR4DbeB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vfhPR4DbeB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vfhPR4DbeB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vfhPR4DbeB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vfhPR4DbeB .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfhPR4DbeB .navbar-logo {
    padding-left: 0;
  }
}
.cid-vfhPR4DbeB .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhPR4DbeB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vfhPR4DbeB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vfhPR4DbeB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #31353e;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vfhPR4DbeB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhPR4DbeB .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vfhPR4DbeB .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfhPR4DbeB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #31353e;
}
.cid-vfhPR4DbeB .nav-item:focus,
.cid-vfhPR4DbeB .nav-link:focus {
  outline: none;
}
.cid-vfhPR4DbeB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfhPR4DbeB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfhPR4DbeB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfhPR4DbeB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfhPR4DbeB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfhPR4DbeB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfhPR4DbeB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vfhPR4DbeB .navbar.opened {
  transition: all 0.3s;
}
.cid-vfhPR4DbeB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfhPR4DbeB .navbar .navbar-logo img {
  width: auto;
}
.cid-vfhPR4DbeB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vfhPR4DbeB .navbar.collapsed {
  justify-content: center;
}
.cid-vfhPR4DbeB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfhPR4DbeB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfhPR4DbeB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfhPR4DbeB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfhPR4DbeB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfhPR4DbeB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfhPR4DbeB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfhPR4DbeB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfhPR4DbeB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhPR4DbeB .navbar {
    min-height: 72px;
  }
  .cid-vfhPR4DbeB .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vfhPR4DbeB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfhPR4DbeB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfhPR4DbeB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfhPR4DbeB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfhPR4DbeB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfhPR4DbeB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfhPR4DbeB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vfhPR4DbeB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfhPR4DbeB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfhPR4DbeB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vfhPR4DbeB .dropdown-item.active,
.cid-vfhPR4DbeB .dropdown-item:active {
  background-color: transparent;
}
.cid-vfhPR4DbeB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfhPR4DbeB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfhPR4DbeB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfhPR4DbeB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #31353e;
}
.cid-vfhPR4DbeB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vfhPR4DbeB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vfhPR4DbeB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfhPR4DbeB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vfhPR4DbeB .navbar-buttons {
    text-align: left;
  }
}
.cid-vfhPR4DbeB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfhPR4DbeB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfhPR4DbeB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfhPR4DbeB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhPR4DbeB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhPR4DbeB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfhPR4DbeB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhPR4DbeB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfhPR4DbeB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfhPR4DbeB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhPR4DbeB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfhPR4DbeB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfhPR4DbeB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfhPR4DbeB .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfhPR4DbeB .navbar {
    height: 70px;
  }
  .cid-vfhPR4DbeB .navbar.opened {
    height: auto;
  }
  .cid-vfhPR4DbeB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfhPR4DbeB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vfhPR4DbeB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vfhPR4DbeB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vfhPR4DbeB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vfhPR4DbeB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vfhPR4DbeB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vfhPR4DbeB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vfhPR4DbeB .navbar-brand {
    margin-right: auto;
  }
  .cid-vfhPR4DbeB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #31353e;
    backdrop-filter: blur(8px);
  }
  .cid-vfhPR4DbeB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vfhPR4DbeB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vfhPR4DbeB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhPR4DbeB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vfhPR4DbeB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vfhPR4DbeB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vfhPR4DbeB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vfhPR4DbeB .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhPR4DbeB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfhPR4DbeB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfhPR51Dev {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kurumsal-1-2000x833.jpg");
}
.cid-vfhPR51Dev .mbr-overlay {
  background-color: #424754;
  opacity: 0.8;
}
.cid-vfhPR51Dev .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPR51Dev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPR51Dev .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vfhPR51Dev .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vfhPR51Dev {
    align-items: center;
  }
  .cid-vfhPR51Dev .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfhPR51Dev .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfhPR51Dev {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfhPR51Dev .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfhPR51Dev .content-wrap {
    width: 100%;
  }
}
.cid-vfhPR51Dev .mbr-section-title {
  text-align: center;
}
.cid-vfhPR51Dev .mbr-text,
.cid-vfhPR51Dev .mbr-section-btn {
  text-align: center;
}
.cid-vfQQMWuKGY {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfQQMWuKGY img,
.cid-vfQQMWuKGY .item-img {
  width: 100%;
}
.cid-vfQQMWuKGY .item:focus,
.cid-vfQQMWuKGY span:focus {
  outline: none;
}
.cid-vfQQMWuKGY .item-wrapper {
  position: relative;
}
.cid-vfQQMWuKGY .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfQQMWuKGY .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfQQMWuKGY .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfQQMWuKGY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfQQMWuKGY .mbr-section-title {
  color: #232323;
}
.cid-vfQQMWuKGY .mbr-text,
.cid-vfQQMWuKGY .mbr-section-btn {
  text-align: center;
}
.cid-vfQQMWuKGY .item-title {
  text-align: center;
}
.cid-vfQQMWuKGY .item-subtitle {
  text-align: left;
}
.cid-vfQQMWuKGY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfQQMWuKGY .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfQQMWuKGY .embla__button--next,
.cid-vfQQMWuKGY .embla__button--prev {
  display: flex;
}
.cid-vfQQMWuKGY .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfQQMWuKGY .embla__button {
    display: none;
  }
}
.cid-vfQQMWuKGY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfQQMWuKGY .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfQQMWuKGY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfQQMWuKGY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfQQMWuKGY .embla__button {
    top: auto;
  }
}
.cid-vfQQMWuKGY .embla {
  position: relative;
  width: 100%;
}
.cid-vfQQMWuKGY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfQQMWuKGY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfQQMWuKGY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfQQMWuKGY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfQQMWuKGY .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuv4cgroM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuv4cgroM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuv4cgroM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuv4cgroM .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuuUfWU6K {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuuUfWU6K img,
.cid-vfuuUfWU6K .item-img {
  width: 100%;
}
.cid-vfuuUfWU6K .item:focus,
.cid-vfuuUfWU6K span:focus {
  outline: none;
}
.cid-vfuuUfWU6K .item-wrapper {
  position: relative;
}
.cid-vfuuUfWU6K .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuuUfWU6K .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuuUfWU6K .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuuUfWU6K .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuuUfWU6K .mbr-section-title {
  color: #232323;
}
.cid-vfuuUfWU6K .mbr-text,
.cid-vfuuUfWU6K .mbr-section-btn {
  text-align: left;
}
.cid-vfuuUfWU6K .item-title {
  text-align: left;
}
.cid-vfuuUfWU6K .item-subtitle {
  text-align: left;
}
.cid-vfuuUfWU6K .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuuUfWU6K .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuuUfWU6K .embla__button--next,
.cid-vfuuUfWU6K .embla__button--prev {
  display: flex;
}
.cid-vfuuUfWU6K .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuuUfWU6K .embla__button {
    display: none;
  }
}
.cid-vfuuUfWU6K .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuuUfWU6K .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuuUfWU6K .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuuUfWU6K .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuuUfWU6K .embla__button {
    top: auto;
  }
}
.cid-vfuuUfWU6K .embla {
  position: relative;
  width: 100%;
}
.cid-vfuuUfWU6K .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuuUfWU6K .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuuUfWU6K .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuuUfWU6K .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuuUfWU6K .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuv3f72jn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuv3f72jn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuv3f72jn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuv3f72jn .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-vfuuR83F0E {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuuR83F0E img,
.cid-vfuuR83F0E .item-img {
  width: 100%;
}
.cid-vfuuR83F0E .item:focus,
.cid-vfuuR83F0E span:focus {
  outline: none;
}
.cid-vfuuR83F0E .item-wrapper {
  position: relative;
}
.cid-vfuuR83F0E .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuuR83F0E .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuuR83F0E .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuuR83F0E .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuuR83F0E .mbr-section-title {
  color: #232323;
}
.cid-vfuuR83F0E .mbr-text,
.cid-vfuuR83F0E .mbr-section-btn {
  text-align: left;
}
.cid-vfuuR83F0E .item-title {
  text-align: left;
}
.cid-vfuuR83F0E .item-subtitle {
  text-align: left;
}
.cid-vfuuR83F0E .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuuR83F0E .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuuR83F0E .embla__button--next,
.cid-vfuuR83F0E .embla__button--prev {
  display: flex;
}
.cid-vfuuR83F0E .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuuR83F0E .embla__button {
    display: none;
  }
}
.cid-vfuuR83F0E .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuuR83F0E .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuuR83F0E .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuuR83F0E .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuuR83F0E .embla__button {
    top: auto;
  }
}
.cid-vfuuR83F0E .embla {
  position: relative;
  width: 100%;
}
.cid-vfuuR83F0E .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuuR83F0E .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuuR83F0E .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuuR83F0E .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuuR83F0E .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuv16c5GX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuv16c5GX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuv16c5GX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuv16c5GX .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuuOK4yBl {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuuOK4yBl img,
.cid-vfuuOK4yBl .item-img {
  width: 100%;
}
.cid-vfuuOK4yBl .item:focus,
.cid-vfuuOK4yBl span:focus {
  outline: none;
}
.cid-vfuuOK4yBl .item-wrapper {
  position: relative;
}
.cid-vfuuOK4yBl .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuuOK4yBl .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuuOK4yBl .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuuOK4yBl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuuOK4yBl .mbr-section-title {
  color: #232323;
}
.cid-vfuuOK4yBl .mbr-text,
.cid-vfuuOK4yBl .mbr-section-btn {
  text-align: left;
}
.cid-vfuuOK4yBl .item-title {
  text-align: left;
}
.cid-vfuuOK4yBl .item-subtitle {
  text-align: left;
}
.cid-vfuuOK4yBl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuuOK4yBl .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuuOK4yBl .embla__button--next,
.cid-vfuuOK4yBl .embla__button--prev {
  display: flex;
}
.cid-vfuuOK4yBl .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuuOK4yBl .embla__button {
    display: none;
  }
}
.cid-vfuuOK4yBl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuuOK4yBl .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuuOK4yBl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuuOK4yBl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuuOK4yBl .embla__button {
    top: auto;
  }
}
.cid-vfuuOK4yBl .embla {
  position: relative;
  width: 100%;
}
.cid-vfuuOK4yBl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuuOK4yBl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuuOK4yBl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuuOK4yBl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuuOK4yBl .mbr-section-subtitle {
  text-align: center;
}
.cid-vfuv20XvnS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuv20XvnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuv20XvnS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuv20XvnS .mbr-section-title {
  color: #ffffff;
}
.cid-vfu79OrRZA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfu79OrRZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu79OrRZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu79OrRZA .item {
  padding-bottom: 2rem;
}
.cid-vfu79OrRZA .item-wrapper {
  position: relative;
}
.cid-vfu79OrRZA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfu79OrRZA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfu79OrRZA .carousel-control,
.cid-vfu79OrRZA .close {
  background: #1b1b1b;
}
.cid-vfu79OrRZA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfu79OrRZA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfu79OrRZA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfu79OrRZA .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfu79OrRZA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfu79OrRZA .close::before {
  content: '\e91a';
}
.cid-vfu79OrRZA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfu79OrRZA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfu79OrRZA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfu79OrRZA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfu79OrRZA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfu79OrRZA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfu79OrRZA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfu79OrRZA .carousel-indicators li.active,
.cid-vfu79OrRZA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfu79OrRZA .carousel-indicators li::after,
.cid-vfu79OrRZA .carousel-indicators li::before {
  content: none;
}
.cid-vfu79OrRZA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfu79OrRZA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfu79OrRZA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfu79OrRZA .carousel-indicators {
    display: none;
  }
}
.cid-vfu79OrRZA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfu79OrRZA .carousel-inner > .active {
  display: block;
}
.cid-vfu79OrRZA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfu79OrRZA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfu79OrRZA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfu79OrRZA .carousel-control,
  .cid-vfu79OrRZA .carousel-indicators,
  .cid-vfu79OrRZA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfu79OrRZA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfu79OrRZA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfu79OrRZA .carousel-indicators .active,
.cid-vfu79OrRZA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfu79OrRZA .carousel-indicators .active {
  background: #fff;
}
.cid-vfu79OrRZA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfu79OrRZA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfu79OrRZA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfu79OrRZA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfu79OrRZA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfu79OrRZA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfu79OrRZA .carousel {
  width: 100%;
}
.cid-vfu79OrRZA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfu79OrRZA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfu79OrRZA .modal.fade .modal-dialog,
.cid-vfu79OrRZA .modal.in .modal-dialog {
  transform: none;
}
.cid-vfu79OrRZA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfu79OrRZA H6 {
  text-align: center;
}
.cid-vfup7QxRU0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfup7QxRU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfup7QxRU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfup7QxRU0 .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-vfuiYG1kTJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuiYG1kTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuiYG1kTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuiYG1kTJ .item {
  padding-bottom: 2rem;
}
.cid-vfuiYG1kTJ .item-wrapper {
  position: relative;
}
.cid-vfuiYG1kTJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfuiYG1kTJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfuiYG1kTJ .carousel-control,
.cid-vfuiYG1kTJ .close {
  background: #1b1b1b;
}
.cid-vfuiYG1kTJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfuiYG1kTJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfuiYG1kTJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfuiYG1kTJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfuiYG1kTJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfuiYG1kTJ .close::before {
  content: '\e91a';
}
.cid-vfuiYG1kTJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfuiYG1kTJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfuiYG1kTJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuiYG1kTJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuiYG1kTJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfuiYG1kTJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfuiYG1kTJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfuiYG1kTJ .carousel-indicators li.active,
.cid-vfuiYG1kTJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfuiYG1kTJ .carousel-indicators li::after,
.cid-vfuiYG1kTJ .carousel-indicators li::before {
  content: none;
}
.cid-vfuiYG1kTJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfuiYG1kTJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfuiYG1kTJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfuiYG1kTJ .carousel-indicators {
    display: none;
  }
}
.cid-vfuiYG1kTJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfuiYG1kTJ .carousel-inner > .active {
  display: block;
}
.cid-vfuiYG1kTJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuiYG1kTJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfuiYG1kTJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfuiYG1kTJ .carousel-control,
  .cid-vfuiYG1kTJ .carousel-indicators,
  .cid-vfuiYG1kTJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfuiYG1kTJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfuiYG1kTJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfuiYG1kTJ .carousel-indicators .active,
.cid-vfuiYG1kTJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfuiYG1kTJ .carousel-indicators .active {
  background: #fff;
}
.cid-vfuiYG1kTJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfuiYG1kTJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfuiYG1kTJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfuiYG1kTJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfuiYG1kTJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfuiYG1kTJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfuiYG1kTJ .carousel {
  width: 100%;
}
.cid-vfuiYG1kTJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfuiYG1kTJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfuiYG1kTJ .modal.fade .modal-dialog,
.cid-vfuiYG1kTJ .modal.in .modal-dialog {
  transform: none;
}
.cid-vfuiYG1kTJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfuiYG1kTJ H6 {
  text-align: center;
}
.cid-vfup6Nsc2N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfup6Nsc2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfup6Nsc2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfup6Nsc2N .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-vfuiZF1fnC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuiZF1fnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuiZF1fnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuiZF1fnC .item {
  padding-bottom: 2rem;
}
.cid-vfuiZF1fnC .item-wrapper {
  position: relative;
}
.cid-vfuiZF1fnC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfuiZF1fnC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfuiZF1fnC .carousel-control,
.cid-vfuiZF1fnC .close {
  background: #1b1b1b;
}
.cid-vfuiZF1fnC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfuiZF1fnC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfuiZF1fnC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfuiZF1fnC .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfuiZF1fnC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfuiZF1fnC .close::before {
  content: '\e91a';
}
.cid-vfuiZF1fnC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfuiZF1fnC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfuiZF1fnC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuiZF1fnC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuiZF1fnC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfuiZF1fnC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfuiZF1fnC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfuiZF1fnC .carousel-indicators li.active,
.cid-vfuiZF1fnC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfuiZF1fnC .carousel-indicators li::after,
.cid-vfuiZF1fnC .carousel-indicators li::before {
  content: none;
}
.cid-vfuiZF1fnC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfuiZF1fnC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfuiZF1fnC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfuiZF1fnC .carousel-indicators {
    display: none;
  }
}
.cid-vfuiZF1fnC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfuiZF1fnC .carousel-inner > .active {
  display: block;
}
.cid-vfuiZF1fnC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuiZF1fnC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfuiZF1fnC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfuiZF1fnC .carousel-control,
  .cid-vfuiZF1fnC .carousel-indicators,
  .cid-vfuiZF1fnC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfuiZF1fnC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfuiZF1fnC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfuiZF1fnC .carousel-indicators .active,
.cid-vfuiZF1fnC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfuiZF1fnC .carousel-indicators .active {
  background: #fff;
}
.cid-vfuiZF1fnC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfuiZF1fnC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfuiZF1fnC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfuiZF1fnC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfuiZF1fnC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfuiZF1fnC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfuiZF1fnC .carousel {
  width: 100%;
}
.cid-vfuiZF1fnC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfuiZF1fnC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfuiZF1fnC .modal.fade .modal-dialog,
.cid-vfuiZF1fnC .modal.in .modal-dialog {
  transform: none;
}
.cid-vfuiZF1fnC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfuiZF1fnC H6 {
  text-align: center;
}
.cid-vfup59BE3f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfup59BE3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfup59BE3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfup59BE3f .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuj0g8pLI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuj0g8pLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuj0g8pLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuj0g8pLI .item {
  padding-bottom: 2rem;
}
.cid-vfuj0g8pLI .item-wrapper {
  position: relative;
}
.cid-vfuj0g8pLI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfuj0g8pLI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfuj0g8pLI .carousel-control,
.cid-vfuj0g8pLI .close {
  background: #1b1b1b;
}
.cid-vfuj0g8pLI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfuj0g8pLI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfuj0g8pLI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfuj0g8pLI .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfuj0g8pLI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfuj0g8pLI .close::before {
  content: '\e91a';
}
.cid-vfuj0g8pLI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfuj0g8pLI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfuj0g8pLI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuj0g8pLI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuj0g8pLI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfuj0g8pLI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfuj0g8pLI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfuj0g8pLI .carousel-indicators li.active,
.cid-vfuj0g8pLI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfuj0g8pLI .carousel-indicators li::after,
.cid-vfuj0g8pLI .carousel-indicators li::before {
  content: none;
}
.cid-vfuj0g8pLI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfuj0g8pLI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfuj0g8pLI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfuj0g8pLI .carousel-indicators {
    display: none;
  }
}
.cid-vfuj0g8pLI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfuj0g8pLI .carousel-inner > .active {
  display: block;
}
.cid-vfuj0g8pLI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuj0g8pLI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfuj0g8pLI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfuj0g8pLI .carousel-control,
  .cid-vfuj0g8pLI .carousel-indicators,
  .cid-vfuj0g8pLI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfuj0g8pLI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfuj0g8pLI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfuj0g8pLI .carousel-indicators .active,
.cid-vfuj0g8pLI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfuj0g8pLI .carousel-indicators .active {
  background: #fff;
}
.cid-vfuj0g8pLI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfuj0g8pLI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfuj0g8pLI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfuj0g8pLI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfuj0g8pLI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfuj0g8pLI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfuj0g8pLI .carousel {
  width: 100%;
}
.cid-vfuj0g8pLI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfuj0g8pLI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfuj0g8pLI .modal.fade .modal-dialog,
.cid-vfuj0g8pLI .modal.in .modal-dialog {
  transform: none;
}
.cid-vfuj0g8pLI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfuj0g8pLI H6 {
  text-align: center;
}
.cid-vfup49V68x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfup49V68x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfup49V68x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfup49V68x .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuj0Yd6ex {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuj0Yd6ex .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuj0Yd6ex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuj0Yd6ex .item {
  padding-bottom: 2rem;
}
.cid-vfuj0Yd6ex .item-wrapper {
  position: relative;
}
.cid-vfuj0Yd6ex .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfuj0Yd6ex .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfuj0Yd6ex .carousel-control,
.cid-vfuj0Yd6ex .close {
  background: #1b1b1b;
}
.cid-vfuj0Yd6ex .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfuj0Yd6ex .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfuj0Yd6ex .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfuj0Yd6ex .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfuj0Yd6ex .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfuj0Yd6ex .close::before {
  content: '\e91a';
}
.cid-vfuj0Yd6ex .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfuj0Yd6ex .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfuj0Yd6ex .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuj0Yd6ex .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuj0Yd6ex .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfuj0Yd6ex .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfuj0Yd6ex .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfuj0Yd6ex .carousel-indicators li.active,
.cid-vfuj0Yd6ex .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfuj0Yd6ex .carousel-indicators li::after,
.cid-vfuj0Yd6ex .carousel-indicators li::before {
  content: none;
}
.cid-vfuj0Yd6ex .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfuj0Yd6ex .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfuj0Yd6ex .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfuj0Yd6ex .carousel-indicators {
    display: none;
  }
}
.cid-vfuj0Yd6ex .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfuj0Yd6ex .carousel-inner > .active {
  display: block;
}
.cid-vfuj0Yd6ex .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuj0Yd6ex .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfuj0Yd6ex .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfuj0Yd6ex .carousel-control,
  .cid-vfuj0Yd6ex .carousel-indicators,
  .cid-vfuj0Yd6ex .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfuj0Yd6ex .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfuj0Yd6ex .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfuj0Yd6ex .carousel-indicators .active,
.cid-vfuj0Yd6ex .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfuj0Yd6ex .carousel-indicators .active {
  background: #fff;
}
.cid-vfuj0Yd6ex .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfuj0Yd6ex .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfuj0Yd6ex .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfuj0Yd6ex .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfuj0Yd6ex .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfuj0Yd6ex .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfuj0Yd6ex .carousel {
  width: 100%;
}
.cid-vfuj0Yd6ex .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfuj0Yd6ex .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfuj0Yd6ex .modal.fade .modal-dialog,
.cid-vfuj0Yd6ex .modal.in .modal-dialog {
  transform: none;
}
.cid-vfuj0Yd6ex .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfuj0Yd6ex H6 {
  text-align: center;
}
.cid-vfuj1yoVKE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuj1yoVKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuj1yoVKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuj1yoVKE ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vfuj1yoVKE li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vfuj1yoVKE ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4d565f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vfuj2CinCi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuj3lIwTO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuj3lIwTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuj3lIwTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuj3lIwTO .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4d565f;
  margin-left: 1rem;
}
.cid-vfuj3lIwTO .panel-group {
  border: none;
}
.cid-vfuj3lIwTO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfuj3lIwTO .panel-body,
.cid-vfuj3lIwTO .card-header {
  padding: 1rem 0;
}
.cid-vfuj3lIwTO .panel-title-edit {
  color: #000000;
}
.cid-vfuj3lIwTO .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vfhPR5KGz1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfhPR5KGz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPR5KGz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vfhPR5KGz1 .container {
    max-width: 1400px;
  }
}
.cid-vfhPR5KGz1 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fde403;
  margin-bottom: 2rem;
}
.cid-vfhPR5KGz1 .row {
  justify-content: center;
}
.cid-vfhPR5KGz1 .card-title,
.cid-vfhPR5KGz1 .iconfont-wrapper {
  color: #424754;
}
.cid-vfhPR5KGz1 .card-text {
  color: #424754;
}
.cid-vfhPR5KGz1 .mbr-section-subtitle {
  color: #424754;
}
.cid-vfhPR5KGz1 .mbr-section-title {
  color: #424754;
}
.cid-vfhPR78iA4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-207-1920x600.jpg");
}
.cid-vfhPR78iA4 .justify-content-center {
  align-items: center;
}
.cid-vfhPR78iA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPR78iA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPR78iA4 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfhPR78iA4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfhPR78iA4 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfhPR78iA4 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfhPR78iA4 .row {
  align-items: center;
}
.cid-vfhPR78iA4 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-vfhPR78iA4 .card-text {
    text-align: center;
  }
}
.cid-vfhPR7ogEB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #31353e;
}
.cid-vfhPR7ogEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPR7ogEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPR7ogEB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vfhPR7ogEB .footer-col {
    flex-direction: column;
  }
}
.cid-vfhPR7ogEB .row {
  background: #31353e;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfhPR7ogEB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfhPR7ogEB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhPR7ogEB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhPR7ogEB .mbr-section-btn {
    text-align: center;
  }
}
.cid-vfhPR7ogEB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfhPR7ogEB .soc-item {
  margin: 8px;
}
.cid-vfhPR7ogEB .soc-item a:hover .mbr-iconfont,
.cid-vfhPR7ogEB .soc-item a:focus .mbr-iconfont {
  background-color: #31353e;
}
.cid-vfhPR7ogEB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fde403;
  color: #31353e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhPR7ogEB .row {
    text-align: center;
  }
  .cid-vfhPR7ogEB .social-row {
    justify-content: center;
  }
}
.cid-vfhPR7ogEB .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vfhPR7ogEB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhPR7ogEB .list {
    margin-bottom: 0rem;
  }
}
.cid-vfhPR7ogEB .mbr-text {
  color: #bbbbbb;
}
.cid-vfhPR7ogEB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfhPR7ogEB .list,
.cid-vfhPR7ogEB .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfhPR7ogEB .copyright {
  color: #000000;
}
.cid-vfhPR7GlY0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31353e;
}
.cid-vfhPR7GlY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPR7GlY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPR7GlY0 .media-container-row {
  justify-content: space-between;
}
.cid-vfhPR7GlY0 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vfhPR7GlY0 .text-content {
    max-width: none;
  }
}
.cid-vfhPR7GlY0 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fde403;
  border: 2px solid #fde403;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vfhPR7GlY0 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vfhPR7GlY0 .mbr-iconfont-social:hover {
  background-color: #fde403;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vfhPR7GlY0 .icons {
    justify-content: center !important;
  }
  .cid-vfhPR7GlY0 .text-content * {
    text-align: center;
  }
}
.cid-vfhPR7GlY0 .mbr-section-title {
  color: #ffffff;
}
.cid-vfhPR7GlY0 .mbr-text {
  color: #ffffff;
}
.cid-vfirYfzWDV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfirYfzWDV input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-vfirYfzWDV input:hover {
  border: none !important;
}
.cid-vfirYfzWDV .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-vfirYfzWDV .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-vfirYfzWDV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfirYfzWDV .row {
  justify-content: center;
}
.cid-vfirYfzWDV .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-vfirYfzWDV .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-vfirYfzWDV .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vfirYfzWDV .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vfirYfzWDV .justify-content-center {
  align-items: center;
}
.cid-vfirYfzWDV .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfirYU8G0M {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #31353e;
}
.cid-vfirYU8G0M img,
.cid-vfirYU8G0M .item-img {
  width: 100%;
}
.cid-vfirYU8G0M .item:focus,
.cid-vfirYU8G0M span:focus {
  outline: none;
}
.cid-vfirYU8G0M .item-wrapper {
  position: relative;
}
.cid-vfirYU8G0M .slide-content {
  position: relative;
  border-radius: 4px;
  background: #31353e;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfirYU8G0M .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfirYU8G0M .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfirYU8G0M .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfirYU8G0M .mbr-section-title {
  color: #ffffff;
}
.cid-vfirYU8G0M .mbr-text,
.cid-vfirYU8G0M .mbr-section-btn {
  text-align: left;
}
.cid-vfirYU8G0M .item-title {
  text-align: left;
}
.cid-vfirYU8G0M .item-subtitle {
  text-align: left;
}
.cid-vfirYU8G0M .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfirYU8G0M .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfirYU8G0M .embla__button--next,
.cid-vfirYU8G0M .embla__button--prev {
  display: flex;
}
.cid-vfirYU8G0M .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfirYU8G0M .embla__button {
    display: none;
  }
}
.cid-vfirYU8G0M .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfirYU8G0M .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfirYU8G0M .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfirYU8G0M .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfirYU8G0M .embla__button {
    top: auto;
  }
}
.cid-vfirYU8G0M .embla {
  position: relative;
  width: 100%;
}
.cid-vfirYU8G0M .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfirYU8G0M .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfirYU8G0M .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfirYU8G0M .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfirYU8G0M .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfhPR7Y9sK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfhPR7Y9sK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPR7Y9sK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPR7Y9sK .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfhPR7Y9sK .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfhPR7Y9sK .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #fce512;
}
@media (max-width: 767px) {
  .cid-vfhPR7Y9sK .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vfhPR7Y9sK .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vfhPR7Y9sK .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-vfhPR7Y9sK .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vfhPR7Y9sK .nav-link,
.cid-vfhPR7Y9sK .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vfhPR7Y9sK .nav-tabs .nav-link.active {
  color: #fce512;
  border-bottom: 3px solid #fce512;
}
.cid-vfhPR7Y9sK .mbr-section-subtitle {
  text-align: center;
}
.cid-vfhPR7Y9sK .mbr-section-title {
  text-align: center;
}
.cid-vfhPR7Y9sK .mbr-text {
  color: #ffffff;
}
.cid-vfhPR8f245 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #31353e;
}
.cid-vfhPR8f245 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhPR8f245 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhPR8f245 .mbr-section-title {
  color: #ffffff;
}
.cid-vfhQ4imWFa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vfhQ4imWFa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhQ4imWFa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vfhQ4imWFa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfhQ4imWFa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vfhQ4imWFa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfhQ4imWFa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfhQ4imWFa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vfhQ4imWFa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vfhQ4imWFa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vfhQ4imWFa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vfhQ4imWFa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vfhQ4imWFa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vfhQ4imWFa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vfhQ4imWFa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vfhQ4imWFa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vfhQ4imWFa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vfhQ4imWFa .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfhQ4imWFa .navbar-logo {
    padding-left: 0;
  }
}
.cid-vfhQ4imWFa .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhQ4imWFa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vfhQ4imWFa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vfhQ4imWFa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #31353e;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vfhQ4imWFa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhQ4imWFa .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vfhQ4imWFa .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfhQ4imWFa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #31353e;
}
.cid-vfhQ4imWFa .nav-item:focus,
.cid-vfhQ4imWFa .nav-link:focus {
  outline: none;
}
.cid-vfhQ4imWFa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfhQ4imWFa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfhQ4imWFa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfhQ4imWFa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfhQ4imWFa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfhQ4imWFa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfhQ4imWFa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vfhQ4imWFa .navbar.opened {
  transition: all 0.3s;
}
.cid-vfhQ4imWFa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfhQ4imWFa .navbar .navbar-logo img {
  width: auto;
}
.cid-vfhQ4imWFa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vfhQ4imWFa .navbar.collapsed {
  justify-content: center;
}
.cid-vfhQ4imWFa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfhQ4imWFa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfhQ4imWFa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfhQ4imWFa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfhQ4imWFa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfhQ4imWFa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfhQ4imWFa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfhQ4imWFa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfhQ4imWFa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhQ4imWFa .navbar {
    min-height: 72px;
  }
  .cid-vfhQ4imWFa .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vfhQ4imWFa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfhQ4imWFa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfhQ4imWFa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfhQ4imWFa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfhQ4imWFa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfhQ4imWFa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfhQ4imWFa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vfhQ4imWFa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfhQ4imWFa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfhQ4imWFa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vfhQ4imWFa .dropdown-item.active,
.cid-vfhQ4imWFa .dropdown-item:active {
  background-color: transparent;
}
.cid-vfhQ4imWFa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfhQ4imWFa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfhQ4imWFa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfhQ4imWFa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #31353e;
}
.cid-vfhQ4imWFa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vfhQ4imWFa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vfhQ4imWFa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfhQ4imWFa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vfhQ4imWFa .navbar-buttons {
    text-align: left;
  }
}
.cid-vfhQ4imWFa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfhQ4imWFa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfhQ4imWFa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfhQ4imWFa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhQ4imWFa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhQ4imWFa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfhQ4imWFa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhQ4imWFa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfhQ4imWFa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfhQ4imWFa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhQ4imWFa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfhQ4imWFa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfhQ4imWFa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfhQ4imWFa .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfhQ4imWFa .navbar {
    height: 70px;
  }
  .cid-vfhQ4imWFa .navbar.opened {
    height: auto;
  }
  .cid-vfhQ4imWFa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfhQ4imWFa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vfhQ4imWFa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vfhQ4imWFa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vfhQ4imWFa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vfhQ4imWFa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vfhQ4imWFa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vfhQ4imWFa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vfhQ4imWFa .navbar-brand {
    margin-right: auto;
  }
  .cid-vfhQ4imWFa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #31353e;
    backdrop-filter: blur(8px);
  }
  .cid-vfhQ4imWFa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vfhQ4imWFa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vfhQ4imWFa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhQ4imWFa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vfhQ4imWFa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vfhQ4imWFa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vfhQ4imWFa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vfhQ4imWFa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhQ4imWFa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfhQ4imWFa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfhQ4iATfG {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kurumsal-4-2000x833.jpg");
}
.cid-vfhQ4iATfG .mbr-overlay {
  background-color: #424754;
  opacity: 0.8;
}
.cid-vfhQ4iATfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQ4iATfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQ4iATfG .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vfhQ4iATfG .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vfhQ4iATfG {
    align-items: center;
  }
  .cid-vfhQ4iATfG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfhQ4iATfG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfhQ4iATfG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfhQ4iATfG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfhQ4iATfG .content-wrap {
    width: 100%;
  }
}
.cid-vfhQ4iATfG .mbr-section-title {
  text-align: center;
}
.cid-vfhQ4iATfG .mbr-text,
.cid-vfhQ4iATfG .mbr-section-btn {
  text-align: center;
}
.cid-vfurrD554v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfurrD554v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurrD554v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurrD554v .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuqJabJqO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuqJabJqO img,
.cid-vfuqJabJqO .item-img {
  width: 100%;
}
.cid-vfuqJabJqO .item:focus,
.cid-vfuqJabJqO span:focus {
  outline: none;
}
.cid-vfuqJabJqO .item-wrapper {
  position: relative;
}
.cid-vfuqJabJqO .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuqJabJqO .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuqJabJqO .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuqJabJqO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuqJabJqO .mbr-section-title {
  color: #232323;
}
.cid-vfuqJabJqO .mbr-text,
.cid-vfuqJabJqO .mbr-section-btn {
  text-align: left;
}
.cid-vfuqJabJqO .item-title {
  text-align: left;
}
.cid-vfuqJabJqO .item-subtitle {
  text-align: left;
}
.cid-vfuqJabJqO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuqJabJqO .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuqJabJqO .embla__button--next,
.cid-vfuqJabJqO .embla__button--prev {
  display: flex;
}
.cid-vfuqJabJqO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuqJabJqO .embla__button {
    display: none;
  }
}
.cid-vfuqJabJqO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuqJabJqO .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuqJabJqO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuqJabJqO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuqJabJqO .embla__button {
    top: auto;
  }
}
.cid-vfuqJabJqO .embla {
  position: relative;
  width: 100%;
}
.cid-vfuqJabJqO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuqJabJqO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuqJabJqO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuqJabJqO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuqJabJqO .mbr-section-subtitle {
  text-align: center;
}
.cid-vfursEEFaw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfursEEFaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfursEEFaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfursEEFaw .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuqW4kAM0 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuqW4kAM0 img,
.cid-vfuqW4kAM0 .item-img {
  width: 100%;
}
.cid-vfuqW4kAM0 .item:focus,
.cid-vfuqW4kAM0 span:focus {
  outline: none;
}
.cid-vfuqW4kAM0 .item-wrapper {
  position: relative;
}
.cid-vfuqW4kAM0 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfuqW4kAM0 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfuqW4kAM0 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfuqW4kAM0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfuqW4kAM0 .mbr-section-title {
  color: #232323;
}
.cid-vfuqW4kAM0 .mbr-text,
.cid-vfuqW4kAM0 .mbr-section-btn {
  text-align: left;
}
.cid-vfuqW4kAM0 .item-title {
  text-align: left;
}
.cid-vfuqW4kAM0 .item-subtitle {
  text-align: left;
}
.cid-vfuqW4kAM0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfuqW4kAM0 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfuqW4kAM0 .embla__button--next,
.cid-vfuqW4kAM0 .embla__button--prev {
  display: flex;
}
.cid-vfuqW4kAM0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfuqW4kAM0 .embla__button {
    display: none;
  }
}
.cid-vfuqW4kAM0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfuqW4kAM0 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfuqW4kAM0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuqW4kAM0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuqW4kAM0 .embla__button {
    top: auto;
  }
}
.cid-vfuqW4kAM0 .embla {
  position: relative;
  width: 100%;
}
.cid-vfuqW4kAM0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfuqW4kAM0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfuqW4kAM0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfuqW4kAM0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuqW4kAM0 .mbr-section-subtitle {
  text-align: center;
}
.cid-vfurtnEmI9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfurtnEmI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfurtnEmI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfurtnEmI9 .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfurcbsBk6 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfurcbsBk6 img,
.cid-vfurcbsBk6 .item-img {
  width: 100%;
}
.cid-vfurcbsBk6 .item:focus,
.cid-vfurcbsBk6 span:focus {
  outline: none;
}
.cid-vfurcbsBk6 .item-wrapper {
  position: relative;
}
.cid-vfurcbsBk6 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfurcbsBk6 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfurcbsBk6 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfurcbsBk6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfurcbsBk6 .mbr-section-title {
  color: #232323;
}
.cid-vfurcbsBk6 .mbr-text,
.cid-vfurcbsBk6 .mbr-section-btn {
  text-align: left;
}
.cid-vfurcbsBk6 .item-title {
  text-align: left;
}
.cid-vfurcbsBk6 .item-subtitle {
  text-align: left;
}
.cid-vfurcbsBk6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfurcbsBk6 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfurcbsBk6 .embla__button--next,
.cid-vfurcbsBk6 .embla__button--prev {
  display: flex;
}
.cid-vfurcbsBk6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfurcbsBk6 .embla__button {
    display: none;
  }
}
.cid-vfurcbsBk6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfurcbsBk6 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfurcbsBk6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfurcbsBk6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfurcbsBk6 .embla__button {
    top: auto;
  }
}
.cid-vfurcbsBk6 .embla {
  position: relative;
  width: 100%;
}
.cid-vfurcbsBk6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfurcbsBk6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfurcbsBk6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfurcbsBk6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfurcbsBk6 .mbr-section-subtitle {
  text-align: center;
}
.cid-vfutMc0FFi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfutMc0FFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfutMc0FFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfutMc0FFi .mbr-section-title {
  color: #ffffff;
}
.cid-vfu6Zsnzxo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfu6Zsnzxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu6Zsnzxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu6Zsnzxo .item {
  padding-bottom: 2rem;
}
.cid-vfu6Zsnzxo .item-wrapper {
  position: relative;
}
.cid-vfu6Zsnzxo .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfu6Zsnzxo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfu6Zsnzxo .carousel-control,
.cid-vfu6Zsnzxo .close {
  background: #1b1b1b;
}
.cid-vfu6Zsnzxo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfu6Zsnzxo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfu6Zsnzxo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfu6Zsnzxo .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfu6Zsnzxo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfu6Zsnzxo .close::before {
  content: '\e91a';
}
.cid-vfu6Zsnzxo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfu6Zsnzxo .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfu6Zsnzxo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfu6Zsnzxo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfu6Zsnzxo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfu6Zsnzxo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfu6Zsnzxo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfu6Zsnzxo .carousel-indicators li.active,
.cid-vfu6Zsnzxo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfu6Zsnzxo .carousel-indicators li::after,
.cid-vfu6Zsnzxo .carousel-indicators li::before {
  content: none;
}
.cid-vfu6Zsnzxo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfu6Zsnzxo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfu6Zsnzxo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfu6Zsnzxo .carousel-indicators {
    display: none;
  }
}
.cid-vfu6Zsnzxo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfu6Zsnzxo .carousel-inner > .active {
  display: block;
}
.cid-vfu6Zsnzxo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfu6Zsnzxo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfu6Zsnzxo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfu6Zsnzxo .carousel-control,
  .cid-vfu6Zsnzxo .carousel-indicators,
  .cid-vfu6Zsnzxo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfu6Zsnzxo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfu6Zsnzxo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfu6Zsnzxo .carousel-indicators .active,
.cid-vfu6Zsnzxo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfu6Zsnzxo .carousel-indicators .active {
  background: #fff;
}
.cid-vfu6Zsnzxo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfu6Zsnzxo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfu6Zsnzxo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfu6Zsnzxo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfu6Zsnzxo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfu6Zsnzxo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfu6Zsnzxo .carousel {
  width: 100%;
}
.cid-vfu6Zsnzxo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfu6Zsnzxo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfu6Zsnzxo .modal.fade .modal-dialog,
.cid-vfu6Zsnzxo .modal.in .modal-dialog {
  transform: none;
}
.cid-vfu6Zsnzxo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfu6Zsnzxo H6 {
  text-align: center;
}
.cid-vfuolG0o0v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuolG0o0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuolG0o0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuolG0o0v .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-vfuiI3yycY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuiI3yycY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuiI3yycY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuiI3yycY .item {
  padding-bottom: 2rem;
}
.cid-vfuiI3yycY .item-wrapper {
  position: relative;
}
.cid-vfuiI3yycY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfuiI3yycY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfuiI3yycY .carousel-control,
.cid-vfuiI3yycY .close {
  background: #1b1b1b;
}
.cid-vfuiI3yycY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfuiI3yycY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfuiI3yycY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfuiI3yycY .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfuiI3yycY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfuiI3yycY .close::before {
  content: '\e91a';
}
.cid-vfuiI3yycY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfuiI3yycY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfuiI3yycY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuiI3yycY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuiI3yycY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfuiI3yycY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfuiI3yycY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfuiI3yycY .carousel-indicators li.active,
.cid-vfuiI3yycY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfuiI3yycY .carousel-indicators li::after,
.cid-vfuiI3yycY .carousel-indicators li::before {
  content: none;
}
.cid-vfuiI3yycY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfuiI3yycY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfuiI3yycY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfuiI3yycY .carousel-indicators {
    display: none;
  }
}
.cid-vfuiI3yycY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfuiI3yycY .carousel-inner > .active {
  display: block;
}
.cid-vfuiI3yycY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuiI3yycY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfuiI3yycY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfuiI3yycY .carousel-control,
  .cid-vfuiI3yycY .carousel-indicators,
  .cid-vfuiI3yycY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfuiI3yycY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfuiI3yycY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfuiI3yycY .carousel-indicators .active,
.cid-vfuiI3yycY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfuiI3yycY .carousel-indicators .active {
  background: #fff;
}
.cid-vfuiI3yycY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfuiI3yycY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfuiI3yycY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfuiI3yycY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfuiI3yycY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfuiI3yycY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfuiI3yycY .carousel {
  width: 100%;
}
.cid-vfuiI3yycY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfuiI3yycY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfuiI3yycY .modal.fade .modal-dialog,
.cid-vfuiI3yycY .modal.in .modal-dialog {
  transform: none;
}
.cid-vfuiI3yycY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfuiI3yycY H6 {
  text-align: center;
}
.cid-vfuomtoGTo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuomtoGTo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuomtoGTo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuomtoGTo .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuiJmWUMY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuiJmWUMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuiJmWUMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuiJmWUMY .item {
  padding-bottom: 2rem;
}
.cid-vfuiJmWUMY .item-wrapper {
  position: relative;
}
.cid-vfuiJmWUMY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfuiJmWUMY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfuiJmWUMY .carousel-control,
.cid-vfuiJmWUMY .close {
  background: #1b1b1b;
}
.cid-vfuiJmWUMY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfuiJmWUMY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfuiJmWUMY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfuiJmWUMY .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfuiJmWUMY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfuiJmWUMY .close::before {
  content: '\e91a';
}
.cid-vfuiJmWUMY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfuiJmWUMY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfuiJmWUMY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuiJmWUMY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuiJmWUMY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfuiJmWUMY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfuiJmWUMY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfuiJmWUMY .carousel-indicators li.active,
.cid-vfuiJmWUMY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfuiJmWUMY .carousel-indicators li::after,
.cid-vfuiJmWUMY .carousel-indicators li::before {
  content: none;
}
.cid-vfuiJmWUMY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfuiJmWUMY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfuiJmWUMY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfuiJmWUMY .carousel-indicators {
    display: none;
  }
}
.cid-vfuiJmWUMY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfuiJmWUMY .carousel-inner > .active {
  display: block;
}
.cid-vfuiJmWUMY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuiJmWUMY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfuiJmWUMY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfuiJmWUMY .carousel-control,
  .cid-vfuiJmWUMY .carousel-indicators,
  .cid-vfuiJmWUMY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfuiJmWUMY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfuiJmWUMY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfuiJmWUMY .carousel-indicators .active,
.cid-vfuiJmWUMY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfuiJmWUMY .carousel-indicators .active {
  background: #fff;
}
.cid-vfuiJmWUMY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfuiJmWUMY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfuiJmWUMY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfuiJmWUMY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfuiJmWUMY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfuiJmWUMY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfuiJmWUMY .carousel {
  width: 100%;
}
.cid-vfuiJmWUMY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfuiJmWUMY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfuiJmWUMY .modal.fade .modal-dialog,
.cid-vfuiJmWUMY .modal.in .modal-dialog {
  transform: none;
}
.cid-vfuiJmWUMY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfuiJmWUMY H6 {
  text-align: center;
}
.cid-vfuonohKNq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuonohKNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuonohKNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuonohKNq .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuiJXaE7Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuiJXaE7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuiJXaE7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuiJXaE7Y .item {
  padding-bottom: 2rem;
}
.cid-vfuiJXaE7Y .item-wrapper {
  position: relative;
}
.cid-vfuiJXaE7Y .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfuiJXaE7Y .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfuiJXaE7Y .carousel-control,
.cid-vfuiJXaE7Y .close {
  background: #1b1b1b;
}
.cid-vfuiJXaE7Y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfuiJXaE7Y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfuiJXaE7Y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfuiJXaE7Y .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfuiJXaE7Y .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfuiJXaE7Y .close::before {
  content: '\e91a';
}
.cid-vfuiJXaE7Y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfuiJXaE7Y .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfuiJXaE7Y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuiJXaE7Y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuiJXaE7Y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfuiJXaE7Y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfuiJXaE7Y .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfuiJXaE7Y .carousel-indicators li.active,
.cid-vfuiJXaE7Y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfuiJXaE7Y .carousel-indicators li::after,
.cid-vfuiJXaE7Y .carousel-indicators li::before {
  content: none;
}
.cid-vfuiJXaE7Y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfuiJXaE7Y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfuiJXaE7Y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfuiJXaE7Y .carousel-indicators {
    display: none;
  }
}
.cid-vfuiJXaE7Y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfuiJXaE7Y .carousel-inner > .active {
  display: block;
}
.cid-vfuiJXaE7Y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuiJXaE7Y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfuiJXaE7Y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfuiJXaE7Y .carousel-control,
  .cid-vfuiJXaE7Y .carousel-indicators,
  .cid-vfuiJXaE7Y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfuiJXaE7Y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfuiJXaE7Y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfuiJXaE7Y .carousel-indicators .active,
.cid-vfuiJXaE7Y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfuiJXaE7Y .carousel-indicators .active {
  background: #fff;
}
.cid-vfuiJXaE7Y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfuiJXaE7Y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfuiJXaE7Y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfuiJXaE7Y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfuiJXaE7Y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfuiJXaE7Y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfuiJXaE7Y .carousel {
  width: 100%;
}
.cid-vfuiJXaE7Y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfuiJXaE7Y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfuiJXaE7Y .modal.fade .modal-dialog,
.cid-vfuiJXaE7Y .modal.in .modal-dialog {
  transform: none;
}
.cid-vfuiJXaE7Y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfuiJXaE7Y H6 {
  text-align: center;
}
.cid-vfuoo77IEB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuoo77IEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuoo77IEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuoo77IEB .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vfuiKDrot3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuiKDrot3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuiKDrot3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuiKDrot3 .item {
  padding-bottom: 2rem;
}
.cid-vfuiKDrot3 .item-wrapper {
  position: relative;
}
.cid-vfuiKDrot3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfuiKDrot3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfuiKDrot3 .carousel-control,
.cid-vfuiKDrot3 .close {
  background: #1b1b1b;
}
.cid-vfuiKDrot3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfuiKDrot3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfuiKDrot3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfuiKDrot3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfuiKDrot3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfuiKDrot3 .close::before {
  content: '\e91a';
}
.cid-vfuiKDrot3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfuiKDrot3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfuiKDrot3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuiKDrot3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuiKDrot3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfuiKDrot3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfuiKDrot3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfuiKDrot3 .carousel-indicators li.active,
.cid-vfuiKDrot3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfuiKDrot3 .carousel-indicators li::after,
.cid-vfuiKDrot3 .carousel-indicators li::before {
  content: none;
}
.cid-vfuiKDrot3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfuiKDrot3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfuiKDrot3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfuiKDrot3 .carousel-indicators {
    display: none;
  }
}
.cid-vfuiKDrot3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfuiKDrot3 .carousel-inner > .active {
  display: block;
}
.cid-vfuiKDrot3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuiKDrot3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfuiKDrot3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfuiKDrot3 .carousel-control,
  .cid-vfuiKDrot3 .carousel-indicators,
  .cid-vfuiKDrot3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfuiKDrot3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfuiKDrot3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfuiKDrot3 .carousel-indicators .active,
.cid-vfuiKDrot3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfuiKDrot3 .carousel-indicators .active {
  background: #fff;
}
.cid-vfuiKDrot3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfuiKDrot3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfuiKDrot3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfuiKDrot3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfuiKDrot3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfuiKDrot3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfuiKDrot3 .carousel {
  width: 100%;
}
.cid-vfuiKDrot3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfuiKDrot3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfuiKDrot3 .modal.fade .modal-dialog,
.cid-vfuiKDrot3 .modal.in .modal-dialog {
  transform: none;
}
.cid-vfuiKDrot3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfuiKDrot3 H6 {
  text-align: center;
}
.cid-vfuiMkiH9L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuiMkiH9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuiMkiH9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuiMkiH9L ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vfuiMkiH9L li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vfuiMkiH9L ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4d565f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vfuiPPKIC7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuiSzJl6G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuiSzJl6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuiSzJl6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuiSzJl6G .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4d565f;
  margin-left: 1rem;
}
.cid-vfuiSzJl6G .panel-group {
  border: none;
}
.cid-vfuiSzJl6G .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfuiSzJl6G .panel-body,
.cid-vfuiSzJl6G .card-header {
  padding: 1rem 0;
}
.cid-vfuiSzJl6G .panel-title-edit {
  color: #000000;
}
.cid-vfuiSzJl6G .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vfhQ4jyXWF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfhQ4jyXWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQ4jyXWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vfhQ4jyXWF .container {
    max-width: 1400px;
  }
}
.cid-vfhQ4jyXWF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fde403;
  margin-bottom: 2rem;
}
.cid-vfhQ4jyXWF .row {
  justify-content: center;
}
.cid-vfhQ4jyXWF .card-title,
.cid-vfhQ4jyXWF .iconfont-wrapper {
  color: #424754;
}
.cid-vfhQ4jyXWF .card-text {
  color: #424754;
}
.cid-vfhQ4jyXWF .mbr-section-subtitle {
  color: #424754;
}
.cid-vfhQ4jyXWF .mbr-section-title {
  color: #424754;
}
.cid-vfhQ4kVdfK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-207-1920x600.jpg");
}
.cid-vfhQ4kVdfK .justify-content-center {
  align-items: center;
}
.cid-vfhQ4kVdfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQ4kVdfK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQ4kVdfK .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfhQ4kVdfK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfhQ4kVdfK .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfhQ4kVdfK .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfhQ4kVdfK .row {
  align-items: center;
}
.cid-vfhQ4kVdfK .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-vfhQ4kVdfK .card-text {
    text-align: center;
  }
}
.cid-vfhQ4l7Ef4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #31353e;
}
.cid-vfhQ4l7Ef4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQ4l7Ef4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQ4l7Ef4 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vfhQ4l7Ef4 .footer-col {
    flex-direction: column;
  }
}
.cid-vfhQ4l7Ef4 .row {
  background: #31353e;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfhQ4l7Ef4 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfhQ4l7Ef4 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhQ4l7Ef4 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhQ4l7Ef4 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vfhQ4l7Ef4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfhQ4l7Ef4 .soc-item {
  margin: 8px;
}
.cid-vfhQ4l7Ef4 .soc-item a:hover .mbr-iconfont,
.cid-vfhQ4l7Ef4 .soc-item a:focus .mbr-iconfont {
  background-color: #31353e;
}
.cid-vfhQ4l7Ef4 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fde403;
  color: #31353e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhQ4l7Ef4 .row {
    text-align: center;
  }
  .cid-vfhQ4l7Ef4 .social-row {
    justify-content: center;
  }
}
.cid-vfhQ4l7Ef4 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vfhQ4l7Ef4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhQ4l7Ef4 .list {
    margin-bottom: 0rem;
  }
}
.cid-vfhQ4l7Ef4 .mbr-text {
  color: #bbbbbb;
}
.cid-vfhQ4l7Ef4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfhQ4l7Ef4 .list,
.cid-vfhQ4l7Ef4 .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfhQ4l7Ef4 .copyright {
  color: #000000;
}
.cid-vfhQ4lokTo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31353e;
}
.cid-vfhQ4lokTo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQ4lokTo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQ4lokTo .media-container-row {
  justify-content: space-between;
}
.cid-vfhQ4lokTo .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vfhQ4lokTo .text-content {
    max-width: none;
  }
}
.cid-vfhQ4lokTo .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fde403;
  border: 2px solid #fde403;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vfhQ4lokTo .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vfhQ4lokTo .mbr-iconfont-social:hover {
  background-color: #fde403;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vfhQ4lokTo .icons {
    justify-content: center !important;
  }
  .cid-vfhQ4lokTo .text-content * {
    text-align: center;
  }
}
.cid-vfhQ4lokTo .mbr-section-title {
  color: #ffffff;
}
.cid-vfhQ4lokTo .mbr-text {
  color: #ffffff;
}
.cid-vfis4u6SCH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfis4u6SCH input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-vfis4u6SCH input:hover {
  border: none !important;
}
.cid-vfis4u6SCH .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-vfis4u6SCH .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-vfis4u6SCH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfis4u6SCH .row {
  justify-content: center;
}
.cid-vfis4u6SCH .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-vfis4u6SCH .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-vfis4u6SCH .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vfis4u6SCH .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vfis4u6SCH .justify-content-center {
  align-items: center;
}
.cid-vfis4u6SCH .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfis5h28C3 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #31353e;
}
.cid-vfis5h28C3 img,
.cid-vfis5h28C3 .item-img {
  width: 100%;
}
.cid-vfis5h28C3 .item:focus,
.cid-vfis5h28C3 span:focus {
  outline: none;
}
.cid-vfis5h28C3 .item-wrapper {
  position: relative;
}
.cid-vfis5h28C3 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #31353e;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfis5h28C3 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfis5h28C3 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfis5h28C3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfis5h28C3 .mbr-section-title {
  color: #ffffff;
}
.cid-vfis5h28C3 .mbr-text,
.cid-vfis5h28C3 .mbr-section-btn {
  text-align: left;
}
.cid-vfis5h28C3 .item-title {
  text-align: left;
}
.cid-vfis5h28C3 .item-subtitle {
  text-align: left;
}
.cid-vfis5h28C3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfis5h28C3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfis5h28C3 .embla__button--next,
.cid-vfis5h28C3 .embla__button--prev {
  display: flex;
}
.cid-vfis5h28C3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfis5h28C3 .embla__button {
    display: none;
  }
}
.cid-vfis5h28C3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfis5h28C3 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfis5h28C3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfis5h28C3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfis5h28C3 .embla__button {
    top: auto;
  }
}
.cid-vfis5h28C3 .embla {
  position: relative;
  width: 100%;
}
.cid-vfis5h28C3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfis5h28C3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfis5h28C3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfis5h28C3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfis5h28C3 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfhQ4lIKLx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfhQ4lIKLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQ4lIKLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQ4lIKLx .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfhQ4lIKLx .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfhQ4lIKLx .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #fce512;
}
@media (max-width: 767px) {
  .cid-vfhQ4lIKLx .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vfhQ4lIKLx .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vfhQ4lIKLx .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-vfhQ4lIKLx .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vfhQ4lIKLx .nav-link,
.cid-vfhQ4lIKLx .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vfhQ4lIKLx .nav-tabs .nav-link.active {
  color: #fce512;
  border-bottom: 3px solid #fce512;
}
.cid-vfhQ4lIKLx .mbr-section-subtitle {
  text-align: center;
}
.cid-vfhQ4lIKLx .mbr-section-title {
  text-align: center;
}
.cid-vfhQ4lIKLx .mbr-text {
  color: #ffffff;
}
.cid-vfhQ4m4V1I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #31353e;
}
.cid-vfhQ4m4V1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQ4m4V1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQ4m4V1I .mbr-section-title {
  color: #ffffff;
}
.cid-vfhQeBplDk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vfhQeBplDk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhQeBplDk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vfhQeBplDk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfhQeBplDk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vfhQeBplDk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfhQeBplDk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfhQeBplDk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vfhQeBplDk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vfhQeBplDk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vfhQeBplDk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vfhQeBplDk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vfhQeBplDk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vfhQeBplDk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vfhQeBplDk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vfhQeBplDk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vfhQeBplDk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vfhQeBplDk .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfhQeBplDk .navbar-logo {
    padding-left: 0;
  }
}
.cid-vfhQeBplDk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhQeBplDk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vfhQeBplDk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vfhQeBplDk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #31353e;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vfhQeBplDk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhQeBplDk .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vfhQeBplDk .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfhQeBplDk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #31353e;
}
.cid-vfhQeBplDk .nav-item:focus,
.cid-vfhQeBplDk .nav-link:focus {
  outline: none;
}
.cid-vfhQeBplDk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfhQeBplDk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfhQeBplDk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfhQeBplDk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfhQeBplDk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfhQeBplDk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfhQeBplDk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vfhQeBplDk .navbar.opened {
  transition: all 0.3s;
}
.cid-vfhQeBplDk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfhQeBplDk .navbar .navbar-logo img {
  width: auto;
}
.cid-vfhQeBplDk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vfhQeBplDk .navbar.collapsed {
  justify-content: center;
}
.cid-vfhQeBplDk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfhQeBplDk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfhQeBplDk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfhQeBplDk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfhQeBplDk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfhQeBplDk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfhQeBplDk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfhQeBplDk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfhQeBplDk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhQeBplDk .navbar {
    min-height: 72px;
  }
  .cid-vfhQeBplDk .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vfhQeBplDk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfhQeBplDk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfhQeBplDk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfhQeBplDk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfhQeBplDk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfhQeBplDk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfhQeBplDk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vfhQeBplDk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfhQeBplDk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfhQeBplDk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vfhQeBplDk .dropdown-item.active,
.cid-vfhQeBplDk .dropdown-item:active {
  background-color: transparent;
}
.cid-vfhQeBplDk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfhQeBplDk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfhQeBplDk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfhQeBplDk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #31353e;
}
.cid-vfhQeBplDk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vfhQeBplDk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vfhQeBplDk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfhQeBplDk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vfhQeBplDk .navbar-buttons {
    text-align: left;
  }
}
.cid-vfhQeBplDk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfhQeBplDk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfhQeBplDk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfhQeBplDk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhQeBplDk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhQeBplDk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfhQeBplDk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhQeBplDk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfhQeBplDk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfhQeBplDk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhQeBplDk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfhQeBplDk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfhQeBplDk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfhQeBplDk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfhQeBplDk .navbar {
    height: 70px;
  }
  .cid-vfhQeBplDk .navbar.opened {
    height: auto;
  }
  .cid-vfhQeBplDk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfhQeBplDk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vfhQeBplDk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vfhQeBplDk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vfhQeBplDk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vfhQeBplDk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vfhQeBplDk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vfhQeBplDk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vfhQeBplDk .navbar-brand {
    margin-right: auto;
  }
  .cid-vfhQeBplDk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #31353e;
    backdrop-filter: blur(8px);
  }
  .cid-vfhQeBplDk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vfhQeBplDk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vfhQeBplDk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhQeBplDk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vfhQeBplDk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vfhQeBplDk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vfhQeBplDk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vfhQeBplDk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhQeBplDk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfhQeBplDk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfhQeBD2it {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kurumsal-1-2000x833.jpg");
}
.cid-vfhQeBD2it .mbr-overlay {
  background-color: #424754;
  opacity: 0.8;
}
.cid-vfhQeBD2it .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQeBD2it .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQeBD2it .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vfhQeBD2it .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vfhQeBD2it {
    align-items: center;
  }
  .cid-vfhQeBD2it .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfhQeBD2it .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfhQeBD2it {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfhQeBD2it .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfhQeBD2it .content-wrap {
    width: 100%;
  }
}
.cid-vfhQeBD2it .mbr-section-title {
  text-align: center;
}
.cid-vfhQeBD2it .mbr-text,
.cid-vfhQeBD2it .mbr-section-btn {
  text-align: center;
}
.cid-vfQQY1TU0I {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfQQY1TU0I img,
.cid-vfQQY1TU0I .item-img {
  width: 100%;
}
.cid-vfQQY1TU0I .item:focus,
.cid-vfQQY1TU0I span:focus {
  outline: none;
}
.cid-vfQQY1TU0I .item-wrapper {
  position: relative;
}
.cid-vfQQY1TU0I .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfQQY1TU0I .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfQQY1TU0I .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfQQY1TU0I .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfQQY1TU0I .mbr-section-title {
  color: #232323;
}
.cid-vfQQY1TU0I .mbr-text,
.cid-vfQQY1TU0I .mbr-section-btn {
  text-align: center;
}
.cid-vfQQY1TU0I .item-title {
  text-align: center;
}
.cid-vfQQY1TU0I .item-subtitle {
  text-align: left;
}
.cid-vfQQY1TU0I .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfQQY1TU0I .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfQQY1TU0I .embla__button--next,
.cid-vfQQY1TU0I .embla__button--prev {
  display: flex;
}
.cid-vfQQY1TU0I .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfQQY1TU0I .embla__button {
    display: none;
  }
}
.cid-vfQQY1TU0I .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfQQY1TU0I .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfQQY1TU0I .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfQQY1TU0I .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfQQY1TU0I .embla__button {
    top: auto;
  }
}
.cid-vfQQY1TU0I .embla {
  position: relative;
  width: 100%;
}
.cid-vfQQY1TU0I .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfQQY1TU0I .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfQQY1TU0I .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfQQY1TU0I .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfQQY1TU0I .mbr-section-subtitle {
  text-align: center;
}
.cid-vfukCGGXoc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfukCGGXoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfukCGGXoc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfukCGGXoc .mbr-section-title {
  color: #ffffff;
}
.cid-vfukaPBsBt {
  padding-top: 2rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-vfukaPBsBt img,
.cid-vfukaPBsBt .item-img {
  width: 100%;
}
.cid-vfukaPBsBt .item:focus,
.cid-vfukaPBsBt span:focus {
  outline: none;
}
.cid-vfukaPBsBt .item-wrapper {
  position: relative;
}
.cid-vfukaPBsBt .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfukaPBsBt .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfukaPBsBt .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfukaPBsBt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfukaPBsBt .mbr-section-title {
  color: #232323;
}
.cid-vfukaPBsBt .mbr-text,
.cid-vfukaPBsBt .mbr-section-btn {
  text-align: left;
}
.cid-vfukaPBsBt .item-title {
  text-align: left;
}
.cid-vfukaPBsBt .item-subtitle {
  text-align: left;
}
.cid-vfukaPBsBt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfukaPBsBt .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfukaPBsBt .embla__button--next,
.cid-vfukaPBsBt .embla__button--prev {
  display: flex;
}
.cid-vfukaPBsBt .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfukaPBsBt .embla__button {
    display: none;
  }
}
.cid-vfukaPBsBt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfukaPBsBt .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfukaPBsBt .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfukaPBsBt .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfukaPBsBt .embla__button {
    top: auto;
  }
}
.cid-vfukaPBsBt .embla {
  position: relative;
  width: 100%;
}
.cid-vfukaPBsBt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfukaPBsBt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfukaPBsBt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfukaPBsBt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfukaPBsBt .mbr-section-subtitle {
  text-align: center;
}
.cid-vfudyKizCe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfudyKizCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfudyKizCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfudyKizCe .mbr-section-title {
  color: #ffffff;
}
.cid-vfu6zqZS4j {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfu6zqZS4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu6zqZS4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu6zqZS4j .item {
  padding-bottom: 2rem;
}
.cid-vfu6zqZS4j .item-wrapper {
  position: relative;
}
.cid-vfu6zqZS4j .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfu6zqZS4j .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfu6zqZS4j .carousel-control,
.cid-vfu6zqZS4j .close {
  background: #1b1b1b;
}
.cid-vfu6zqZS4j .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfu6zqZS4j .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfu6zqZS4j .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfu6zqZS4j .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfu6zqZS4j .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfu6zqZS4j .close::before {
  content: '\e91a';
}
.cid-vfu6zqZS4j .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfu6zqZS4j .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfu6zqZS4j .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfu6zqZS4j .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfu6zqZS4j .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfu6zqZS4j .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfu6zqZS4j .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfu6zqZS4j .carousel-indicators li.active,
.cid-vfu6zqZS4j .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfu6zqZS4j .carousel-indicators li::after,
.cid-vfu6zqZS4j .carousel-indicators li::before {
  content: none;
}
.cid-vfu6zqZS4j .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfu6zqZS4j .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfu6zqZS4j .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfu6zqZS4j .carousel-indicators {
    display: none;
  }
}
.cid-vfu6zqZS4j .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfu6zqZS4j .carousel-inner > .active {
  display: block;
}
.cid-vfu6zqZS4j .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfu6zqZS4j .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfu6zqZS4j .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfu6zqZS4j .carousel-control,
  .cid-vfu6zqZS4j .carousel-indicators,
  .cid-vfu6zqZS4j .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfu6zqZS4j .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfu6zqZS4j .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfu6zqZS4j .carousel-indicators .active,
.cid-vfu6zqZS4j .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfu6zqZS4j .carousel-indicators .active {
  background: #fff;
}
.cid-vfu6zqZS4j .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfu6zqZS4j .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfu6zqZS4j .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfu6zqZS4j .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfu6zqZS4j .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfu6zqZS4j .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfu6zqZS4j .carousel {
  width: 100%;
}
.cid-vfu6zqZS4j .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfu6zqZS4j .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfu6zqZS4j .modal.fade .modal-dialog,
.cid-vfu6zqZS4j .modal.in .modal-dialog {
  transform: none;
}
.cid-vfu6zqZS4j .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfu6zqZS4j H6 {
  text-align: center;
}
.cid-vfudKyuYjy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfudKyuYjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfudKyuYjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfudKyuYjy .mbr-section-title {
  color: #ffffff;
}
.cid-vfuaMTBmbe {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfuaMTBmbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuaMTBmbe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuaMTBmbe .item {
  padding-bottom: 2rem;
}
.cid-vfuaMTBmbe .item-wrapper {
  position: relative;
}
.cid-vfuaMTBmbe .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfuaMTBmbe .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfuaMTBmbe .carousel-control,
.cid-vfuaMTBmbe .close {
  background: #1b1b1b;
}
.cid-vfuaMTBmbe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfuaMTBmbe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfuaMTBmbe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfuaMTBmbe .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfuaMTBmbe .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfuaMTBmbe .close::before {
  content: '\e91a';
}
.cid-vfuaMTBmbe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfuaMTBmbe .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfuaMTBmbe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuaMTBmbe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuaMTBmbe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfuaMTBmbe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfuaMTBmbe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfuaMTBmbe .carousel-indicators li.active,
.cid-vfuaMTBmbe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfuaMTBmbe .carousel-indicators li::after,
.cid-vfuaMTBmbe .carousel-indicators li::before {
  content: none;
}
.cid-vfuaMTBmbe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfuaMTBmbe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfuaMTBmbe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfuaMTBmbe .carousel-indicators {
    display: none;
  }
}
.cid-vfuaMTBmbe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfuaMTBmbe .carousel-inner > .active {
  display: block;
}
.cid-vfuaMTBmbe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuaMTBmbe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfuaMTBmbe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfuaMTBmbe .carousel-control,
  .cid-vfuaMTBmbe .carousel-indicators,
  .cid-vfuaMTBmbe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfuaMTBmbe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfuaMTBmbe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfuaMTBmbe .carousel-indicators .active,
.cid-vfuaMTBmbe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfuaMTBmbe .carousel-indicators .active {
  background: #fff;
}
.cid-vfuaMTBmbe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfuaMTBmbe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfuaMTBmbe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfuaMTBmbe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfuaMTBmbe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfuaMTBmbe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfuaMTBmbe .carousel {
  width: 100%;
}
.cid-vfuaMTBmbe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfuaMTBmbe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfuaMTBmbe .modal.fade .modal-dialog,
.cid-vfuaMTBmbe .modal.in .modal-dialog {
  transform: none;
}
.cid-vfuaMTBmbe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfuaMTBmbe H6 {
  text-align: center;
}
.cid-vfuciisugI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/kapak-204-1920x600.jpg");
}
.cid-vfuciisugI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuciisugI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuciisugI .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vfuciisugI .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfuciisugI .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfuciisugI .card-wrapper {
    padding: 4rem;
  }
}
.cid-vfuciisugI .mbr-text,
.cid-vfuciisugI .mbr-section-btn {
  text-align: center;
}
.cid-vfudX4aTwU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfudX4aTwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfudX4aTwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfudX4aTwU .mbr-section-title {
  color: #ffffff;
}
.cid-vfubEMr4XH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfubEMr4XH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfubEMr4XH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu96cQ6J0 {
  padding-top: 1rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-vfu96cQ6J0 img,
.cid-vfu96cQ6J0 .item-img {
  width: 100%;
}
.cid-vfu96cQ6J0 .item:focus,
.cid-vfu96cQ6J0 span:focus {
  outline: none;
}
.cid-vfu96cQ6J0 .item-wrapper {
  position: relative;
}
.cid-vfu96cQ6J0 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfu96cQ6J0 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfu96cQ6J0 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfu96cQ6J0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfu96cQ6J0 .mbr-section-title {
  color: #232323;
}
.cid-vfu96cQ6J0 .mbr-text,
.cid-vfu96cQ6J0 .mbr-section-btn {
  text-align: left;
}
.cid-vfu96cQ6J0 .item-title {
  text-align: left;
}
.cid-vfu96cQ6J0 .item-subtitle {
  text-align: left;
}
.cid-vfu96cQ6J0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfu96cQ6J0 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfu96cQ6J0 .embla__button--next,
.cid-vfu96cQ6J0 .embla__button--prev {
  display: flex;
}
.cid-vfu96cQ6J0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfu96cQ6J0 .embla__button {
    display: none;
  }
}
.cid-vfu96cQ6J0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfu96cQ6J0 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfu96cQ6J0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfu96cQ6J0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfu96cQ6J0 .embla__button {
    top: auto;
  }
}
.cid-vfu96cQ6J0 .embla {
  position: relative;
  width: 100%;
}
.cid-vfu96cQ6J0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfu96cQ6J0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfu96cQ6J0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfu96cQ6J0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfuebJcJIp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfuebJcJIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuebJcJIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuebJcJIp .mbr-section-title {
  color: #ffffff;
}
.cid-vfuc4IoWYw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuc4IoWYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuc4IoWYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu9CbHl5o {
  padding-top: 1rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-vfu9CbHl5o img,
.cid-vfu9CbHl5o .item-img {
  width: 100%;
}
.cid-vfu9CbHl5o .item:focus,
.cid-vfu9CbHl5o span:focus {
  outline: none;
}
.cid-vfu9CbHl5o .item-wrapper {
  position: relative;
}
.cid-vfu9CbHl5o .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfu9CbHl5o .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfu9CbHl5o .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfu9CbHl5o .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfu9CbHl5o .mbr-section-title {
  color: #232323;
}
.cid-vfu9CbHl5o .mbr-text,
.cid-vfu9CbHl5o .mbr-section-btn {
  text-align: left;
}
.cid-vfu9CbHl5o .item-title {
  text-align: left;
}
.cid-vfu9CbHl5o .item-subtitle {
  text-align: left;
}
.cid-vfu9CbHl5o .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfu9CbHl5o .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfu9CbHl5o .embla__button--next,
.cid-vfu9CbHl5o .embla__button--prev {
  display: flex;
}
.cid-vfu9CbHl5o .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfu9CbHl5o .embla__button {
    display: none;
  }
}
.cid-vfu9CbHl5o .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfu9CbHl5o .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfu9CbHl5o .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfu9CbHl5o .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfu9CbHl5o .embla__button {
    top: auto;
  }
}
.cid-vfu9CbHl5o .embla {
  position: relative;
  width: 100%;
}
.cid-vfu9CbHl5o .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfu9CbHl5o .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfu9CbHl5o .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfu9CbHl5o .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfulq14IA6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfulq14IA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfulq14IA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfulq14IA6 .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-vfuhlB157T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuhlB157T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuhlB157T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuhlB157T .item {
  padding-bottom: 2rem;
}
.cid-vfuhlB157T .item-wrapper {
  position: relative;
}
.cid-vfuhlB157T .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfuhlB157T .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfuhlB157T .carousel-control,
.cid-vfuhlB157T .close {
  background: #1b1b1b;
}
.cid-vfuhlB157T .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfuhlB157T .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfuhlB157T .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfuhlB157T .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfuhlB157T .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfuhlB157T .close::before {
  content: '\e91a';
}
.cid-vfuhlB157T .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfuhlB157T .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfuhlB157T .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuhlB157T .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuhlB157T .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfuhlB157T .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfuhlB157T .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfuhlB157T .carousel-indicators li.active,
.cid-vfuhlB157T .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfuhlB157T .carousel-indicators li::after,
.cid-vfuhlB157T .carousel-indicators li::before {
  content: none;
}
.cid-vfuhlB157T .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfuhlB157T .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfuhlB157T .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfuhlB157T .carousel-indicators {
    display: none;
  }
}
.cid-vfuhlB157T .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfuhlB157T .carousel-inner > .active {
  display: block;
}
.cid-vfuhlB157T .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuhlB157T .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfuhlB157T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfuhlB157T .carousel-control,
  .cid-vfuhlB157T .carousel-indicators,
  .cid-vfuhlB157T .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfuhlB157T .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfuhlB157T .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfuhlB157T .carousel-indicators .active,
.cid-vfuhlB157T .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfuhlB157T .carousel-indicators .active {
  background: #fff;
}
.cid-vfuhlB157T .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfuhlB157T .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfuhlB157T .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfuhlB157T .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfuhlB157T .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfuhlB157T .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfuhlB157T .carousel {
  width: 100%;
}
.cid-vfuhlB157T .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfuhlB157T .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfuhlB157T .modal.fade .modal-dialog,
.cid-vfuhlB157T .modal.in .modal-dialog {
  transform: none;
}
.cid-vfuhlB157T .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfuhlB157T H6 {
  text-align: center;
}
.cid-vfulDOFHDa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfulDOFHDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfulDOFHDa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfulDOFHDa .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-vfuifO7ZLI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuifO7ZLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuifO7ZLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuifO7ZLI .item {
  padding-bottom: 2rem;
}
.cid-vfuifO7ZLI .item-wrapper {
  position: relative;
}
.cid-vfuifO7ZLI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfuifO7ZLI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfuifO7ZLI .carousel-control,
.cid-vfuifO7ZLI .close {
  background: #1b1b1b;
}
.cid-vfuifO7ZLI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfuifO7ZLI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfuifO7ZLI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfuifO7ZLI .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfuifO7ZLI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfuifO7ZLI .close::before {
  content: '\e91a';
}
.cid-vfuifO7ZLI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfuifO7ZLI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfuifO7ZLI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuifO7ZLI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuifO7ZLI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfuifO7ZLI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfuifO7ZLI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfuifO7ZLI .carousel-indicators li.active,
.cid-vfuifO7ZLI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfuifO7ZLI .carousel-indicators li::after,
.cid-vfuifO7ZLI .carousel-indicators li::before {
  content: none;
}
.cid-vfuifO7ZLI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfuifO7ZLI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfuifO7ZLI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfuifO7ZLI .carousel-indicators {
    display: none;
  }
}
.cid-vfuifO7ZLI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfuifO7ZLI .carousel-inner > .active {
  display: block;
}
.cid-vfuifO7ZLI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuifO7ZLI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfuifO7ZLI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfuifO7ZLI .carousel-control,
  .cid-vfuifO7ZLI .carousel-indicators,
  .cid-vfuifO7ZLI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfuifO7ZLI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfuifO7ZLI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfuifO7ZLI .carousel-indicators .active,
.cid-vfuifO7ZLI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfuifO7ZLI .carousel-indicators .active {
  background: #fff;
}
.cid-vfuifO7ZLI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfuifO7ZLI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfuifO7ZLI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfuifO7ZLI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfuifO7ZLI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfuifO7ZLI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfuifO7ZLI .carousel {
  width: 100%;
}
.cid-vfuifO7ZLI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfuifO7ZLI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfuifO7ZLI .modal.fade .modal-dialog,
.cid-vfuifO7ZLI .modal.in .modal-dialog {
  transform: none;
}
.cid-vfuifO7ZLI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfuifO7ZLI H6 {
  text-align: center;
}
.cid-vfulQ9BzUM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfulQ9BzUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfulQ9BzUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfulQ9BzUM .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-vfuibvSFHe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuibvSFHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuibvSFHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuibvSFHe .item {
  padding-bottom: 2rem;
}
.cid-vfuibvSFHe .item-wrapper {
  position: relative;
}
.cid-vfuibvSFHe .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfuibvSFHe .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfuibvSFHe .carousel-control,
.cid-vfuibvSFHe .close {
  background: #1b1b1b;
}
.cid-vfuibvSFHe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfuibvSFHe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfuibvSFHe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfuibvSFHe .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfuibvSFHe .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfuibvSFHe .close::before {
  content: '\e91a';
}
.cid-vfuibvSFHe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfuibvSFHe .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfuibvSFHe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuibvSFHe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuibvSFHe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfuibvSFHe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfuibvSFHe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfuibvSFHe .carousel-indicators li.active,
.cid-vfuibvSFHe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfuibvSFHe .carousel-indicators li::after,
.cid-vfuibvSFHe .carousel-indicators li::before {
  content: none;
}
.cid-vfuibvSFHe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfuibvSFHe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfuibvSFHe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfuibvSFHe .carousel-indicators {
    display: none;
  }
}
.cid-vfuibvSFHe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfuibvSFHe .carousel-inner > .active {
  display: block;
}
.cid-vfuibvSFHe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuibvSFHe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfuibvSFHe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfuibvSFHe .carousel-control,
  .cid-vfuibvSFHe .carousel-indicators,
  .cid-vfuibvSFHe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfuibvSFHe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfuibvSFHe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfuibvSFHe .carousel-indicators .active,
.cid-vfuibvSFHe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfuibvSFHe .carousel-indicators .active {
  background: #fff;
}
.cid-vfuibvSFHe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfuibvSFHe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfuibvSFHe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfuibvSFHe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfuibvSFHe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfuibvSFHe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfuibvSFHe .carousel {
  width: 100%;
}
.cid-vfuibvSFHe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfuibvSFHe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfuibvSFHe .modal.fade .modal-dialog,
.cid-vfuibvSFHe .modal.in .modal-dialog {
  transform: none;
}
.cid-vfuibvSFHe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfuibvSFHe H6 {
  text-align: center;
}
.cid-vfum125Sk9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfum125Sk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfum125Sk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfum125Sk9 .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-vfuindTICr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuindTICr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuindTICr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuindTICr .item {
  padding-bottom: 2rem;
}
.cid-vfuindTICr .item-wrapper {
  position: relative;
}
.cid-vfuindTICr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfuindTICr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfuindTICr .carousel-control,
.cid-vfuindTICr .close {
  background: #1b1b1b;
}
.cid-vfuindTICr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfuindTICr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfuindTICr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfuindTICr .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfuindTICr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfuindTICr .close::before {
  content: '\e91a';
}
.cid-vfuindTICr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfuindTICr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfuindTICr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuindTICr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfuindTICr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfuindTICr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfuindTICr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfuindTICr .carousel-indicators li.active,
.cid-vfuindTICr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfuindTICr .carousel-indicators li::after,
.cid-vfuindTICr .carousel-indicators li::before {
  content: none;
}
.cid-vfuindTICr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfuindTICr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfuindTICr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfuindTICr .carousel-indicators {
    display: none;
  }
}
.cid-vfuindTICr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfuindTICr .carousel-inner > .active {
  display: block;
}
.cid-vfuindTICr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfuindTICr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfuindTICr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfuindTICr .carousel-control,
  .cid-vfuindTICr .carousel-indicators,
  .cid-vfuindTICr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfuindTICr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfuindTICr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfuindTICr .carousel-indicators .active,
.cid-vfuindTICr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfuindTICr .carousel-indicators .active {
  background: #fff;
}
.cid-vfuindTICr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfuindTICr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfuindTICr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfuindTICr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfuindTICr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfuindTICr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfuindTICr .carousel {
  width: 100%;
}
.cid-vfuindTICr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfuindTICr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfuindTICr .modal.fade .modal-dialog,
.cid-vfuindTICr .modal.in .modal-dialog {
  transform: none;
}
.cid-vfuindTICr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfuindTICr H6 {
  text-align: center;
}
.cid-vfuhoGxYAX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfuhoGxYAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfuhoGxYAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfuhoGxYAX ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vfuhoGxYAX li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vfuhoGxYAX ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4d565f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vfuhpF9NTZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfufKTOFy2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfufKTOFy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfufKTOFy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfufKTOFy2 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4d565f;
  margin-left: 1rem;
}
.cid-vfufKTOFy2 .panel-group {
  border: none;
}
.cid-vfufKTOFy2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vfufKTOFy2 .panel-body,
.cid-vfufKTOFy2 .card-header {
  padding: 1rem 0;
}
.cid-vfufKTOFy2 .panel-title-edit {
  color: #000000;
}
.cid-vfufKTOFy2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vfhQeCqyAn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfhQeCqyAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQeCqyAn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vfhQeCqyAn .container {
    max-width: 1400px;
  }
}
.cid-vfhQeCqyAn .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fde403;
  margin-bottom: 2rem;
}
.cid-vfhQeCqyAn .row {
  justify-content: center;
}
.cid-vfhQeCqyAn .card-title,
.cid-vfhQeCqyAn .iconfont-wrapper {
  color: #424754;
}
.cid-vfhQeCqyAn .card-text {
  color: #424754;
}
.cid-vfhQeCqyAn .mbr-section-subtitle {
  color: #424754;
}
.cid-vfhQeCqyAn .mbr-section-title {
  color: #424754;
}
.cid-vfhQeDSH7S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-207-1920x600.jpg");
}
.cid-vfhQeDSH7S .justify-content-center {
  align-items: center;
}
.cid-vfhQeDSH7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQeDSH7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQeDSH7S .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfhQeDSH7S .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfhQeDSH7S .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfhQeDSH7S .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfhQeDSH7S .row {
  align-items: center;
}
.cid-vfhQeDSH7S .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-vfhQeDSH7S .card-text {
    text-align: center;
  }
}
.cid-vfhQeE6j7p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #31353e;
}
.cid-vfhQeE6j7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQeE6j7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQeE6j7p .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vfhQeE6j7p .footer-col {
    flex-direction: column;
  }
}
.cid-vfhQeE6j7p .row {
  background: #31353e;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfhQeE6j7p .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfhQeE6j7p .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhQeE6j7p .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhQeE6j7p .mbr-section-btn {
    text-align: center;
  }
}
.cid-vfhQeE6j7p .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfhQeE6j7p .soc-item {
  margin: 8px;
}
.cid-vfhQeE6j7p .soc-item a:hover .mbr-iconfont,
.cid-vfhQeE6j7p .soc-item a:focus .mbr-iconfont {
  background-color: #31353e;
}
.cid-vfhQeE6j7p .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fde403;
  color: #31353e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhQeE6j7p .row {
    text-align: center;
  }
  .cid-vfhQeE6j7p .social-row {
    justify-content: center;
  }
}
.cid-vfhQeE6j7p .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vfhQeE6j7p .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhQeE6j7p .list {
    margin-bottom: 0rem;
  }
}
.cid-vfhQeE6j7p .mbr-text {
  color: #bbbbbb;
}
.cid-vfhQeE6j7p .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfhQeE6j7p .list,
.cid-vfhQeE6j7p .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfhQeE6j7p .copyright {
  color: #000000;
}
.cid-vfhQeEmDFR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31353e;
}
.cid-vfhQeEmDFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQeEmDFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQeEmDFR .media-container-row {
  justify-content: space-between;
}
.cid-vfhQeEmDFR .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vfhQeEmDFR .text-content {
    max-width: none;
  }
}
.cid-vfhQeEmDFR .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fde403;
  border: 2px solid #fde403;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vfhQeEmDFR .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vfhQeEmDFR .mbr-iconfont-social:hover {
  background-color: #fde403;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vfhQeEmDFR .icons {
    justify-content: center !important;
  }
  .cid-vfhQeEmDFR .text-content * {
    text-align: center;
  }
}
.cid-vfhQeEmDFR .mbr-section-title {
  color: #ffffff;
}
.cid-vfhQeEmDFR .mbr-text {
  color: #ffffff;
}
.cid-vfisadsGJq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfisadsGJq input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-vfisadsGJq input:hover {
  border: none !important;
}
.cid-vfisadsGJq .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-vfisadsGJq .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-vfisadsGJq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfisadsGJq .row {
  justify-content: center;
}
.cid-vfisadsGJq .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-vfisadsGJq .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-vfisadsGJq .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vfisadsGJq .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vfisadsGJq .justify-content-center {
  align-items: center;
}
.cid-vfisadsGJq .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfisaOFvM1 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #31353e;
}
.cid-vfisaOFvM1 img,
.cid-vfisaOFvM1 .item-img {
  width: 100%;
}
.cid-vfisaOFvM1 .item:focus,
.cid-vfisaOFvM1 span:focus {
  outline: none;
}
.cid-vfisaOFvM1 .item-wrapper {
  position: relative;
}
.cid-vfisaOFvM1 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #31353e;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfisaOFvM1 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfisaOFvM1 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfisaOFvM1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfisaOFvM1 .mbr-section-title {
  color: #ffffff;
}
.cid-vfisaOFvM1 .mbr-text,
.cid-vfisaOFvM1 .mbr-section-btn {
  text-align: left;
}
.cid-vfisaOFvM1 .item-title {
  text-align: left;
}
.cid-vfisaOFvM1 .item-subtitle {
  text-align: left;
}
.cid-vfisaOFvM1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfisaOFvM1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfisaOFvM1 .embla__button--next,
.cid-vfisaOFvM1 .embla__button--prev {
  display: flex;
}
.cid-vfisaOFvM1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfisaOFvM1 .embla__button {
    display: none;
  }
}
.cid-vfisaOFvM1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfisaOFvM1 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfisaOFvM1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfisaOFvM1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfisaOFvM1 .embla__button {
    top: auto;
  }
}
.cid-vfisaOFvM1 .embla {
  position: relative;
  width: 100%;
}
.cid-vfisaOFvM1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfisaOFvM1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfisaOFvM1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfisaOFvM1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfisaOFvM1 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfhQeEDVMn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfhQeEDVMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQeEDVMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQeEDVMn .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfhQeEDVMn .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfhQeEDVMn .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #fce512;
}
@media (max-width: 767px) {
  .cid-vfhQeEDVMn .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vfhQeEDVMn .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vfhQeEDVMn .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-vfhQeEDVMn .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vfhQeEDVMn .nav-link,
.cid-vfhQeEDVMn .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vfhQeEDVMn .nav-tabs .nav-link.active {
  color: #fce512;
  border-bottom: 3px solid #fce512;
}
.cid-vfhQeEDVMn .mbr-section-subtitle {
  text-align: center;
}
.cid-vfhQeEDVMn .mbr-section-title {
  text-align: center;
}
.cid-vfhQeEDVMn .mbr-text {
  color: #ffffff;
}
.cid-vfhQeEUEXt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #31353e;
}
.cid-vfhQeEUEXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQeEUEXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQeEUEXt .mbr-section-title {
  color: #ffffff;
}
.cid-vfhQpD9LKh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vfhQpD9LKh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhQpD9LKh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vfhQpD9LKh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfhQpD9LKh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vfhQpD9LKh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfhQpD9LKh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfhQpD9LKh .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vfhQpD9LKh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vfhQpD9LKh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vfhQpD9LKh .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vfhQpD9LKh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vfhQpD9LKh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vfhQpD9LKh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vfhQpD9LKh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vfhQpD9LKh .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vfhQpD9LKh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vfhQpD9LKh .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfhQpD9LKh .navbar-logo {
    padding-left: 0;
  }
}
.cid-vfhQpD9LKh .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhQpD9LKh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vfhQpD9LKh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vfhQpD9LKh .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #31353e;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vfhQpD9LKh .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhQpD9LKh .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vfhQpD9LKh .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfhQpD9LKh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #31353e;
}
.cid-vfhQpD9LKh .nav-item:focus,
.cid-vfhQpD9LKh .nav-link:focus {
  outline: none;
}
.cid-vfhQpD9LKh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfhQpD9LKh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfhQpD9LKh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfhQpD9LKh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfhQpD9LKh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfhQpD9LKh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfhQpD9LKh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vfhQpD9LKh .navbar.opened {
  transition: all 0.3s;
}
.cid-vfhQpD9LKh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfhQpD9LKh .navbar .navbar-logo img {
  width: auto;
}
.cid-vfhQpD9LKh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vfhQpD9LKh .navbar.collapsed {
  justify-content: center;
}
.cid-vfhQpD9LKh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfhQpD9LKh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfhQpD9LKh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfhQpD9LKh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfhQpD9LKh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfhQpD9LKh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfhQpD9LKh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfhQpD9LKh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfhQpD9LKh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhQpD9LKh .navbar {
    min-height: 72px;
  }
  .cid-vfhQpD9LKh .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vfhQpD9LKh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfhQpD9LKh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfhQpD9LKh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfhQpD9LKh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfhQpD9LKh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfhQpD9LKh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfhQpD9LKh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vfhQpD9LKh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfhQpD9LKh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfhQpD9LKh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vfhQpD9LKh .dropdown-item.active,
.cid-vfhQpD9LKh .dropdown-item:active {
  background-color: transparent;
}
.cid-vfhQpD9LKh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfhQpD9LKh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfhQpD9LKh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfhQpD9LKh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #31353e;
}
.cid-vfhQpD9LKh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vfhQpD9LKh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vfhQpD9LKh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfhQpD9LKh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vfhQpD9LKh .navbar-buttons {
    text-align: left;
  }
}
.cid-vfhQpD9LKh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfhQpD9LKh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfhQpD9LKh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfhQpD9LKh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhQpD9LKh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhQpD9LKh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfhQpD9LKh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhQpD9LKh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfhQpD9LKh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfhQpD9LKh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhQpD9LKh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfhQpD9LKh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfhQpD9LKh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfhQpD9LKh .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfhQpD9LKh .navbar {
    height: 70px;
  }
  .cid-vfhQpD9LKh .navbar.opened {
    height: auto;
  }
  .cid-vfhQpD9LKh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfhQpD9LKh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vfhQpD9LKh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vfhQpD9LKh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vfhQpD9LKh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vfhQpD9LKh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vfhQpD9LKh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vfhQpD9LKh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vfhQpD9LKh .navbar-brand {
    margin-right: auto;
  }
  .cid-vfhQpD9LKh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #31353e;
    backdrop-filter: blur(8px);
  }
  .cid-vfhQpD9LKh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vfhQpD9LKh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vfhQpD9LKh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhQpD9LKh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vfhQpD9LKh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vfhQpD9LKh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vfhQpD9LKh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vfhQpD9LKh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhQpD9LKh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfhQpD9LKh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfhQpDmIYS {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-2018-1920x600.jpg");
}
.cid-vfhQpDmIYS .mbr-overlay {
  background-color: #424754;
  opacity: 0.8;
}
.cid-vfhQpDmIYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQpDmIYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQpDmIYS .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vfhQpDmIYS .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vfhQpDmIYS {
    align-items: center;
  }
  .cid-vfhQpDmIYS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfhQpDmIYS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfhQpDmIYS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfhQpDmIYS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfhQpDmIYS .content-wrap {
    width: 100%;
  }
}
.cid-vfhQpDmIYS .mbr-section-title {
  text-align: center;
}
.cid-vfhQpDmIYS .mbr-text,
.cid-vfhQpDmIYS .mbr-section-btn {
  text-align: center;
}
.cid-vftYfUVaLD {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vftYfUVaLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vftYfUVaLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vftYfUVaLD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vftYfUVaLD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vftYfUVaLD .embla__button--next,
.cid-vftYfUVaLD .embla__button--prev {
  display: flex;
}
.cid-vftYfUVaLD .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vftYfUVaLD .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vftYfUVaLD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vftYfUVaLD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vftYfUVaLD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vftYfUVaLD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vftYfUVaLD .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vftYfUVaLD .embla {
  position: relative;
  width: 100%;
}
.cid-vftYfUVaLD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vftYfUVaLD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vftYfUVaLD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vftYfUVaLD .embla__slide a {
  cursor: grab;
}
.cid-vftYfUVaLD .embla__slide a:active {
  cursor: grabbing;
}
.cid-vftYfUVaLD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vftYfUVaLD .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vftYfUVaLD .mbr-section-title {
  color: #232323;
}
.cid-vftYfUVaLD .mbr-section-subtitle {
  color: #232323;
}
.cid-vftYfUVaLD .mbr-box {
  color: #ffffff;
}
.cid-vftYfUVaLD .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vftYfUVaLD img,
.cid-vftYfUVaLD .item-img {
  width: 100%;
}
.cid-vftYfUVaLD .item-wrapper {
  position: relative;
}
.cid-vftYfUVaLD .content-head {
  max-width: 800px;
}
.cid-vfQKRHcKkK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-vfQKRHcKkK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQKRHcKkK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQKRHcKkK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vfQKRHcKkK .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfQKRHcKkK .embla__button--next,
.cid-vfQKRHcKkK .embla__button--prev {
  display: flex;
}
.cid-vfQKRHcKkK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vfQKRHcKkK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vfQKRHcKkK .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-vfQKRHcKkK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfQKRHcKkK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfQKRHcKkK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfQKRHcKkK .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfQKRHcKkK .embla {
  position: relative;
  width: 100%;
}
.cid-vfQKRHcKkK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfQKRHcKkK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfQKRHcKkK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfQKRHcKkK .embla__slide a {
  cursor: grab;
}
.cid-vfQKRHcKkK .embla__slide a:active {
  cursor: grabbing;
}
.cid-vfQKRHcKkK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfQKRHcKkK .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vfQKRHcKkK .mbr-section-title {
  color: #232323;
}
.cid-vfQKRHcKkK .mbr-section-subtitle {
  color: #232323;
}
.cid-vfQKRHcKkK .mbr-box {
  color: #ffffff;
}
.cid-vfQKRHcKkK .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vfQKRHcKkK img,
.cid-vfQKRHcKkK .item-img {
  width: 100%;
}
.cid-vfQKRHcKkK .item-wrapper {
  position: relative;
}
.cid-vfQKRHcKkK .content-head {
  max-width: 800px;
}
.cid-vfu2NlKqog {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfu2NlKqog img,
.cid-vfu2NlKqog .item-img {
  width: 100%;
}
.cid-vfu2NlKqog .item:focus,
.cid-vfu2NlKqog span:focus {
  outline: none;
}
.cid-vfu2NlKqog .item-wrapper {
  position: relative;
}
.cid-vfu2NlKqog .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfu2NlKqog .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfu2NlKqog .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfu2NlKqog .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfu2NlKqog .mbr-section-title {
  color: #232323;
}
.cid-vfu2NlKqog .mbr-text,
.cid-vfu2NlKqog .mbr-section-btn {
  text-align: left;
}
.cid-vfu2NlKqog .item-title {
  text-align: left;
}
.cid-vfu2NlKqog .item-subtitle {
  text-align: left;
}
.cid-vfu2NlKqog .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfu2NlKqog .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfu2NlKqog .embla__button--next,
.cid-vfu2NlKqog .embla__button--prev {
  display: flex;
}
.cid-vfu2NlKqog .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfu2NlKqog .embla__button {
    display: none;
  }
}
.cid-vfu2NlKqog .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfu2NlKqog .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfu2NlKqog .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfu2NlKqog .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfu2NlKqog .embla__button {
    top: auto;
  }
}
.cid-vfu2NlKqog .embla {
  position: relative;
  width: 100%;
}
.cid-vfu2NlKqog .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfu2NlKqog .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfu2NlKqog .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfu2NlKqog .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfu58S6q8X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfu58S6q8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu58S6q8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu0rc61ki {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfu0rc61ki .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfu0rc61ki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfu0rc61ki .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vfu0rc61ki .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vfu0rc61ki .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vfu0rc61ki img,
.cid-vfu0rc61ki .item-img {
  width: 100%;
}
.cid-vfu0rc61ki .mbr-section-title {
  text-align: center;
}
.cid-vfu0rc61ki .mbr-text,
.cid-vfu0rc61ki .mbr-section-btn {
  text-align: center;
}
.cid-vfQLWq1ZKY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfQLWq1ZKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQLWq1ZKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQLWq1ZKY .row {
  flex-direction: row-reverse;
}
.cid-vfQMMNkfI9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #424754;
}
.cid-vfQMMNkfI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQMMNkfI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQMMNkfI9 .mbr-section-title {
  color: #ffffff;
}
.cid-vfQM8Z7Vv9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfQM8Z7Vv9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQM8Z7Vv9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQM8Z7Vv9 .row {
  flex-direction: row-reverse;
}
.cid-vfQMfC6Zn9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfQMfC6Zn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQMfC6Zn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQMfC6Zn9 .row {
  flex-direction: row-reverse;
}
.cid-vfQMmdd6rb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfQMmdd6rb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQMmdd6rb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQMmdd6rb .row {
  flex-direction: row-reverse;
}
.cid-vfQMsZepis {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfQMsZepis .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQMsZepis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQMsZepis .row {
  flex-direction: row-reverse;
}
.cid-vfu2AjQgoq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfu2AjQgoq img,
.cid-vfu2AjQgoq .item-img {
  width: 100%;
}
.cid-vfu2AjQgoq .item:focus,
.cid-vfu2AjQgoq span:focus {
  outline: none;
}
.cid-vfu2AjQgoq .item-wrapper {
  position: relative;
}
.cid-vfu2AjQgoq .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfu2AjQgoq .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfu2AjQgoq .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfu2AjQgoq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfu2AjQgoq .mbr-section-title {
  color: #232323;
}
.cid-vfu2AjQgoq .mbr-text,
.cid-vfu2AjQgoq .mbr-section-btn {
  text-align: left;
}
.cid-vfu2AjQgoq .item-title {
  text-align: left;
}
.cid-vfu2AjQgoq .item-subtitle {
  text-align: left;
}
.cid-vfu2AjQgoq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfu2AjQgoq .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfu2AjQgoq .embla__button--next,
.cid-vfu2AjQgoq .embla__button--prev {
  display: flex;
}
.cid-vfu2AjQgoq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfu2AjQgoq .embla__button {
    display: none;
  }
}
.cid-vfu2AjQgoq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfu2AjQgoq .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfu2AjQgoq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfu2AjQgoq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfu2AjQgoq .embla__button {
    top: auto;
  }
}
.cid-vfu2AjQgoq .embla {
  position: relative;
  width: 100%;
}
.cid-vfu2AjQgoq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfu2AjQgoq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfu2AjQgoq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfu2AjQgoq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfhQpE4wtH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfhQpE4wtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQpE4wtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vfhQpE4wtH .container {
    max-width: 1400px;
  }
}
.cid-vfhQpE4wtH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fde403;
  margin-bottom: 2rem;
}
.cid-vfhQpE4wtH .row {
  justify-content: center;
}
.cid-vfhQpE4wtH .card-title,
.cid-vfhQpE4wtH .iconfont-wrapper {
  color: #424754;
}
.cid-vfhQpE4wtH .card-text {
  color: #424754;
}
.cid-vfhQpE4wtH .mbr-section-subtitle {
  color: #424754;
}
.cid-vfhQpE4wtH .mbr-section-title {
  color: #424754;
}
.cid-vfhQpFu0Mt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-207-1920x600.jpg");
}
.cid-vfhQpFu0Mt .justify-content-center {
  align-items: center;
}
.cid-vfhQpFu0Mt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQpFu0Mt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQpFu0Mt .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfhQpFu0Mt .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfhQpFu0Mt .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfhQpFu0Mt .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfhQpFu0Mt .row {
  align-items: center;
}
.cid-vfhQpFu0Mt .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-vfhQpFu0Mt .card-text {
    text-align: center;
  }
}
.cid-vfhQpFJ0Ea {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #31353e;
}
.cid-vfhQpFJ0Ea .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQpFJ0Ea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQpFJ0Ea .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vfhQpFJ0Ea .footer-col {
    flex-direction: column;
  }
}
.cid-vfhQpFJ0Ea .row {
  background: #31353e;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfhQpFJ0Ea .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfhQpFJ0Ea .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhQpFJ0Ea .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhQpFJ0Ea .mbr-section-btn {
    text-align: center;
  }
}
.cid-vfhQpFJ0Ea .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfhQpFJ0Ea .soc-item {
  margin: 8px;
}
.cid-vfhQpFJ0Ea .soc-item a:hover .mbr-iconfont,
.cid-vfhQpFJ0Ea .soc-item a:focus .mbr-iconfont {
  background-color: #31353e;
}
.cid-vfhQpFJ0Ea .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fde403;
  color: #31353e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhQpFJ0Ea .row {
    text-align: center;
  }
  .cid-vfhQpFJ0Ea .social-row {
    justify-content: center;
  }
}
.cid-vfhQpFJ0Ea .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vfhQpFJ0Ea .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhQpFJ0Ea .list {
    margin-bottom: 0rem;
  }
}
.cid-vfhQpFJ0Ea .mbr-text {
  color: #bbbbbb;
}
.cid-vfhQpFJ0Ea .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfhQpFJ0Ea .list,
.cid-vfhQpFJ0Ea .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfhQpFJ0Ea .copyright {
  color: #000000;
}
.cid-vfhQpFZ8r7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31353e;
}
.cid-vfhQpFZ8r7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQpFZ8r7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQpFZ8r7 .media-container-row {
  justify-content: space-between;
}
.cid-vfhQpFZ8r7 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vfhQpFZ8r7 .text-content {
    max-width: none;
  }
}
.cid-vfhQpFZ8r7 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fde403;
  border: 2px solid #fde403;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vfhQpFZ8r7 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vfhQpFZ8r7 .mbr-iconfont-social:hover {
  background-color: #fde403;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vfhQpFZ8r7 .icons {
    justify-content: center !important;
  }
  .cid-vfhQpFZ8r7 .text-content * {
    text-align: center;
  }
}
.cid-vfhQpFZ8r7 .mbr-section-title {
  color: #ffffff;
}
.cid-vfhQpFZ8r7 .mbr-text {
  color: #ffffff;
}
.cid-vfisfMHmML {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfisfMHmML input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-vfisfMHmML input:hover {
  border: none !important;
}
.cid-vfisfMHmML .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-vfisfMHmML .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-vfisfMHmML .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfisfMHmML .row {
  justify-content: center;
}
.cid-vfisfMHmML .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-vfisfMHmML .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-vfisfMHmML .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vfisfMHmML .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vfisfMHmML .justify-content-center {
  align-items: center;
}
.cid-vfisfMHmML .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfisgwv40r {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #31353e;
}
.cid-vfisgwv40r img,
.cid-vfisgwv40r .item-img {
  width: 100%;
}
.cid-vfisgwv40r .item:focus,
.cid-vfisgwv40r span:focus {
  outline: none;
}
.cid-vfisgwv40r .item-wrapper {
  position: relative;
}
.cid-vfisgwv40r .slide-content {
  position: relative;
  border-radius: 4px;
  background: #31353e;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfisgwv40r .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfisgwv40r .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfisgwv40r .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfisgwv40r .mbr-section-title {
  color: #ffffff;
}
.cid-vfisgwv40r .mbr-text,
.cid-vfisgwv40r .mbr-section-btn {
  text-align: left;
}
.cid-vfisgwv40r .item-title {
  text-align: left;
}
.cid-vfisgwv40r .item-subtitle {
  text-align: left;
}
.cid-vfisgwv40r .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfisgwv40r .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfisgwv40r .embla__button--next,
.cid-vfisgwv40r .embla__button--prev {
  display: flex;
}
.cid-vfisgwv40r .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfisgwv40r .embla__button {
    display: none;
  }
}
.cid-vfisgwv40r .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfisgwv40r .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfisgwv40r .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfisgwv40r .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfisgwv40r .embla__button {
    top: auto;
  }
}
.cid-vfisgwv40r .embla {
  position: relative;
  width: 100%;
}
.cid-vfisgwv40r .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfisgwv40r .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfisgwv40r .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfisgwv40r .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfisgwv40r .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfhQpGh9WY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfhQpGh9WY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQpGh9WY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQpGh9WY .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfhQpGh9WY .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfhQpGh9WY .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #fce512;
}
@media (max-width: 767px) {
  .cid-vfhQpGh9WY .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vfhQpGh9WY .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vfhQpGh9WY .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-vfhQpGh9WY .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vfhQpGh9WY .nav-link,
.cid-vfhQpGh9WY .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vfhQpGh9WY .nav-tabs .nav-link.active {
  color: #fce512;
  border-bottom: 3px solid #fce512;
}
.cid-vfhQpGh9WY .mbr-section-subtitle {
  text-align: center;
}
.cid-vfhQpGh9WY .mbr-section-title {
  text-align: center;
}
.cid-vfhQpGh9WY .mbr-text {
  color: #ffffff;
}
.cid-vfhQpGyYKL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #31353e;
}
.cid-vfhQpGyYKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQpGyYKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQpGyYKL .mbr-section-title {
  color: #ffffff;
}
.cid-vfhQCdgnrN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vfhQCdgnrN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhQCdgnrN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vfhQCdgnrN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfhQCdgnrN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vfhQCdgnrN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfhQCdgnrN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfhQCdgnrN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vfhQCdgnrN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vfhQCdgnrN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vfhQCdgnrN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vfhQCdgnrN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vfhQCdgnrN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vfhQCdgnrN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vfhQCdgnrN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vfhQCdgnrN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vfhQCdgnrN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vfhQCdgnrN .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfhQCdgnrN .navbar-logo {
    padding-left: 0;
  }
}
.cid-vfhQCdgnrN .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhQCdgnrN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vfhQCdgnrN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vfhQCdgnrN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #31353e;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vfhQCdgnrN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhQCdgnrN .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vfhQCdgnrN .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfhQCdgnrN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #31353e;
}
.cid-vfhQCdgnrN .nav-item:focus,
.cid-vfhQCdgnrN .nav-link:focus {
  outline: none;
}
.cid-vfhQCdgnrN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfhQCdgnrN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfhQCdgnrN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfhQCdgnrN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfhQCdgnrN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfhQCdgnrN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfhQCdgnrN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vfhQCdgnrN .navbar.opened {
  transition: all 0.3s;
}
.cid-vfhQCdgnrN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfhQCdgnrN .navbar .navbar-logo img {
  width: auto;
}
.cid-vfhQCdgnrN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vfhQCdgnrN .navbar.collapsed {
  justify-content: center;
}
.cid-vfhQCdgnrN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfhQCdgnrN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfhQCdgnrN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfhQCdgnrN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfhQCdgnrN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfhQCdgnrN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfhQCdgnrN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfhQCdgnrN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfhQCdgnrN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhQCdgnrN .navbar {
    min-height: 72px;
  }
  .cid-vfhQCdgnrN .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vfhQCdgnrN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfhQCdgnrN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfhQCdgnrN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfhQCdgnrN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfhQCdgnrN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfhQCdgnrN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfhQCdgnrN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vfhQCdgnrN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfhQCdgnrN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfhQCdgnrN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vfhQCdgnrN .dropdown-item.active,
.cid-vfhQCdgnrN .dropdown-item:active {
  background-color: transparent;
}
.cid-vfhQCdgnrN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfhQCdgnrN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfhQCdgnrN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfhQCdgnrN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #31353e;
}
.cid-vfhQCdgnrN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vfhQCdgnrN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vfhQCdgnrN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfhQCdgnrN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vfhQCdgnrN .navbar-buttons {
    text-align: left;
  }
}
.cid-vfhQCdgnrN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfhQCdgnrN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfhQCdgnrN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfhQCdgnrN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhQCdgnrN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhQCdgnrN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfhQCdgnrN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhQCdgnrN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfhQCdgnrN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfhQCdgnrN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhQCdgnrN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfhQCdgnrN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfhQCdgnrN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfhQCdgnrN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfhQCdgnrN .navbar {
    height: 70px;
  }
  .cid-vfhQCdgnrN .navbar.opened {
    height: auto;
  }
  .cid-vfhQCdgnrN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfhQCdgnrN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vfhQCdgnrN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vfhQCdgnrN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vfhQCdgnrN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vfhQCdgnrN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vfhQCdgnrN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vfhQCdgnrN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vfhQCdgnrN .navbar-brand {
    margin-right: auto;
  }
  .cid-vfhQCdgnrN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #31353e;
    backdrop-filter: blur(8px);
  }
  .cid-vfhQCdgnrN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vfhQCdgnrN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vfhQCdgnrN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhQCdgnrN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vfhQCdgnrN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vfhQCdgnrN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vfhQCdgnrN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vfhQCdgnrN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhQCdgnrN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfhQCdgnrN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfhQCdDO9r {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-2017-1920x600.jpg");
}
.cid-vfhQCdDO9r .mbr-overlay {
  background-color: #424754;
  opacity: 0.8;
}
.cid-vfhQCdDO9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQCdDO9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQCdDO9r .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vfhQCdDO9r .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vfhQCdDO9r {
    align-items: center;
  }
  .cid-vfhQCdDO9r .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfhQCdDO9r .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfhQCdDO9r {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfhQCdDO9r .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfhQCdDO9r .content-wrap {
    width: 100%;
  }
}
.cid-vfhQCdDO9r .mbr-section-title {
  text-align: center;
}
.cid-vfhQCdDO9r .mbr-text,
.cid-vfhQCdDO9r .mbr-section-btn {
  text-align: center;
}
.cid-vfiApEFWOM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfiApEFWOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiApEFWOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfiApEFWOM .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vfiApEFWOM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfiApEFWOM .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vfiApEFWOM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfiApEFWOM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfiApEFWOM .mbr-section-title {
  color: #000000;
}
.cid-vfiApEFWOM .mbr-text,
.cid-vfiApEFWOM .mbr-section-btn {
  color: #000000;
}
.cid-vfiApEFWOM img {
  width: 100%;
  height: 100%;
}
.cid-vfiCErnnZu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfiCErnnZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiCErnnZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfiCErnnZu .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vfiCErnnZu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfiCErnnZu .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vfiCErnnZu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfiCErnnZu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfiCErnnZu .mbr-section-title {
  color: #000000;
}
.cid-vfiCErnnZu .mbr-text,
.cid-vfiCErnnZu .mbr-section-btn {
  color: #000000;
}
.cid-vfiCErnnZu img {
  width: 100%;
  height: 100%;
}
.cid-vfiDurycc5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfiDurycc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiDurycc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfiDurycc5 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vfiDurycc5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfiDurycc5 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vfiDurycc5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfiDurycc5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfiDurycc5 .mbr-section-title {
  color: #000000;
}
.cid-vfiDurycc5 .mbr-text,
.cid-vfiDurycc5 .mbr-section-btn {
  color: #000000;
}
.cid-vfiDurycc5 img {
  width: 100%;
  height: 100%;
}
.cid-vfiEUaLSyO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfiEUaLSyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiEUaLSyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfiEUaLSyO .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vfiEUaLSyO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfiEUaLSyO .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vfiEUaLSyO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfiEUaLSyO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfiEUaLSyO .mbr-section-title {
  color: #000000;
}
.cid-vfiEUaLSyO .mbr-text,
.cid-vfiEUaLSyO .mbr-section-btn {
  color: #000000;
}
.cid-vfiEUaLSyO img {
  width: 100%;
  height: 100%;
}
.cid-vfiFFHyS8y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfiFFHyS8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiFFHyS8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfiFFHyS8y .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vfiFFHyS8y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfiFFHyS8y .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vfiFFHyS8y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfiFFHyS8y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfiFFHyS8y .mbr-section-title {
  color: #000000;
}
.cid-vfiFFHyS8y .mbr-text,
.cid-vfiFFHyS8y .mbr-section-btn {
  color: #000000;
}
.cid-vfiFFHyS8y img {
  width: 100%;
  height: 100%;
}
.cid-vfiGDAgLmH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfiGDAgLmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiGDAgLmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfiGDAgLmH .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vfiGDAgLmH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfiGDAgLmH .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vfiGDAgLmH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfiGDAgLmH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfiGDAgLmH .mbr-section-title {
  color: #000000;
}
.cid-vfiGDAgLmH .mbr-text,
.cid-vfiGDAgLmH .mbr-section-btn {
  color: #000000;
}
.cid-vfiGDAgLmH img {
  width: 100%;
  height: 100%;
}
.cid-vfiHIWE8qT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfiHIWE8qT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiHIWE8qT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfiHIWE8qT .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vfiHIWE8qT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfiHIWE8qT .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vfiHIWE8qT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfiHIWE8qT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfiHIWE8qT .mbr-section-title {
  color: #000000;
}
.cid-vfiHIWE8qT .mbr-text,
.cid-vfiHIWE8qT .mbr-section-btn {
  color: #000000;
}
.cid-vfiHIWE8qT img {
  width: 100%;
  height: 100%;
}
.cid-vfiIuflwnT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfiIuflwnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiIuflwnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfiIuflwnT .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vfiIuflwnT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfiIuflwnT .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vfiIuflwnT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfiIuflwnT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfiIuflwnT .mbr-section-title {
  color: #000000;
}
.cid-vfiIuflwnT .mbr-text,
.cid-vfiIuflwnT .mbr-section-btn {
  color: #000000;
}
.cid-vfiIuflwnT img {
  width: 100%;
  height: 100%;
}
.cid-vfiJd6xRTy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfiJd6xRTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiJd6xRTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfiJd6xRTy .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vfiJd6xRTy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfiJd6xRTy .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vfiJd6xRTy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfiJd6xRTy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfiJd6xRTy .mbr-section-title {
  color: #000000;
}
.cid-vfiJd6xRTy .mbr-text,
.cid-vfiJd6xRTy .mbr-section-btn {
  color: #000000;
}
.cid-vfiJd6xRTy img {
  width: 100%;
  height: 100%;
}
.cid-vfiJY1X2s1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfiJY1X2s1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiJY1X2s1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfiJY1X2s1 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vfiJY1X2s1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfiJY1X2s1 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vfiJY1X2s1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfiJY1X2s1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfiJY1X2s1 .mbr-section-title {
  color: #000000;
}
.cid-vfiJY1X2s1 .mbr-text,
.cid-vfiJY1X2s1 .mbr-section-btn {
  color: #000000;
}
.cid-vfiJY1X2s1 img {
  width: 100%;
  height: 100%;
}
.cid-vfhQCepxOh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfhQCepxOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQCepxOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vfhQCepxOh .container {
    max-width: 1400px;
  }
}
.cid-vfhQCepxOh .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fde403;
  margin-bottom: 2rem;
}
.cid-vfhQCepxOh .row {
  justify-content: center;
}
.cid-vfhQCepxOh .card-title,
.cid-vfhQCepxOh .iconfont-wrapper {
  color: #424754;
}
.cid-vfhQCepxOh .card-text {
  color: #424754;
}
.cid-vfhQCepxOh .mbr-section-subtitle {
  color: #424754;
}
.cid-vfhQCepxOh .mbr-section-title {
  color: #424754;
}
.cid-vfhQCfLrws {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-207-1920x600.jpg");
}
.cid-vfhQCfLrws .justify-content-center {
  align-items: center;
}
.cid-vfhQCfLrws .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQCfLrws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQCfLrws .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfhQCfLrws .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfhQCfLrws .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfhQCfLrws .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfhQCfLrws .row {
  align-items: center;
}
.cid-vfhQCfLrws .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-vfhQCfLrws .card-text {
    text-align: center;
  }
}
.cid-vfhQCfXdba {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #31353e;
}
.cid-vfhQCfXdba .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQCfXdba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQCfXdba .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vfhQCfXdba .footer-col {
    flex-direction: column;
  }
}
.cid-vfhQCfXdba .row {
  background: #31353e;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfhQCfXdba .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfhQCfXdba .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhQCfXdba .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhQCfXdba .mbr-section-btn {
    text-align: center;
  }
}
.cid-vfhQCfXdba .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfhQCfXdba .soc-item {
  margin: 8px;
}
.cid-vfhQCfXdba .soc-item a:hover .mbr-iconfont,
.cid-vfhQCfXdba .soc-item a:focus .mbr-iconfont {
  background-color: #31353e;
}
.cid-vfhQCfXdba .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fde403;
  color: #31353e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhQCfXdba .row {
    text-align: center;
  }
  .cid-vfhQCfXdba .social-row {
    justify-content: center;
  }
}
.cid-vfhQCfXdba .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vfhQCfXdba .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhQCfXdba .list {
    margin-bottom: 0rem;
  }
}
.cid-vfhQCfXdba .mbr-text {
  color: #bbbbbb;
}
.cid-vfhQCfXdba .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfhQCfXdba .list,
.cid-vfhQCfXdba .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfhQCfXdba .copyright {
  color: #000000;
}
.cid-vfhQCgiZxD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31353e;
}
.cid-vfhQCgiZxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQCgiZxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQCgiZxD .media-container-row {
  justify-content: space-between;
}
.cid-vfhQCgiZxD .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vfhQCgiZxD .text-content {
    max-width: none;
  }
}
.cid-vfhQCgiZxD .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fde403;
  border: 2px solid #fde403;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vfhQCgiZxD .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vfhQCgiZxD .mbr-iconfont-social:hover {
  background-color: #fde403;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vfhQCgiZxD .icons {
    justify-content: center !important;
  }
  .cid-vfhQCgiZxD .text-content * {
    text-align: center;
  }
}
.cid-vfhQCgiZxD .mbr-section-title {
  color: #ffffff;
}
.cid-vfhQCgiZxD .mbr-text {
  color: #ffffff;
}
.cid-vfiskbl4D3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfiskbl4D3 input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-vfiskbl4D3 input:hover {
  border: none !important;
}
.cid-vfiskbl4D3 .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-vfiskbl4D3 .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-vfiskbl4D3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfiskbl4D3 .row {
  justify-content: center;
}
.cid-vfiskbl4D3 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-vfiskbl4D3 .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-vfiskbl4D3 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vfiskbl4D3 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vfiskbl4D3 .justify-content-center {
  align-items: center;
}
.cid-vfiskbl4D3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfiskKZaTh {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #31353e;
}
.cid-vfiskKZaTh img,
.cid-vfiskKZaTh .item-img {
  width: 100%;
}
.cid-vfiskKZaTh .item:focus,
.cid-vfiskKZaTh span:focus {
  outline: none;
}
.cid-vfiskKZaTh .item-wrapper {
  position: relative;
}
.cid-vfiskKZaTh .slide-content {
  position: relative;
  border-radius: 4px;
  background: #31353e;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfiskKZaTh .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfiskKZaTh .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfiskKZaTh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfiskKZaTh .mbr-section-title {
  color: #ffffff;
}
.cid-vfiskKZaTh .mbr-text,
.cid-vfiskKZaTh .mbr-section-btn {
  text-align: left;
}
.cid-vfiskKZaTh .item-title {
  text-align: left;
}
.cid-vfiskKZaTh .item-subtitle {
  text-align: left;
}
.cid-vfiskKZaTh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfiskKZaTh .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfiskKZaTh .embla__button--next,
.cid-vfiskKZaTh .embla__button--prev {
  display: flex;
}
.cid-vfiskKZaTh .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfiskKZaTh .embla__button {
    display: none;
  }
}
.cid-vfiskKZaTh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfiskKZaTh .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfiskKZaTh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfiskKZaTh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfiskKZaTh .embla__button {
    top: auto;
  }
}
.cid-vfiskKZaTh .embla {
  position: relative;
  width: 100%;
}
.cid-vfiskKZaTh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfiskKZaTh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfiskKZaTh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfiskKZaTh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfiskKZaTh .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfhQCgFBcm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfhQCgFBcm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQCgFBcm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQCgFBcm .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfhQCgFBcm .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfhQCgFBcm .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #fce512;
}
@media (max-width: 767px) {
  .cid-vfhQCgFBcm .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vfhQCgFBcm .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vfhQCgFBcm .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-vfhQCgFBcm .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vfhQCgFBcm .nav-link,
.cid-vfhQCgFBcm .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vfhQCgFBcm .nav-tabs .nav-link.active {
  color: #fce512;
  border-bottom: 3px solid #fce512;
}
.cid-vfhQCgFBcm .mbr-section-subtitle {
  text-align: center;
}
.cid-vfhQCgFBcm .mbr-section-title {
  text-align: center;
}
.cid-vfhQCgFBcm .mbr-text {
  color: #ffffff;
}
.cid-vfhQCgVkb5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #31353e;
}
.cid-vfhQCgVkb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQCgVkb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQCgVkb5 .mbr-section-title {
  color: #ffffff;
}
.cid-vfhQNyO5KW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vfhQNyO5KW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhQNyO5KW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vfhQNyO5KW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfhQNyO5KW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vfhQNyO5KW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfhQNyO5KW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfhQNyO5KW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vfhQNyO5KW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vfhQNyO5KW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vfhQNyO5KW .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vfhQNyO5KW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vfhQNyO5KW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vfhQNyO5KW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vfhQNyO5KW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vfhQNyO5KW .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vfhQNyO5KW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vfhQNyO5KW .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfhQNyO5KW .navbar-logo {
    padding-left: 0;
  }
}
.cid-vfhQNyO5KW .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhQNyO5KW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vfhQNyO5KW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vfhQNyO5KW .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #31353e;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vfhQNyO5KW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhQNyO5KW .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vfhQNyO5KW .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfhQNyO5KW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #31353e;
}
.cid-vfhQNyO5KW .nav-item:focus,
.cid-vfhQNyO5KW .nav-link:focus {
  outline: none;
}
.cid-vfhQNyO5KW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfhQNyO5KW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfhQNyO5KW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfhQNyO5KW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfhQNyO5KW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfhQNyO5KW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfhQNyO5KW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vfhQNyO5KW .navbar.opened {
  transition: all 0.3s;
}
.cid-vfhQNyO5KW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfhQNyO5KW .navbar .navbar-logo img {
  width: auto;
}
.cid-vfhQNyO5KW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vfhQNyO5KW .navbar.collapsed {
  justify-content: center;
}
.cid-vfhQNyO5KW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfhQNyO5KW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfhQNyO5KW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfhQNyO5KW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfhQNyO5KW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfhQNyO5KW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfhQNyO5KW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfhQNyO5KW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfhQNyO5KW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfhQNyO5KW .navbar {
    min-height: 72px;
  }
  .cid-vfhQNyO5KW .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vfhQNyO5KW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfhQNyO5KW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfhQNyO5KW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfhQNyO5KW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfhQNyO5KW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfhQNyO5KW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfhQNyO5KW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vfhQNyO5KW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfhQNyO5KW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfhQNyO5KW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vfhQNyO5KW .dropdown-item.active,
.cid-vfhQNyO5KW .dropdown-item:active {
  background-color: transparent;
}
.cid-vfhQNyO5KW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfhQNyO5KW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfhQNyO5KW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfhQNyO5KW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #31353e;
}
.cid-vfhQNyO5KW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vfhQNyO5KW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vfhQNyO5KW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfhQNyO5KW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vfhQNyO5KW .navbar-buttons {
    text-align: left;
  }
}
.cid-vfhQNyO5KW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfhQNyO5KW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfhQNyO5KW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfhQNyO5KW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhQNyO5KW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfhQNyO5KW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfhQNyO5KW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhQNyO5KW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfhQNyO5KW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfhQNyO5KW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfhQNyO5KW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfhQNyO5KW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfhQNyO5KW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfhQNyO5KW .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfhQNyO5KW .navbar {
    height: 70px;
  }
  .cid-vfhQNyO5KW .navbar.opened {
    height: auto;
  }
  .cid-vfhQNyO5KW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfhQNyO5KW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vfhQNyO5KW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vfhQNyO5KW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vfhQNyO5KW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vfhQNyO5KW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vfhQNyO5KW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vfhQNyO5KW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vfhQNyO5KW .navbar-brand {
    margin-right: auto;
  }
  .cid-vfhQNyO5KW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #31353e;
    backdrop-filter: blur(8px);
  }
  .cid-vfhQNyO5KW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vfhQNyO5KW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vfhQNyO5KW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhQNyO5KW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vfhQNyO5KW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vfhQNyO5KW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vfhQNyO5KW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vfhQNyO5KW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfhQNyO5KW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfhQNyO5KW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfhQNz3JoW {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-2019-1920x600.jpg");
}
.cid-vfhQNz3JoW .mbr-overlay {
  background-color: #424754;
  opacity: 0.8;
}
.cid-vfhQNz3JoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQNz3JoW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQNz3JoW .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vfhQNz3JoW .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vfhQNz3JoW {
    align-items: center;
  }
  .cid-vfhQNz3JoW .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfhQNz3JoW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfhQNz3JoW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfhQNz3JoW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfhQNz3JoW .content-wrap {
    width: 100%;
  }
}
.cid-vfhQNz3JoW .mbr-section-title {
  text-align: center;
}
.cid-vfhQNz3JoW .mbr-text,
.cid-vfhQNz3JoW .mbr-section-btn {
  text-align: center;
}
.cid-vfiS39MMEP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfiS39MMEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiS39MMEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfiS39MMEP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfiS39MMEP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfiS39MMEP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfiS39MMEP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfiS39MMEP .mbr-section-title {
  color: #000000;
}
.cid-vfiS39MMEP .mbr-text,
.cid-vfiS39MMEP .mbr-section-btn {
  color: #000000;
}
.cid-vfiSrsKHWG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfiSrsKHWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiSrsKHWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfiSrsKHWG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfiSrsKHWG .row {
  flex-direction: row-reverse;
}
.cid-vfiSrsKHWG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfiSrsKHWG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfiSrsKHWG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfiSrsKHWG .mbr-section-title {
  color: #000000;
}
.cid-vfiSrsKHWG .mbr-text,
.cid-vfiSrsKHWG .mbr-section-btn {
  color: #000000;
}
.cid-vfiSKhsLyu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfiSKhsLyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfiSKhsLyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfiSKhsLyu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfiSKhsLyu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfiSKhsLyu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfiSKhsLyu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfiSKhsLyu .mbr-section-title {
  color: #000000;
}
.cid-vfiSKhsLyu .mbr-text,
.cid-vfiSKhsLyu .mbr-section-btn {
  color: #000000;
}
.cid-vfhQNzMj4g {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfhQNzMj4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQNzMj4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vfhQNzMj4g .container {
    max-width: 1400px;
  }
}
.cid-vfhQNzMj4g .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fde403;
  margin-bottom: 2rem;
}
.cid-vfhQNzMj4g .row {
  justify-content: center;
}
.cid-vfhQNzMj4g .card-title,
.cid-vfhQNzMj4g .iconfont-wrapper {
  color: #424754;
}
.cid-vfhQNzMj4g .card-text {
  color: #424754;
}
.cid-vfhQNzMj4g .mbr-section-subtitle {
  color: #424754;
}
.cid-vfhQNzMj4g .mbr-section-title {
  color: #424754;
}
.cid-vfhQNBgYL1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-207-1920x600.jpg");
}
.cid-vfhQNBgYL1 .justify-content-center {
  align-items: center;
}
.cid-vfhQNBgYL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQNBgYL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQNBgYL1 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfhQNBgYL1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfhQNBgYL1 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfhQNBgYL1 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfhQNBgYL1 .row {
  align-items: center;
}
.cid-vfhQNBgYL1 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-vfhQNBgYL1 .card-text {
    text-align: center;
  }
}
.cid-vfhQNBrN9W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #31353e;
}
.cid-vfhQNBrN9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQNBrN9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQNBrN9W .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vfhQNBrN9W .footer-col {
    flex-direction: column;
  }
}
.cid-vfhQNBrN9W .row {
  background: #31353e;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfhQNBrN9W .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfhQNBrN9W .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhQNBrN9W .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfhQNBrN9W .mbr-section-btn {
    text-align: center;
  }
}
.cid-vfhQNBrN9W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfhQNBrN9W .soc-item {
  margin: 8px;
}
.cid-vfhQNBrN9W .soc-item a:hover .mbr-iconfont,
.cid-vfhQNBrN9W .soc-item a:focus .mbr-iconfont {
  background-color: #31353e;
}
.cid-vfhQNBrN9W .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fde403;
  color: #31353e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfhQNBrN9W .row {
    text-align: center;
  }
  .cid-vfhQNBrN9W .social-row {
    justify-content: center;
  }
}
.cid-vfhQNBrN9W .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vfhQNBrN9W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfhQNBrN9W .list {
    margin-bottom: 0rem;
  }
}
.cid-vfhQNBrN9W .mbr-text {
  color: #bbbbbb;
}
.cid-vfhQNBrN9W .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfhQNBrN9W .list,
.cid-vfhQNBrN9W .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfhQNBrN9W .copyright {
  color: #000000;
}
.cid-vfhQNBIaMu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31353e;
}
.cid-vfhQNBIaMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQNBIaMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQNBIaMu .media-container-row {
  justify-content: space-between;
}
.cid-vfhQNBIaMu .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vfhQNBIaMu .text-content {
    max-width: none;
  }
}
.cid-vfhQNBIaMu .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fde403;
  border: 2px solid #fde403;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vfhQNBIaMu .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vfhQNBIaMu .mbr-iconfont-social:hover {
  background-color: #fde403;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vfhQNBIaMu .icons {
    justify-content: center !important;
  }
  .cid-vfhQNBIaMu .text-content * {
    text-align: center;
  }
}
.cid-vfhQNBIaMu .mbr-section-title {
  color: #ffffff;
}
.cid-vfhQNBIaMu .mbr-text {
  color: #ffffff;
}
.cid-vfispgXJm5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfispgXJm5 input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-vfispgXJm5 input:hover {
  border: none !important;
}
.cid-vfispgXJm5 .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-vfispgXJm5 .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-vfispgXJm5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfispgXJm5 .row {
  justify-content: center;
}
.cid-vfispgXJm5 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-vfispgXJm5 .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-vfispgXJm5 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vfispgXJm5 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vfispgXJm5 .justify-content-center {
  align-items: center;
}
.cid-vfispgXJm5 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfispVoKoj {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #31353e;
}
.cid-vfispVoKoj img,
.cid-vfispVoKoj .item-img {
  width: 100%;
}
.cid-vfispVoKoj .item:focus,
.cid-vfispVoKoj span:focus {
  outline: none;
}
.cid-vfispVoKoj .item-wrapper {
  position: relative;
}
.cid-vfispVoKoj .slide-content {
  position: relative;
  border-radius: 4px;
  background: #31353e;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfispVoKoj .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfispVoKoj .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfispVoKoj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfispVoKoj .mbr-section-title {
  color: #ffffff;
}
.cid-vfispVoKoj .mbr-text,
.cid-vfispVoKoj .mbr-section-btn {
  text-align: left;
}
.cid-vfispVoKoj .item-title {
  text-align: left;
}
.cid-vfispVoKoj .item-subtitle {
  text-align: left;
}
.cid-vfispVoKoj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfispVoKoj .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfispVoKoj .embla__button--next,
.cid-vfispVoKoj .embla__button--prev {
  display: flex;
}
.cid-vfispVoKoj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfispVoKoj .embla__button {
    display: none;
  }
}
.cid-vfispVoKoj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfispVoKoj .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfispVoKoj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfispVoKoj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfispVoKoj .embla__button {
    top: auto;
  }
}
.cid-vfispVoKoj .embla {
  position: relative;
  width: 100%;
}
.cid-vfispVoKoj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfispVoKoj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfispVoKoj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfispVoKoj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfispVoKoj .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfhQNC1pZ9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfhQNC1pZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQNC1pZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQNC1pZ9 .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfhQNC1pZ9 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfhQNC1pZ9 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #fce512;
}
@media (max-width: 767px) {
  .cid-vfhQNC1pZ9 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vfhQNC1pZ9 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vfhQNC1pZ9 .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-vfhQNC1pZ9 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vfhQNC1pZ9 .nav-link,
.cid-vfhQNC1pZ9 .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vfhQNC1pZ9 .nav-tabs .nav-link.active {
  color: #fce512;
  border-bottom: 3px solid #fce512;
}
.cid-vfhQNC1pZ9 .mbr-section-subtitle {
  text-align: center;
}
.cid-vfhQNC1pZ9 .mbr-section-title {
  text-align: center;
}
.cid-vfhQNC1pZ9 .mbr-text {
  color: #ffffff;
}
.cid-vfhQNCmbkp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #31353e;
}
.cid-vfhQNCmbkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfhQNCmbkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfhQNCmbkp .mbr-section-title {
  color: #ffffff;
}
.cid-vfQR5zvH5E {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vfQR5zvH5E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfQR5zvH5E .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vfQR5zvH5E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfQR5zvH5E .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vfQR5zvH5E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfQR5zvH5E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfQR5zvH5E .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vfQR5zvH5E .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vfQR5zvH5E .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vfQR5zvH5E .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vfQR5zvH5E .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vfQR5zvH5E .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vfQR5zvH5E .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vfQR5zvH5E .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vfQR5zvH5E .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vfQR5zvH5E .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vfQR5zvH5E .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfQR5zvH5E .navbar-logo {
    padding-left: 0;
  }
}
.cid-vfQR5zvH5E .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfQR5zvH5E .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vfQR5zvH5E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vfQR5zvH5E .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #31353e;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vfQR5zvH5E .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfQR5zvH5E .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vfQR5zvH5E .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfQR5zvH5E .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #31353e;
}
.cid-vfQR5zvH5E .nav-item:focus,
.cid-vfQR5zvH5E .nav-link:focus {
  outline: none;
}
.cid-vfQR5zvH5E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfQR5zvH5E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfQR5zvH5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfQR5zvH5E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfQR5zvH5E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfQR5zvH5E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfQR5zvH5E .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vfQR5zvH5E .navbar.opened {
  transition: all 0.3s;
}
.cid-vfQR5zvH5E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfQR5zvH5E .navbar .navbar-logo img {
  width: auto;
}
.cid-vfQR5zvH5E .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vfQR5zvH5E .navbar.collapsed {
  justify-content: center;
}
.cid-vfQR5zvH5E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfQR5zvH5E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfQR5zvH5E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfQR5zvH5E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfQR5zvH5E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfQR5zvH5E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfQR5zvH5E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfQR5zvH5E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfQR5zvH5E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vfQR5zvH5E .navbar {
    min-height: 72px;
  }
  .cid-vfQR5zvH5E .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vfQR5zvH5E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfQR5zvH5E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfQR5zvH5E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfQR5zvH5E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfQR5zvH5E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfQR5zvH5E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfQR5zvH5E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vfQR5zvH5E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfQR5zvH5E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfQR5zvH5E .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vfQR5zvH5E .dropdown-item.active,
.cid-vfQR5zvH5E .dropdown-item:active {
  background-color: transparent;
}
.cid-vfQR5zvH5E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfQR5zvH5E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfQR5zvH5E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfQR5zvH5E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #31353e;
}
.cid-vfQR5zvH5E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vfQR5zvH5E .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vfQR5zvH5E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfQR5zvH5E .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vfQR5zvH5E .navbar-buttons {
    text-align: left;
  }
}
.cid-vfQR5zvH5E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfQR5zvH5E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfQR5zvH5E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfQR5zvH5E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfQR5zvH5E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfQR5zvH5E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfQR5zvH5E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfQR5zvH5E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfQR5zvH5E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfQR5zvH5E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfQR5zvH5E .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfQR5zvH5E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfQR5zvH5E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfQR5zvH5E .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfQR5zvH5E .navbar {
    height: 70px;
  }
  .cid-vfQR5zvH5E .navbar.opened {
    height: auto;
  }
  .cid-vfQR5zvH5E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfQR5zvH5E .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vfQR5zvH5E .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vfQR5zvH5E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vfQR5zvH5E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vfQR5zvH5E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vfQR5zvH5E .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vfQR5zvH5E .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vfQR5zvH5E .navbar-brand {
    margin-right: auto;
  }
  .cid-vfQR5zvH5E .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #31353e;
    backdrop-filter: blur(8px);
  }
  .cid-vfQR5zvH5E .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vfQR5zvH5E .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vfQR5zvH5E .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfQR5zvH5E .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vfQR5zvH5E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vfQR5zvH5E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vfQR5zvH5E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vfQR5zvH5E .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vfQR5zvH5E .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfQR5zvH5E .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vfQR5zFfoC {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-2019-1920x600.jpg");
}
.cid-vfQR5zFfoC .mbr-overlay {
  background-color: #424754;
  opacity: 0.8;
}
.cid-vfQR5zFfoC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQR5zFfoC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQR5zFfoC .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vfQR5zFfoC .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vfQR5zFfoC {
    align-items: center;
  }
  .cid-vfQR5zFfoC .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vfQR5zFfoC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vfQR5zFfoC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfQR5zFfoC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vfQR5zFfoC .content-wrap {
    width: 100%;
  }
}
.cid-vfQR5zFfoC .mbr-section-title {
  text-align: center;
}
.cid-vfQR5zFfoC .mbr-text,
.cid-vfQR5zFfoC .mbr-section-btn {
  text-align: center;
}
.cid-vfQRmmHEk2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfQRmmHEk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQRmmHEk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQRmmHEk2 .row {
  flex-direction: row-reverse;
}
.cid-vfQR5AnJy4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfQR5AnJy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQR5AnJy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vfQR5AnJy4 .container {
    max-width: 1400px;
  }
}
.cid-vfQR5AnJy4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fde403;
  margin-bottom: 2rem;
}
.cid-vfQR5AnJy4 .row {
  justify-content: center;
}
.cid-vfQR5AnJy4 .card-title,
.cid-vfQR5AnJy4 .iconfont-wrapper {
  color: #424754;
}
.cid-vfQR5AnJy4 .card-text {
  color: #424754;
}
.cid-vfQR5AnJy4 .mbr-section-subtitle {
  color: #424754;
}
.cid-vfQR5AnJy4 .mbr-section-title {
  color: #424754;
}
.cid-vfQR5AA3j8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kapak-207-1920x600.jpg");
}
.cid-vfQR5AA3j8 .justify-content-center {
  align-items: center;
}
.cid-vfQR5AA3j8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQR5AA3j8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQR5AA3j8 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfQR5AA3j8 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfQR5AA3j8 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfQR5AA3j8 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfQR5AA3j8 .row {
  align-items: center;
}
.cid-vfQR5AA3j8 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-vfQR5AA3j8 .card-text {
    text-align: center;
  }
}
.cid-vfQR5AJj36 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #31353e;
}
.cid-vfQR5AJj36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQR5AJj36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQR5AJj36 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vfQR5AJj36 .footer-col {
    flex-direction: column;
  }
}
.cid-vfQR5AJj36 .row {
  background: #31353e;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfQR5AJj36 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfQR5AJj36 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vfQR5AJj36 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfQR5AJj36 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vfQR5AJj36 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfQR5AJj36 .soc-item {
  margin: 8px;
}
.cid-vfQR5AJj36 .soc-item a:hover .mbr-iconfont,
.cid-vfQR5AJj36 .soc-item a:focus .mbr-iconfont {
  background-color: #31353e;
}
.cid-vfQR5AJj36 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #fde403;
  color: #31353e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vfQR5AJj36 .row {
    text-align: center;
  }
  .cid-vfQR5AJj36 .social-row {
    justify-content: center;
  }
}
.cid-vfQR5AJj36 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vfQR5AJj36 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfQR5AJj36 .list {
    margin-bottom: 0rem;
  }
}
.cid-vfQR5AJj36 .mbr-text {
  color: #bbbbbb;
}
.cid-vfQR5AJj36 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfQR5AJj36 .list,
.cid-vfQR5AJj36 .item-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vfQR5AJj36 .copyright {
  color: #000000;
}
.cid-vfQR5B076O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #31353e;
}
.cid-vfQR5B076O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQR5B076O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQR5B076O .media-container-row {
  justify-content: space-between;
}
.cid-vfQR5B076O .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vfQR5B076O .text-content {
    max-width: none;
  }
}
.cid-vfQR5B076O .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fde403;
  border: 2px solid #fde403;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vfQR5B076O .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vfQR5B076O .mbr-iconfont-social:hover {
  background-color: #fde403;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vfQR5B076O .icons {
    justify-content: center !important;
  }
  .cid-vfQR5B076O .text-content * {
    text-align: center;
  }
}
.cid-vfQR5B076O .mbr-section-title {
  color: #ffffff;
}
.cid-vfQR5B076O .mbr-text {
  color: #ffffff;
}
.cid-vfQR5Bfwtq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfQR5Bfwtq input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-vfQR5Bfwtq input:hover {
  border: none !important;
}
.cid-vfQR5Bfwtq .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-vfQR5Bfwtq .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-vfQR5Bfwtq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfQR5Bfwtq .row {
  justify-content: center;
}
.cid-vfQR5Bfwtq .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-vfQR5Bfwtq .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-vfQR5Bfwtq .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-vfQR5Bfwtq .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vfQR5Bfwtq .justify-content-center {
  align-items: center;
}
.cid-vfQR5Bfwtq .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfQR5BpZPC {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #31353e;
}
.cid-vfQR5BpZPC img,
.cid-vfQR5BpZPC .item-img {
  width: 100%;
}
.cid-vfQR5BpZPC .item:focus,
.cid-vfQR5BpZPC span:focus {
  outline: none;
}
.cid-vfQR5BpZPC .item-wrapper {
  position: relative;
}
.cid-vfQR5BpZPC .slide-content {
  position: relative;
  border-radius: 4px;
  background: #31353e;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfQR5BpZPC .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfQR5BpZPC .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-vfQR5BpZPC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfQR5BpZPC .mbr-section-title {
  color: #ffffff;
}
.cid-vfQR5BpZPC .mbr-text,
.cid-vfQR5BpZPC .mbr-section-btn {
  text-align: left;
}
.cid-vfQR5BpZPC .item-title {
  text-align: left;
}
.cid-vfQR5BpZPC .item-subtitle {
  text-align: left;
}
.cid-vfQR5BpZPC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vfQR5BpZPC .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfQR5BpZPC .embla__button--next,
.cid-vfQR5BpZPC .embla__button--prev {
  display: flex;
}
.cid-vfQR5BpZPC .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vfQR5BpZPC .embla__button {
    display: none;
  }
}
.cid-vfQR5BpZPC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vfQR5BpZPC .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vfQR5BpZPC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfQR5BpZPC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfQR5BpZPC .embla__button {
    top: auto;
  }
}
.cid-vfQR5BpZPC .embla {
  position: relative;
  width: 100%;
}
.cid-vfQR5BpZPC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vfQR5BpZPC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfQR5BpZPC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfQR5BpZPC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfQR5BpZPC .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vfQR5CGvYk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #31353e;
}
.cid-vfQR5CGvYk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQR5CGvYk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQR5CGvYk .nav-tabs .nav-item.open .nav-link:focus,
.cid-vfQR5CGvYk .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vfQR5CGvYk .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #fce512;
}
@media (max-width: 767px) {
  .cid-vfQR5CGvYk .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-vfQR5CGvYk .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-vfQR5CGvYk .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-vfQR5CGvYk .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vfQR5CGvYk .nav-link,
.cid-vfQR5CGvYk .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-vfQR5CGvYk .nav-tabs .nav-link.active {
  color: #fce512;
  border-bottom: 3px solid #fce512;
}
.cid-vfQR5CGvYk .mbr-section-subtitle {
  text-align: center;
}
.cid-vfQR5CGvYk .mbr-section-title {
  text-align: center;
}
.cid-vfQR5CGvYk .mbr-text {
  color: #ffffff;
}
.cid-vfQR5CYcpC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #31353e;
}
.cid-vfQR5CYcpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfQR5CYcpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfQR5CYcpC .mbr-section-title {
  color: #ffffff;
}
