* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body.mc {
  margin: 0;
  font-family: "Roboto", "Segoe UI", Helvetica, Arial, sans-serif !important;
  color: #333333;
  background: #ffffff;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2 {
  color: #0A2835;
}
body.mc * {
  font-family: "Roboto", "Segoe UI", Helvetica, Arial, sans-serif !important;
}
#loader {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.55);
  z-index: 9998;
  pointer-events: all;
  /* blocks clicks */
}
#loader-img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.d-flex {
  display: flex;
}
.d-grid {
  display: grid;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ptb-24 {
  padding: 24px 0;
}
.mb-24 {
  margin-bottom: 24px;
}
.mc-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}
.mc-container.about {
  min-height: 100vh;
}
.mc-container.about,
.mc-container.public-contract,
.mc-container.terms-and-conditions {
  max-width: 920px;
  margin-top: 64px;
}
.mc-container.about > h1,
.mc-container.public-contract > h1,
.mc-container.terms-and-conditions > h1,
.mc-container.about > h3,
.mc-container.public-contract > h3,
.mc-container.terms-and-conditions > h3 {
  font-size: 40px;
  line-height: 150%;
  font-weight: bold;
  text-transform: uppercase;
}
.mc-container.boxed {
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}
.mc-container.boxed.left-column {
  width: 100%;
  padding: 24px 16px;
}
.mc-container#section-applications-form {
  max-width: 830px;
  font-size: 16px;
  line-height: 150%;
  margin-top: 60px;
}
.mc-container#section-applications-form h1 {
  font-size: 40px;
  line-height: 150%;
  font-weight: bold;
}
.mc-container#section-applications-form h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
}
.mc-container#section-applications-form h3 + p {
  font-size: 14px;
  line-height: 150%;
  text-align: center !important;
}
.mc-container#section-applications-form p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
  color: #0A2835;
}
.mc-container#section-applications-form ol {
  padding-left: 0;
  margin-left: 0;
}
.mc-container #applications-files-box {
  margin: 0;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 40px;
}
.mc-container #applications-files-box .box {
  padding: 40px;
  border-top: 5px solid #52C2DF;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.mc-container #applications-files-box .box .icon {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  line-height: 130%;
}
.mc-container #applications-files-box .box .icon span {
  display: inline-block;
  margin: 32px 0;
}
.mc-container #applications-files-box .box .icon a {
  padding: 8px 0;
  display: block;
  width: 100%;
  border: 1px solid #52C2DF;
  border-radius: 5px;
  font-size: 18px;
  line-height: 130%;
  font-weight: bold;
  max-width: 170px;
  color: #52C2DF;
}
.mc-container.public-contract {
  margin-top: 64px;
}
.mc-container.public-contract h1 {
  font-size: 40px;
  line-height: 150%;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0;
}
.mc-container.public-contract p {
  padding: 12px 0;
  margin: 0;
  font-size: 16px;
  line-height: 150%;
}
.mc-container.public-contract .sub-title {
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
  margin-bottom: 12px;
}
.mc-container.public-contract .sub-title.nested {
  font-size: 16px;
}
.mc-container.public-contract .sub-title.nested + ul {
  list-style: disc;
  padding-left: 22px;
}
.mc-container.public-contract ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
.mc-container.public-contract ul.circle {
  list-style: circle;
}
.mc-container.public-contract ul li {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 12px;
}
.mc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 44px;
  padding: 0;
  border-radius: 6px;
  border: 0;
  font-weight: 700;
  letter-spacing: 0.2px;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  font-size: 16px;
}
.mc-btn--primary {
  background: #FA6414;
  color: #fff;
  box-shadow: none;
}
.mc-btn--secondary {
  background: #0f4a62;
  color: #fff;
}
.mc-btn--main {
  background: #52C2DF;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.2);
}
.mc-btn--ghost {
  background: white;
  color: #333333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.2);
}
.mc-btn--disabled {
  background: #d9dee2;
  color: #fff;
  cursor: not-allowed;
}
.mc-header {
  position: sticky;
  top: 0;
  z-index: 5000;
  /* keep above hero slider and other stacked sections */
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mc-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 64px;
}
.mc-logo {
  font-weight: 900;
  letter-spacing: 0.2px;
  font-size: 26px;
  display: flex;
}
.mc-logo__maritime {
  color: #0A2835;
}
.mc-logo__cv {
  color: #52C2DF;
  margin-left: 6px;
}
#wizard {
  border: none;
  margin-bottom: 0;
}
.mc-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
}
.mc-nav__desktop {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
}
.mc-nav__mobile {
  display: none;
}
.mc-nav__lang {
  display: none;
  gap: 10px;
  padding-top: 8px;
  margin-top: 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  flex-direction: column;
  width: 100%;
}
.mc-nav__lang .mc-lang__link {
  font-size: 19px;
  font-weight: lighter;
}
.mc-nav__lang .mc-lang__link--active {
  font-weight: bold;
  background-color: rgba(18 194 224 / 0.2);
}
.mc-nav__link {
  font-weight: 500;
  padding: 10px 8px;
  font-size: 12px;
}
.mc-nav__link--active,
.mc-nav__link:hover {
  font-weight: bold;
  text-decoration: underline;
}
.mc-mobile-menu {
  max-width: 560px;
  padding-top: 18px;
  padding-bottom: 26px;
}
.mc-mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 0 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mc-mobile-menu__close {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  cursor: pointer;
  color: #0A2835;
  font-size: 28px;
  line-height: 1;
  user-select: none;
}
.mc-mobile-menu__close:hover {
  background: rgba(10, 40, 53, 0.06);
}
.mc-mobile-menu__label {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: rgba(10, 40, 53, 0.45);
}
.mc-mobile-menu__item {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 16px;
  border-radius: 14px;
  color: #0A2835;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  background: transparent;
  text-decoration: none;
}
.mc-mobile-menu__item:hover {
  background: rgba(18, 194, 224, 0.12);
}
.mc-mobile-menu__item.mc-nav__link--active {
  background: rgba(18, 194, 224, 0.18);
}
.mc-mobile-menu__item.mc-nav__link:hover {
  background: rgba(18, 194, 224, 0.18);
}
.mc-mobile-menu__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  background: no-repeat center / contain;
  opacity: 0.95;
}
.mc-mobile-menu__icon--cv {
  background-image: url("images/icons/cv-icon.svg");
}
.mc-mobile-menu__icon--contact {
  background-image: url("images/icons/call-icon.svg");
}
.mc-mobile-menu__icon--download {
  background-image: url("images/icons/app-icon.svg");
}
.mc-mobile-menu__langs {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: grid;
  gap: 12px;
}
.mc-mobile-menu__lang {
  display: block;
  padding: 18px 16px;
  border-radius: 14px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #0A2835;
  text-decoration: none;
}
.mc-mobile-menu__lang.is-active {
  background: rgba(18, 194, 224, 0.18);
  font-weight: 700;
}
.mc-lang {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mc-lang__link {
  font-size: 20px;
  padding: 8px 10px;
}
.mc-lang__link--active,
.mc-lang__link:hover {
  font-weight: bold;
}
/* Tiles arrows: style available on ALL screen sizes (visibility controlled via .is-overflowing) */
.mc-tiles-controls {
  display: none;
  justify-content: space-between;
  gap: 10px;
  padding-top: 10px;
}
.mc-tiles-nav {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: none;
  background: none;
  cursor: pointer;
  display: grid;
  place-items: center;
  /* Disabled arrow state (when no scroll in that direction) */
}
.mc-tiles-nav::before {
  content: "";
  width: 20px;
  height: 17px;
  background: url("images/arrow-left.svg") no-repeat;
}
.mc-tiles-nav--next::before {
  transform: rotate(-180deg);
}
.mc-tiles-nav.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.mc-menu-toggle {
  display: none;
}
.mc-burger {
  display: none;
  width: 24px;
  height: 24px;
  border: none;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  flex-direction: column;
  align-self: self-end;
  position: absolute;
  right: 10px;
  top: 18px;
  padding: 6px 4px;
}
.mc-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #0A2835;
}
.mc-burger span:last-child {
  width: 60%;
  align-self: self-start;
}
.mc-title-container {
  border-left: 6px solid #52C2DF;
  padding-left: 18px;
}
.mc-section-title {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 24px;
  font-weight: 900;
  color: #0A2835;
}
.mc-section-title--center {
  text-align: center;
  font-size: 32px;
  line-height: 150%;
}
.mc-section-subtitle {
  margin: 0;
  color: #333333;
  font-size: 16px;
}
.mc-section-subtitle--center {
  text-align: center;
  font-size: 14px;
  line-height: 140%;
}
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-hero-slider {
  position: relative;
  overflow: hidden;
  height: 420px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cd-hero-slider li {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cd-hero-slider li.selected {
  position: relative;
  transform: translateX(0);
}
.cd-hero-slider li.move-left {
  transform: translateX(-100%);
}
.cd-hero-slider li.is-moving,
.cd-hero-slider li.selected {
  transition: transform 0.5s;
}
.cd-hero-slider p {
  text-shadow: none;
}
.cd-hero-slider #slide-0 {
  background-image: url("images/slide/hero_0.png");
}
.cd-hero-slider #slide-1 {
  background-image: url("images/slide/hero_2.jpg");
}
.cd-hero-slider #slide-2 {
  background-image: url("images/slide/hero_3.jpg");
}
.cd-hero-slider .cd-full-width {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding-top: 70px;
}
body .mc-captcha {
  width: 100%;
  overflow: hidden;
  --recaptcha-scale: 1;
}
body .mc-captcha .g-recaptcha {
  display: inline-block;
  transform: scale(var(--recaptcha-scale));
  transform-origin: 0 0;
}
body .d-none {
  display: none;
}
body #about {
  min-height: 100vh;
}
body .mc-recips__search {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: 2px;
  background: #fff;
  padding: 9px 14px;
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.03);
}
body .mc-recips__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  opacity: 0.55;
  background: no-repeat center / contain;
  /* inline svg magnifier */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="%2399A1A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="7"/><path d="M21 21l-4.3-4.3"/></svg>');
}
body .mc-recips__input {
  flex: 1 1 auto;
  width: auto;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
  background: transparent;
}
body .mc-recips__input::placeholder {
  color: #AFB0B6;
}
body .mc-recips__loader {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  opacity: 0.9;
}
body.step,
body.contact,
body.company {
  /* Step flow page: summary should match .mc-dist__main height (avoid 100vh) */
}
body.step .cd-hero-slider,
body.contact .cd-hero-slider,
body.company .cd-hero-slider {
  height: 330px !important;
}
body.step .cd-hero-slider #slide-0,
body.contact .cd-hero-slider #slide-0,
body.company .cd-hero-slider #slide-0 {
  background-image: url("images/step-hero.jpg");
}
body.step .mc-dist,
body.contact .mc-dist,
body.company .mc-dist {
  align-items: stretch;
}
body.step .mc-summary,
body.contact .mc-summary,
body.company .mc-summary {
  height: auto;
}
body.step .mc-summary__card,
body.contact .mc-summary__card,
body.company .mc-summary__card {
  min-height: 0;
  height: 100%;
}
body.step aside.mc-summary label,
body.contact aside.mc-summary label,
body.company aside.mc-summary label {
  color: #0A2835;
}
body.step aside.mc-summary .mc-recips__search,
body.contact aside.mc-summary .mc-recips__search,
body.company aside.mc-summary .mc-recips__search {
  margin-bottom: 16px;
}
body.step aside.mc-summary .mc-btn,
body.contact aside.mc-summary .mc-btn,
body.company aside.mc-summary .mc-btn {
  width: 100%;
}
body.step aside.mc-summary .mc-btn.proceed,
body.contact aside.mc-summary .mc-btn.proceed,
body.company aside.mc-summary .mc-btn.proceed {
  background-color: #FA6414;
  color: white;
  margin-top: 22px;
}
body.step aside.mc-summary .mc-btn--disabled,
body.contact aside.mc-summary .mc-btn--disabled,
body.company aside.mc-summary .mc-btn--disabled {
  opacity: 0.5;
}
body.step.third,
body.contact.third,
body.company.third {
  /* Step-3 left menu (accordion) */
  /* hide default marker */
}
body.step.third aside .mc-summary,
body.contact.third aside .mc-summary,
body.company.third aside .mc-summary {
  justify-self: start;
}
body.step.third .mc-dist,
body.contact.third .mc-dist,
body.company.third .mc-dist {
  grid-template-columns: 305px minmax(0, 1fr);
}
body.step.third .mc-dist__main h3 .price,
body.contact.third .mc-dist__main h3 .price,
body.company.third .mc-dist__main h3 .price {
  font-weight: normal;
}
body.step.third .mc-dist__main .inner,
body.contact.third .mc-dist__main .inner,
body.company.third .mc-dist__main .inner {
  max-width: 480px;
  display: grid;
  justify-self: center;
  grid-template-columns: 1fr;
  text-align: center;
  margin: 0 auto;
}
body.step.third .mc-dist__main .inner img,
body.contact.third .mc-dist__main .inner img,
body.company.third .mc-dist__main .inner img {
  max-width: 380px;
}
body.step.third .mc-dist__main .inner .title,
body.contact.third .mc-dist__main .inner .title,
body.company.third .mc-dist__main .inner .title {
  color: #0A2835;
  font-size: 22px;
  line-height: 130%;
}
body.step.third .mc-dist__main .inner .sub-title,
body.contact.third .mc-dist__main .inner .sub-title,
body.company.third .mc-dist__main .inner .sub-title {
  font-size: 14px;
  line-height: 140%;
  position: relative;
  top: 8px;
}
body.step.third #companies-form .mc-dist__main .chosen-companies,
body.contact.third #companies-form .mc-dist__main .chosen-companies,
body.company.third #companies-form .mc-dist__main .chosen-companies {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__head,
body.contact.third #companies-form .mc-dist__main .chosen-companies__head,
body.company.third #companies-form .mc-dist__main .chosen-companies__head {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 30px;
  font-size: 14px;
  /* Recipients list (order details) */
}
body.step.third #companies-form .mc-dist__main .chosen-companies__head h3,
body.contact.third #companies-form .mc-dist__main .chosen-companies__head h3,
body.company.third #companies-form .mc-dist__main .chosen-companies__head h3 {
  font-size: 28px;
  line-height: 150%;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__head .inscription,
body.contact.third #companies-form .mc-dist__main .chosen-companies__head .inscription,
body.company.third #companies-form .mc-dist__main .chosen-companies__head .inscription {
  font-size: 14px;
  line-height: 130%;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__head .mc-recips,
body.contact.third #companies-form .mc-dist__main .chosen-companies__head .mc-recips,
body.company.third #companies-form .mc-dist__main .chosen-companies__head .mc-recips {
  margin-top: 16px;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__head .mc-recips__list,
body.contact.third #companies-form .mc-dist__main .chosen-companies__head .mc-recips__list,
body.company.third #companies-form .mc-dist__main .chosen-companies__head .mc-recips__list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__head .mc-recips__row,
body.contact.third #companies-form .mc-dist__main .chosen-companies__head .mc-recips__row,
body.company.third #companies-form .mc-dist__main .chosen-companies__head .mc-recips__row {
  display: grid;
  grid-template-columns: 135px 1fr auto;
  gap: 16px;
  align-items: center;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__head .mc-recips__name,
body.contact.third #companies-form .mc-dist__main .chosen-companies__head .mc-recips__name,
body.company.third #companies-form .mc-dist__main .chosen-companies__head .mc-recips__name {
  font-weight: bold;
  color: #5A5A5A !important;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__head .mc-recips__status,
body.contact.third #companies-form .mc-dist__main .chosen-companies__head .mc-recips__status,
body.company.third #companies-form .mc-dist__main .chosen-companies__head .mc-recips__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 16px;
  border-radius: 6px;
  min-width: 85px;
  background: #e8f6ee;
  color: #3FB772;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__list,
body.contact.third #companies-form .mc-dist__main .chosen-companies__list,
body.company.third #companies-form .mc-dist__main .chosen-companies__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
  grid-template-rows: repeat(auto-fill, 23px);
  gap: 5px;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  padding-left: 0;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__list li input + label,
body.contact.third #companies-form .mc-dist__main .chosen-companies__list li input + label,
body.company.third #companies-form .mc-dist__main .chosen-companies__list li input + label {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: #333333;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__list li input + label span,
body.contact.third #companies-form .mc-dist__main .chosen-companies__list li input + label span,
body.company.third #companies-form .mc-dist__main .chosen-companies__list li input + label span {
  margin-right: 0;
  border: none;
  background: none;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__list li input + label span img,
body.contact.third #companies-form .mc-dist__main .chosen-companies__list li input + label span img,
body.company.third #companies-form .mc-dist__main .chosen-companies__list li input + label span img {
  width: 22px;
  height: 22px;
  max-width: 22px;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__list li input + label span:after,
body.contact.third #companies-form .mc-dist__main .chosen-companies__list li input + label span:after,
body.company.third #companies-form .mc-dist__main .chosen-companies__list li input + label span:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
  left: 3px;
  border: 1px solid #18C0C2;
  border-radius: 2px;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__list li input:checked + label span,
body.contact.third #companies-form .mc-dist__main .chosen-companies__list li input:checked + label span,
body.company.third #companies-form .mc-dist__main .chosen-companies__list li input:checked + label span {
  background: none !important;
  border: none !important;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__list li input:checked + label span:after,
body.contact.third #companies-form .mc-dist__main .chosen-companies__list li input:checked + label span:after,
body.company.third #companies-form .mc-dist__main .chosen-companies__list li input:checked + label span:after {
  display: none;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__list li label:hover,
body.contact.third #companies-form .mc-dist__main .chosen-companies__list li label:hover,
body.company.third #companies-form .mc-dist__main .chosen-companies__list li label:hover {
  background: none !important;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__pager,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager {
  /* CustomPager (and legacy CLinkPager) themed like the new design screenshot */
  /* Hide First/Last (we pass empty labels but keep safe) */
  /* Arrows */
  /* Page numbers */
}
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager {
  margin: 18px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__btn,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__btn,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #ecfbf7;
  color: #000;
  font-size: 22px;
  line-height: 1;
  flex: 0 0 auto;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__btn.is-disabled,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__btn.is-disabled,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__btn.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__pages,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__pages,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__pages {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  /* protect from any global column UL styles */
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex: 1 1 auto;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__pages > li,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__pages > li,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__pages > li {
  margin: 0;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__page a,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__page a,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__page a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 150%;
  border: 2px solid transparent;
  background: transparent;
  color: rgba(10, 40, 53, 0.75);
  font-size: 14px;
  outline: none;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__page a:focus-visible,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__page a:focus-visible,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__page a:focus-visible {
  box-shadow: 0 0 0 3px rgba(82, 194, 223, 0.25);
}
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__page.is-active a,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__page.is-active a,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__page.is-active a {
  border-color: #52C2DF;
  color: #0A2835;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__ellipsis,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__ellipsis,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .mc-pager__ellipsis {
  color: rgba(10, 40, 53, 0.75);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li {
  margin: 0;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager a,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager a,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 150%;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.first,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.first,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.first,
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.last,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.last,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.last {
  display: none;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.previous a,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.previous a,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.previous a,
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.next a,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.next a,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.next a {
  background: #ecfbf7;
  color: #000;
  font-size: 18px;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.previous.hidden a,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.previous.hidden a,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.previous.hidden a,
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.next.hidden a,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.next.hidden a,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.next.hidden a {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.page a,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.page a,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.page a {
  border: 2px solid transparent;
  background: transparent;
  color: rgba(10, 40, 53, 0.75);
  font-size: 14px;
}
body.step.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.page.selected a,
body.contact.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.page.selected a,
body.company.third #companies-form .mc-dist__main .chosen-companies__pager .yiiPager li.page.selected a {
  border-color: #52C2DF;
  color: #0A2835;
}
body.step.third .mc-step-menu,
body.contact.third .mc-step-menu,
body.company.third .mc-step-menu {
  display: grid;
  gap: 16px;
}
body.step.third .mc-step-menu__section,
body.contact.third .mc-step-menu__section,
body.company.third .mc-step-menu__section {
  background: #EEFCFA;
  border-radius: 18px;
  overflow: hidden;
}
body.step.third .mc-step-menu__summary,
body.contact.third .mc-step-menu__summary,
body.company.third .mc-step-menu__summary {
  list-style: none;
  cursor: pointer;
  padding: 28px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  user-select: none;
  border-left: 6px solid #18C0C2;
}
body.step.third .mc-step-menu__summary::-webkit-details-marker,
body.contact.third .mc-step-menu__summary::-webkit-details-marker,
body.company.third .mc-step-menu__summary::-webkit-details-marker {
  display: none;
}
body.step.third .mc-step-menu__title,
body.contact.third .mc-step-menu__title,
body.company.third .mc-step-menu__title {
  font-size: 20px;
  line-height: 150%;
  font-weight: 900;
  color: #0A2835;
}
body.step.third .mc-step-menu__text,
body.contact.third .mc-step-menu__text,
body.company.third .mc-step-menu__text {
  font-size: 14px;
  line-height: 140%;
  color: #5A5A5A;
  position: relative;
  top: 3px;
}
body.step.third .mc-step-menu__chev,
body.contact.third .mc-step-menu__chev,
body.company.third .mc-step-menu__chev {
  width: 18px;
  height: 18px;
  border-right: 3px solid rgba(0, 0, 0, 0.65);
  border-bottom: 3px solid rgba(0, 0, 0, 0.65);
  transform: rotate(-135deg);
  /* up when open */
  transition: transform 180ms ease;
}
body.step.third details:not([open]) > .mc-step-menu__summary .mc-step-menu__chev,
body.contact.third details:not([open]) > .mc-step-menu__summary .mc-step-menu__chev,
body.company.third details:not([open]) > .mc-step-menu__summary .mc-step-menu__chev {
  transform: rotate(45deg);
  /* down when closed */
}
body.step.third .mc-step-menu__content,
body.contact.third .mc-step-menu__content,
body.company.third .mc-step-menu__content {
  padding: 10px 24px 22px;
  background: rgba(255, 255, 255, 0.32);
}
body.step.third .mc-step-menu__item,
body.contact.third .mc-step-menu__item,
body.company.third .mc-step-menu__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 0;
  font-size: 34px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.55);
}
body.step.third .mc-step-menu__item:hover,
body.contact.third .mc-step-menu__item:hover,
body.company.third .mc-step-menu__item:hover {
  cursor: pointer;
}
body.step.third .mc-step-menu__cb,
body.contact.third .mc-step-menu__cb,
body.company.third .mc-step-menu__cb {
  appearance: none;
  /* Removes default browser styling */
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #AFB0B6;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
body.step.third .mc-step-menu__cb:checked,
body.contact.third .mc-step-menu__cb:checked,
body.company.third .mc-step-menu__cb:checked {
  background-color: #18C0C2;
  border-color: #18C0C2;
}
body.step.third .mc-step-menu__cb:checked::after,
body.contact.third .mc-step-menu__cb:checked::after,
body.company.third .mc-step-menu__cb:checked::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 4px;
  width: 6px;
  height: 13px;
  border: solid white;
  /* Set your specific check mark color here */
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
body.step.order-details ul,
body.contact.order-details ul,
body.company.order-details ul {
  list-style: none;
  list-style-image: none;
}
body.step.order-details .order-state,
body.contact.order-details .order-state,
body.company.order-details .order-state {
  display: grid;
  grid-template-columns: 6fr 3fr;
  justify-content: center;
}
body.step.order-details .order-state .details,
body.contact.order-details .order-state .details,
body.company.order-details .order-state .details {
  justify-self: end;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  list-style-image: none;
  align-items: center;
  padding-right: 50px;
}
body.step.order-details .mc-dist__main,
body.contact.order-details .mc-dist__main,
body.company.order-details .mc-dist__main {
  order: 1;
}
body.step.order-details .mc-summary,
body.contact.order-details .mc-summary,
body.company.order-details .mc-summary {
  order: 0;
}
body.contact ul.contact-steps,
body.company ul.contact-steps {
  display: flex;
  /* justify-content: space-between; */
  /* border-right: 1px solid; */
  align-items: center;
  margin-top: 80px;
  margin-bottom: 50px;
  list-style: none;
}
body.contact ul.contact-steps li,
body.company ul.contact-steps li {
  width: 100%;
  height: 62px;
  border-right: 1px solid #E5EFF1;
  text-align: center;
}
body.contact ul.contact-steps li span,
body.company ul.contact-steps li span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  color: #52C2DF;
  font-size: 18px;
  line-height: 130%;
}
body.contact ul.contact-steps li span email,
body.company ul.contact-steps li span email,
body.contact ul.contact-steps li span a,
body.company ul.contact-steps li span a {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}
body.contact ul.contact-steps li span a,
body.company ul.contact-steps li span a {
  text-decoration: underline;
}
body.contact ul.contact-steps li span:before,
body.company ul.contact-steps li span:before {
  content: "";
  display: block;
  background: url("images/icons/email-icon.svg") no-repeat 0 0;
  width: 62px;
  height: 62px;
  position: absolute;
  top: -10px;
  left: -70px;
}
body.contact ul.contact-steps li:first-child,
body.company ul.contact-steps li:first-child {
  text-align: left;
}
body.contact ul.contact-steps li:first-child span,
body.company ul.contact-steps li:first-child span {
  margin-left: 70px;
}
body.contact ul.contact-steps li:last-child,
body.company ul.contact-steps li:last-child {
  border: none;
}
body.contact .mc-container.form,
body.company .mc-container.form,
body.contact .mc-container.company,
body.company .mc-container.company {
  margin-top: 80px;
  margin-bottom: 80px;
}
body.contact .mc-container.form h1,
body.company .mc-container.form h1,
body.contact .mc-container.company h1,
body.company .mc-container.company h1 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 500;
  text-transform: none;
  margin-top: 0;
}
body.contact .mc-container.form #contact-form .mc-field--submit,
body.company .mc-container.form #contact-form .mc-field--submit,
body.contact .mc-container.company #contact-form .mc-field--submit,
body.company .mc-container.company #contact-form .mc-field--submit,
body.contact .mc-container.form #add-company .mc-field--submit,
body.company .mc-container.form #add-company .mc-field--submit,
body.contact .mc-container.company #add-company .mc-field--submit,
body.company .mc-container.company #add-company .mc-field--submit {
  align-self: flex-end;
}
body.contact .mc-container.form #contact-form .mc-field--captcha .mc-captcha,
body.company .mc-container.form #contact-form .mc-field--captcha .mc-captcha,
body.contact .mc-container.company #contact-form .mc-field--captcha .mc-captcha,
body.company .mc-container.company #contact-form .mc-field--captcha .mc-captcha,
body.contact .mc-container.form #add-company .mc-field--captcha .mc-captcha,
body.company .mc-container.form #add-company .mc-field--captcha .mc-captcha,
body.contact .mc-container.company #add-company .mc-field--captcha .mc-captcha,
body.company .mc-container.company #add-company .mc-field--captcha .mc-captcha {
  padding: 0 !important;
}
body #contact-form-container {
  margin-top: 56px;
}
body #contact-form-container .mc-container {
  padding-left: 0;
  padding-right: 0;
}
body #contact-form,
body #add-company {
  margin-top: 34px;
}
body #contact-form .mc-field--message,
body #add-company .mc-field--message {
  grid-row: span 2;
}
body #contact-form .mc-field--captcha,
body #add-company .mc-field--captcha {
  display: flex;
  align-items: center;
}
body #contact-form .mc-field--submit,
body #add-company .mc-field--submit {
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
body #contact-form .mc-field--inscription,
body #add-company .mc-field--inscription {
  display: flex;
  justify-content: center;
  font-size: 11px;
  color: #64748B;
}
body #contact-form .mc-label,
body #add-company .mc-label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #0A2835;
  margin-bottom: 6px;
  letter-spacing: 0.4px;
}
body #contact-form .mc-input,
body #add-company .mc-input,
body #contact-form .mc-textarea,
body #add-company .mc-textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(33, 80, 100, 0.25);
  padding: 12px 12px;
  font: inherit;
}
body #contact-form .mc-input:active,
body #add-company .mc-input:active,
body #contact-form .mc-textarea:active,
body #add-company .mc-textarea:active,
body #contact-form .mc-input:focus,
body #add-company .mc-input:focus,
body #contact-form .mc-textarea:focus,
body #add-company .mc-textarea:focus,
body #contact-form .mc-input:focus-within,
body #add-company .mc-input:focus-within,
body #contact-form .mc-textarea:focus-within,
body #add-company .mc-textarea:focus-within,
body #contact-form .mc-input:focus-visible,
body #add-company .mc-input:focus-visible,
body #contact-form .mc-textarea:focus-visible,
body #add-company .mc-textarea:focus-visible {
  border-color: #52C2DF;
  outline: none;
}
body #contact-form .mc-input-wrap,
body #add-company .mc-input-wrap {
  position: relative;
}
body #contact-form .mc-input--with-help,
body #add-company .mc-input--with-help {
  padding-right: 44px;
}
body #contact-form .mc-input-help,
body #add-company .mc-input-help {
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 1px solid rgba(33, 80, 100, 0.25);
  border-right: none;
  border-radius: 5px;
  background: #fff;
  color: rgba(33, 80, 100, 0.95);
  font-weight: 800;
  line-height: 1;
  cursor: help;
  display: grid;
  place-items: center;
  padding: 0;
  z-index: 2;
}
body #contact-form input:focus + .mc-input-help,
body #add-company input:focus + .mc-input-help {
  border-color: #52C2DF;
}
body #contact-form .mc-tooltip,
body #add-company .mc-tooltip {
  display: none;
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: max-content;
  max-width: 420px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff;
  color: #0A2835;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  z-index: 20;
  white-space: normal;
}
body #contact-form .mc-tooltip strong,
body #add-company .mc-tooltip strong,
body #contact-form .mc-tooltip b,
body #add-company .mc-tooltip b {
  font-weight: 900;
}
body #contact-form .mc-tooltip::before,
body #add-company .mc-tooltip::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid rgba(0, 0, 0, 0.1);
}
body #contact-form .mc-tooltip::after,
body #add-company .mc-tooltip::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
body #contact-form .mc-input-help:hover .mc-tooltip,
body #add-company .mc-input-help:hover .mc-tooltip,
body #contact-form .mc-input-help:focus .mc-tooltip,
body #add-company .mc-input-help:focus .mc-tooltip {
  display: block;
}
body #contact-form .mc-textarea,
body #add-company .mc-textarea {
  resize: vertical;
  min-height: 140px;
}
body #contact-form .mc-captcha,
body #add-company .mc-captcha {
  width: 100%;
  padding: 12px;
  color: rgba(33, 80, 100, 0.8);
  font-weight: 700;
}
body #contact-form .mc-btn--main,
body #add-company .mc-btn--main {
  font-size: 14px;
  line-height: 15px;
  font-weight: normal;
  padding: 16px 24px;
}
body #add-company {
  margin-top: 0;
}
body .mc-companies > .mc-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}
body .mc-companies > .mc-container > div {
  max-width: 540px;
}
body .mc-companies > .mc-container .join-list h3 {
  font-size: 26px;
  font-weight: bold;
  color: #0A2835;
}
body .mc-companies > .mc-container .join-list span {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #64748B;
}
body .mc-companies > .mc-container ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  margin-top: 17px;
  background-color: #EAF6FB;
  border-radius: 12px;
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr;
}
body .mc-companies > .mc-container ul li {
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  padding-bottom: 23px;
  padding-top: 17px;
  padding-left: 52px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
body .mc-companies > .mc-container ul li:first-child {
  padding-top: 0;
}
body .mc-companies > .mc-container ul li:first-child:before {
  top: 0;
}
body .mc-companies > .mc-container ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
body .mc-companies > .mc-container ul li:before {
  content: "";
  display: block;
  background: url("images/icons/verify-icon.svg") no-repeat 0 0;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 15px;
}
body .mc-companies > .mc-container ul li.unsubscribe:before {
  background-image: url("images/icons/unsubscribe-icon.svg");
}
body .mc-companies > .mc-container ul li.random:before {
  background-image: url("images/icons/cmp-email-icon.svg");
}
body .mc-companies > .mc-container ul li strong {
  font-size: 14px;
}
body .mc-companies > .mc-container ul li span {
  font-size: 12px;
  color: #64748B;
}
body .mc-companies > .mc-container .company-submit-form {
  justify-self: end;
  width: 100%;
  max-width: 450px;
}
body .mc-companies > .mc-container .company-submit-form #add-company .mc-container {
  grid-template-columns: 1fr;
}
body .mc-companies > .mc-container .company-submit-form #add-company .mc-container .mc-form__grid {
  grid-template-columns: 1fr;
  gap: 12px;
}
body .mc-companies > .mc-container .company-submit-form #add-company .mc-container .mc-form__grid .mc-captcha {
  padding: 0;
  margin-top: 12px;
}
body .mc-companies > .mc-container .company-submit-form #add-company .mc-container .mc-form__grid .mc-btn--main {
  width: 100%;
}
body .mc-companies > .mc-container .company-submit-form #add-company .mc-error {
  color: red;
  font-size: 10px;
  margin-top: 4px;
}
.mc-hero {
  color: #0A2835;
}
.mc-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 55px;
}
.mc-hero__copy {
  max-width: 560px;
  text-align: left;
}
.mc-hero__title {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.05;
  color: white;
}
.mc-hero__subtitle {
  margin: 0 0 18px 0;
  font-size: 18px;
  font-weight: 400;
  color: white;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.28);
}
.mc-hero.steps .cd-hero-slider {
  height: 330px !important;
}
.mc-hero.steps .cd-hero-slider #slide-0 {
  background-image: url("images/step-hero.jpg");
}
.mc-hero .switcher {
  width: 259px;
  height: 35px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  color: white;
}
.mc-hero .switcher input {
  display: none;
}
.mc-hero .switcher .segment-label {
  flex: 1;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-weight: bold;
  transition: color 0.3s ease;
  margin: 0;
  color: white;
}
.mc-hero .switcher .segment-label.active {
  color: #0A2835;
}
.mc-hero .switcher .highlight {
  position: absolute;
  top: 2px;
  left: 2px;
  height: calc(100% - 4px);
  width: calc(50% - 2px);
  background-color: white;
  border-radius: 10px;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.mc-hero .switcher .segment-label[for="companies"].active ~ .highlight {
  transform: translateX(100%);
}
.mc-hero .switcher input#companies:checked ~ .highlight {
  transform: translateX(100%);
}
.mc-hero .switcher input#seafarers:checked ~ .highlight {
  transform: translateX(0%);
}
.mc-hero .switcher input#companies:checked ~ .segment-label[for="companies"] {
  color: #0A2835;
}
.mc-hero .switcher input#companies:checked ~ .segment-label[for="seafarers"] {
  color: white !important;
}
.mc-hero .switcher input#seafarers:checked ~ .segment-label[for="seafarers"] {
  color: #0A2835;
}
.mc-hero .switcher input#seafarers:checked ~ .segment-label[for="companies"] {
  color: white;
}
.mc-hero .mc-btn--primary {
  padding: 15px 27px;
}
.mc-hero .mc-btn--primary:hover {
  color: white;
  text-decoration: none;
}
.mc-stats {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  padding: 14px;
  backdrop-filter: blur(6px);
  max-width: 970px;
}
.mc-stat {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mc-stat__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: url("images/icons/icon-shield.svg") no-repeat 0 0;
  background-size: contain !important;
}
.mc-stat__icon--docs {
  background: url("images/icons/icon-mail.svg") no-repeat 0 0;
}
.mc-stat__icon--years {
  background: url("images/icons/icon-gong.svg") no-repeat 0 0;
}
.mc-stat__value {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.1;
  text-align: left;
}
.mc-stat__label {
  font-size: 12px;
  color: #0A2835;
}
nav.mc-bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
nav.mc-bottom .mc-btn {
  border: 1px solid #0A2835;
  font-size: 14px;
  line-height: 26px;
  padding: 7px 39px;
  border-radius: 8px;
  min-width: 178px;
  max-height: 40px;
  font-weight: normal;
  background: white;
  outline: none;
}
nav.mc-bottom .mc-btn:active,
nav.mc-bottom .mc-btn:focus {
  outline: none;
}
nav.mc-bottom .mc-btn.next {
  background: linear-gradient(140deg, #1694B7 0%, #19ABBC 39%, #18BDC1 100%);
  border: none;
  color: white;
}
nav.mc-bottom .mc-btn input {
  border: none;
  background: none;
  color: inherit;
  font-size: inherit;
}
nav.mc-bottom .mc-btn input:active {
  outline: none;
  border: none;
}
.cd-slider-nav {
  position: absolute;
  width: 100%;
  bottom: 14px;
  z-index: 2;
  text-align: center;
  height: 18px;
}
.cd-slider-nav nav,
.cd-slider-nav ul,
.cd-slider-nav li,
.cd-slider-nav a {
  height: 100%;
  margin: 0;
  padding: 0;
}
.cd-slider-nav nav {
  display: inline-block;
  position: relative;
}
.cd-slider-nav ul {
  list-style: none;
  display: flex;
  gap: 8px;
}
.cd-slider-nav li {
  width: 18px;
}
.cd-slider-nav a {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.cd-slider-nav li.selected a {
  background: #f2783c;
  border-color: rgba(0, 0, 0, 0.18);
}
.cd-slider-nav .cd-marker {
  display: none;
}
.mc-strip {
  padding: 50px 16px;
  /* BEM elements (kept as .mc-strip__* selectors via &__*) */
}
.mc-strip .mc-container {
  background: linear-gradient(165deg, #1694B7 0%, #19ABBC 39%, #18BDC1 100%);
  padding: 24px 32px;
  border-radius: 12px;
  font-size: 16px;
  max-width: 1110px;
}
.mc-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  overflow: visible;
  /* let the decorative image stick out */
  /* Center decorative "cards" between copy and button (behind content) */
}
.mc-strip__inner::after {
  content: "";
  position: absolute;
  left: 60%;
  bottom: -22px;
  transform: translateX(-50%);
  width: clamp(180px, 32vw, 320px);
  aspect-ratio: 320 / 150;
  background: url("images/top-cards.png") no-repeat center / contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.22));
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.mc-strip__inner > .mc-btn {
  position: relative;
  z-index: 1;
}
.mc-strip__inner > .mc-btn--ghost {
  padding: 15px 24px;
}
.mc-strip__copy {
  position: relative;
  z-index: 1;
}
.mc-strip__title {
  margin: 0;
  color: #fff;
  font-size: 29px;
  font-weight: 900;
  letter-spacing: 0;
}
.mc-strip__subtitle {
  margin: 4px 0 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
}
.mc-about {
  padding: 0;
}
.mc-about__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 26px;
  align-items: center;
}
.mc-photo {
  width: 100%;
  border-radius: 14px;
  background: url("images/main-way-min.png") no-repeat 0 0;
  aspect-ratio: 16 / 12;
}
.mc-checklist {
  list-style: none;
  padding: 0;
  margin: 18px 0 0 0;
  display: grid;
  gap: 12px;
  background: #F5F9FB;
  border-radius: 16px;
}
.mc-checklist__item {
  padding: 16px 16px 16px 46px;
  border-radius: 12px;
  position: relative;
  color: #0A2835;
  font-size: 16px;
  font-weight: 500;
}
.mc-checklist__item::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: url("images/icons/icon-checkbox.svg") no-repeat 0 0;
}
.mc-distribution {
  padding: 10px 0 34px;
}
.mc-dist-panel {
  margin-top: 22px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
  padding: 18px 32px;
}
.mc-dist-panel .workflow-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 20px 24px;
  position: relative;
}
.mc-dist-panel .step {
  display: flex;
  align-items: center;
  position: relative;
  /* Ensures steps don't shrink and leave weird gaps */
  flex-shrink: 0;
  /* The short, dashed line between steps */
}
.mc-dist-panel .step:not(:last-child)::after {
  content: '';
  position: absolute;
  /* Position the line to the right of the current step */
  left: 120%;
  top: 50%;
  transform: translateY(-50%);
  /* Calculate the space needed between this step and the next */
  width: 47px;
  height: 0;
  /* Create the faded, dashed line effect */
  border-top: 2px solid #D3D3D3;
  opacity: 0.7;
  z-index: 0;
  /* Keep the line behind the circle/text */
}
.mc-dist-panel .step__circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E8E8E8;
  color: white;
  font-weight: bold;
  z-index: 1;
  /* Ensures circle is above the connecting line */
  position: relative;
}
.mc-dist-panel .step__text {
  margin-left: 10px;
  color: #0A2835;
  font-size: 13px;
  line-height: 120%;
  font-weight: bold;
  white-space: nowrap;
  z-index: 1;
}
.mc-dist-panel .step.active .step__circle {
  background: #0A2835;
  color: #fff;
}
.mc-dist-panel .step.active .step__text {
  color: #03182F;
  /* Dark text color for active step */
}
.order-details .mc-dist-panel {
  border: none;
  box-shadow: none;
  padding: 0;
  margin-top: 0;
}
.order-details .mc-dist-panel .order-state {
  grid-template-columns: 3fr 3fr !important;
}
.order-details .mc-dist-panel .order-state .step__circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(118deg, #1376B1 0%, #19ABBC 39%, #18C6C4 64%, #5FE586 100%);
  color: white;
  font-weight: bold;
  z-index: 1;
  /* Ensures circle is above the connecting line */
  position: relative;
}
.order-details .mc-dist-panel .order-state .step__circle.active {
  background: #1E3C49;
}
.order-details .mc-dist-panel .order-state .step__circle::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 9px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(42deg);
}
.order-details .mc-dist-panel .order-state .step.active .step__circle {
  background-color: #0A2835;
  color: #fff;
}
.order-details .mc-dist-panel .order-state .step.active .step__text {
  color: #03182F;
  /* Dark text color for active step */
}
.order-details .mc-dist-panel .order-state ul.details {
  gap: 24px;
}
.order-details .mc-dist-panel .order-state ul.details li {
  font-size: 13px;
  font-weight: normal;
  line-height: 120%;
}
.order-details .mc-dist-panel .mc-dist {
  grid-template-columns: auto minmax(0, 1fr);
  /* CustomPager uses <ul class="yiiPager mc-pager__pages"> and <li class="mc-pager__page"><a>..</a></li> */
  /* Pager loading state (used by account search pagination AJAX) */
}
.order-details .mc-dist-panel .mc-dist__main {
  border: none;
  box-shadow: none;
  padding: 0;
}
.order-details .mc-dist-panel .mc-dist .mc-summary {
  max-width: 430px;
}
.order-details .mc-dist-panel .mc-dist .mc-summary .mc-recips__list {
  padding-left: 0;
  font-size: 14px;
  color: #333333;
}
.order-details .mc-dist-panel .mc-dist .mc-summary .mc-recips__row {
  grid-template-columns: 130px 150px auto;
  gap: 12px;
  margin-bottom: 10px;
}
.order-details .mc-dist-panel .mc-dist .mc-summary .mc-recips__row:last-child {
  margin-bottom: 0;
}
.order-details .mc-dist-panel .mc-dist .mc-summary .mc-recips__time {
  max-width: 174px;
}
.order-details .mc-dist-panel .mc-dist .mc-summary .mc-recips__name {
  max-width: 160px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  line-height: 140%;
}
.order-details .mc-dist-panel .mc-dist .mc-summary .mc-recips__status {
  text-align: right;
}
.order-details .mc-dist-panel .mc-dist .mc-summary .mc-recips__status span {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 6px;
}
.order-details .mc-dist-panel .mc-dist .mc-summary .mc-recips__status--delivered span {
  color: #3FB773;
  background-color: rgba(63 184 11 / 0.1);
}
.order-details .mc-dist-panel .mc-dist .mc-summary .mc-recips__status--submitted span {
  color: #3FB773;
  background-color: rgba(251 250 161 / 0.83);
}
.order-details .mc-dist-panel .mc-dist .mc-summary .mc-recips__status--bounced span {
  color: #ffffff;
  background-color: rgba(251 161 161 / 0.83);
}
.order-details .mc-dist-panel .mc-dist h3 {
  font-size: 28px;
  line-height: 150%;
  margin-top: 0;
  padding-top: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.order-details .mc-dist-panel .mc-dist .mc-progress .up-section {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  align-items: center;
}
.order-details .mc-dist-panel .mc-dist .mc-progress .up-section .label {
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  color: #333333;
}
.order-details .mc-dist-panel .mc-dist .mc-progress .up-section .indicator {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #5A5A5A;
}
.order-details .mc-dist-panel .mc-dist .mc-progress .bar-container {
  background-color: #F9F9F9;
  height: 16px;
  margin: 16px 0;
  position: relative;
}
.order-details .mc-dist-panel .mc-dist .mc-progress .bar-container .bar {
  background: linear-gradient(156deg, #1694B7 0%, #19ABBC 39%, #18BDC1 100%);
  width: 0;
  height: 12px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 8px;
}
.order-details .mc-dist-panel .mc-dist .mc-pager {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
  position: relative;
}
.order-details .mc-dist-panel .mc-dist .mc-pager__btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  background: #ecfbf7;
  color: black;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-details .mc-dist-panel .mc-dist .mc-pager__btn--prev {
  rotate: 180deg;
}
.order-details .mc-dist-panel .mc-dist .mc-pager__btn.muted {
  color: #92A8BD;
}
.order-details .mc-dist-panel .mc-dist .mc-pager__btn.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}
.order-details .mc-dist-panel .mc-dist .mc-pager__btn img {
  height: 14px;
}
.order-details .mc-dist-panel .mc-dist .mc-pager__pages {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.order-details .mc-dist-panel .mc-dist .mc-pager__pages > li {
  margin: 0;
}
.order-details .mc-dist-panel .mc-dist .mc-pager__page {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 2px solid transparent;
  background: transparent;
  color: rgba(10, 40, 53, 0.75);
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
  cursor: pointer;
}
.order-details .mc-dist-panel .mc-dist .mc-pager__page:hover {
  border-color: #52C2DF;
  color: #0A2835;
}
.order-details .mc-dist-panel .mc-dist .mc-pager__page a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  outline: none;
}
.order-details .mc-dist-panel .mc-dist .mc-pager__page a:focus-visible {
  box-shadow: 0 0 0 3px rgba(82, 194, 223, 0.25);
}
.order-details .mc-dist-panel .mc-dist .mc-pager__page.is-active {
  border-color: #52C2DF;
  color: #0A2835;
}
.order-details .mc-dist-panel .mc-dist .mc-pager__dots {
  padding: 0 6px;
  color: rgba(10, 40, 53, 0.65);
}
.order-details .mc-dist-panel .mc-dist .mc-pager__ellipsis {
  padding: 0 6px;
  color: rgba(10, 40, 53, 0.65);
  font-weight: bold;
}
.order-details .mc-dist-panel .mc-dist .mc-pager.is-loading a {
  pointer-events: none;
}
.order-details .mc-dist-panel .mc-dist .mc-pager__loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  z-index: 2;
}
.order-details .mc-dist-panel .mc-dist__main .mc-card .d-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px 24px;
}
.order-details .mc-dist-panel .mc-dist__main .mc-card .d-grid .item {
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  font-weight: 500;
}
.order-details .mc-dist-panel .mc-dist__main .mc-card .d-grid .item .label {
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #52C2DF;
  line-height: 17px;
  padding: 0;
  font-weight: 500;
}
.order-details .mc-dist-panel .mc-dist__main .mc-card .d-grid .item .inscription {
  display: flex;
  gap: 16px;
}
.order-details .mc-dist-panel .mc-dist__main .mc-card .d-grid .item .mc-attach__ok {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  position: relative;
  background: url("images/circle-marker.svg") no-repeat center center;
}
.order-details .mc-dist-panel .mc-dist__main .email-content {
  font-size: 14px;
  line-height: 150%;
}
.order-details .mc-dist-panel .mc-dist__main .email-content h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin: 24px 0 8px 0;
}
.order-details .mc-dist-panel .mc-dist__main .unsubscribe {
  display: inline-block;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 8px;
}
.order-details .mc-dist-panel .mc-dist__main .order-summary {
  margin-top: 24px;
}
.order-details .mc-dist-panel .mc-dist__main .order-summary header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
}
.order-details .mc-dist-panel .mc-dist__main .order-summary .total-info {
  background: linear-gradient(0deg, #EEFCFA 100%, #EEF9FC 100%, #F5F9FB 100%);
  border-radius: 16px;
  padding: 16px;
}
.order-details .mc-dist-panel .mc-dist__main .order-summary .total-info .divider {
  height: 1px;
  background: rgba(10, 40, 53, 0.12);
  margin: 14px 0;
}
.order-details .mc-dist-panel .mc-dist__main .order-summary .total-info > ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
}
.order-details .mc-dist-panel .mc-dist__main .order-summary .total-info > ul li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  color: rgba(10, 40, 53, 0.72);
}
.order-details .mc-dist-panel .mc-dist__main .order-summary .total-info > ul li .label {
  text-align: left;
}
.order-details .mc-dist-panel .mc-dist__main .order-summary .total-info > ul li > * {
  font-size: 15px;
  line-height: 150%;
  color: #3D3D3D;
}
.order-details .mc-dist-panel .mc-dist__main .order-summary .total-info > ul li > *.price,
.order-details .mc-dist-panel .mc-dist__main .order-summary .total-info > ul li > *.number {
  font-weight: 500;
}
.order-details .mc-dist-panel .mc-dist__main .order-summary .total-info > ul.total .label {
  font-weight: bold;
}
.order-details .mc-dist-panel .mc-dist__main .order-summary .total-info > ul.total .price {
  font-size: 18px;
}
.order-details .mc-dist-panel .mc-dist__main .order-summary .total-info > ul.total .mc-btn {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  height: auto;
}
.order-details .mc-dist-panel .mc-dist__main .order-summary .total-info > ul.total .mc-btn--green {
  background: #3FB772;
  color: white;
}
.order-details .mc-dist-panel .mc-dist__main .order-summary .mc-btn {
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
  border: 1px solid;
  padding: 4px 26px;
  margin: 20px 0 0;
}
.mc-dist {
  display: grid;
  /* Let the main column expand fully; keep summary pinned to the right */
  grid-template-columns: minmax(0, 1fr) 272px;
  gap: 24px;
  align-items: start;
  margin-top: 20px;
}
.mc-dist__main {
  border: 1px solid #e6edf0;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 24px;
}
.mc-dist__main .cards {
  position: relative;
}
.mc-dist__main .cards .divider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  opacity: 0.5;
  margin: 20px 0;
}
.mc-dist__main .cards .divider span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
  opacity: 0.2;
}
.mc-dist__one-col {
  display: block !important;
  margin-top: 25px;
}
.mc-dist .stepContent {
  top: 0;
}
.mc-dist .stepContent .span-editor h3.page-header {
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
  color: #0A2835;
  text-transform: uppercase;
  margin-top: 0;
  border: none;
}
.mc-dist .stepContent .span-editor .d-grid {
  grid-template-columns: repeat(auto-fill, minmax(35rem, 1fr));
  gap: 16px;
}
.mc-dist .stepContent .span-editor .d-grid label {
  font-size: 14px;
  line-height: 15px;
}
.mc-dist .stepContent .span-editor .d-grid label input {
  margin-top: 8px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
}
.mc-dist .stepContent .span-editor .d-grid label input::placeholder {
  color: #AFB0B6;
  font-weight: normal;
}
.mc-card {
  padding: 8px 0;
}
.mc-card.mc-summary__card {
  padding: 24px;
  background: linear-gradient(180deg, #EEFCFA, #EEF9FC, #F5F9FB);
  color: #3D3D3D;
}
.mc-card__title {
  margin: 0 0 12px 0;
  color: #0A2835;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.mc-card.preview {
  padding-top: 0;
}
.mc-card.preview .section-title {
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  font-weight: bold;
  color: #3D3D3D;
  margin-bottom: 16px;
}
.mc-card.preview .d-grid {
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  row-gap: 38px;
}
.mc-card.preview .d-grid .label {
  color: #52C2DF;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  font-weight: 500;
  padding-left: 0;
}
.mc-card.preview .d-grid .label span {
  color: #333333;
  text-transform: none;
  font-size: 16px;
  line-height: 22px;
  display: block;
  font-weight: normal;
  text-wrap: wrap;
}
.mc-card.preview .section.email-content h3 {
  font-size: 30px;
  line-height: 27px;
  color: black;
  margin-top: 10px;
  margin-bottom: 20px;
}
.mc-tiles {
  display: grid;
  gap: 10px;
  justify-content: start;
  /* Sectors: ALWAYS 1 row (scroll horizontally if doesn't fit) */
  /* Regions: ALWAYS 2 rows (scroll horizontally if doesn't fit) */
}
.mc-tiles--sectors {
  grid-auto-flow: column;
  grid-auto-columns: 131px;
  grid-template-rows: 114px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.mc-tiles--regions {
  grid-auto-flow: column;
  grid-auto-columns: 131px;
  grid-template-rows: repeat(2, 81px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.mc-tiles--regions .mc-tile {
  height: 81px;
  gap: 0;
}
.mc-tiles--regions .mc-tile__label,
.mc-tiles--regions .mc-tile__price {
  position: relative;
  top: 5px;
}
.mc-tiles--sectors::-webkit-scrollbar,
.mc-tiles--regions::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.mc-tiles--sectors,
.mc-tiles--regions {
  scrollbar-width: none;
  /* Firefox */
}
.mc-tile {
  border: 1px solid rgba(33, 80, 100, 0.14);
  border-radius: 12px;
  padding: 12px 8px;
  background: #fff;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
  width: 131px;
  height: 114px;
  scroll-snap-align: start;
  position: relative;
  align-items: center;
  color: #0A2835;
  /* Make checked tiles look "active" (no JS needed) */
}
.mc-tile--active {
  border-color: #52C2DF;
  box-shadow: 0 10px 18px rgba(242, 120, 60, 0.12);
}
.mc-tile--active .mc-tile__number {
  display: inline;
}
.mc-tile:has(.cb2__input:checked) {
  border-color: #52C2DF;
  box-shadow: 0 10px 18px rgba(242, 120, 60, 0.12);
}
.mc-tile__pic {
  background: url("images/ships/offshore.svg") no-repeat center / contain;
  background-size: 40px;
  width: 41px;
  height: 41px;
  display: block;
  /* In a column flex container, fixed-width items align to the left unless centered explicitly */
  margin: 10px auto 0 auto;
  align-self: center;
}
.mc-tile__pic.drilling {
  background-image: url("images/ships/drilling-platform.svg");
}
.mc-tile__pic.dry-cargo {
  background-image: url("images/ships/dry-cargo.svg");
}
.mc-tile__pic.passengers {
  background-image: url("images/ships/passenger.svg");
}
.mc-tile__pic.tanker {
  background-image: url("images/ships/tanker.svg");
}
.mc-tile__label {
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
}
.mc-tile__price {
  font-size: 14px;
  line-height: 150%;
}
.mc-tile__number {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  border-radius: 0 8px 0 8px;
  background: black;
  padding: 1px 6px;
  font-size: 12px;
  display: none;
  cursor: help;
  /* Tooltip bubble (same idea as uploadForm.php / .mc-tooltip) */
}
.mc-tile__number .mc-tooltip {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: max-content;
  max-width: 240px;
  padding: 8px 12px;
  border-radius: 12px;
  background: #fff;
  color: #0A2835;
  font-size: 12px;
  line-height: 150%;
  font-weight: normal;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 999;
  white-space: normal;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
}
.mc-tile__number .mc-tooltip strong,
.mc-tile__number .mc-tooltip b {
  font-weight: 900;
}
.mc-tile__number .mc-tooltip::before {
  content: "";
  position: absolute;
  right: 10px;
  top: -11px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0, 0, 0, 0.1);
}
.mc-tile__number .mc-tooltip::after {
  content: "";
  position: absolute;
  right: 11px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.mc-tile__number:hover .mc-tooltip {
  display: block;
}
.mc-tile .cb2 {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
}
.mc-tile .cb2__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.mc-tile .cb2__box {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(33, 80, 100, 0.14);
  border-radius: 4px;
  background: #fff;
  place-items: center;
  display: none;
}
.mc-tile .cb2__input:checked + .cb2__box,
.mc-tile .cb2__input.checkedByCookies + .cb2__box {
  display: inline-grid;
  background: #52C2DF;
  border-color: #52C2DF;
}
.mc-tile .cb2__input:checked + .cb2__box::after,
.mc-tile .cb2__input.checkedByCookies + .cb2__box::after {
  content: "";
  width: 7px;
  height: 3px;
  border: 2px solid #fff;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  position: relative;
  top: -1px;
}
.mc-tile .cb2:has(.cb2__input:focus-visible) {
  outline: 2px solid #52C2DF;
  outline-offset: 2px;
}
.mc-tile:hover .cb2__box {
  display: inline-grid;
}
.mc-tile:hover .mc-tile__number {
  display: inline;
}
.mc-upload {
  margin-top: 14px !important;
  border-radius: 16px !important;
  background: linear-gradient(129deg, #1694B7 0%, #19ABBC 39%, #18BDC1 100%);
  padding: 16px !important;
}
.mc-upload__input {
  display: none !important;
}
.mc-upload__hint {
  margin: 0;
  font-size: 14px;
}
.mc-upload__grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 12px;
}
.mc-upload__grid .mc-email-field {
  grid-column: 1 / 3;
}
.mc-upload__grid .mc-email-field input {
  border: none;
}
.mc-upload .mc-card__title,
.mc-upload .mc-upload__hint {
  color: white;
  line-height: 140%;
}
.mc-upload .mc-card__title {
  font-size: 16px;
  margin-bottom: 0;
}
.mc-upload .mc-circle-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}
.mc-upload .mc-card__circle {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: white;
  color: black;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  padding: 0;
  cursor: help;
  display: inline-grid;
  place-items: center;
  position: relative;
  top: -2px;
}
.mc-upload .mc-tooltip {
  display: none;
  position: absolute;
  left: -20px;
  top: calc(100% + 10px);
  width: max-content;
  max-width: 420px;
  padding: 8px 16px;
  border-radius: 12px;
  background: #fff;
  color: #0A2835;
  font-size: 12px;
  line-height: 150%;
  font-weight: normal;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 999;
  white-space: normal;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
}
.mc-upload .mc-tooltip strong,
.mc-upload .mc-tooltip b {
  font-weight: 900;
}
.mc-upload .mc-tooltip::before {
  content: "";
  position: absolute;
  left: 18px;
  top: -11px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0, 0, 0, 0.1);
}
.mc-upload .mc-tooltip::after {
  content: "";
  position: absolute;
  left: 19px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.mc-upload .mc-circle-tooltip:hover .mc-tooltip,
.mc-upload .mc-circle-tooltip:focus-within .mc-tooltip {
  display: block;
}
.mc-upload .mc-upload__hint {
  font-size: 14px;
  line-height: 150%;
}
.mc-upload .mc-drop {
  cursor: pointer;
  border-radius: 14px;
  background: white;
  min-height: 160px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 30px 14px;
  color: #333333;
  position: relative;
}
.mc-upload .mc-drop.active:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  background: url("images/circle-marker.svg") no-repeat center / contain;
  left: 6px;
  top: 6px;
}
.mc-upload .mc-drop__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: url("images/icons/icon-cv.svg") no-repeat center / contain;
  margin-bottom: 6px;
}
.mc-upload .mc-drop__text {
  font-weight: bold;
}
.mc-upload .mc-drop__sub {
  color: rgba(33, 80, 100, 0.6);
  font-size: 12px;
}
.mc-upload .mc-drop#cv-file-select .file-loaded-mark {
  top: 10px;
  position: relative;
  background-size: 22px 22px;
  border: 1px solid #1E3C49;
  border-radius: 12px;
}
.mc-upload .mc-drop#cv-file-select .file-loaded-mark + span {
  margin-top: 10px;
}
.mc-upload .mc-drop .mc-attach__actions {
  position: absolute;
  right: 12px;
  top: 12px;
}
.mc-upload .mc-drop,
.mc-upload .mc-attach {
  position: relative;
}
.mc-upload .mc-drop:hover,
.mc-upload .mc-attach:hover {
  background: white !important;
  border: 1px solid rgba(33, 80, 100, 0.14);
}
.mc-upload .mc-drop .file-loaded-mark,
.mc-upload .mc-attach .file-loaded-mark {
  background: url("images/icons/pdf-icon.jpg") no-repeat center / contain;
  position: absolute;
  top: 32px;
  width: 48px;
  height: 48px;
}
.mc-upload .mc-drop .file-loaded-mark span,
.mc-upload .mc-attach .file-loaded-mark span {
  display: none;
}
.mc-upload .mc-attachments {
  display: grid;
  gap: 12px;
}
.mc-upload .mc-attach {
  cursor: pointer;
  border-radius: 14px;
  border: 1px solid rgba(33, 80, 100, 0.14);
  background: #fff;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
}
.mc-upload .mc-attach__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: url("images/icons/icon-clip.svg") no-repeat center / contain;
}
.mc-upload .mc-attach__text {
  color: #333333;
  font-size: 14px;
}
.mc-upload .mc-attach__actions {
  margin-left: auto;
  display: none;
  align-items: center;
  gap: 8px;
}
.mc-upload .mc-attach__action {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
}
.mc-upload .mc-attach__action:hover {
  opacity: 0.4;
}
.mc-upload .mc-attach__action--edit {
  background-image: url("images/icons/edit-icon.svg");
}
.mc-upload .mc-attach__action--delete {
  background-image: url("images/icons/trash-icon.svg");
}
.mc-upload .mc-attach .file-loaded-mark {
  top: 14px;
  background-size: 22px 22px;
  border: 1px solid #1E3C49;
  border-radius: 12px;
}
.mc-upload .mc-attach .file-loaded-mark.active:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  background: url("images/circle-marker.svg") no-repeat center / contain;
  left: -9px;
  top: -10px;
}
.mc-consent {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  width: 100%;
  text-align: left;
}
.mc-consent__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.mc-consent__box {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border: 1px solid rgba(33, 80, 100, 0.14);
  border-radius: 4px;
  background: #fff;
  display: inline-grid;
  place-items: center;
}
.mc-consent__text {
  font-weight: normal;
}
.mc-consent__input:checked + .mc-consent__box {
  background: #52C2DF;
  border-color: #52C2DF;
}
.mc-consent__input:checked + .mc-consent__box::after {
  content: "";
  width: 7px;
  height: 3px;
  border: 2px solid #fff;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  position: relative;
  top: -1px;
}
.mc-consent:has(.mc-consent__input:focus-visible) {
  outline: 2px solid #52C2DF;
  outline-offset: 2px;
  border-radius: 6px;
}
.mc-consent__error {
  display: block;
  margin-bottom: 8px;
  text-align: left;
}
.mc-faq-page {
  padding: 48px 0 80px;
}
.mc-faq {
  max-width: 980px;
  margin: 0 auto;
}
.mc-faq__title {
  margin: 0;
  font-size: 32px;
  line-height: 130%;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}
.mc-faq__subtitle {
  margin-top: 10px;
  font-size: 14px;
  line-height: 140%;
  color: #657073;
  text-align: center;
  margin: 16px 0;
}
.mc-faq__accordion {
  margin-top: 28px;
}
.mc-faq__accordion > h3,
.mc-faq__accordion > h3.ui-accordion-header {
  margin: 16px 0 0;
  background: #fff;
  border: 1px solid #131126;
  border-radius: 5px;
  padding: 22px 60px 22px 24px;
  font-size: 16px;
  line-height: 28px;
  color: #0A2835;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.mc-faq__accordion > h3.ui-accordion-header {
  font-weight: normal;
}
.mc-faq__accordion > h3::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
  color: #0A2835;
}
.mc-faq__accordion > h3.ui-accordion-header-active {
  background: #52C2DF;
  border-color: #52C2DF;
  color: #fff;
  font-weight: 500;
}
.mc-faq__accordion > h3.ui-accordion-header-active::after {
  content: "–";
  color: #fff;
}
.mc-faq__accordion > h3:focus-visible {
  outline: 3px solid rgba(82, 194, 223, 0.35);
  outline-offset: 2px;
}
.mc-faq__accordion > div,
.mc-faq__accordion > div.ui-accordion-content {
  padding: 24px;
  color: #333333;
  font-size: 16px;
  line-height: 150%;
  font-weight: normal;
}
.mc-summary {
  height: 100%;
  max-width: 280px;
  width: 100%;
  justify-self: end;
}
.mc-summary__card {
  border-radius: 16px;
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mc-summary__card > * {
  font-size: 15px;
  line-height: 150%;
  font-weight: normal;
}
.mc-summary__card .mc-card__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}
.mc-summary__card .mc-btn {
  width: 100%;
  padding: 0;
}
.mc-summary__card .mc-btn.reset {
  margin-top: 10px;
}
.mc-summary__payment-method {
  padding: 14px 0 0;
  /* keep native select for form submission, but hide it visually */
}
.mc-summary__payment-method .mc-field {
  display: grid;
  gap: 10px;
}
.mc-summary__payment-method .mc-field__label {
  font-weight: 700;
  color: #0A2835;
}
.mc-summary__payment-method .mc-select {
  position: relative;
}
.mc-summary__payment-method .mc-select__native {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.mc-summary__payment-method .mc-select__btn {
  width: 100%;
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.03);
  padding: 14px 44px 14px 16px;
  font: inherit;
  font-size: 14px;
  line-height: 15px;
  font-weight: normal;
  color: #AFB0B6;
  cursor: pointer;
  text-align: left;
  outline: none;
  position: relative;
}
.mc-summary__payment-method .mc-select__btn.selected {
  color: #333333;
}
.mc-summary__payment-method .mc-select__btn:after {
  background: url("images/select-arrow.svg") no-repeat right 16px center / 18px 18px;
  content: "";
  display: block;
  width: 34px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 17px;
}
.mc-summary__payment-method .mc-select.is-open .mc-select__btn,
.mc-summary__payment-method .mc-select__btn:focus {
  border-color: #52C2DF;
  box-shadow: 0 0 0 3px rgba(82, 194, 223, 0.18);
}
.mc-summary__payment-method .mc-select.is-open .mc-select__btn:after {
  transform: rotate(180deg);
  background-position: right 0 top 0;
}
.mc-summary__payment-method .mc-select__list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 50;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: 12px;
  box-shadow: 0 18px 35px rgba(16, 24, 40, 0.12);
  display: none;
  max-height: 260px;
  overflow: auto;
}
.mc-summary__payment-method .mc-select.is-open .mc-select__list {
  display: block;
}
.mc-summary__payment-method .mc-select__opt {
  padding: 12px 12px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
  color: #0A2835;
  user-select: none;
}
.mc-summary__payment-method .mc-select__opt:hover {
  background: rgba(82, 194, 223, 0.1);
}
.mc-summary__payment-method .mc-select__opt.is-selected {
  background: rgba(82, 194, 223, 0.16);
  font-weight: 700;
}
.mc-summary__list {
  margin: 12px 0 14px;
}
.mc-summary__group {
  display: flex;
  gap: 5px;
}
.mc-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 15px;
  font-weight: normal;
  line-height: 150%;
  color: #3D3D3D;
  margin-bottom: 16px;
}
.mc-summary__row:last-child {
  margin-bottom: 4px;
}
.mc-summary__row dt {
  font-weight: normal;
}
.mc-summary__row dd {
  margin: 0;
}
.mc-summary__row dd.price {
  font-size: 18px;
}
.mc-summary__row > dd {
  font-size: 15px;
  font-weight: 500;
}
.mc-summary__row--total {
  font-weight: bold;
  margin-bottom: 20px;
}
.mc-summary__row--total dd,
.mc-summary__row--total dt {
  font-weight: bold !important;
}
.mc-summary__row--total dt.d-grid span:last-child {
  font-size: 12px;
  font-weight: normal;
}
.mc-summary__price {
  margin-left: 8px;
}
.mc-summary__divider {
  height: 1px;
  margin: 24px 0;
  background-image: linear-gradient(to right, transparent 50%, rgba(35, 31, 32, 0.2) 0%);
  background-position: bottom;
  background-size: 10px 1px;
  /* 10px is the total length of one dash + one gap */
  background-repeat: repeat-x;
}
.mc-summary__note {
  margin: 12px 0 0;
  color: #333333;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.mc-summary__note.process a {
  color: #52C2DF;
}
.mc-summary .attantion {
  background: url("images/icons/attention-circle.svg") no-repeat 0 0;
  width: 24px;
  height: 24px;
  position: relative;
  top: -2px;
}
.mc-summary .mc-btn:not(.mc-btn--disabled) {
  background-color: #FA6414 !important;
  color: white;
}
.mc-trusted {
  margin: 32px auto;
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(5, auto);
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #0A2835;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
}
.mc-trusted__logos {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.mc-trusted > div:not(.divider) {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
}
.mc-trusted > div:not(.divider):before {
  content: "";
  display: block;
  position: relative;
  background: url("images/icons/delivery-report-icon.png") no-repeat 0 0;
  width: 48px;
  height: 48px;
  background-size: 48px;
}
.mc-trusted > div:not(.divider).secure-payment:before {
  background-image: url("images/icons/secure-payment-icon.png");
}
.mc-trusted > div:not(.divider).instant-activation:before {
  background-image: url("images/icons/instant-activation-icon.png");
}
.mc-trusted .divider {
  width: 125px;
  height: 2px;
  background-color: #1E3C49;
  display: block;
  opacity: 0.1;
}
.mc-logo-badge {
  min-width: 123px;
  height: 50px;
  display: grid;
  place-items: center;
  background: url("images/visa.jpg") no-repeat center;
  content: "";
  color: transparent;
}
.mc-benefits {
  padding: 46px 0;
}
.mc-benefits__grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  /* we draw inner dividers via borders */
  /* Inner borders only (no outer border) */
  /* No right border on the last column */
  /* No bottom border on the last row */
}
.mc-benefits__grid > .mc-benefit {
  border-right: 2px solid #d0d6dd75;
  border-bottom: 2px solid #d0d6dd75;
}
.mc-benefits__grid > .mc-benefit:nth-child(3n) {
  border-right: 0;
}
.mc-benefits__grid > .mc-benefit:nth-last-child(-n + 3) {
  border-bottom: 0;
}
.mc-benefit {
  text-align: center;
  padding: 22px 18px;
}
.mc-benefit__icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: url("images/icons/time-save-icon.svg") no-repeat center;
  margin: 0 auto 12px;
}
.mc-benefit__icon.control {
  background-image: url("images/icons/control-icon.svg");
}
.mc-benefit__icon.letter {
  background-image: url("images/icons/letter-icon.svg");
}
.mc-benefit__icon.sector-based {
  background-image: url("images/icons/sector-icon.svg");
}
.mc-benefit__icon.distribution {
  background-image: url("images/icons/distribution-icon.svg");
}
.mc-benefit__icon.delivery {
  background-image: url("images/icons/delivery-icon.svg");
}
.mc-benefit__title {
  margin: 0 0 8px;
  color: #0A2835;
  font-weight: 900;
  line-height: 28px;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.mc-benefit__text {
  margin: 0 auto;
  color: #393F47;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  max-width: 280px;
}
.mc-vacancies {
  color: #fff;
  padding: 34px 0;
  margin: 24px auto;
  border-radius: 12px;
  background-color: #03182F;
  position: relative;
  overflow-x: clip;
  -ms-overflow-style: none;
  /* 2. The Sharp Image Layer */
}
.mc-vacancies__copy {
  max-width: 432px;
  margin-left: 10%;
}
.mc-vacancies__cards {
  position: absolute;
  bottom: 0;
  right: -18px;
  width: clamp(320px, 50vw, 602px);
  aspect-ratio: 103 / 50;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  /* Ensure parent has no background-image here */
  /* LAYER 1: The Radial Glow (Bottom) */
  /* LAYER 2: The Sharp Cards (Top) */
}
.mc-vacancies__cards::before {
  content: "";
  position: absolute;
  /* Center the glow behind the cards */
  top: 103%;
  left: 59%;
  transform: translate(-50%, -50%);
  width: 99%;
  height: 100%;
  background: radial-gradient(circle at center, #52C2DF 0%, #11F7FF 100%);
  filter: blur(10px);
  /* Lowered blur slightly for better visibility */
  /* Soften the edges so they don't look "strong" */
  -webkit-mask-image: radial-gradient(circle, black 20%, transparent 80%);
  mask-image: radial-gradient(circle, black 20%, transparent 80%);
  z-index: -1;
  /* Forces it behind Layer 2 */
}
.mc-vacancies__cards::after {
  content: "";
  position: absolute;
  inset: 0;
  /* Fills the container */
  background: url("images/bootom-cards.png") no-repeat center / contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.22));
  z-index: 2;
  /* High z-index to stay on top of the glow */
}
.mc-vacancies__inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 18px;
  align-items: center;
  position: relative;
  z-index: 1;
  /* keep content above the decorative cards */
}
.mc-vacancies__title {
  margin: 0 0 8px 0;
  font-size: 40px;
  font-weight: 900;
  color: white;
}
.mc-vacancies__text {
  margin: 0 0 14px 0;
  font-size: 18px;
  font-weight: 100;
  line-height: 150%;
}
.mc-vacancies .mc-btn {
  background: linear-gradient(130deg, #1694B7 0%, #19ABBC 39%, #18BDC1 100%);
  font-size: 16px;
  font-weight: 400;
  padding: 14px 24px;
}
.mc-jobs-banner {
  color: #fff;
  padding: 34px 0;
  margin: 24px auto;
  border-radius: 12px;
  background-color: #010B0F;
  position: relative;
  overflow-x: clip;
  -ms-overflow-style: none;
  min-height: 226px;
}
.mc-jobs-banner__cards {
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 800px;
  height: 476px;
  /* aspect-ratio: 80 / 51; */
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  /* Ensure parent has no background-image here */
  /* LAYER 1: The Radial Glow (Bottom) */
  /* LAYER 2: The Sharp Cards (Top) */
}
.mc-jobs-banner__cards::before {
  content: "";
  position: absolute;
  top: 111%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 66%;
  height: 100%;
  background: radial-gradient(circle at center, #52C2DF 0%, #11f7ffde 100%);
  filter: blur(40px);
  -webkit-mask-image: radial-gradient(circle, black 20%, transparent 80%);
  mask-image: radial-gradient(circle, black 20%, transparent 80%);
  z-index: -1;
}
.mc-jobs-banner__cards::after {
  content: "";
  position: absolute;
  inset: 0;
  /* Fills the container */
  background: url("images/phones.png") no-repeat center / contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.22));
  z-index: 2;
  /* High z-index to stay on top of the glow */
  background-size: auto 475px;
}
.mc-jobs-banner .mc-jobs-banner__inner {
  max-width: 500px;
  padding: 60px 0 60px 90px;
  margin-left: 0;
}
.mc-jobs-banner .mc-jobs-banner__inner .mc-jobs-banner__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.mc-jobs-banner .mc-jobs-banner__inner .mc-jobs-banner__copy h2 {
  font-size: 40px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
.mc-jobs-banner .mc-jobs-banner__inner .mc-jobs-banner__copy .mc-jobs-banner__text {
  font-size: 17px;
  line-height: 150%;
  font-weight: lighter;
}
.mc-jobs-banner .mc-jobs-banner__inner .mc-jobs-banner__copy .buttons {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
}
.mc-jobs-banner .mc-jobs-banner__inner .mc-jobs-banner__copy .buttons img {
  max-width: 178px;
}
.mc-card-preview {
  position: absolute;
  right: 0;
  top: 20px;
  width: 250px;
  height: 150px;
  border-radius: 14px;
  background: #fff;
  color: #52C2DF;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: grid;
  place-items: center;
  font-weight: 900;
  transform: rotate(8deg);
}
.mc-card-preview--back {
  right: 140px;
  top: 0;
  transform: rotate(-10deg);
  opacity: 0.9;
}
.mc-contact {
  padding: 46px 0 70px;
  background: url("images/bg-bottom.jpg") no-repeat center;
  background-size: cover;
}
.mc-form {
  margin-top: 22px;
  background: #fff;
  border: 1px solid #e6edf0;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 18px;
}
.mc-form h2 {
  color: #101828;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 24px;
}
.mc-form .mc-label {
  color: #0A2835;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
}
.mc-form .mc-field {
  border-color: #E6E6E6;
}
.mc-form .mc-input::placeholder,
.mc-form .mc-textarea::placeholder {
  color: #AFB0B6;
}
.mc-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
  align-items: start;
}
.mc-footer {
  background: #0b3a4b;
  color: rgba(255, 255, 255, 0.88);
  padding: 18px 0;
}
.mc-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.mc-footer__links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 12px;
}
.mc-footer__links a {
  color: rgba(255, 255, 255, 0.9);
}
.mc-footer__copy {
  font-size: 12px;
}
@media (max-width: 1024px) {
  .mc-dist__main {
    min-width: 0;
  }
  .mc-dist-panel .step:not(:last-child)::after {
    display: none;
  }
  .mc-vacancies__inner {
    grid-template-columns: 1fr;
  }
  .mc-vacancies__cards {
    height: 190px;
  }
  /* Vacancies decorative image: keep it in the right-bottom corner on small screens */
  .mc-vacancies {
    padding-bottom: 0;
  }
  .mc-vacancies__copy {
    margin-left: 0;
    max-width: none;
  }
  .mc-vacancies::after {
    right: -12px;
    bottom: -124px;
    width: min(650px, 92vw);
    position: relative;
    display: inline-block;
  }
  .mc-vacancies__cards {
    position: relative;
  }
  .mc-jobs-banner .mc-jobs-banner__cards {
    position: relative;
    bottom: -34px;
    left: -34px;
  }
}
@media (max-width: 840px) {
  .mc-header__inner {
    grid-template-columns: auto auto auto;
  }
  .mc-nav {
    justify-content: flex-start;
  }
  .mc-dist {
    grid-template-columns: 1fr;
  }
  .mc-dist-panel .step:not(:last-child)::after {
    display: inline;
    left: 245%;
  }
  .mc-dist-panel .step__text {
    display: none;
  }
  .mc-summary {
    order: 2;
    max-width: 100%;
  }
  .step.third .mc-dist {
    grid-template-columns: 1fr;
  }
  .step.third .mc-dist .mc-summary {
    order: 0;
  }
  .mc-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mc-benefits__grid > .mc-benefit {
    border-right: 2px solid #d0d6dd75;
    border-bottom: 2px solid #d0d6dd75;
  }
  .mc-benefits__grid > .mc-benefit:nth-child(2n) {
    border-right: 0;
  }
  .mc-benefits__grid > .mc-benefit:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .mc-about__inner {
    grid-template-columns: 1fr;
  }
  .mc-upload__grid {
    grid-template-columns: 1fr;
  }
  .mc-upload__grid .mc-email-field {
    grid-column: 1;
  }
  .mc-stats {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    max-width: none;
  }
  .cd-hero-slider {
    height: 520px;
  }
  .order-details .mc-dist-panel .mc-dist {
    grid-template-columns: 1fr;
  }
  .order-details .mc-dist-panel .mc-dist .mc-summary {
    max-width: unset;
  }
  body.step.third #companies-form .mc-dist__main .chosen-companies__head {
    grid-template-columns: 1fr;
  }
  .mc-trusted {
    grid-template-columns: repeat(3, auto);
  }
  .mc-trusted .divider {
    display: none;
  }
}
@media (max-width: 768px) {
  .mc-dist-panel .step {
    /* Hide the text entirely on small screens */
    /* Make the circles smaller */
    /* Make the connecting lines shorter */
  }
  .mc-dist-panel .step__text {
    display: none;
  }
  .mc-dist-panel .step__circle {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .mc-dist-panel .step:not(:last-child)::after {
    width: 60px;
  }
  .mc-dist-panel .stepContent .span-editor .d-grid {
    grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr));
  }
}
@media (max-width: 640px) {
  /* iOS/Safari quirk: fixed descendants inside backdrop-filtered elements can behave like absolute-in-parent.
     Disable backdrop-filter on small screens so the mobile overlay menu can cover the full viewport. */
  .mc-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .mc-burger {
    display: inline-flex;
  }
  .mc-lang {
    display: none;
  }
  .mc-nav {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 20000;
    /* must overlay hero slider */
    background: #fff;
    padding: 0;
    overflow: auto;
  }
  .mc-nav__desktop {
    display: none;
  }
  .mc-nav__mobile {
    display: block;
  }
  .mc-menu-toggle:checked ~ .mc-nav {
    display: block;
  }
  .mc-nav__lang {
    display: none;
  }
  /* Make the hero background taller on small screens so .mc-stats fits inside */
  .cd-hero-slider {
    height: 90vh;
    margin-bottom: 40px;
  }
  .cd-hero-slider .cd-full-width {
    padding-top: 58px;
  }
  .mc-section-title {
    font-size: 24px;
  }
  .mc-hero__title {
    font-size: 28px;
  }
  .mc-hero__subtitle {
    font-size: 13px;
  }
  .mc-dist-switcher {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 6px;
  }
  .mc-dist-switcher__dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: rgba(33, 80, 100, 0.22);
  }
  .mc-strip {
    display: none;
  }
  .mc-dist-panel .step__circle {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .mc-dist-panel .step:not(:last-child)::after {
    width: 40px;
  }
  .mc-dist-switcher__dot--active {
    background: rgba(33, 80, 100, 0.55);
  }
  /* Tiles on mobile: fixed size (110x110), scroll; arrows live below */
  .mc-tiles-wrap {
    position: relative;
  }
  .mc-tiles--sectors,
  .mc-tiles--regions {
    width: 100%;
    max-width: 100%;
  }
  .mc-tile__label {
    font-size: 11px;
  }
  .mc-tile__price {
    font-size: 11px;
  }
  /* (arrows are already styled globally) */
  .mc-stats {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    max-width: 83%;
  }
  .mc-strip__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .mc-benefits__grid {
    grid-template-columns: 1fr;
  }
  .mc-benefits__grid > .mc-benefit {
    border-right: 0;
    border-bottom: 2px solid #d0d6dd75;
  }
  .mc-benefits__grid > .mc-benefit:last-child {
    border-bottom: 0;
  }
  .mc-form__grid {
    grid-template-columns: 1fr;
  }
  .mc-field--message {
    grid-row: auto;
  }
  .mc-field--submit {
    justify-content: stretch;
  }
  .mc-field--submit .mc-btn {
    width: 100%;
  }
  .order-details {
    margin: 0;
    padding: 0;
    /* reset list indentation that can push width */
    /* pagination MUST wrap (it’s wider than 360-390px otherwise) */
  }
  .order-details ul {
    margin: 0;
    padding: 0;
  }
  .order-details .order-state {
    grid-template-columns: 1fr !important;
  }
  .order-details .order-state .details {
    padding-right: 0;
    flex-wrap: wrap;
    gap: 12px;
    justify-self: start;
  }
  .order-details .mc-pager {
    max-width: 300px;
    justify-content: center;
    row-gap: 8px;
  }
  nav.mc-bottom .mc-btn {
    min-width: 100%;
  }
  .mc-jobs-banner .mc-jobs-banner__cards {
    display: none;
  }
  .g-recaptcha {
    transform: scale(0.7);
    transform-origin: 0 0;
  }
  .g-recaptcha > div {
    width: 100% !important;
  }
  .mc-trusted {
    display: flex;
  }
  .mc-trusted .divider {
    display: none;
  }
  .mc-trusted > div span {
    display: none;
  }
}
/* Show arrows only when tiles overflow their container (all breakpoints) */
.mc-tiles-wrap.is-overflowing .mc-tiles-controls {
  display: flex;
}
/* Hide the small-screen switcher and arrows on larger screens */
@media (min-width: 641px) {
  .mc-dist-switcher {
    display: none;
  }
}
@media (max-width: 440px) {
  .cd-hero-slider {
    height: 97vh;
  }
  .mc-trusted {
    grid-template-columns: 1fr;
  }
  .workflow-steps li.step:after {
    display: none !important;
  }
}
@media (max-width: 400px) {
  .mc-dist-panel .step:not(:last-child)::after {
    width: 20px;
  }
  .mc-card.preview .d-grid {
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  }
  .mc-card.preview .d-grid .label span {
    word-break: break-all;
  }
  .mc-container#section-applications-form h1 {
    font-size: 32px;
    line-height: 120%;
  }
}
@media (max-width: 350px) {
  .mc-dist-panel .step:not(:last-child)::after {
    left: 180%;
  }
}
.mc-flag {
  display: inline-block;
  width: 24px;
  height: 16px;
  background: url("images/flags/wave/flag-sprite.png") no-repeat 0 0;
  background-size: 1180%;
}
.mc-flag--Ukraine {
  background-position: 0px 0px;
}
.mc-flag--European_union {
  background-position: -24px 0px;
}
.mc-flag--Baltic1 {
  background-position: -48px 0px;
}
.mc-flag--Baltic2 {
  background-position: -72px 0px;
}
.mc-flag--Baltic3 {
  background-position: -96px 0px;
}
.mc-flag--Middle_east {
  background-position: -120px 0px;
}
.mc-flag--India {
  background-position: -144px 0px;
}
.mc-flag--Singapore {
  background-position: -168px 0px;
}
.mc-flag--Philippines {
  background-position: -192px 0px;
}
.mc-flag--Indonesia {
  background-position: -216px 0px;
}
.mc-flag--Turkey {
  background-position: -240px 0px;
}
.mc-flag--Georgia {
  background-position: -264px 0px;
}
/*# sourceMappingURL=style.css.map */