.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.distribution-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .distribution-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-2 > .distribution-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .distribution-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .distribution-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .distribution-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #f92c50 !important;
}
.bg-success {
  background-color: #232323 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f92c50 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa0a0 !important;
  border-color: #ffa0a0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffd3d3 !important;
  border-color: #ffd3d3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffd3d3 !important;
  border-color: #ffd3d3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !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: #f92c50;
  color: #f92c50;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffa0a0;
  color: #ffa0a0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff4949 !important;
  background-color: transparent !important;
  border-color: #ff4949 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa0a0 !important;
  border-color: #ffa0a0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #f92c50 !important;
}
.text-secondary {
  color: #ffa0a0 !important;
}
.text-success {
  color: #232323 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f92c50 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ba0525 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff3a3a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ba0525 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #f92c50;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f92c50;
}
.alert-danger {
  background-color: #000000;
}
.distribution-gallery-filter li.active .btn {
  background-color: #f92c50;
  border-color: #f92c50;
  color: #ffffff;
}
.distribution-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f92c50;
}
.distribution-plan-header.bg-primary .distribution-plan-subtitle,
.distribution-plan-header.bg-primary .distribution-plan-price-desc {
  color: #fff2f5;
}
.distribution-plan-header.bg-success .distribution-plan-subtitle,
.distribution-plan-header.bg-success .distribution-plan-price-desc {
  color: #d5d5d5;
}
.distribution-plan-header.bg-info .distribution-plan-subtitle,
.distribution-plan-header.bg-info .distribution-plan-price-desc {
  color: #ffffff;
}
.distribution-plan-header.bg-warning .distribution-plan-subtitle,
.distribution-plan-header.bg-warning .distribution-plan-price-desc {
  color: #fff2f5;
}
.distribution-plan-header.bg-danger .distribution-plan-subtitle,
.distribution-plan-header.bg-danger .distribution-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .distribution-iconfont {
  font-size: 1.75rem;
}
.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: #f92c50 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .distribution-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #f92c50;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f92c50;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f92c50;
}
.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: #f92c50;
  border-bottom-color: #f92c50;
}
.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: #f92c50 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffa0a0 !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='%23f92c50' %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;
  }
}
.VvOUR5f-uQxAta2haT .navbar-dropdown {
  position: relative !important;
}
.VvOUR5f-uQxAta2haT .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxAta2haT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.VvOUR5f-uQxAta2haT .dropdown-item:before {
  font-family: design2 !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;
}
.VvOUR5f-uQxAta2haT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.VvOUR5f-uQxAta2haT .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.VvOUR5f-uQxAta2haT .dropdown-item:hover,
.VvOUR5f-uQxAta2haT .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .dropdown-item:hover span {
  color: white;
}
.VvOUR5f-uQxAta2haT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.VvOUR5f-uQxAta2haT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.VvOUR5f-uQxAta2haT .nav-link {
  position: relative;
}
.VvOUR5f-uQxAta2haT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .VvOUR5f-uQxAta2haT .container {
    flex-wrap: nowrap;
  }
}
.VvOUR5f-uQxAta2haT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.VvOUR5f-uQxAta2haT .iconfont-wrapper:hover {
  opacity: .5;
}
.VvOUR5f-uQxAta2haT .dropdown-menu,
.VvOUR5f-uQxAta2haT .navbar.opened {
  background: #000000 !important;
}
.VvOUR5f-uQxAta2haT .nav-item:focus,
.VvOUR5f-uQxAta2haT .nav-link:focus {
  outline: none;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item .distribution-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item .distribution-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VvOUR5f-uQxAta2haT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VvOUR5f-uQxAta2haT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VvOUR5f-uQxAta2haT .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.VvOUR5f-uQxAta2haT .navbar.opened {
  transition: all 0.3s;
}
.VvOUR5f-uQxAta2haT .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.VvOUR5f-uQxAta2haT .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.VvOUR5f-uQxAta2haT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed {
  justify-content: center;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VvOUR5f-uQxAta2haT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VvOUR5f-uQxAta2haT .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%;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .VvOUR5f-uQxAta2haT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VvOUR5f-uQxAta2haT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VvOUR5f-uQxAta2haT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VvOUR5f-uQxAta2haT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VvOUR5f-uQxAta2haT .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%;
  }
  .VvOUR5f-uQxAta2haT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VvOUR5f-uQxAta2haT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .VvOUR5f-uQxAta2haT .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .VvOUR5f-uQxAta2haT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .VvOUR5f-uQxAta2haT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VvOUR5f-uQxAta2haT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VvOUR5f-uQxAta2haT .navbar.navbar-short {
  min-height: 96px;
}
.VvOUR5f-uQxAta2haT .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.VvOUR5f-uQxAta2haT .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-caption:hover,
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-logo a {
  outline: none;
}
.VvOUR5f-uQxAta2haT .navbar.opened .navbar-brand .navbar-caption:hover,
.VvOUR5f-uQxAta2haT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .dropdown-item.active,
.VvOUR5f-uQxAta2haT .dropdown-item:active {
  background-color: transparent;
}
.VvOUR5f-uQxAta2haT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VvOUR5f-uQxAta2haT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxAta2haT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.VvOUR5f-uQxAta2haT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.VvOUR5f-uQxAta2haT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VvOUR5f-uQxAta2haT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .VvOUR5f-uQxAta2haT ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.VvOUR5f-uQxAta2haT .navbar-buttons {
  text-align: center;
  width: auto;
}
.VvOUR5f-uQxAta2haT .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.VvOUR5f-uQxAta2haT .navbar-buttons .btn .distribution-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .VvOUR5f-uQxAta2haT .navbar-buttons .btn {
    width: auto !important;
  }
}
.VvOUR5f-uQxAta2haT button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT .navbar-dropdown {
  padding: 0 1rem;
}
.VvOUR5f-uQxAta2haT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VvOUR5f-uQxAta2haT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VvOUR5f-uQxAta2haT .navbar {
    height: 70px;
  }
  .VvOUR5f-uQxAta2haT .navbar.opened {
    height: auto;
  }
  .VvOUR5f-uQxAta2haT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VvOUR5f-uQxAta2haT .navbar-nav {
  margin: 0 auto;
}
.VvOUR5f-uQxAta2haT .nav-item {
  padding: 0;
  margin: 0;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.VvOUR5f-uQxAta2haT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.VvOUR5f-uQxAta2haT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .VvOUR5f-uQxAta2haT .navbar {
    justify-content: flex-start !important;
  }
  .VvOUR5f-uQxAta2haT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.VvOUR5f-uQxAta2haT .content-wrap {
  min-height: 110px;
}
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn::after,
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffffff, #ffffff 150%);
}
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:hover,
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:focus {
  color: #ffffff !important;
}
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:hover::after,
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffffff, #ffffff 150%);
  opacity: 1;
}
.VvOUR5f-uQxE9I9MZq {
  background-image: url("../../../assets/images/white-dot.jpg");
}
.VvOUR5f-uQxE9I9MZq .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQxE9I9MZq .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VvOUR5f-uQxE9I9MZq .content-wrapper .distribution-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxE9I9MZq .content-wrapper .distribution-label {
    margin-bottom: 40px;
  }
}
.VvOUR5f-uQxE9I9MZq .content-wrapper .distribution-section-title {
  margin-bottom: 20px;
}
.VvOUR5f-uQxE9I9MZq .content-wrapper .text-wrapper .distribution-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .VvOUR5f-uQxE9I9MZq .content-wrapper .text-wrapper .distribution-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .VvOUR5f-uQxE9I9MZq .content-wrapper .text-wrapper .distribution-text {
    width: 100%;
  }
}
.VvOUR5f-uQxE9I9MZq .distribution-label {
  color: #ffffff;
  text-align: center;
}
.VvOUR5f-uQxE9I9MZq .distribution-section-title {
  color: #ffffff;
}
.VvOUR5f-uQxE9I9MZq .distribution-text {
  color: #ffffff;
}
.VvOUR5f-uQxE9I9MZq .distribution-section-title,
.VvOUR5f-uQxE9I9MZq .distribution-section-btn {
  text-align: center;
}
.VvOUR5f-uQxE9I9MZq .distribution-text,
.VvOUR5f-uQxE9I9MZq .text-wrapper {
  text-align: center;
}
.VvOUR5f-uQxFlmNgWj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VvOUR5f-uQxFlmNgWj .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQxFlmNgWj .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VvOUR5f-uQxFlmNgWj .items-wrap {
  justify-content: space-between;
}
.VvOUR5f-uQxFlmNgWj .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxFlmNgWj .content-wrapper {
    margin-bottom: 32px;
  }
}
.VvOUR5f-uQxFlmNgWj .content-wrapper .distribution-section-title {
  margin-bottom: 32px;
}
.VvOUR5f-uQxFlmNgWj .content-wrapper .distribution-section-title span {
  color: #f92c50;
}
.VvOUR5f-uQxFlmNgWj .content-wrapper .text-wrapper .distribution-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxFlmNgWj .content-wrapper .text-wrapper .distribution-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.VvOUR5f-uQxFlmNgWj .image-wrapper {
  margin-bottom: 32px;
}
.VvOUR5f-uQxFlmNgWj .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxFlmNgWj .image-wrapper img {
    height: 350px;
  }
}
.VvOUR5f-uQxFlmNgWj .distribution-section-title {
  color: #ffffff;
}
.VvOUR5f-uQxFlmNgWj .distribution-text,
.VvOUR5f-uQxFlmNgWj .text-wrapper {
  color: #000000;
}
.VvOUR5f-uQxFlmNgWj .distribution-section-title,
.VvOUR5f-uQxFlmNgWj .distribution-section-btn {
  color: #000000;
}
.VvOUR5f-uQxF8w4Kta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.VvOUR5f-uQxF8w4Kta .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQxF8w4Kta .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VvOUR5f-uQxF8w4Kta .row {
  justify-content: center;
}
.VvOUR5f-uQxF8w4Kta .title-wrapper .label-wrapper .distribution-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #f92c50 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.VvOUR5f-uQxF8w4Kta .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxF8w4Kta .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.VvOUR5f-uQxF8w4Kta .title-wrapper .title-wrapper .distribution-section-title {
  margin-bottom: 0;
}
.VvOUR5f-uQxF8w4Kta .title-wrapper .title-wrapper .distribution-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #f92c50 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.VvOUR5f-uQxF8w4Kta .title-wrapper .text-wrapper .distribution-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxF8w4Kta .title-wrapper .text-wrapper .distribution-text {
    width: 100%;
  }
}
.VvOUR5f-uQxF8w4Kta .title-wrapper .distribution-section-btn {
  margin-top: 22px;
}
.VvOUR5f-uQxF8w4Kta .distribution-label,
.VvOUR5f-uQxF8w4Kta .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.VvOUR5f-uQxF8w4Kta .distribution-section-title {
  color: #ffffff;
  text-align: center;
}
.VvOUR5f-uQxF8w4Kta .distribution-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.VvOUR5f-uQxF8w4Kta .distribution-text,
.VvOUR5f-uQxF8w4Kta .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.VvOUR5f-uQxF8w4Kta .distribution-section-title,
.VvOUR5f-uQxF8w4Kta .distribution-section-btn {
  text-align: center;
}
.VvOUR5f-uQxFB62d5p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.VvOUR5f-uQxFB62d5p .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #f92c50;
}
.VvOUR5f-uQxFB62d5p .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQxFB62d5p .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VvOUR5f-uQxFB62d5p .content-wrap {
  margin: 0;
}
.VvOUR5f-uQxFB62d5p .content-wrap .card {
  padding: 0;
}
.VvOUR5f-uQxFB62d5p .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #f92c50;
  padding: 40px 32px;
}
@media (max-width: 1640px) {
  .VvOUR5f-uQxFB62d5p .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .VvOUR5f-uQxFB62d5p .image-wrapper {
    padding: 40px 0;
  }
}
.VvOUR5f-uQxFB62d5p .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .VvOUR5f-uQxFB62d5p .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .VvOUR5f-uQxFB62d5p .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .VvOUR5f-uQxFB62d5p .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.VvOUR5f-uQxFB62d5p .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .VvOUR5f-uQxFB62d5p .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .VvOUR5f-uQxFB62d5p .content-wrapper {
    padding: 40px 0;
  }
}
.VvOUR5f-uQxFB62d5p .content-wrapper .distribution-section-title {
  margin-bottom: 16px;
}
.VvOUR5f-uQxFB62d5p .content-wrapper .text-wrapper .text-wrap .distribution-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxFB62d5p .content-wrapper .text-wrapper .text-wrap .distribution-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.VvOUR5f-uQxFB62d5p .distribution-section-title {
  color: #150764;
}
.VvOUR5f-uQxFB62d5p .distribution-text {
  color: #150764;
}
.VvOUR5f-uQxFB62d5p .distribution-section-title,
.VvOUR5f-uQxFB62d5p .distribution-section-btn {
  color: #000000;
}
.VvOUR5f-uQxFB62d5p .distribution-text,
.VvOUR5f-uQxFB62d5p .text-wrap {
  color: #000000;
}
.VvOUR5f-uQxF5ZaAGa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VvOUR5f-uQxF5ZaAGa .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQxF5ZaAGa .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VvOUR5f-uQxF5ZaAGa .row {
  margin: 0 -20px;
}
.VvOUR5f-uQxF5ZaAGa .card {
  padding: 0 20px;
}
.VvOUR5f-uQxF5ZaAGa .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxF5ZaAGa .image-wrapper {
    margin-bottom: 20px;
  }
}
.VvOUR5f-uQxF5ZaAGa .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxF5ZaAGa .image-wrapper img {
    height: 350px;
  }
}
.VvOUR5f-uQxF5ZaAGa .distribution-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxF5ZaAGa .distribution-section-btn {
    margin-top: 20px;
  }
}
.VvOUR5f-uQxF5ZaAGa .distribution-section-btn .btn::after,
.VvOUR5f-uQxF5ZaAGa .distribution-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.VvOUR5f-uQxF5ZaAGa .distribution-section-btn .btn:hover,
.VvOUR5f-uQxF5ZaAGa .distribution-section-btn .btn:focus {
  color: #ffffff !important;
}
.VvOUR5f-uQxF5ZaAGa .distribution-section-btn .btn:hover::after,
.VvOUR5f-uQxF5ZaAGa .distribution-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.VvOUR5f-uQxF5ZaAGa .card-wrapper {
  background-color: #000000;
  padding: 110px 150px;
}
@media (max-width: 1640px) {
  .VvOUR5f-uQxF5ZaAGa .card-wrapper {
    padding: 110px 80px;
  }
}
@media (max-width: 1440px) {
  .VvOUR5f-uQxF5ZaAGa .card-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .VvOUR5f-uQxF5ZaAGa .card-wrapper {
    padding: 20px;
  }
}
.VvOUR5f-uQxF5ZaAGa .card-wrapper .distribution-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #f92c50, #ffffff);
  -webkit-text-fill-color: #000000;
  -webkit-text-stroke: 2px transparent;
  -webkit-text-stroke-width: 4px;
  text-stroke: 1px transparent;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxF5ZaAGa .card-wrapper .distribution-section-title {
    margin-bottom: 40px;
  }
}
.VvOUR5f-uQxF5ZaAGa .card-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxF5ZaAGa .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.VvOUR5f-uQxF5ZaAGa .card-wrapper .title-wrapper .distribution-tag {
  margin-bottom: 16px;
}
.VvOUR5f-uQxF5ZaAGa .card-wrapper .title-wrapper .distribution-section-subtitle {
  margin-bottom: 0;
}
.VvOUR5f-uQxF5ZaAGa .card-wrapper .text-wrap .distribution-text {
  padding-left: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxF5ZaAGa .card-wrapper .text-wrap .distribution-text {
    padding-left: 0;
  }
}
.VvOUR5f-uQxF5ZaAGa .card-wrapper .distribution-section-btn {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxF5ZaAGa .card-wrapper .distribution-section-btn {
    padding-left: 0;
  }
}
.VvOUR5f-uQxF5ZaAGa .distribution-section-title {
  color: #ffffff;
}
.VvOUR5f-uQxF5ZaAGa .distribution-section-subtitle {
  color: #ffffff;
}
.VvOUR5f-uQxF5ZaAGa .distribution-tag {
  color: #adadad;
}
.VvOUR5f-uQxF5ZaAGa .distribution-text {
  color: #c7c7c7;
}
.VvOUR5f-uQxF5ZaAGa .distribution-text,
.VvOUR5f-uQxF5ZaAGa .text-wrap,
.VvOUR5f-uQxF5ZaAGa .distribution-section-btn {
  color: #ffffff;
}
.VvOUR5f-uQxG3nAtCr {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #f92c50, #ffffff);
}
.VvOUR5f-uQxG3nAtCr .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQxG3nAtCr .card-link {
  position: relative;
  width: fit-content;
}
.VvOUR5f-uQxG3nAtCr .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.VvOUR5f-uQxG3nAtCr h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.VvOUR5f-uQxG3nAtCr h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.VvOUR5f-uQxG3nAtCr .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #232323;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .VvOUR5f-uQxG3nAtCr .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.VvOUR5f-uQxG3nAtCr .item-wrapper:hover {
  background: #f92c50;
  transform: translateY(-5px);
}
.VvOUR5f-uQxG3nAtCr .item-wrapper:hover .card-title,
.VvOUR5f-uQxG3nAtCr .item-wrapper:hover .card-text {
  color: white !important;
}
.VvOUR5f-uQxG3nAtCr .item-wrapper:hover span,
.VvOUR5f-uQxG3nAtCr .item-wrapper:hover .card-link,
.VvOUR5f-uQxG3nAtCr .item-wrapper:hover .card-link a {
  color: #f92c50 !important;
}
.VvOUR5f-uQxG3nAtCr .item-wrapper:hover .card-link:before {
  width: 0%;
}
.VvOUR5f-uQxG3nAtCr .card-title,
.VvOUR5f-uQxG3nAtCr .card-text,
.VvOUR5f-uQxG3nAtCr .card-link,
.VvOUR5f-uQxG3nAtCr .card-link a {
  transition: all 0.3s;
}
.VvOUR5f-uQxG3nAtCr .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.VvOUR5f-uQxG3nAtCr .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.VvOUR5f-uQxG3nAtCr .link-wrapper:hover {
  cursor: pointer;
}
.VvOUR5f-uQxG3nAtCr .iconfont-wrapper .distribution-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #f92c50;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .VvOUR5f-uQxG3nAtCr .iconfont-wrapper .distribution-iconfont {
    font-size: 4rem;
  }
}
.VvOUR5f-uQxG3nAtCr .card-title,
.VvOUR5f-uQxG3nAtCr .iconfont-wrapper {
  color: #ffffff;
}
.VvOUR5f-uQxG3nAtCr .card-text {
  color: #ffffff;
}
.VvOUR5f-uQxG3nAtCr .distribution-section-title {
  color: #ffffff;
  text-align: center;
}
.VvOUR5f-uQxG3nAtCr .card-link,
.VvOUR5f-uQxG3nAtCr .link-icon,
.VvOUR5f-uQxG3nAtCr .link-align {
  color: #232323;
}
.VvOUR5f-uQxG3nAtCr .distribution-section-subtitle {
  text-align: left;
}
.VvOUR5f-uQxG3nAtCr .distribution-section-subtitle,
.VvOUR5f-uQxG3nAtCr .align {
  color: #232323;
}
.VvOUR5f-uQy47yWOhC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.VvOUR5f-uQy47yWOhC .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQy47yWOhC .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VvOUR5f-uQy47yWOhC .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .VvOUR5f-uQy47yWOhC .container-fluid {
    padding: 0 20px;
  }
}
.VvOUR5f-uQy47yWOhC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .VvOUR5f-uQy47yWOhC .container {
    padding: 0 20px;
  }
}
.VvOUR5f-uQy47yWOhC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .title-wrapper {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .title-wrapper .distribution-section-title {
  margin-bottom: 0;
}
.VvOUR5f-uQy47yWOhC .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .list {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:first-child {
  margin-left: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:last-child {
  margin-right: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:hover::before,
.VvOUR5f-uQy47yWOhC .list .item-wrap:focus::before {
  width: 100%;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f92c50;
  transition: all 0.3s ease-out;
}
.VvOUR5f-uQy47yWOhC .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .social-wrapper {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a {
  display: block;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a:hover .distribution-iconfont {
  opacity: .5;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a .distribution-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.VvOUR5f-uQy47yWOhC .copyright {
  padding: 30px 0;
  border-top: 1px solid #f92c50;
  margin: 0;
  color: #ffffff;
}
.VvOUR5f-uQy47yWOhC .distribution-section-title {
  color: #f92c50;
}
.VvOUR5f-uQxAta2haT .navbar-dropdown {
  position: relative !important;
}
.VvOUR5f-uQxAta2haT .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxAta2haT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.VvOUR5f-uQxAta2haT .dropdown-item:before {
  font-family: design2 !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;
}
.VvOUR5f-uQxAta2haT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.VvOUR5f-uQxAta2haT .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.VvOUR5f-uQxAta2haT .dropdown-item:hover,
.VvOUR5f-uQxAta2haT .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .dropdown-item:hover span {
  color: white;
}
.VvOUR5f-uQxAta2haT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.VvOUR5f-uQxAta2haT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.VvOUR5f-uQxAta2haT .nav-link {
  position: relative;
}
.VvOUR5f-uQxAta2haT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .VvOUR5f-uQxAta2haT .container {
    flex-wrap: nowrap;
  }
}
.VvOUR5f-uQxAta2haT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.VvOUR5f-uQxAta2haT .iconfont-wrapper:hover {
  opacity: .5;
}
.VvOUR5f-uQxAta2haT .dropdown-menu,
.VvOUR5f-uQxAta2haT .navbar.opened {
  background: #000000 !important;
}
.VvOUR5f-uQxAta2haT .nav-item:focus,
.VvOUR5f-uQxAta2haT .nav-link:focus {
  outline: none;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item .distribution-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item .distribution-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VvOUR5f-uQxAta2haT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VvOUR5f-uQxAta2haT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VvOUR5f-uQxAta2haT .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.VvOUR5f-uQxAta2haT .navbar.opened {
  transition: all 0.3s;
}
.VvOUR5f-uQxAta2haT .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.VvOUR5f-uQxAta2haT .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.VvOUR5f-uQxAta2haT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed {
  justify-content: center;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VvOUR5f-uQxAta2haT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VvOUR5f-uQxAta2haT .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%;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .VvOUR5f-uQxAta2haT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VvOUR5f-uQxAta2haT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VvOUR5f-uQxAta2haT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VvOUR5f-uQxAta2haT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VvOUR5f-uQxAta2haT .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%;
  }
  .VvOUR5f-uQxAta2haT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VvOUR5f-uQxAta2haT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .VvOUR5f-uQxAta2haT .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .VvOUR5f-uQxAta2haT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .VvOUR5f-uQxAta2haT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VvOUR5f-uQxAta2haT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VvOUR5f-uQxAta2haT .navbar.navbar-short {
  min-height: 96px;
}
.VvOUR5f-uQxAta2haT .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.VvOUR5f-uQxAta2haT .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-caption:hover,
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-logo a {
  outline: none;
}
.VvOUR5f-uQxAta2haT .navbar.opened .navbar-brand .navbar-caption:hover,
.VvOUR5f-uQxAta2haT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .dropdown-item.active,
.VvOUR5f-uQxAta2haT .dropdown-item:active {
  background-color: transparent;
}
.VvOUR5f-uQxAta2haT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VvOUR5f-uQxAta2haT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxAta2haT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.VvOUR5f-uQxAta2haT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.VvOUR5f-uQxAta2haT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VvOUR5f-uQxAta2haT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .VvOUR5f-uQxAta2haT ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.VvOUR5f-uQxAta2haT .navbar-buttons {
  text-align: center;
  width: auto;
}
.VvOUR5f-uQxAta2haT .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.VvOUR5f-uQxAta2haT .navbar-buttons .btn .distribution-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .VvOUR5f-uQxAta2haT .navbar-buttons .btn {
    width: auto !important;
  }
}
.VvOUR5f-uQxAta2haT button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT .navbar-dropdown {
  padding: 0 1rem;
}
.VvOUR5f-uQxAta2haT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VvOUR5f-uQxAta2haT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VvOUR5f-uQxAta2haT .navbar {
    height: 70px;
  }
  .VvOUR5f-uQxAta2haT .navbar.opened {
    height: auto;
  }
  .VvOUR5f-uQxAta2haT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VvOUR5f-uQxAta2haT .navbar-nav {
  margin: 0 auto;
}
.VvOUR5f-uQxAta2haT .nav-item {
  padding: 0;
  margin: 0;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.VvOUR5f-uQxAta2haT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.VvOUR5f-uQxAta2haT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .VvOUR5f-uQxAta2haT .navbar {
    justify-content: flex-start !important;
  }
  .VvOUR5f-uQxAta2haT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.VvOUR5f-uQxAta2haT .content-wrap {
  min-height: 110px;
}
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn::after,
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffffff, #ffffff 150%);
}
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:hover,
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:focus {
  color: #ffffff !important;
}
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:hover::after,
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffffff, #ffffff 150%);
  opacity: 1;
}
.VvOUR5f-uQxN8RB73M {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.VvOUR5f-uQxN8RB73M .distribution-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.VvOUR5f-uQxN8RB73M .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
}
.VvOUR5f-uQxN8RB73M .img__wrap .image {
  position: relative;
  width: 100%;
}
.VvOUR5f-uQxN8RB73M .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .VvOUR5f-uQxN8RB73M .img__wrap .image img {
    height: auto;
  }
  .VvOUR5f-uQxN8RB73M .distribution-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .VvOUR5f-uQxN8RB73M {
    padding-top: 10rem;
  }
  .VvOUR5f-uQxN8RB73M .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .VvOUR5f-uQxN8RB73M {
    padding-top: 8rem;
  }
  .VvOUR5f-uQxN8RB73M .img__wrap {
    top: -60px;
  }
}
.VvOUR5f-uQxN8RB73M .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQxN8RB73M .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VvOUR5f-uQxN8RB73M .distribution-section-subtitle {
  color: #f92c50;
}
.VvOUR5f-uQxNQ3zZPZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.VvOUR5f-uQxNQ3zZPZ .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQxNQ3zZPZ .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VvOUR5f-uQxNQ3zZPZ .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .VvOUR5f-uQxNQ3zZPZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .VvOUR5f-uQxNQ3zZPZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .VvOUR5f-uQxNQ3zZPZ .container {
    padding: 0 16px;
  }
}
.VvOUR5f-uQxNQ3zZPZ .image-wrapper {
  height: 100%;
}
.VvOUR5f-uQxNQ3zZPZ .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxNQ3zZPZ .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.VvOUR5f-uQxNQ3zZPZ .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .VvOUR5f-uQxNQ3zZPZ .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .VvOUR5f-uQxNQ3zZPZ .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.VvOUR5f-uQxNQ3zZPZ .content-wrapper .distribution-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxNQ3zZPZ .content-wrapper .distribution-section-title {
    margin-bottom: 16px;
  }
}
.VvOUR5f-uQxNQ3zZPZ .content-wrapper .distribution-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxNQ3zZPZ .content-wrapper .distribution-text {
    margin-bottom: 16px;
  }
}
.VvOUR5f-uQxNQ3zZPZ .distribution-section-title {
  color: #1c1c1c;
}
.VvOUR5f-uQxNQ3zZPZ .distribution-text {
  color: #000000;
}
.VvOUR5f-uQxNQ3zZPZ .distribution-section-title,
.VvOUR5f-uQxNQ3zZPZ .distribution-section-btn {
  color: #000000;
}
.VvOUR5f-uQxNSrypRo {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.VvOUR5f-uQxNSrypRo .distribution-text {
  color: #ffffff;
}
.VvOUR5f-uQxNSrypRo .distribution-section-subtitle {
  color: #f92c50;
}
.VvOUR5f-uQxNSrypRo .distribution-section-title {
  color: #ffffff;
}
.VvOUR5f-uQxNZsVOeJ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.VvOUR5f-uQxNZsVOeJ .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQxNZsVOeJ .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .VvOUR5f-uQxNZsVOeJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.VvOUR5f-uQxNZsVOeJ .row {
  flex-direction: row-reverse;
}
.VvOUR5f-uQxNZsVOeJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .VvOUR5f-uQxNZsVOeJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .VvOUR5f-uQxNZsVOeJ .text-wrapper {
    padding: 0 2rem;
  }
}
.VvOUR5f-uQxNZsVOeJ .distribution-section-title {
  color: #000000;
  text-align: left;
}
.VvOUR5f-uQxNZsVOeJ .distribution-text,
.VvOUR5f-uQxNZsVOeJ .distribution-section-btn {
  color: #000000;
  text-align: left;
}
.VvOUR5f-uQy47yWOhC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.VvOUR5f-uQy47yWOhC .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQy47yWOhC .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VvOUR5f-uQy47yWOhC .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .VvOUR5f-uQy47yWOhC .container-fluid {
    padding: 0 20px;
  }
}
.VvOUR5f-uQy47yWOhC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .VvOUR5f-uQy47yWOhC .container {
    padding: 0 20px;
  }
}
.VvOUR5f-uQy47yWOhC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .title-wrapper {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .title-wrapper .distribution-section-title {
  margin-bottom: 0;
}
.VvOUR5f-uQy47yWOhC .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .list {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:first-child {
  margin-left: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:last-child {
  margin-right: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:hover::before,
.VvOUR5f-uQy47yWOhC .list .item-wrap:focus::before {
  width: 100%;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f92c50;
  transition: all 0.3s ease-out;
}
.VvOUR5f-uQy47yWOhC .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .social-wrapper {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a {
  display: block;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a:hover .distribution-iconfont {
  opacity: .5;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a .distribution-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.VvOUR5f-uQy47yWOhC .copyright {
  padding: 30px 0;
  border-top: 1px solid #f92c50;
  margin: 0;
  color: #ffffff;
}
.VvOUR5f-uQy47yWOhC .distribution-section-title {
  color: #f92c50;
}
.VvOUR5f-uQxAta2haT .navbar-dropdown {
  position: relative !important;
}
.VvOUR5f-uQxAta2haT .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxAta2haT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.VvOUR5f-uQxAta2haT .dropdown-item:before {
  font-family: design2 !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;
}
.VvOUR5f-uQxAta2haT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.VvOUR5f-uQxAta2haT .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.VvOUR5f-uQxAta2haT .dropdown-item:hover,
.VvOUR5f-uQxAta2haT .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .dropdown-item:hover span {
  color: white;
}
.VvOUR5f-uQxAta2haT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.VvOUR5f-uQxAta2haT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.VvOUR5f-uQxAta2haT .nav-link {
  position: relative;
}
.VvOUR5f-uQxAta2haT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .VvOUR5f-uQxAta2haT .container {
    flex-wrap: nowrap;
  }
}
.VvOUR5f-uQxAta2haT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.VvOUR5f-uQxAta2haT .iconfont-wrapper:hover {
  opacity: .5;
}
.VvOUR5f-uQxAta2haT .dropdown-menu,
.VvOUR5f-uQxAta2haT .navbar.opened {
  background: #000000 !important;
}
.VvOUR5f-uQxAta2haT .nav-item:focus,
.VvOUR5f-uQxAta2haT .nav-link:focus {
  outline: none;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item .distribution-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item .distribution-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VvOUR5f-uQxAta2haT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VvOUR5f-uQxAta2haT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VvOUR5f-uQxAta2haT .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.VvOUR5f-uQxAta2haT .navbar.opened {
  transition: all 0.3s;
}
.VvOUR5f-uQxAta2haT .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.VvOUR5f-uQxAta2haT .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.VvOUR5f-uQxAta2haT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed {
  justify-content: center;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VvOUR5f-uQxAta2haT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VvOUR5f-uQxAta2haT .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%;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .VvOUR5f-uQxAta2haT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VvOUR5f-uQxAta2haT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VvOUR5f-uQxAta2haT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VvOUR5f-uQxAta2haT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VvOUR5f-uQxAta2haT .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%;
  }
  .VvOUR5f-uQxAta2haT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VvOUR5f-uQxAta2haT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .VvOUR5f-uQxAta2haT .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .VvOUR5f-uQxAta2haT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .VvOUR5f-uQxAta2haT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VvOUR5f-uQxAta2haT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VvOUR5f-uQxAta2haT .navbar.navbar-short {
  min-height: 96px;
}
.VvOUR5f-uQxAta2haT .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.VvOUR5f-uQxAta2haT .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-caption:hover,
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-logo a {
  outline: none;
}
.VvOUR5f-uQxAta2haT .navbar.opened .navbar-brand .navbar-caption:hover,
.VvOUR5f-uQxAta2haT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .dropdown-item.active,
.VvOUR5f-uQxAta2haT .dropdown-item:active {
  background-color: transparent;
}
.VvOUR5f-uQxAta2haT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VvOUR5f-uQxAta2haT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxAta2haT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.VvOUR5f-uQxAta2haT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.VvOUR5f-uQxAta2haT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VvOUR5f-uQxAta2haT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .VvOUR5f-uQxAta2haT ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.VvOUR5f-uQxAta2haT .navbar-buttons {
  text-align: center;
  width: auto;
}
.VvOUR5f-uQxAta2haT .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.VvOUR5f-uQxAta2haT .navbar-buttons .btn .distribution-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .VvOUR5f-uQxAta2haT .navbar-buttons .btn {
    width: auto !important;
  }
}
.VvOUR5f-uQxAta2haT button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT .navbar-dropdown {
  padding: 0 1rem;
}
.VvOUR5f-uQxAta2haT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VvOUR5f-uQxAta2haT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VvOUR5f-uQxAta2haT .navbar {
    height: 70px;
  }
  .VvOUR5f-uQxAta2haT .navbar.opened {
    height: auto;
  }
  .VvOUR5f-uQxAta2haT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VvOUR5f-uQxAta2haT .navbar-nav {
  margin: 0 auto;
}
.VvOUR5f-uQxAta2haT .nav-item {
  padding: 0;
  margin: 0;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.VvOUR5f-uQxAta2haT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.VvOUR5f-uQxAta2haT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .VvOUR5f-uQxAta2haT .navbar {
    justify-content: flex-start !important;
  }
  .VvOUR5f-uQxAta2haT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.VvOUR5f-uQxAta2haT .content-wrap {
  min-height: 110px;
}
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn::after,
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffffff, #ffffff 150%);
}
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:hover,
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:focus {
  color: #ffffff !important;
}
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:hover::after,
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffffff, #ffffff 150%);
  opacity: 1;
}
.VvOUR5f-uQxPTanq0l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VvOUR5f-uQxPTanq0l .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQxPTanq0l .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VvOUR5f-uQxPTanq0l .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxPTanq0l .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .VvOUR5f-uQxPTanq0l .container {
    padding: 0 16px;
  }
}
.VvOUR5f-uQxPTanq0l .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxPTanq0l .content-wrapper {
    margin-bottom: 32px;
  }
}
.VvOUR5f-uQxPTanq0l .content-wrapper .distribution-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxPTanq0l .content-wrapper .distribution-section-title {
    margin-bottom: 32px;
  }
}
.VvOUR5f-uQxPTanq0l .content-wrapper .text-wrapper .distribution-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .VvOUR5f-uQxPTanq0l .content-wrapper .text-wrapper .distribution-text {
    width: 100%;
  }
}
.VvOUR5f-uQxPTanq0l .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxPTanq0l .image-wrapper {
    margin-left: 0;
  }
}
.VvOUR5f-uQxPTanq0l .image-wrapper img {
  height: 660px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #f92c50;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxPTanq0l .image-wrapper img {
    height: 350px;
  }
}
.VvOUR5f-uQxPTanq0l .distribution-section-title {
  color: #ffffff;
}
.VvOUR5f-uQxPTanq0l .distribution-text {
  color: #ffffff;
}
.VvOUR5f-uQxPTanq0l .distribution-section-title,
.VvOUR5f-uQxPTanq0l .distribution-section-btn {
  color: #000000;
}
.VvOUR5f-uQxPTanq0l .distribution-text,
.VvOUR5f-uQxPTanq0l .text-wrapper {
  color: #000000;
}
.VvOUR5f-uQxR1T70Ks {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VvOUR5f-uQxR1T70Ks .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQxR1T70Ks .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VvOUR5f-uQxR1T70Ks .items-wrapper {
  margin: 0 -5px;
}
.VvOUR5f-uQxR1T70Ks .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxR1T70Ks .items-wrapper .card {
    margin-bottom: 16px;
  }
  .VvOUR5f-uQxR1T70Ks .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.VvOUR5f-uQxR1T70Ks .image-wrapper {
  height: 100%;
}
.VvOUR5f-uQxR1T70Ks .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxR1T70Ks .image-wrapper img {
    height: 350px;
  }
}
.VvOUR5f-uQxR1T70Ks .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #f92c50;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxR1T70Ks .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.VvOUR5f-uQxR1T70Ks .content-wrapper .distribution-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxR1T70Ks .content-wrapper .distribution-section-title {
    margin-bottom: 40px;
  }
}
.VvOUR5f-uQxR1T70Ks .content-wrapper .distribution-text {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxR1T70Ks .content-wrapper .distribution-text {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQxR1T70Ks .distribution-section-title {
  color: #ffffff;
}
.VvOUR5f-uQxR1T70Ks .distribution-text {
  color: #ffffff;
}
.VvOUR5f-uQxR5Uta5j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.VvOUR5f-uQxR5Uta5j .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQxR5Uta5j .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VvOUR5f-uQxR5Uta5j .content-wrapper .distribution-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxR5Uta5j .content-wrapper .distribution-section-title {
    margin-bottom: 40px;
  }
}
.VvOUR5f-uQxR5Uta5j .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxR5Uta5j .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.VvOUR5f-uQxR5Uta5j .content-wrapper .text-wrapper .distribution-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxR5Uta5j .content-wrapper .text-wrapper .distribution-text {
    width: 100%;
  }
}
.VvOUR5f-uQxR5Uta5j .distribution-section-title {
  color: #ffffff;
  text-align: center;
}
.VvOUR5f-uQxR5Uta5j .distribution-text,
.VvOUR5f-uQxR5Uta5j .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.VvOUR5f-uQxR5Uta5j .distribution-section-title,
.VvOUR5f-uQxR5Uta5j .distribution-section-btn {
  text-align: center;
  color: #f92c50;
}
.VvOUR5f-uQy2I7w2k4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VvOUR5f-uQy2I7w2k4 .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQy2I7w2k4 .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VvOUR5f-uQy2I7w2k4 .row {
  margin: 0 -8px;
}
.VvOUR5f-uQy2I7w2k4 .row .card {
  padding: 0 8px;
}
.VvOUR5f-uQy2I7w2k4 .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #f92c50;
}
@media (max-width: 1440px) {
  .VvOUR5f-uQy2I7w2k4 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .VvOUR5f-uQy2I7w2k4 .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.VvOUR5f-uQy2I7w2k4 .card-wrapper .distribution-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQy2I7w2k4 .card-wrapper .distribution-section-title {
    margin-bottom: 24px;
  }
}
.VvOUR5f-uQy2I7w2k4 .card-wrapper .card-wrap .text-wrapper .distribution-text {
  margin-bottom: 24px;
}
.VvOUR5f-uQy2I7w2k4 .card-wrapper .card-wrap .distribution-section-btn .btn {
  margin-bottom: 0;
}
.VvOUR5f-uQy2I7w2k4 .image-wrapper {
  height: 100%;
}
.VvOUR5f-uQy2I7w2k4 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .VvOUR5f-uQy2I7w2k4 .image-wrapper img {
    height: 300px;
  }
}
.VvOUR5f-uQy2I7w2k4 .distribution-section-title {
  color: #2c2c26;
}
.VvOUR5f-uQy2I7w2k4 .distribution-text,
.VvOUR5f-uQy2I7w2k4 .text-wrapper {
  color: #ffffff;
}
.VvOUR5f-uQy2I7w2k4 .distribution-section-title,
.VvOUR5f-uQy2I7w2k4 .distribution-section-btn {
  color: #ffffff;
}
.VvOUR5f-uQy47yWOhC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.VvOUR5f-uQy47yWOhC .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQy47yWOhC .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VvOUR5f-uQy47yWOhC .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .VvOUR5f-uQy47yWOhC .container-fluid {
    padding: 0 20px;
  }
}
.VvOUR5f-uQy47yWOhC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .VvOUR5f-uQy47yWOhC .container {
    padding: 0 20px;
  }
}
.VvOUR5f-uQy47yWOhC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .title-wrapper {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .title-wrapper .distribution-section-title {
  margin-bottom: 0;
}
.VvOUR5f-uQy47yWOhC .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .list {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:first-child {
  margin-left: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:last-child {
  margin-right: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:hover::before,
.VvOUR5f-uQy47yWOhC .list .item-wrap:focus::before {
  width: 100%;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f92c50;
  transition: all 0.3s ease-out;
}
.VvOUR5f-uQy47yWOhC .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .social-wrapper {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a {
  display: block;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a:hover .distribution-iconfont {
  opacity: .5;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a .distribution-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.VvOUR5f-uQy47yWOhC .copyright {
  padding: 30px 0;
  border-top: 1px solid #f92c50;
  margin: 0;
  color: #ffffff;
}
.VvOUR5f-uQy47yWOhC .distribution-section-title {
  color: #f92c50;
}
.VvOUR5f-uQxAta2haT .navbar-dropdown {
  position: relative !important;
}
.VvOUR5f-uQxAta2haT .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxAta2haT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.VvOUR5f-uQxAta2haT .dropdown-item:before {
  font-family: design2 !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;
}
.VvOUR5f-uQxAta2haT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.VvOUR5f-uQxAta2haT .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.VvOUR5f-uQxAta2haT .dropdown-item:hover,
.VvOUR5f-uQxAta2haT .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .dropdown-item:hover span {
  color: white;
}
.VvOUR5f-uQxAta2haT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.VvOUR5f-uQxAta2haT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.VvOUR5f-uQxAta2haT .nav-link {
  position: relative;
}
.VvOUR5f-uQxAta2haT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .VvOUR5f-uQxAta2haT .container {
    flex-wrap: nowrap;
  }
}
.VvOUR5f-uQxAta2haT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.VvOUR5f-uQxAta2haT .iconfont-wrapper:hover {
  opacity: .5;
}
.VvOUR5f-uQxAta2haT .dropdown-menu,
.VvOUR5f-uQxAta2haT .navbar.opened {
  background: #000000 !important;
}
.VvOUR5f-uQxAta2haT .nav-item:focus,
.VvOUR5f-uQxAta2haT .nav-link:focus {
  outline: none;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item .distribution-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item .distribution-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VvOUR5f-uQxAta2haT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VvOUR5f-uQxAta2haT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VvOUR5f-uQxAta2haT .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.VvOUR5f-uQxAta2haT .navbar.opened {
  transition: all 0.3s;
}
.VvOUR5f-uQxAta2haT .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.VvOUR5f-uQxAta2haT .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.VvOUR5f-uQxAta2haT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed {
  justify-content: center;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VvOUR5f-uQxAta2haT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VvOUR5f-uQxAta2haT .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%;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .VvOUR5f-uQxAta2haT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VvOUR5f-uQxAta2haT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VvOUR5f-uQxAta2haT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VvOUR5f-uQxAta2haT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VvOUR5f-uQxAta2haT .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%;
  }
  .VvOUR5f-uQxAta2haT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VvOUR5f-uQxAta2haT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .VvOUR5f-uQxAta2haT .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .VvOUR5f-uQxAta2haT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .VvOUR5f-uQxAta2haT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VvOUR5f-uQxAta2haT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VvOUR5f-uQxAta2haT .navbar.navbar-short {
  min-height: 96px;
}
.VvOUR5f-uQxAta2haT .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.VvOUR5f-uQxAta2haT .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-caption:hover,
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-logo a {
  outline: none;
}
.VvOUR5f-uQxAta2haT .navbar.opened .navbar-brand .navbar-caption:hover,
.VvOUR5f-uQxAta2haT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .dropdown-item.active,
.VvOUR5f-uQxAta2haT .dropdown-item:active {
  background-color: transparent;
}
.VvOUR5f-uQxAta2haT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VvOUR5f-uQxAta2haT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxAta2haT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.VvOUR5f-uQxAta2haT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.VvOUR5f-uQxAta2haT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VvOUR5f-uQxAta2haT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .VvOUR5f-uQxAta2haT ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.VvOUR5f-uQxAta2haT .navbar-buttons {
  text-align: center;
  width: auto;
}
.VvOUR5f-uQxAta2haT .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.VvOUR5f-uQxAta2haT .navbar-buttons .btn .distribution-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .VvOUR5f-uQxAta2haT .navbar-buttons .btn {
    width: auto !important;
  }
}
.VvOUR5f-uQxAta2haT button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT .navbar-dropdown {
  padding: 0 1rem;
}
.VvOUR5f-uQxAta2haT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VvOUR5f-uQxAta2haT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VvOUR5f-uQxAta2haT .navbar {
    height: 70px;
  }
  .VvOUR5f-uQxAta2haT .navbar.opened {
    height: auto;
  }
  .VvOUR5f-uQxAta2haT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VvOUR5f-uQxAta2haT .navbar-nav {
  margin: 0 auto;
}
.VvOUR5f-uQxAta2haT .nav-item {
  padding: 0;
  margin: 0;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.VvOUR5f-uQxAta2haT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.VvOUR5f-uQxAta2haT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .VvOUR5f-uQxAta2haT .navbar {
    justify-content: flex-start !important;
  }
  .VvOUR5f-uQxAta2haT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.VvOUR5f-uQxAta2haT .content-wrap {
  min-height: 110px;
}
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn::after,
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffffff, #ffffff 150%);
}
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:hover,
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:focus {
  color: #ffffff !important;
}
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:hover::after,
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffffff, #ffffff 150%);
  opacity: 1;
}
.VvOUR5f-uQxTIlIURb {
  overflow: hidden;
  background-color: #ffffff;
}
.VvOUR5f-uQxTIlIURb .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQxTIlIURb .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VvOUR5f-uQxTIlIURb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxTIlIURb .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .VvOUR5f-uQxTIlIURb .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .VvOUR5f-uQxTIlIURb .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .VvOUR5f-uQxTIlIURb .container {
    padding: 0 12px;
  }
}
.VvOUR5f-uQxTIlIURb .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxTIlIURb .content-wrapper {
    display: block;
  }
}
.VvOUR5f-uQxTIlIURb .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxTIlIURb .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .VvOUR5f-uQxTIlIURb .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.VvOUR5f-uQxTIlIURb .content-wrapper .title-wrapper .distribution-section-title {
  margin-bottom: 16px;
}
.VvOUR5f-uQxTIlIURb .content-wrapper .title-wrapper .distribution-text {
  margin-bottom: 0;
}
.VvOUR5f-uQxTIlIURb .content-wrapper .distribution-form {
  width: 50%;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxTIlIURb .content-wrapper .distribution-form {
    width: 100%;
  }
}
.VvOUR5f-uQxTIlIURb .content-wrapper .distribution-form .form-wrap {
  width: 100%;
  padding: 48px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxTIlIURb .content-wrapper .distribution-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .VvOUR5f-uQxTIlIURb .content-wrapper .distribution-form .form-wrap {
    padding: 24px;
  }
}
.VvOUR5f-uQxTIlIURb .content-wrapper .distribution-form .form-wrap .dragArea.row .distribution-section-title {
  margin-bottom: 20px !important;
}
.VvOUR5f-uQxTIlIURb .content-wrapper .distribution-form .form-wrap .dragArea.row .distribution-text {
  margin-bottom: 20px !important;
}
.VvOUR5f-uQxTIlIURb .content-wrapper .distribution-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.VvOUR5f-uQxTIlIURb .content-wrapper .distribution-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #000000 !important;
  background-color: #ffffff;
}
.VvOUR5f-uQxTIlIURb .content-wrapper .distribution-form .form-wrap .dragArea.row .form-group .form-control:hover,
.VvOUR5f-uQxTIlIURb .content-wrapper .distribution-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.VvOUR5f-uQxTIlIURb .content-wrapper .distribution-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.VvOUR5f-uQxTIlIURb .content-wrapper .distribution-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.VvOUR5f-uQxTIlIURb .content-wrapper .distribution-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.VvOUR5f-uQxTIlIURb .content-wrapper .distribution-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.VvOUR5f-uQxTIlIURb .content-wrapper .distribution-form .form-wrap .dragArea.row .distribution-section-btn {
  margin-top: 6px;
}
.VvOUR5f-uQxTIlIURb .content-wrapper .distribution-form .form-wrap .dragArea.row .distribution-section-btn .btn {
  width: 100%;
}
.VvOUR5f-uQxTIlIURb .distribution-section-title {
  color: #ffffff;
}
.VvOUR5f-uQxTIlIURb .distribution-text {
  color: #ffffff;
}
.VvOUR5f-uQxTIlIURb label {
  color: #ffffff;
}
.VvOUR5f-uQxUNbJbsI {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #f92c50, #ffffff);
}
.VvOUR5f-uQxUNbJbsI .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQxUNbJbsI .card-link {
  position: relative;
  width: fit-content;
}
.VvOUR5f-uQxUNbJbsI .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.VvOUR5f-uQxUNbJbsI h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.VvOUR5f-uQxUNbJbsI h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.VvOUR5f-uQxUNbJbsI .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #232323;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .VvOUR5f-uQxUNbJbsI .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.VvOUR5f-uQxUNbJbsI .item-wrapper:hover {
  background: #f92c50;
  transform: translateY(-5px);
}
.VvOUR5f-uQxUNbJbsI .item-wrapper:hover .card-title,
.VvOUR5f-uQxUNbJbsI .item-wrapper:hover .card-text {
  color: white !important;
}
.VvOUR5f-uQxUNbJbsI .item-wrapper:hover span,
.VvOUR5f-uQxUNbJbsI .item-wrapper:hover .card-link,
.VvOUR5f-uQxUNbJbsI .item-wrapper:hover .card-link a {
  color: #f92c50 !important;
}
.VvOUR5f-uQxUNbJbsI .item-wrapper:hover .card-link:before {
  width: 0%;
}
.VvOUR5f-uQxUNbJbsI .card-title,
.VvOUR5f-uQxUNbJbsI .card-text,
.VvOUR5f-uQxUNbJbsI .card-link,
.VvOUR5f-uQxUNbJbsI .card-link a {
  transition: all 0.3s;
}
.VvOUR5f-uQxUNbJbsI .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.VvOUR5f-uQxUNbJbsI .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.VvOUR5f-uQxUNbJbsI .link-wrapper:hover {
  cursor: pointer;
}
.VvOUR5f-uQxUNbJbsI .iconfont-wrapper .distribution-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #f92c50;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .VvOUR5f-uQxUNbJbsI .iconfont-wrapper .distribution-iconfont {
    font-size: 4rem;
  }
}
.VvOUR5f-uQxUNbJbsI .card-title,
.VvOUR5f-uQxUNbJbsI .iconfont-wrapper {
  color: #ffffff;
}
.VvOUR5f-uQxUNbJbsI .card-text {
  color: #ffffff;
}
.VvOUR5f-uQxUNbJbsI .distribution-section-title {
  color: #ffffff;
  text-align: center;
}
.VvOUR5f-uQxUNbJbsI .card-link,
.VvOUR5f-uQxUNbJbsI .link-icon,
.VvOUR5f-uQxUNbJbsI .link-align {
  color: #232323;
}
.VvOUR5f-uQxUNbJbsI .distribution-section-subtitle {
  text-align: left;
}
.VvOUR5f-uQxUNbJbsI .distribution-section-subtitle,
.VvOUR5f-uQxUNbJbsI .align {
  color: #232323;
}
.VvOUR5f-uQy47yWOhC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.VvOUR5f-uQy47yWOhC .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQy47yWOhC .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VvOUR5f-uQy47yWOhC .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .VvOUR5f-uQy47yWOhC .container-fluid {
    padding: 0 20px;
  }
}
.VvOUR5f-uQy47yWOhC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .VvOUR5f-uQy47yWOhC .container {
    padding: 0 20px;
  }
}
.VvOUR5f-uQy47yWOhC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .title-wrapper {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .title-wrapper .distribution-section-title {
  margin-bottom: 0;
}
.VvOUR5f-uQy47yWOhC .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .list {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:first-child {
  margin-left: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:last-child {
  margin-right: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:hover::before,
.VvOUR5f-uQy47yWOhC .list .item-wrap:focus::before {
  width: 100%;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f92c50;
  transition: all 0.3s ease-out;
}
.VvOUR5f-uQy47yWOhC .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .social-wrapper {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a {
  display: block;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a:hover .distribution-iconfont {
  opacity: .5;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a .distribution-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.VvOUR5f-uQy47yWOhC .copyright {
  padding: 30px 0;
  border-top: 1px solid #f92c50;
  margin: 0;
  color: #ffffff;
}
.VvOUR5f-uQy47yWOhC .distribution-section-title {
  color: #f92c50;
}
.VvOUR5f-uQxAta2haT .navbar-dropdown {
  position: relative !important;
}
.VvOUR5f-uQxAta2haT .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxAta2haT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.VvOUR5f-uQxAta2haT .dropdown-item:before {
  font-family: design2 !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;
}
.VvOUR5f-uQxAta2haT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.VvOUR5f-uQxAta2haT .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.VvOUR5f-uQxAta2haT .dropdown-item:hover,
.VvOUR5f-uQxAta2haT .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .dropdown-item:hover span {
  color: white;
}
.VvOUR5f-uQxAta2haT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.VvOUR5f-uQxAta2haT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.VvOUR5f-uQxAta2haT .nav-link {
  position: relative;
}
.VvOUR5f-uQxAta2haT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .VvOUR5f-uQxAta2haT .container {
    flex-wrap: nowrap;
  }
}
.VvOUR5f-uQxAta2haT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.VvOUR5f-uQxAta2haT .iconfont-wrapper:hover {
  opacity: .5;
}
.VvOUR5f-uQxAta2haT .dropdown-menu,
.VvOUR5f-uQxAta2haT .navbar.opened {
  background: #000000 !important;
}
.VvOUR5f-uQxAta2haT .nav-item:focus,
.VvOUR5f-uQxAta2haT .nav-link:focus {
  outline: none;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item .distribution-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VvOUR5f-uQxAta2haT .dropdown .dropdown-menu .dropdown-item .distribution-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VvOUR5f-uQxAta2haT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VvOUR5f-uQxAta2haT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VvOUR5f-uQxAta2haT .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.VvOUR5f-uQxAta2haT .navbar.opened {
  transition: all 0.3s;
}
.VvOUR5f-uQxAta2haT .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.VvOUR5f-uQxAta2haT .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.VvOUR5f-uQxAta2haT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed {
  justify-content: center;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VvOUR5f-uQxAta2haT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VvOUR5f-uQxAta2haT .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%;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VvOUR5f-uQxAta2haT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .VvOUR5f-uQxAta2haT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VvOUR5f-uQxAta2haT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VvOUR5f-uQxAta2haT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VvOUR5f-uQxAta2haT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VvOUR5f-uQxAta2haT .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%;
  }
  .VvOUR5f-uQxAta2haT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VvOUR5f-uQxAta2haT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .VvOUR5f-uQxAta2haT .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .VvOUR5f-uQxAta2haT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .VvOUR5f-uQxAta2haT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VvOUR5f-uQxAta2haT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VvOUR5f-uQxAta2haT .navbar.navbar-short {
  min-height: 96px;
}
.VvOUR5f-uQxAta2haT .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.VvOUR5f-uQxAta2haT .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-caption:hover,
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.VvOUR5f-uQxAta2haT .navbar-brand .navbar-logo a {
  outline: none;
}
.VvOUR5f-uQxAta2haT .navbar.opened .navbar-brand .navbar-caption:hover,
.VvOUR5f-uQxAta2haT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .dropdown-item.active,
.VvOUR5f-uQxAta2haT .dropdown-item:active {
  background-color: transparent;
}
.VvOUR5f-uQxAta2haT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VvOUR5f-uQxAta2haT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VvOUR5f-uQxAta2haT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxAta2haT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.VvOUR5f-uQxAta2haT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.VvOUR5f-uQxAta2haT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VvOUR5f-uQxAta2haT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .VvOUR5f-uQxAta2haT ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.VvOUR5f-uQxAta2haT .navbar-buttons {
  text-align: center;
  width: auto;
}
.VvOUR5f-uQxAta2haT .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.VvOUR5f-uQxAta2haT .navbar-buttons .btn .distribution-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .VvOUR5f-uQxAta2haT .navbar-buttons .btn {
    width: auto !important;
  }
}
.VvOUR5f-uQxAta2haT button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.VvOUR5f-uQxAta2haT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VvOUR5f-uQxAta2haT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VvOUR5f-uQxAta2haT .navbar-dropdown {
  padding: 0 1rem;
}
.VvOUR5f-uQxAta2haT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VvOUR5f-uQxAta2haT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VvOUR5f-uQxAta2haT .navbar {
    height: 70px;
  }
  .VvOUR5f-uQxAta2haT .navbar.opened {
    height: auto;
  }
  .VvOUR5f-uQxAta2haT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VvOUR5f-uQxAta2haT .navbar-nav {
  margin: 0 auto;
}
.VvOUR5f-uQxAta2haT .nav-item {
  padding: 0;
  margin: 0;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.VvOUR5f-uQxAta2haT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.VvOUR5f-uQxAta2haT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.VvOUR5f-uQxAta2haT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .VvOUR5f-uQxAta2haT .navbar {
    justify-content: flex-start !important;
  }
  .VvOUR5f-uQxAta2haT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .VvOUR5f-uQxAta2haT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.VvOUR5f-uQxAta2haT .content-wrap {
  min-height: 110px;
}
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn::after,
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffffff, #ffffff 150%);
}
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:hover,
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:focus {
  color: #ffffff !important;
}
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:hover::after,
.VvOUR5f-uQxAta2haT .distribution-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffffff, #ffffff 150%);
  opacity: 1;
}
.VvOUR5f-uQxVK8IYiU {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VvOUR5f-uQxVK8IYiU .distribution-text {
  color: #000000;
}
.VvOUR5f-uQxVK8IYiU .distribution-section-subtitle {
  color: #000000;
}
.VvOUR5f-uQxVK8IYiU .distribution-section-title {
  color: #f92c50;
  text-align: center;
}
.VvOUR5f-uQy47yWOhC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.VvOUR5f-uQy47yWOhC .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQy47yWOhC .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VvOUR5f-uQy47yWOhC .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .VvOUR5f-uQy47yWOhC .container-fluid {
    padding: 0 20px;
  }
}
.VvOUR5f-uQy47yWOhC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .VvOUR5f-uQy47yWOhC .container {
    padding: 0 20px;
  }
}
.VvOUR5f-uQy47yWOhC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .title-wrapper {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .title-wrapper .distribution-section-title {
  margin-bottom: 0;
}
.VvOUR5f-uQy47yWOhC .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .list {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:first-child {
  margin-left: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:last-child {
  margin-right: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:hover::before,
.VvOUR5f-uQy47yWOhC .list .item-wrap:focus::before {
  width: 100%;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f92c50;
  transition: all 0.3s ease-out;
}
.VvOUR5f-uQy47yWOhC .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .social-wrapper {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a {
  display: block;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a:hover .distribution-iconfont {
  opacity: .5;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a .distribution-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.VvOUR5f-uQy47yWOhC .copyright {
  padding: 30px 0;
  border-top: 1px solid #f92c50;
  margin: 0;
  color: #ffffff;
}
.VvOUR5f-uQy47yWOhC .distribution-section-title {
  color: #f92c50;
}
.VvOUR5f-uQxW3VOCUu .navbar-dropdown {
  position: relative !important;
}
.VvOUR5f-uQxW3VOCUu .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxW3VOCUu .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.VvOUR5f-uQxW3VOCUu .dropdown-item:before {
  font-family: design2 !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;
}
.VvOUR5f-uQxW3VOCUu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.VvOUR5f-uQxW3VOCUu .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.VvOUR5f-uQxW3VOCUu .dropdown-item:hover,
.VvOUR5f-uQxW3VOCUu .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.VvOUR5f-uQxW3VOCUu .dropdown-item:hover span {
  color: white;
}
.VvOUR5f-uQxW3VOCUu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.VvOUR5f-uQxW3VOCUu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.VvOUR5f-uQxW3VOCUu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.VvOUR5f-uQxW3VOCUu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.VvOUR5f-uQxW3VOCUu .nav-link {
  position: relative;
}
.VvOUR5f-uQxW3VOCUu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .VvOUR5f-uQxW3VOCUu .container {
    flex-wrap: nowrap;
  }
}
.VvOUR5f-uQxW3VOCUu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.VvOUR5f-uQxW3VOCUu .iconfont-wrapper:hover {
  opacity: .5;
}
.VvOUR5f-uQxW3VOCUu .dropdown-menu,
.VvOUR5f-uQxW3VOCUu .navbar.opened {
  background: #000000 !important;
}
.VvOUR5f-uQxW3VOCUu .nav-item:focus,
.VvOUR5f-uQxW3VOCUu .nav-link:focus {
  outline: none;
}
.VvOUR5f-uQxW3VOCUu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VvOUR5f-uQxW3VOCUu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.VvOUR5f-uQxW3VOCUu .dropdown .dropdown-menu .dropdown-item .distribution-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VvOUR5f-uQxW3VOCUu .dropdown .dropdown-menu .dropdown-item .distribution-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VvOUR5f-uQxW3VOCUu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VvOUR5f-uQxW3VOCUu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VvOUR5f-uQxW3VOCUu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.VvOUR5f-uQxW3VOCUu .navbar.opened {
  transition: all 0.3s;
}
.VvOUR5f-uQxW3VOCUu .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.VvOUR5f-uQxW3VOCUu .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.VvOUR5f-uQxW3VOCUu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.VvOUR5f-uQxW3VOCUu .navbar.collapsed {
  justify-content: center;
}
.VvOUR5f-uQxW3VOCUu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VvOUR5f-uQxW3VOCUu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VvOUR5f-uQxW3VOCUu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.VvOUR5f-uQxW3VOCUu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VvOUR5f-uQxW3VOCUu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VvOUR5f-uQxW3VOCUu .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%;
}
.VvOUR5f-uQxW3VOCUu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VvOUR5f-uQxW3VOCUu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VvOUR5f-uQxW3VOCUu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .VvOUR5f-uQxW3VOCUu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VvOUR5f-uQxW3VOCUu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VvOUR5f-uQxW3VOCUu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VvOUR5f-uQxW3VOCUu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VvOUR5f-uQxW3VOCUu .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%;
  }
  .VvOUR5f-uQxW3VOCUu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VvOUR5f-uQxW3VOCUu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .VvOUR5f-uQxW3VOCUu .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .VvOUR5f-uQxW3VOCUu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .VvOUR5f-uQxW3VOCUu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VvOUR5f-uQxW3VOCUu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VvOUR5f-uQxW3VOCUu .navbar.navbar-short {
  min-height: 96px;
}
.VvOUR5f-uQxW3VOCUu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.VvOUR5f-uQxW3VOCUu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.VvOUR5f-uQxW3VOCUu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.VvOUR5f-uQxW3VOCUu .navbar-brand .navbar-caption:hover,
.VvOUR5f-uQxW3VOCUu .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.VvOUR5f-uQxW3VOCUu .navbar-brand .navbar-logo a {
  outline: none;
}
.VvOUR5f-uQxW3VOCUu .navbar.opened .navbar-brand .navbar-caption:hover,
.VvOUR5f-uQxW3VOCUu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.VvOUR5f-uQxW3VOCUu .dropdown-item.active,
.VvOUR5f-uQxW3VOCUu .dropdown-item:active {
  background-color: transparent;
}
.VvOUR5f-uQxW3VOCUu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VvOUR5f-uQxW3VOCUu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VvOUR5f-uQxW3VOCUu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VvOUR5f-uQxW3VOCUu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxW3VOCUu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.VvOUR5f-uQxW3VOCUu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.VvOUR5f-uQxW3VOCUu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VvOUR5f-uQxW3VOCUu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .VvOUR5f-uQxW3VOCUu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.VvOUR5f-uQxW3VOCUu .navbar-buttons {
  text-align: center;
  width: auto;
}
.VvOUR5f-uQxW3VOCUu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.VvOUR5f-uQxW3VOCUu .navbar-buttons .btn .distribution-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .VvOUR5f-uQxW3VOCUu .navbar-buttons .btn {
    width: auto !important;
  }
}
.VvOUR5f-uQxW3VOCUu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.VvOUR5f-uQxW3VOCUu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VvOUR5f-uQxW3VOCUu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.VvOUR5f-uQxW3VOCUu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.VvOUR5f-uQxW3VOCUu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.VvOUR5f-uQxW3VOCUu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.VvOUR5f-uQxW3VOCUu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VvOUR5f-uQxW3VOCUu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VvOUR5f-uQxW3VOCUu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VvOUR5f-uQxW3VOCUu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VvOUR5f-uQxW3VOCUu .navbar-dropdown {
  padding: 0 1rem;
}
.VvOUR5f-uQxW3VOCUu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VvOUR5f-uQxW3VOCUu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VvOUR5f-uQxW3VOCUu .navbar {
    height: 70px;
  }
  .VvOUR5f-uQxW3VOCUu .navbar.opened {
    height: auto;
  }
  .VvOUR5f-uQxW3VOCUu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VvOUR5f-uQxW3VOCUu .navbar-nav {
  margin: 0 auto;
}
.VvOUR5f-uQxW3VOCUu .nav-item {
  padding: 0;
  margin: 0;
}
.VvOUR5f-uQxW3VOCUu .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.VvOUR5f-uQxW3VOCUu .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.VvOUR5f-uQxW3VOCUu .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.VvOUR5f-uQxW3VOCUu .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.VvOUR5f-uQxW3VOCUu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.VvOUR5f-uQxW3VOCUu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.VvOUR5f-uQxW3VOCUu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .VvOUR5f-uQxW3VOCUu .navbar {
    justify-content: flex-start !important;
  }
  .VvOUR5f-uQxW3VOCUu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .VvOUR5f-uQxW3VOCUu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .VvOUR5f-uQxW3VOCUu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .VvOUR5f-uQxW3VOCUu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .VvOUR5f-uQxW3VOCUu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .VvOUR5f-uQxW3VOCUu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.VvOUR5f-uQxW3VOCUu .content-wrap {
  min-height: 110px;
}
.VvOUR5f-uQxW3VOCUu .distribution-section-btn .btn::after,
.VvOUR5f-uQxW3VOCUu .distribution-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffffff, #ffffff 150%);
}
.VvOUR5f-uQxW3VOCUu .distribution-section-btn .btn:hover,
.VvOUR5f-uQxW3VOCUu .distribution-section-btn .btn:focus {
  color: #ffffff !important;
}
.VvOUR5f-uQxW3VOCUu .distribution-section-btn .btn:hover::after,
.VvOUR5f-uQxW3VOCUu .distribution-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffffff, #ffffff 150%);
  opacity: 1;
}
.VvOUR5f-uQxW3WUNqS {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VvOUR5f-uQxW3WUNqS .distribution-text {
  color: #000000;
}
.VvOUR5f-uQxW3WUNqS .distribution-section-subtitle {
  color: #000000;
}
.VvOUR5f-uQxW3WUNqS .distribution-section-title {
  color: #f92c50;
  text-align: center;
}
.VvOUR5f-uQy47yWOhC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.VvOUR5f-uQy47yWOhC .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQy47yWOhC .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VvOUR5f-uQy47yWOhC .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .VvOUR5f-uQy47yWOhC .container-fluid {
    padding: 0 20px;
  }
}
.VvOUR5f-uQy47yWOhC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .VvOUR5f-uQy47yWOhC .container {
    padding: 0 20px;
  }
}
.VvOUR5f-uQy47yWOhC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .title-wrapper {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .title-wrapper .distribution-section-title {
  margin-bottom: 0;
}
.VvOUR5f-uQy47yWOhC .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .list {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:first-child {
  margin-left: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:last-child {
  margin-right: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:hover::before,
.VvOUR5f-uQy47yWOhC .list .item-wrap:focus::before {
  width: 100%;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f92c50;
  transition: all 0.3s ease-out;
}
.VvOUR5f-uQy47yWOhC .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .social-wrapper {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a {
  display: block;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a:hover .distribution-iconfont {
  opacity: .5;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a .distribution-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.VvOUR5f-uQy47yWOhC .copyright {
  padding: 30px 0;
  border-top: 1px solid #f92c50;
  margin: 0;
  color: #ffffff;
}
.VvOUR5f-uQy47yWOhC .distribution-section-title {
  color: #f92c50;
}
.VvOUR5f-uQxWxY2zpo .navbar-dropdown {
  position: relative !important;
}
.VvOUR5f-uQxWxY2zpo .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxWxY2zpo .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.VvOUR5f-uQxWxY2zpo .dropdown-item:before {
  font-family: design2 !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;
}
.VvOUR5f-uQxWxY2zpo .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.VvOUR5f-uQxWxY2zpo .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.VvOUR5f-uQxWxY2zpo .dropdown-item:hover,
.VvOUR5f-uQxWxY2zpo .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.VvOUR5f-uQxWxY2zpo .dropdown-item:hover span {
  color: white;
}
.VvOUR5f-uQxWxY2zpo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.VvOUR5f-uQxWxY2zpo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.VvOUR5f-uQxWxY2zpo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.VvOUR5f-uQxWxY2zpo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.VvOUR5f-uQxWxY2zpo .nav-link {
  position: relative;
}
.VvOUR5f-uQxWxY2zpo .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .VvOUR5f-uQxWxY2zpo .container {
    flex-wrap: nowrap;
  }
}
.VvOUR5f-uQxWxY2zpo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.VvOUR5f-uQxWxY2zpo .iconfont-wrapper:hover {
  opacity: .5;
}
.VvOUR5f-uQxWxY2zpo .dropdown-menu,
.VvOUR5f-uQxWxY2zpo .navbar.opened {
  background: #000000 !important;
}
.VvOUR5f-uQxWxY2zpo .nav-item:focus,
.VvOUR5f-uQxWxY2zpo .nav-link:focus {
  outline: none;
}
.VvOUR5f-uQxWxY2zpo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VvOUR5f-uQxWxY2zpo .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.VvOUR5f-uQxWxY2zpo .dropdown .dropdown-menu .dropdown-item .distribution-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VvOUR5f-uQxWxY2zpo .dropdown .dropdown-menu .dropdown-item .distribution-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VvOUR5f-uQxWxY2zpo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VvOUR5f-uQxWxY2zpo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VvOUR5f-uQxWxY2zpo .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.VvOUR5f-uQxWxY2zpo .navbar.opened {
  transition: all 0.3s;
}
.VvOUR5f-uQxWxY2zpo .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.VvOUR5f-uQxWxY2zpo .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.VvOUR5f-uQxWxY2zpo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.VvOUR5f-uQxWxY2zpo .navbar.collapsed {
  justify-content: center;
}
.VvOUR5f-uQxWxY2zpo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VvOUR5f-uQxWxY2zpo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VvOUR5f-uQxWxY2zpo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.VvOUR5f-uQxWxY2zpo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VvOUR5f-uQxWxY2zpo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VvOUR5f-uQxWxY2zpo .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%;
}
.VvOUR5f-uQxWxY2zpo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VvOUR5f-uQxWxY2zpo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VvOUR5f-uQxWxY2zpo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .VvOUR5f-uQxWxY2zpo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VvOUR5f-uQxWxY2zpo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VvOUR5f-uQxWxY2zpo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VvOUR5f-uQxWxY2zpo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VvOUR5f-uQxWxY2zpo .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%;
  }
  .VvOUR5f-uQxWxY2zpo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VvOUR5f-uQxWxY2zpo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .VvOUR5f-uQxWxY2zpo .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .VvOUR5f-uQxWxY2zpo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .VvOUR5f-uQxWxY2zpo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VvOUR5f-uQxWxY2zpo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VvOUR5f-uQxWxY2zpo .navbar.navbar-short {
  min-height: 96px;
}
.VvOUR5f-uQxWxY2zpo .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.VvOUR5f-uQxWxY2zpo .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.VvOUR5f-uQxWxY2zpo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.VvOUR5f-uQxWxY2zpo .navbar-brand .navbar-caption:hover,
.VvOUR5f-uQxWxY2zpo .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.VvOUR5f-uQxWxY2zpo .navbar-brand .navbar-logo a {
  outline: none;
}
.VvOUR5f-uQxWxY2zpo .navbar.opened .navbar-brand .navbar-caption:hover,
.VvOUR5f-uQxWxY2zpo .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.VvOUR5f-uQxWxY2zpo .dropdown-item.active,
.VvOUR5f-uQxWxY2zpo .dropdown-item:active {
  background-color: transparent;
}
.VvOUR5f-uQxWxY2zpo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VvOUR5f-uQxWxY2zpo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VvOUR5f-uQxWxY2zpo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VvOUR5f-uQxWxY2zpo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .VvOUR5f-uQxWxY2zpo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.VvOUR5f-uQxWxY2zpo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.VvOUR5f-uQxWxY2zpo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VvOUR5f-uQxWxY2zpo ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .VvOUR5f-uQxWxY2zpo ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.VvOUR5f-uQxWxY2zpo .navbar-buttons {
  text-align: center;
  width: auto;
}
.VvOUR5f-uQxWxY2zpo .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.VvOUR5f-uQxWxY2zpo .navbar-buttons .btn .distribution-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .VvOUR5f-uQxWxY2zpo .navbar-buttons .btn {
    width: auto !important;
  }
}
.VvOUR5f-uQxWxY2zpo button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.VvOUR5f-uQxWxY2zpo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VvOUR5f-uQxWxY2zpo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.VvOUR5f-uQxWxY2zpo button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.VvOUR5f-uQxWxY2zpo button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.VvOUR5f-uQxWxY2zpo button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.VvOUR5f-uQxWxY2zpo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VvOUR5f-uQxWxY2zpo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VvOUR5f-uQxWxY2zpo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VvOUR5f-uQxWxY2zpo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VvOUR5f-uQxWxY2zpo .navbar-dropdown {
  padding: 0 1rem;
}
.VvOUR5f-uQxWxY2zpo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VvOUR5f-uQxWxY2zpo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VvOUR5f-uQxWxY2zpo .navbar {
    height: 70px;
  }
  .VvOUR5f-uQxWxY2zpo .navbar.opened {
    height: auto;
  }
  .VvOUR5f-uQxWxY2zpo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VvOUR5f-uQxWxY2zpo .navbar-nav {
  margin: 0 auto;
}
.VvOUR5f-uQxWxY2zpo .nav-item {
  padding: 0;
  margin: 0;
}
.VvOUR5f-uQxWxY2zpo .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.VvOUR5f-uQxWxY2zpo .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.VvOUR5f-uQxWxY2zpo .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.VvOUR5f-uQxWxY2zpo .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.VvOUR5f-uQxWxY2zpo .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.VvOUR5f-uQxWxY2zpo .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.VvOUR5f-uQxWxY2zpo .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .VvOUR5f-uQxWxY2zpo .navbar {
    justify-content: flex-start !important;
  }
  .VvOUR5f-uQxWxY2zpo .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .VvOUR5f-uQxWxY2zpo .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .VvOUR5f-uQxWxY2zpo .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .VvOUR5f-uQxWxY2zpo .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .VvOUR5f-uQxWxY2zpo .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .VvOUR5f-uQxWxY2zpo .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.VvOUR5f-uQxWxY2zpo .content-wrap {
  min-height: 110px;
}
.VvOUR5f-uQxWxY2zpo .distribution-section-btn .btn::after,
.VvOUR5f-uQxWxY2zpo .distribution-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffffff, #ffffff 150%);
}
.VvOUR5f-uQxWxY2zpo .distribution-section-btn .btn:hover,
.VvOUR5f-uQxWxY2zpo .distribution-section-btn .btn:focus {
  color: #ffffff !important;
}
.VvOUR5f-uQxWxY2zpo .distribution-section-btn .btn:hover::after,
.VvOUR5f-uQxWxY2zpo .distribution-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffffff, #ffffff 150%);
  opacity: 1;
}
.VvOUR5f-uQxWxYFUCY {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VvOUR5f-uQxWxYFUCY .distribution-text {
  color: #000000;
}
.VvOUR5f-uQxWxYFUCY .distribution-section-subtitle {
  color: #000000;
}
.VvOUR5f-uQxWxYFUCY .distribution-section-title {
  color: #f92c50;
  text-align: center;
}
.VvOUR5f-uQy47yWOhC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.VvOUR5f-uQy47yWOhC .distribution-fallback-image.disabled {
  display: none;
}
.VvOUR5f-uQy47yWOhC .distribution-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VvOUR5f-uQy47yWOhC .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .VvOUR5f-uQy47yWOhC .container-fluid {
    padding: 0 20px;
  }
}
.VvOUR5f-uQy47yWOhC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .VvOUR5f-uQy47yWOhC .container {
    padding: 0 20px;
  }
}
.VvOUR5f-uQy47yWOhC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .title-wrapper {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .title-wrapper .distribution-section-title {
  margin-bottom: 0;
}
.VvOUR5f-uQy47yWOhC .list {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .list {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .list .item-wrap {
  position: relative;
  padding-bottom: 5px;
  margin: 9px 18px;
  margin-bottom: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:first-child {
  margin-left: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:last-child {
  margin-right: 0;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap:hover::before,
.VvOUR5f-uQy47yWOhC .list .item-wrap:focus::before {
  width: 100%;
}
.VvOUR5f-uQy47yWOhC .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f92c50;
  transition: all 0.3s ease-out;
}
.VvOUR5f-uQy47yWOhC .social-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .VvOUR5f-uQy47yWOhC .social-wrapper {
    margin-bottom: 30px;
  }
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item {
  margin: 0 5px 5px 0;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a {
  display: block;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a:hover .distribution-iconfont {
  opacity: .5;
}
.VvOUR5f-uQy47yWOhC .social-wrapper .soc-item a .distribution-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  border: 1px solid #424242;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.VvOUR5f-uQy47yWOhC .copyright {
  padding: 30px 0;
  border-top: 1px solid #f92c50;
  margin: 0;
  color: #ffffff;
}
.VvOUR5f-uQy47yWOhC .distribution-section-title {
  color: #f92c50;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
/* logoanimations */
@keyframes growOnLoad {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.navbar-brand {
    animation: growOnLoad 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 17: scaleX compress */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: scaleX(0.9);
}
/* endmainanimations */
